@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@400&family=Outfit&family=Zen+Maru+Gothic:wght@500&display=swap";
/*
$font-min:"游明朝体",
"Yu Mincho",
YuMincho,
"ヒラギノ明朝 Pro",
"Hiragino Mincho Pro",
"MS P明朝",
"MS PMincho",
serif;
*/
/*
$font-family-sans-serif: "游ゴシック体",
YuGothic,
"游ゴシック",
"Yu Gothic",
"メイリオ",
Meiryo,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
-apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
sans-serif;
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  background-color: transparent;
  color: inherit;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}
a:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}

.break_keep {
  word-break: keep-all;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.moverbright {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  /* デフォルト値なのでこの一行は省略してもOK */
}

.moverbright:hover {
  -webkit-filter: brightness(1.8);
          filter: brightness(1.8);
  /* 明るくする */
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 1001px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inherit;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
ul.check {
  margin: 0 0 1em 0;
  padding: 0 0 0 12px;
}
ul.check li {
  position: relative;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  line-height: 1.6;
  list-style: none;
  padding: 0 0 0 30px;
  color: #036EB7;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 2px solid #036EB7;
  border-bottom: 3px solid #036EB7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* diamond */
ul.diamond {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
}
ul.diamond li {
  position: relative;
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  list-style: none;
  line-height: 1.72;
  padding: 0 0 0 12px;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -4px;
  width: 3px;
  height: 3px;
  background-color: #353535;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.noteList {
  margin-bottom: 20px;
  padding: 0 0 0 1.5em;
}
ul.noteList li {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  padding-left: 0;
  text-indent: -16px;
  padding: 0;
  list-style: none;
  line-height: 1.72;
}
ul.noteList li:before {
  content: "※";
  margin-right: 0px;
}

ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 0 0 3em;
}
ol li {
  font-size: clamp(1.5rem, 3.1vw, 1.6rem);
  line-height: 1.72;
  margin-bottom: 0.8em;
  text-indent: -2.5em;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
  counter-increment: cnt;
}
ol li:before {
  counter-increment: item;
  content: "（" counter(cnt) "）";
  font-weight: normal;
}

a.textline {
  text-decoration: underline;
}

table {
  width: 100% !important;
  margin-bottom: 2em;
}

th,
td {
  padding: 1em;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  font-size: clamp(1.4rem, 1.044rem + 0.74vw, 1.4rem);
  line-height: 1.64;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
.lazyload {
  opacity: 1;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 80px;
}

@media screen and (max-width: 1001px) {
  html {
    scroll-padding-top: 70px;
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #353535;
  font-size: 1.6rem;
  font-size: max(0.95vw, 1.6rem);
  font-weight: 400;
  background-color: #fff;
}

article {
  margin-bottom: 40px;
}

main {
  position: relative;
  padding-bottom: 0px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  position: relative;
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 0 auto;
  padding: 2% 0 2%;
}

@media screen and (max-width: 1001px) {
  .container {
    max-width: initial;
    margin: 0 auto;
  }
}
#header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 70px;
}
#header .gnav {
  width: 100%;
}
#header .gnav .gnav_inner {
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 70px;
}
#header .gnav .logo {
  position: relative;
  width: 161px;
  height: 49px;
}
#header .gnav .logo a {
  position: relative;
  width: 161px;
  height: 49px;
  display: block;
}
#header .gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  text-transform: uppercase;
}
#header .gnav .gnav_list li {
  position: relative;
}
#header .gnav .gnav_list li a {
  position: relative;
  display: block;
  margin: 0 0.8em;
  padding: 5px 12px;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.7rem);
  font-weight: 400;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
#header .gnav .gnav_list li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#header .gnav .gnav_list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#header .gnav .gnav_list li a:before:last-child {
  content: none;
}
#header .gnav .gnav_list li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .gnav .gnav_list li a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .gnav .gnav_list li a:hover {
  color: #c7c7c7;
  text-decoration: inherit;
}
#header.HeightMin {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1001px) {
  #header {
    height: 60px;
  }
  #header .gnav {
    width: 100%;
  }
  #header .gnav .gnav_inner {
    width: 100%;
    height: 60px;
    padding: 0 1% 0 3%;
  }
  #header .gnav .logo {
    position: relative;
    width: 120px;
    height: 36px;
  }
  #header .gnav .logo a {
    position: relative;
    width: 120px;
    height: 36px;
    display: block;
  }
}
#spnav {
  position: fixed;
  left: -120%;
}

.menubtn {
  display: none;
}

@media screen and (max-width: 1001px) {
  #header .gnav .gnav_list {
    display: none;
  }
  .menubtn {
    display: initial;
  }
}
@media screen and (max-width: 1001px) {
  .menubtn {
    position: relative;
    z-index: 11;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: inherit;
  }
  .menubtn span {
    display: inline-block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 15px;
    height: 3px;
    background-color: #fff;
    width: 50%;
  }
  .menubtn span:nth-of-type(1) {
    top: 18px;
  }
  .menubtn span:nth-of-type(2) {
    top: 27px;
  }
  .menubtn span:nth-of-type(3) {
    top: 36px;
  }
  .menubtn.active span:nth-of-type(1) {
    top: 21px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    top: 33px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #spnav_list {
    padding: 0 10px;
  }
  #spnav {
    position: fixed;
    z-index: 98;
    top: 60px;
    left: -120%;
    width: 88%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    background-color: #fff;
    padding-bottom: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #spnav.panelactive {
    left: 0;
  }
  .no-scroll #wrapper {
    position: fixed;
    z-index: 10;
    background: rgba(57, 58, 56, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #spnav ul.sn {
    margin-bottom: 30px;
    padding: 0;
  }
  #spnav ul.sn li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  #spnav ul.sn li a {
    position: relative;
    color: #353535;
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    padding: 16px 10px;
  }
  #spnav ul.sn li a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  #spnav ul.sn.is_sub li a {
    font-size: 15px;
  }
  #spnav .side_info {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  #spnav .side_info .side_logo {
    width: 80%;
    max-width: 220px;
    margin-bottom: 16px;
  }
  #spnav .side_info .side_logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
  }
  #spnav .side_info .area_info .add {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  #spnav .side_info .area_info .tel a {
    text-decoration: none;
    font-size: clamp(1.8rem, 3.1vw, 2rem);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    background: url(../img/module/icon/icon_tel.svg) no-repeat 0 50%;
    background-size: auto 18px;
    color: #353535;
    padding: 10px 0 10px 28px;
  }
}
.mainvisual {
  position: relative;
  width: 100%;
  height: calc(50vw + 50vh);
  max-height: 840px;
  background: url(../img/pages/root/main_visual.jpg) no-repeat 50% 0%;
  background-size: cover;
  margin-bottom: 1em;
  display: grid;
  place-content: center;
}
.mainvisual .maincatch {
  margin: auto;
  max-width: 643px;
}

@media screen and (max-width: 1001px) {
  .mainvisual {
    height: calc(40vw + 40vh);
    max-height: initial;
    margin-bottom: 2em;
  }
  .mainvisual .maincatch {
    width: 70%;
    max-width: initial;
  }
}
.group_wrap {
  position: relative;
  margin: 1em auto 5em;
  padding: 0 10%;
  width: 100%;
  height: auto;
  min-height: 545px;
  background: url(../img/pages/root/group_bg.png) no-repeat 50% 50%;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_wrap .group_box {
  width: 240px;
}
.group_wrap .circle {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #A7DEF7;
  margin-bottom: 3em;
  background-color: #fff;
  padding: 10%;
  display: grid;
  place-content: center;
}
.group_wrap .circle img {
  width: 120px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1001px) {
  .group_wrap {
    position: relative;
    margin: 0em auto 1em;
    padding: 160px 0 0;
    width: 100%;
    height: auto;
    min-height: initial;
    background: url(../img/pages/root/group_bg.png) no-repeat 50% 0%;
    background-size: 54% auto;
  }
  .group_wrap .group_box {
    width: 44%;
    margin-bottom: 2em;
  }
  .group_wrap .circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5%;
    margin-bottom: 1em;
  }
  .group_wrap .circle img {
    width: 80px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.group_info {
  position: relative;
  margin: 0 auto 3em;
  display: grid;
  grid-template-columns: 278px 1fr;
  gap: 50px;
}
.group_info .group_thumb {
  position: relative;
  color: #fff;
}
.group_info .group_thumb .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  display: grid;
  place-content: center;
  border: 1px solid #036EB7;
}
.group_info .group_thumb .icon img {
  width: 50px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_info .group_thumb .overview {
  padding: 10px 20px;
  background-color: #036EB7;
}
.group_info .group_thumb .overview .mizuho {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.group_info .group_thumb .overview .name {
  font-size: 1.4rem;
}
.group_info .group_thumb .overview .name span {
  margin-left: 0.5em;
  font-size: clamp(2.4rem, 1.333rem + 2.22vw, 3rem);
  font-family: "Noto Serif JP", serif;
}

.group_info.is_tomoe .icon {
  border: 1px solid #41B053;
}
.group_info.is_tomoe .overview {
  background-color: #41B053;
}

@media screen and (max-width: 1001px) {
  .group_info {
    position: relative;
    margin: 0 auto 1em;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .group_info .group_thumb {
    position: relative;
    color: #fff;
  }
  .group_info .group_thumb .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: -5px;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
    display: grid;
    place-content: center;
    border: 1px solid #036EB7;
  }
  .group_info .group_thumb .icon img {
    width: 40px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .group_info .group_thumb .overview {
    padding: 10px 20px;
    background-color: #036EB7;
  }
  .group_info .group_thumb .overview .mizuho {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .group_info .group_thumb .overview .name {
    font-size: 1.4rem;
  }
  .group_info .group_thumb .overview .name span {
    margin-left: 0.5em;
    font-size: clamp(2.4rem, 1.333rem + 2.22vw, 3rem);
    font-family: "Noto Serif JP", serif;
  }
}
.company_gird {
  position: relative;
  margin: 0 auto 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.company_gird .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company_gird .company .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.company_gird .company .detail .btnweb {
  margin-top: auto;
}

@media screen and (max-width: 1001px) {
  .company_gird {
    position: relative;
    margin: 0 auto 3em;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
footer {
  position: relative;
  width: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#036EB7), color-stop(50%, #036EB7), color-stop(50%, #C3D73F), to(#C3D73F));
  background: linear-gradient(90deg, #036EB7 0%, #036EB7 50%, #C3D73F 50%, #C3D73F 100%);
}
footer .footer_wrap {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
footer .footer_wrap .ft_name {
  font-size: clamp(1.1rem, 0.389rem + 1.48vw, 1.5rem);
  font-weight: 400;
}
footer .footer_wrap .ft_name span {
  display: block;
  font-size: clamp(1.4rem, -0.733rem + 4.44vw, 2.6rem);
}

@media screen and (max-width: 1001px) {
  footer {
    position: relative;
    width: 100%;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#036EB7), color-stop(50%, #036EB7), color-stop(50%, #C3D73F), to(#C3D73F));
    background: linear-gradient(90deg, #036EB7 0%, #036EB7 50%, #C3D73F 50%, #C3D73F 100%);
  }
  footer .footer_wrap {
    position: relative;
    max-width: initial;
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
  }
}
.footer_bottom {
  width: calc(100% - 40px);
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  padding: 12px 0;
  text-align: center;
}
.footer_bottom .copyright {
  font-size: clamp(1rem, 0.667rem + 1.11vw, 1.5rem);
}

#page_scroll {
  position: fixed;
  bottom: 10px;
  right: 8px;
  z-index: 3;
  width: 50px;
  height: 50px;
}
#page_scroll a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/global/pagetop.svg) no-repeat 0 0;
}

/*

.is_event_wrap {
	background-color: var.$bg-color-1;
	margin-bottom: 20px;
	border-bottom: solid 1px rgb(0 0 0 / 5%);
}

.entry_card {
	opacity: 1;
}

.entry_card.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 !important;
}

.list-btn.is-btn-hidden {
	display: none;
}

.list-btn {
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
}

.list-btn button {
	background-color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	height: 44px;
	line-height: 44px;
	width: 120px;

}
*/
.idxContent {
  position: relative;
  width: 100%;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.pad {
  padding-top: 80px;
  padding-bottom: 30px;
}

.padup {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1001px) {
  .idxContent {
    position: relative;
    width: 100%;
  }
  .idxContentGroup {
    position: relative;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
  .pad {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .padup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  clear: both;
}

.btnlink {
  position: relative;
  display: block;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnlink.is_text {
  display: inline-block;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #707070;
  width: 232px;
  color: #707070;
}
.btnlink.is_text::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.btnlink.is_site {
  background: #fff url(../img/module/icon/icon_blank.svg) no-repeat 96% 50%;
  background-size: 17px auto;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #000;
}
.btnlink:hover {
  opacity: 0.8;
}

.btnweb {
  position: relative;
  display: block;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 17px auto;
  color: #fff;
  padding: 18px 20px;
  border-radius: 4px;
}
.btnweb.mizuho_map {
  background: #036EB7 url(../img/module/icon/icon_blank_wh.svg) no-repeat 96% 50%;
}
.btnweb.tomoe_map {
  background: #41B053 url(../img/module/icon/icon_blank_wh.svg) no-repeat 96% 50%;
}
.btnweb:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1001px) {
  .btnlink.is_text {
    width: 100%;
  }
}
hr {
  margin: 1.4em auto;
  border-color: rgba(0, 0, 0, 0.1019607843);
}

.field {
  margin-top: 0;
  margin-bottom: 2%;
  overflow: hidden;
}
.field.is_mar {
  margin-bottom: 40px;
}
.field:last-child {
  margin-bottom: 1%;
}
.field::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1001px) {
  .field {
    margin-bottom: 2%;
  }
  .field.is_mar {
    margin-bottom: 40px;
  }
}
.inner {
  padding: 1% 4%;
}

.innerBlock {
  padding: 0 10%;
}

.innerBlockLarge {
  padding: 0% 20%;
}

.headBox {
  position: relative;
  text-align: center;
  margin: 2em auto 5.5em;
  display: block;
}
.headBox .headings_center_1 {
  position: relative;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(3.2rem, 1.778rem + 2.96vw, 4rem);
  font-weight: 500;
  margin: 0 auto;
  padding: 0.2em 0;
  text-align: center;
  color: #353535;
  display: inline;
  overflow: hidden;
  width: 100%;
}
.headBox .headings_center_1:before {
  position: absolute;
  width: 50%;
  bottom: 0;
  content: "";
}
.headBox .headings_center_1:after {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  content: "";
}
.headBox .headings_center_1:before {
  border-bottom: 4px solid #036EB7;
}
.headBox .headings_center_1:after {
  border-bottom: 4px solid #C3D73F;
}

@media screen and (max-width: 1001px) {
  .headBox {
    position: relative;
    text-align: center;
    margin: 1em auto 2em;
  }
}
.headings_display_2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.2rem, 1.489rem + 1.48vw, 2.6rem);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 1em;
}

.headings_display_3 {
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  font-weight: 500;
  margin: 0 0 0.6em 0;
}

.catch {
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0.8em 0;
}

.textblock {
  margin: 1% auto 4%;
}
.textblock.bold {
  font-size: clamp(1.7rem, 3.1vw, 1.9rem);
  font-weight: 700;
}
.textblock.text_center {
  text-align: center;
}
.textblock p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1001px) {
  .textblock {
    margin-bottom: 3%;
  }
  .textblock.bold {
    font-size: 16px;
  }
  .textblock.text_center {
    text-align: center;
  }
  .textblock p {
    text-align: justify;
  }
  .textblock p:last-child {
    margin-bottom: 0;
  }
}
.flex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 auto 20px;
}
.flex_content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_content h2 {
  font-size: clamp(2.4rem, 3.1vw, 2.8rem);
  line-height: 1.6;
  margin-top: 0;
  font-weight: 500;
}
.flex_content h3 {
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.8em;
  font-weight: 500;
}
.flex_content .flex_ph {
  position: relative;
  width: 38%;
}
.flex_content .flex_ph .post_box.redius {
  overflow: hidden;
  border-radius: 8px;
}
.flex_content .flex_ph.sm {
  width: 22%;
}
.flex_content .flex_ph.large {
  width: 50%;
}
.flex_content .post_length {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.flex_content .flex_summary {
  width: 57%;
}
.flex_content .flex_summary.large {
  width: 45%;
}
.flex_content .flex_summary .text {
  margin-bottom: 10%;
}
.flex_content .flex_summary.sm {
  width: 72%;
}

@media screen and (max-width: 1001px) {
  .flex_content {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 0 auto 40px;
  }
  .flex_content h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .flex_content .flex_ph {
    width: 100%;
    margin-bottom: 6%;
  }
  .flex_content .flex_ph.sm, .flex_content .flex_ph.large {
    width: 100%;
  }
  .flex_content .flex_summary {
    width: 100%;
    max-width: initial;
  }
  .flex_content .flex_summary.large {
    width: 100%;
  }
  .flex_content .flex_summary.sm {
    width: 100%;
  }
}
.img_re_center {
  margin: 0 auto 3%;
  width: 80%;
}
.img_re_center img {
  margin: 0 auto;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1001px) {
  .sm_img {
    width: 40%;
    margin: 0 auto 2%;
  }
  .img_re_center {
    margin: 0 auto 5%;
    width: 100%;
  }
  .img_re_center img {
    margin: 0 auto;
    max-width: initial;
  }
}
/* map youtube */
.iframeBlock {
  position: relative;
  width: 100%;
  margin: 0 auto 1em;
  padding-bottom: 54.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframeBlock.ftmap {
  padding-bottom: 28.25%;
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1001px) {
  .iframeBlock {
    max-width: initial;
  }
  .iframeBlock.ftmap {
    padding-bottom: 72.25%;
  }
}
.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.coverFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.containFit {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
  height: 50vh;
}

.post_box {
  position: relative;
}

/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 50.25%;
  background-size: cover;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
}

.post_wide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/12;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (max-width: 1001px) {
  .img_center {
    margin: 0 auto 10px;
    max-width: 70%;
  }
}
.btn_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 0;
}

.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
}
.btn_group .btn {
  margin: 0 auto;
}
.btn_group .btn a {
  width: 600px;
  margin: 0 auto;
  padding: 24px 16px 24px 20px;
}

@media screen and (max-width: 1001px) {
  .btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn_group .btn {
    margin: 0 auto;
    width: 100%;
  }
  .btn_group .btn a {
    width: 100%;
    margin: 0 auto;
    padding: 24px 44px 24px 20px;
  }
}
.center_btn {
  padding: 5%;
  text-align: center;
}
.center_btn .btn {
  margin: 0 auto;
}
.center_btn .btn a {
  display: block;
}

.retrun {
  width: 30%;
  margin: 2em auto 3em;
}
.retrun a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #353535;
  background-color: #fff;
  padding: 16px 20px 16px 30px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}
.retrun a::after {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}
.retrun a:hover {
  color: #036EB7;
}

@media screen and (max-width: 1001px) {
  .retrun {
    width: 80%;
    margin: 2em auto;
  }
  .retrun a {
    width: 100%;
  }
}
/* --------------------------------
table
-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  border: none;
  font-size: 1.4rem;
}
table.cell2 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell2 tr:last-child {
  border-bottom: none;
}
table.cell2 th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  width: 20%;
  min-width: 6em;
  max-width: 240px;
  padding: 0.5em 0;
  white-space: nowrap;
}
table.cell2 td {
  vertical-align: top;
  padding: 0.5em 0;
  font-weight: 400;
}
table.cell2 td h2 {
  font-size: 16px;
  font-weight: 500;
}
table.cell2 td .field {
  margin-bottom: 0.6em;
}
table.cell2 td a {
  text-decoration: underline;
}
table.cell3 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell3 tr:last-child {
  border-bottom: none;
}
table.cell3 th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}
table.cell3 td {
  width: auto;
  vertical-align: top;
  padding: 10px 20px;
}
table.cell3 td:nth-last-child(2) {
  white-space: nowrap;
}

@media screen and (max-width: 1001px) {
  table {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    margin-bottom: 30px;
    border: none;
    display: block;
  }
  table tbody {
    width: 100%;
    display: block;
  }
  table.cell2 tr {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }
  table.cell2 th {
    width: 100%;
    display: block;
    padding: 4% 0 0;
  }
  table.cell2 td {
    width: 100%;
    display: block;
    padding: 2% 0;
  }
}
.textlink {
  margin: 20px auto 20px;
}
.textlink::after {
  clear: both;
  content: "";
  display: block;
}
.textlink a {
  position: relative;
  display: block;
  padding: 18px 30px 18px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.textlink a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.textlink .link1set {
  margin-bottom: 20px;
}
.textlink .link1set .left_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.textlink .link1set .center_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.textlink .link1set .right_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.textlink .link2set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link2set .morelink {
  width: 49%;
}
.textlink .link3set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link3set .morelink {
  width: 32%;
}

@media screen and (max-width: 1001px) {
  .textlink {
    margin: 20px auto 20px;
  }
  .textlink a {
    position: relative;
    display: block;
    padding: 14px 30px 14px 16px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .textlink .link1set {
    margin-bottom: 0.5em;
  }
  .textlink .link1set .left_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .center_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .right_more {
    display: block;
    width: 100%;
  }
  .textlink .link2set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link2set .morelink {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .textlink .link3set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link3set .morelink {
    width: 100%;
  }
}
.free_layout_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.free_layout_btn {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: auto;
  margin: 1.2em auto 1.8em;
  border-radius: 6px;
  overflow: hidden;
  color: #353535;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.free_layout_btn.hilight {
  border: 1px solid #036EB7;
  background-color: rgba(0, 0, 0, 0.0862745098);
}
.free_layout_btn:hover {
  background-color: rgba(59, 176, 119, 0.1215686275);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #036EB7;
  color: #036EB7;
}
.free_layout_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.free_layout_btn .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free_layout_btn .btnimg {
  width: 25%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.free_layout_btn .btn_container {
  width: 70%;
  padding: 3% 4%;
}
.free_layout_btn .btn_container .btn_text {
  color: #353535;
  text-align: left;
}
.free_layout_btn .btn_container .btn_text .title h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 1em;
}
.free_layout_btn .btn_container .btn_text .info {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1001px) {
  .free_layout_btn {
    width: 100%;
    max-width: initial;
    height: auto;
  }
  .free_layout_btn::after {
    border: none;
  }
  .free_layout_btn .btn_box {
    display: block;
  }
  .free_layout_btn .btnimg {
    width: 100%;
    padding-top: 48%;
  }
  .free_layout_btn .btn_container {
    position: relative;
    width: 100%;
    padding: 4% 24px 4% 4%;
  }
  .free_layout_btn .btn_container::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #353535;
    border-right: solid 1px #353535;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .free_layout_btn .btn_container .btn_text {
    color: #353535;
    text-align: left;
  }
  .free_layout_btn .btn_container .btn_text .title h2 br {
    display: none;
  }
  .free_layout_btn .btn_container .btn_text .info {
    font-size: 14px;
  }
}
.free-layout-album {
  width: 100%;
  margin: 20px auto 40px;
}

.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.photo-list .photo-item {
  width: 18%;
  margin-bottom: 30px;
}
.photo-list .photo-item .photo {
  border-radius: 6px;
  padding-top: 60.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.vbox-item {
  display: block;
  width: 100%;
  height: 100%;
}

.vbox-prev span,
.vbox-next span {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 1001px) {
  .free-layout-album {
    width: 100%;
  }
  .photo-item {
    width: 30%;
    margin-bottom: 20px;
  }
  .photo-item .photo {
    border-radius: 10px;
    padding-top: 16.875%;
  }
}
.icon_pdf_wrap {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.icon_pdf_wrap .icon_pdf {
  width: 100%;
  display: inline-block;
  margin: 0 auto 1em;
}
.icon_pdf_wrap .icon_pdf a {
  position: relative;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: block;
  background: url(../img/module/icon/icon_btn_wh_pdf.png) no-repeat 12px 50%;
  background-size: auto 32px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 12px 16px 50px;
  border-radius: 6px;
}

.wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  display: block;
  background: #fff;
  color: #353535;
  margin: 0 6px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1px solid #dedede;
}

.current {
  background: #353535 !important;
  color: #fff !important;
}

.nextpostslink,
.previouspostslink {
  background: none !important;
  border-top: 2px solid #353535;
  border-right: 2px solid #353535;
  display: block;
  height: 10px;
  margin: 20px;
  text-indent: 100%;
  overflow: hidden;
  width: 10px;
  white-space: nowrap;
}

.nextpostslink {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.previouspostslink {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*# sourceMappingURL=import.css.map */