@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {--white: #fff;--gray: #e1e1e1;--gray-dark: #8d8d8d;--gray-light: #f2f2f2;--black: #000;--blue: #063f90;--blue-hover: #5582c2;--blue-light: #ebeff5;--green: #50c9ad;--green-hover: #76cfba;--green-light: #d5ede8;--required: #d64e2d;--required-light: #ffe2db;--mf-blue: #0054ac;--mf-yellow: #fffcf2;--body: clamp(1rem, 0.6257rem + 0.5848vw, 1.125rem);--heading1: clamp(1.875rem, 1.5202rem + 1.5136vw, 2.8125rem);--heading2: clamp(1.6875rem, 1.4746rem + 0.9082vw, 2.25rem);--heading3: calc(var(--body) * 1.5625);--heading4: calc(var(--body) * 1.3125);--heading5: calc(var(--body) * 1.125);--heading6: var(--heading5);--heading-en: clamp(8.4375rem, 0.0164rem + 13.1579vw, 11.25rem);--small: clamp(0.875rem, 0.5007rem + 0.5848vw, 1rem);--small2: clamp(0.8125rem, 0.6254rem + 0.2924vw, 0.875rem);--font-family: 'Noto Sans JP', sans-serif;--font-family-serif: 'Noto Serif JP', serif;--font-family-en: 'Arial', sans-serif;--font-family-en-serif: 'Optima', serif;--space-xs: clamp(1.25rem, 1.0588rem + 0.956vw, 1.875rem);--space-sm: calc(var(--space-xs) * 1.5);--space-md: calc(var(--space-xs) * 2);--space-lg: calc(var(--space-xs) * 3);--space-xl: calc(var(--space-xs) * 4);}body {font-family: var(--font-family);color: var(--black);font-size: var(--body);line-height: 1.8;letter-spacing: 0.05em;min-width: calc(1024px + var(--space-xs));}h1 {font-size: var(--heading1);}h2 {font-size: var(--heading2);}h3 {font-size: var(--heading3);}h4 {font-size: var(--heading4);}h5 {font-size: var(--heading5);}h6 {font-size: var(--heading6);}a {color: inherit;text-decoration: none;}ul,ol {list-style: none;}table {width: 100%;border-collapse: collapse;border-spacing: 0;}table th,table td {padding: 1.5em;border: 1px solid var(--gray);}table th {text-align: center;background-color: var(--blue-light);}table td {background-color: var(--white);}figure figcaption {font-weight: bold;text-align: center;margin-top: 0.5em;}img {width: 100%;height: auto;vertical-align: bottom;}address {font-style: normal;}input {background: var(--white);}input[type='text'],input[type='email'],input[type='tel'] {padding: 1em;width: 100%;border: 1px solid var(--gray);border-radius: 5px;}input[type='checkbox'],input[type='radio'] {margin-right: 10px;}textarea {padding: 1em;width: 100%;background-color: var(--white);border: 1px solid var(--gray);border-radius: 5px;vertical-align: bottom;}#loading-wrapper {opacity: 0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}#loading-wrapper.loaded {opacity: 1;}#protector {display: none;position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: var(--black);opacity: 0.5;z-index: 998;}.logo {width: 30%;}.logo a {height: 0;padding-top: 15%;background: url(../img/logo.svg) 0 0/contain no-repeat;display: block;text-indent: 100%;white-space: nowrap;overflow: hidden;}.mail {color: var(--green);font-weight: 500;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.mail:active:not(.btn) {color: var(--green-hover);}.mail::before {content: '\f0e0';margin-right: 0.3em;font-family: 'Font Awesome 5 Free';font-size: 1em;font-weight: 900;}.mail-btn .mail {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;width: 3em;height: 3em;background-color: var(--green);border-radius: 50%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.mail-btn .mail:active {background-color: var(--green-hover);}.mail-btn .mail:active .mail {color: var(--white);}.mail-btn .mail::before {color: var(--white);font-size: var(--heading4);margin-right: 0;}.tel {font-family: var(--font-family-en);font-weight: bold;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;font-size: calc(var(--heading3) * 0.95);}.tel::before {content: '\f095';margin-right: 0.3em;font-family: 'Font Awesome 5 Free';font-size: 0.75em;font-weight: 900;color: var(--green);}.container {width: 100%;max-width: 1366px;min-width: 1024px;margin: auto;padding: 0 var(--space-xs);}.container.lg {max-width: 1600px;}.container.sm {max-width: 1024px;min-width: initial;}.container.xs {max-width: 820px;min-width: initial;}.sticky-wrapper {position: sticky;top: calc(clamp(5.403125rem, 3.3727rem + 3.1725vw, 6.08125rem) + var(--space-sm));}.flex-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;}.two-col {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: var(--space-md);}.two-col > * {width: calc(100% / 2 - var(--space-md) / (2 / (2 - 0.999)));}.three-col {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: var(--space-sm);}.three-col > * {width: calc(100% / 3 - var(--space-sm) / (3 / (3 - 0.999)));}.four-col {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: var(--space-sm);}.four-col > * {width: calc(100% / 4 - var(--space-sm) / (4 / (4 - 0.999)));}.prose p {line-height: 2.25;}.prose a:not(.btn):not(.tel) {color: var(--blue);border-bottom: 1px solid var(--blue);-webkit-transition: 0.2s all ease;transition: 0.2s all ease;}.prose a:not(.btn):not(.tel)[target='_blank']::after {content: '\f08e';top: calc(50% - 0.85em);right: 1.25em;padding-left: 0.5em;font-family: 'Font Awesome 5 Free';font-size: 0.85em;font-weight: 900;}.prose a:not(.btn):not(.tel):active {border-color: transparent;}.prose ul,.prose ol {list-style: revert;padding: revert;-webkit-padding-start: 1.5em;padding-inline-start: 1.5em;}.prose ul li,.prose ol li {margin-top: 0;}.prose ul li::marker,.prose ol li::marker {color: var(--blue);font-weight: bold;}.prose dl dt {color: var(--blue);font-weight: bold;margin-top: 1.5em;}.prose dl dd {padding-left: 1em;margin-top: 0.5em;border-left: 2px solid var(--gray);}.txt-center {text-align: center;}.stack > * + * {margin-top: var(--stack-space, 2em);}.stack p + p {--stack-space: 1em;}.preload * {-webkit-transition: none !important;transition: none !important;}.note ul {counter-reset: note-counter;}.note ul li {display: -webkit-box;display: -ms-flexbox;display: flex;margin-top: 0;}.note ul li::before {counter-increment: note-counter; /* カウントアップ */content: "※" counter(note-counter) "： ";}.header {padding: var(--space-xs) 0;background-color: var(--white);border-bottom: 1px solid var(--gray);z-index: 1000;}.header.bg-color .gnav-pc-wrapper .gnav__menu a,.header.bg-color + .gnav-pc-wrapper .gnav__menu a {color: var(--white);}.header.bg-color .gnav-pc-wrapper .gnav__menu a:active,.header.bg-color + .gnav-pc-wrapper .gnav__menu a:active {color: var(--blue-hover);}.header.bg-color .gnav-pc-wrapper .gnav__menu a.current,.header.bg-color + .gnav-pc-wrapper .gnav__menu a.current {color: var(--blue-hover);}.header.bg-color .hamburger .stick {background-color: var(--white);}.header__single {position: sticky;top: 0;width: 100%;}.header__single .flex-wrapper {-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-md);}.header__single .gnav-pc-wrapper {width: calc(100% - 30% - var(--space-md));}.header__single .gnav-pc-wrapper .gnav {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.header__single.menu-left .gnav {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.header__single.bg-color {background-color: var(--blue);border: none;}.header__single.bg-color .logo a {background-image: url(../img/logo_w.svg);}.header__double .flex-wrapper {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-md);}.header__double.menu-right {position: sticky;top: 0;width: 100%;}.header__double.menu-right .gnav-pc-wrapper {width: calc(100% - 30% - var(--space-md));}.header__double.menu-right .gnav-pc-wrapper .gnav {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;gap: 1em;}.header__double.menu-center {padding: 0;}.header__double.menu-center .gnav__cta {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 1em;}.header__double.menu-center > .flex-wrapper {padding-top: var(--space-xs);padding-bottom: var(--space-xs);}.header__double.menu-center + .gnav-pc-wrapper {position: sticky;top: 0;padding: var(--space-xs) 0;background-color: var(--white);border-bottom: 1px solid var(--gray);z-index: 1000;}.header__double.menu-center + .gnav-pc-wrapper .gnav ul {-ms-flex-pack: distribute;justify-content: space-around;}.header__double.menu-center.bg-color + .gnav-pc-wrapper {background-color: var(--blue);border: none;}.header__double.menu-center.bg-color + .gnav-pc-wrapper::after {content: '';position: absolute;bottom: -1px;left: 0;width: 100%;height: 1px;background-color: var(--blue);}.header__double.all-center {padding-top: var(--space-lg);border-bottom: none;}.header__double.all-center > .flex-wrapper {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.header__double.all-center + .gnav-pc-wrapper {position: sticky;top: 0;padding: var(--space-xs) 0;background-color: var(--white);border-bottom: 1px solid var(--gray);z-index: 1000;}.header__double.all-center + .gnav-pc-wrapper .gnav {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.header__double.all-center.bg-color {background-color: var(--blue);}.header__double.all-center.bg-color > .flex-wrapper .logo a {background-image: url(../img/logo_w.svg);}.header__double.all-center.bg-color + .gnav-pc-wrapper {color: var(--white);background-color: var(--blue);border: none;}.header__double.all-center.bg-color + .gnav-pc-wrapper::after {content: '';position: absolute;bottom: -1px;left: 0;width: 100%;height: 1px;background-color: var(--blue);}.hamburger {display: none;position: relative;width: 2em;height: 1.5em;cursor: pointer;}.hamburger.active .stick:nth-child(1) {top: 0.6em;-webkit-transform: rotate(45deg);transform: rotate(45deg);}.hamburger.active .stick:nth-child(2) {display: none;}.hamburger.active .stick:nth-child(3) {bottom: 0.65em;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}.hamburger .stick {position: absolute;left: 0;height: 0.25em;width: 100%;background-color: var(--blue);-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}.hamburger .stick:nth-child(1) {top: 0;}.hamburger .stick:nth-child(2) {top: calc(50% - 0.25em / 2);}.hamburger .stick:nth-child(3) {bottom: 0;}.gnav-pc-wrapper .gnav {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-xs);}.gnav-pc-wrapper .gnav ul {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-xs);}.gnav-pc-wrapper .gnav__menu a {font-weight: 500;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.gnav-pc-wrapper .gnav__menu a:active {color: var(--blue-hover);}.gnav-pc-wrapper .gnav__menu a.current {color: var(--blue-hover);}.gnav-mb-wrapper {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: var(--white);overflow: auto;z-index: 1000;}.gnav-mb-wrapper .gnav {padding: 0 var(--space-sm) calc(var(--space-xl) * 2);}.gnav-mb-wrapper .gnav li a {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;font-weight: 500;padding: var(--space-sm) 0;border-bottom: 1px solid var(--gray);}.gnav-mb-wrapper .gnav li a::after {content: '';display: block;width: 10px;height: 10px;border-top: 3px solid var(--blue);border-right: 3px solid var(--blue);-webkit-transform: rotate(45deg);transform: rotate(45deg);}.gnav-mb-wrapper .btn {width: 100%;padding-top: var(--space-xs);padding-bottom: var(--space-xs);margin-top: var(--space-md);}.fv-A {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;min-height: 550px;background: url(../img/fv_dummy1.png) center/cover no-repeat;background: url(../img/fv_dummy1.png.webp) center/cover no-repeat;}.fv-A::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: var(--black);opacity: 0.2;}.fv-A__txt {position: relative;z-index: 1;}.fv-A__txt strong {display: block;color: var(--white);font-size: var(--heading1);font-weight: bold;letter-spacing: 0.1em;text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);}.fv-A__txt .btn {margin-top: var(--space-xs);}.fv-A.align-center * {text-align: center;}.fv-A #mf-badge {bottom: 2.5em;right: 2.5em;}.fv-A.sub {min-height: initial;}.fv-A.sub h1 {color: var(--white);letter-spacing: 0.1em;padding: var(--space-xl) 0;text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);}.fv-B {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;min-height: 550px;background: url(../img/fv_dummy2.png) center/cover no-repeat;background: url(../img/fv_dummy2.png.webp) center/cover no-repeat;}.fv-B__txt {width: 70%;padding: var(--space-lg) var(--space-xs);background-color: var(--blue);}.fv-B__txt .txt-area {margin-left: auto;width: 100%;max-width: calc(1366px * 0.7 + var(--space-sm) * 2 - var(--space-xs));}.fv-B__txt strong {display: block;color: var(--white);font-size: var(--heading1);font-weight: bold;letter-spacing: 0.1em;}.fv-B__txt .btn {margin-top: var(--space-sm);}.fv-B #mf-badge {bottom: 2.5em;right: 2.5em;}.fv-B.sub {padding: var(--space-lg) 0;min-height: initial;}.fv-B.sub h1 {display: inline-block;color: var(--white);letter-spacing: 0.1em;padding: var(--space-xs) var(--space-md);background-color: var(--blue);}.fv-C {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;min-height: 550px;background: url(../img/fv_img1.png) center/cover no-repeat;background: url(../img/fv_img1.png.webp) center/cover no-repeat;}.fv-C__txt {padding: var(--space-lg) 0;width: 100%;background-color: var(--blue);}.fv-C__txt > .container {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;gap: var(--space-md);}.fv-C__txt strong {color: var(--white);font-size: calc(var(--heading1) * 0.85);font-weight: bold;letter-spacing: 0.07em;}.fv-C #mf-badge {top: 2.5em;right: 2.5em;}.fv-C.sub {position: relative;padding: var(--space-xl) 0;min-height: initial;}.fv-C.sub h1 {position: absolute;bottom: -1em;display: inline-block;color: var(--white);letter-spacing: 0.1em;padding: var(--space-xs) var(--space-md);background-color: var(--blue);}.fv-C + .breadcrumb {margin-top: var(--space-md);}.fv-D {display: -webkit-box;display: -ms-flexbox;display: flex;gap: var(--space-sm);padding: var(--space-sm) var(--space-xs);}.fv-D__txt {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: calc(var(--space-xl) * 1.25) 0;width: 50%;}.fv-D__txt .txt-area {margin-left: auto;width: 100%;max-width: calc(1366px * 0.5 - var(--space-sm));}.fv-D__txt .txt-area strong {display: block;font-size: var(--heading1);font-weight: 500;letter-spacing: 0.1em;}.fv-D__txt .txt-area .btn {margin-top: var(--space-xs);}.fv-D__img {position: relative;width: 50%;background: url(../img/fv_dummy3.png) center/cover no-repeat;background: url(../img/fv_dummy3.png.webp) center/cover no-repeat;}.fv-D #mf-badge {bottom: 1.5em;right: 1.5em;}.fv-D.sub {padding-bottom: 0;}.fv-D.sub .fv-D__txt {padding: var(--space-lg) 0;}.fv-D.sub .fv-D__txt h1 {display: inline-block;font-weight: 500;letter-spacing: 0.1em;padding-bottom: var(--space-xs);border-bottom: 3px solid var(--blue);}.fv-E {display: -webkit-box;display: -ms-flexbox;display: flex;gap: var(--space-md);padding: var(--space-sm) var(--space-xs);}.fv-E__txt {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;width: 30%;padding: var(--space-md) 0;}.fv-E__txt strong {font-size: var(--heading1);font-weight: 500;letter-spacing: 0.1em;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;}.fv-E__img {position: relative;width: 70%;background: url(../img/fv_dummy3.png) center/cover no-repeat;background: url(../img/fv_dummy3.png.webp) center/cover no-repeat;border-radius: 3em 0 0 3em;}.fv-E__img .cta-area {position: absolute;bottom: 0;right: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-xs);padding: 1.25em var(--space-md) 0.75em;background-color: var(--white);border-radius: 7em 0 0 0;z-index: 1;}.fv-E #mf-badge {top: 1.5em;right: 1.5em;}.fv-E.sub {padding-bottom: 0;}.fv-E.sub .fv-E__txt {padding: var(--space-xl) 0;}.fv-E.sub .fv-E__txt h1 {display: inline-block;font-weight: 500;letter-spacing: 0.1em;}.fv-F > .container {padding-top: var(--space-sm);padding-bottom: var(--space-xl);}.fv-F__img {position: relative;padding-top: 40%;background: url(../img/fv_dummy2.png) center/cover no-repeat;background: url(../img/fv_dummy2.png.webp) center/cover no-repeat;border-radius: 5em;}.fv-F__txt {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;margin-top: var(--space-sm);}.fv-F__txt strong {font-size: var(--heading1);font-weight: 500;letter-spacing: 0.1em;}.fv-F__txt .cta-area {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0.5em;padding-left: var(--space-md);border-left: 1px solid var(--gray);}.fv-F #mf-badge {top: 1.5em;left: 1.5em;}.fv-F.sub > .container {padding-bottom: 0;}.fv-F.sub .fv-F__img {padding-top: 15%;border-radius: 3.5em;}.fv-F.sub h1 {display: inline-block;font-weight: 500;letter-spacing: 0.1em;padding: 0.5em var(--space-md) 0 var(--space-md);margin-left: 1em;background-color: var(--white);border-radius: 1em 1em 0 0;}.fv-G {padding: var(--space-sm) 0 var(--space-xl);}.fv-G__img {position: relative;}.fv-G__img .fv-slider .slide {margin: 0 var(--space-xs);width: 768px;border: 1px solid var(--gray-light);overflow: hidden;}.fv-G__img .fv-slider .slick-dots {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;gap: 1em;margin-top: var(--space-xs);}.fv-G__img .fv-slider .slick-dots li.slick-active button {background-color: var(--yellow);}.fv-G__img .fv-slider .slick-dots li button {display: block;width: 0.75em;height: 0.75em;background-color: var(--gray-light);border-radius: 50%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;display: block;text-indent: 100%;white-space: nowrap;overflow: hidden;}.fv-G__img .fv-slider .slick-dots li button:active {background-color: var(--yellow);}.fv-G__txt {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;margin-top: var(--space-sm);}.fv-G__txt strong {font-size: var(--heading1);font-weight: 500;letter-spacing: 0.1em;}.fv-G__txt .cta-area {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0.5em;padding-left: var(--space-md);border-left: 1px solid var(--gray);}.fv-G #mf-badge {top: 1.5em;right: 1.5em;}.fv-G.sub {padding: 0;}.fv-G.sub .fv-G__img {padding-top: 15%;background: url(../img/fv_dummy1.png) center/cover no-repeat;background: url(../img/fv_dummy1.png.webp) center/cover no-repeat;}.fv-G.sub h1 {display: inline-block;font-weight: 500;letter-spacing: 0.1em;padding-bottom: var(--space-xs);margin: auto;border-bottom: 3px solid var(--blue);}.fv-H {position: relative;}.fv-H__txt {position: relative;width: 55%;z-index: 1;}.fv-H__txt .txt-area {padding: calc(var(--space-lg) * 1.5) var(--space-xs);background-color: var(--blue);}.fv-H__txt .txt-area strong,.fv-H__txt .txt-area h1 {display: block;color: var(--white);font-size: var(--heading1);line-height: 2;letter-spacing: 0.1em;margin-left: auto;width: 100%;max-width: calc(1366px * 0.55 - var(--space-xs));}.fv-H__txt .cta-wrapper {padding: var(--space-sm) var(--space-xs);}.fv-H__txt .cta-wrapper .cta-area {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 1em;margin-left: auto;width: 100%;max-width: calc(1366px * 0.55 - var(--space-xs));}.fv-H__img {position: absolute;bottom: 0;right: 0;width: 55%;height: calc(100% - var(--space-sm));background: url(../img/fv_dummy2.png) center/cover no-repeat;background: url(../img/fv_dummy2.png.webp) center/cover no-repeat;}.fv-H #mf-badge {bottom: var(--space-md);right: var(--space-md);}.fv-H.sub .fv-H__txt {padding-bottom: var(--space-sm);}.fv-H.sub .fv-H__txt .txt-area {padding-top: var(--space-md);padding-bottom: var(--space-md);}.fv-I {position: relative;min-height: 550px;}.fv-I::before {content: '';position: absolute;top: 0;left: 0;width: calc(100% - var(--space-lg));height: calc(100% - var(--space-lg));background-color: var(--blue);}.fv-I__inr {position: absolute;bottom: 0;right: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: calc(100% - var(--space-lg));height: calc(100% - var(--space-lg));background: url(../img/fv_dummy1.png) center/cover no-repeat;background: url(../img/fv_dummy1.png.webp) center/cover no-repeat;}.fv-I__inr::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: var(--black);opacity: 0.2;}.fv-I__inr .fv-I__txt {position: relative;z-index: 1;}.fv-I__inr .fv-I__txt strong {display: block;color: var(--white);font-size: var(--heading1);font-weight: bold;letter-spacing: 0.1em;text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);}.fv-I__inr .fv-I__txt .btn {margin-top: var(--space-xs);}.fv-I #mf-badge {bottom: 2.5em;right: 2.5em;}.fv-I.sub {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;padding-top: var(--space-lg);min-height: initial;}.fv-I.sub .fv-I__inr {position: relative;}.fv-I.sub h1 {color: var(--white);letter-spacing: 0.1em;padding: var(--space-xl) 0;text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);}.fv-J {position: relative;min-height: 550px;}.fv-J__inr {position: absolute;top: 0;left: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;height: 100%;}.fv-J__inr::after {content: '';position: absolute;top: 0;right: 0;width: calc(50% + 1024px / 2);height: 100%;background: url(../img/fv_dummy1.png) center/cover no-repeat;background: url(../img/fv_dummy1.png.webp) center/cover no-repeat;border-radius: 100vw 0 0 0;}.bg-color .fv-J__inr {background-color: var(--blue);}.fv-J__txt {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 1em;}.fv-J__txt > * {position: relative;display: inline-block;color: var(--white);font-size: var(--heading1);font-weight: 500;letter-spacing: 0.1em;padding: var(--space-xs) var(--space-sm);width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;z-index: 1;}.fv-J__txt > *::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: var(--blue);opacity: 0.9;z-index: -1;}.bg-color .fv-J__txt > *::before {opacity: 1;}.fv-J .cta-area {position: absolute;bottom: 0;right: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-xs);padding: 1.25em var(--space-sm);background-color: var(--white);border-radius: 5em 0 0 0;z-index: 1;}.fv-J #mf-badge {top: var(--space-md);right: var(--space-md);}.fv-J.sub {min-height: auto;}.fv-J.sub .fv-J__inr {position: static;}.fv-J.sub .fv-J__inr .fv-J__txt {padding: var(--space-xl) 0;}.breadcrumb {display: -webkit-box;display: -ms-flexbox;display: flex;white-space: nowrap;margin-top: var(--space-xs);overflow: auto;}.breadcrumb > span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: var(--black);font-size: var(--small2);}.breadcrumb > span::after {content: '/';display: block;color: var(--gray);margin: 0 10px;}.breadcrumb > span:last-child::after {display: none;}.breadcrumb > span a {display: block;color: var(--gray-dark);-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.breadcrumb > span a:active {color: var(--black);}.breadcrumb + .main {margin-top: var(--space-md);}.heading {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.heading h2 {font-weight: 500;line-height: 1;letter-spacing: 0.15em;}.heading span {display: block;font-family: var(--font-family-en);line-height: 1;letter-spacing: 0.15em;text-transform: capitalize;}.heading > *:last-child {margin-top: calc(var(--space-xs) * 0.5);}.heading__ja h2 {font-size: var(--heading1);}.heading__ja span {font-size: var(--small);font-weight: bold;}.heading__ja.style-color span {color: var(--blue);}.heading__ja.style-circle span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0.5em;}.heading__ja.style-circle span::before {content: '';display: inline-block;width: 0.45rem;height: 0.45rem;border-radius: 50%;background-color: var(--blue);}.heading__ja.style-circle.reverse.align-center span::before {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.heading__ja.style-line span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0.5em;}.heading__ja.style-line span::before {content: '';display: inline-block;width: 1.2rem;height: 1px;background-color: var(--blue);}.heading__ja.style-line.reverse.align-center span::before {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.heading__ja.align-left + * {padding-left: var(--space-sm);}.two-col *:last-child .heading__ja.align-left + * {padding: 0;}.heading__ja.align-center {text-align: center;}.heading__ja.align-center.style-circle span {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 0.5em;}.heading__ja.align-center.style-line span {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 1em;}.heading__ja.align-center.style-line span::before {-webkit-transform: rotate(90deg);transform: rotate(90deg);}.heading__ja.align-right {text-align: right;}.heading__ja.align-right h2 {margin-right: -0.3em;}.heading__ja.align-right.style-circle span {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.heading__ja.align-right.style-line span {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.heading__en h2 {font-size: calc(var(--small) * 0.85);font-weight: bold;}.heading__en span {font-size: calc(var(--heading1) * 1.25);}.heading__en.style-color h2 {color: var(--blue);}.heading__en.style-circle h2 {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0.5em;}.heading__en.style-circle h2::before {content: '';display: inline-block;width: 0.45rem;height: 0.45rem;border-radius: 50%;background-color: var(--blue);}.heading__en.style-circle.reverse.align-center h2::before {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.heading__en.style-line h2 {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0.5em;}.heading__en.style-line h2::before {content: '';display: inline-block;width: 1.2rem;height: 1px;background-color: var(--blue);}.heading__en.style-line.reverse.align-center h2::before {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.heading__en.align-left + * {padding-left: var(--space-sm);}.two-col *:last-child .heading__en.align-left + * {padding: 0;}.heading__en.align-center {text-align: center;}.heading__en.align-center h2:last-child::before {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.heading__en.align-center.style-circle h2 {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 0.75em;}.heading__en.align-center.style-line h2 {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 1.5em;}.heading__en.align-center.style-line h2::before {-webkit-transform: rotate(90deg);transform: rotate(90deg);}.heading__en.align-center.reverse h2:last-child::before {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;}.heading__en.align-right {text-align: right;}.heading__en.align-right span {margin-right: -0.15em;}.heading__en.align-right.style-circle h2 {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.heading__en.align-right.style-line h2 {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.heading.inverse * {color: var(--white) !important;}.heading.inverse *::before {background-color: var(--yellow) !important;}.heading.reverse > *:first-child {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;margin-top: calc(var(--space-xs) * 0.5);}.heading.reverse > *:last-child {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;margin-top: 0;}.heading + * {margin-top: var(--space-md) !important;}.sub-heading-border-left {letter-spacing: 0.1em;}.sub-heading-border-left h2 {font-size: var(--heading2);margin-top: calc(var(--space-lg) * 1);font-weight: 500;}.sub-heading-border-left h2:first-child {margin-top: 0;}.sub-heading-border-left h2 + * {margin-top: calc(var(--space-md) * 0.625);}.sub-heading-border-left h3 {font-size: var(--heading3);margin-top: calc(var(--space-lg) * 0.8);font-weight: 500;}.sub-heading-border-left h3:first-child {margin-top: 0;}.sub-heading-border-left h3 + * {margin-top: calc(var(--space-md) * 0.5);}.sub-heading-border-left h4 {font-size: var(--heading4);margin-top: calc(var(--space-lg) * 0.6);font-weight: 500;}.sub-heading-border-left h4:first-child {margin-top: 0;}.sub-heading-border-left h4 + * {margin-top: calc(var(--space-md) * 0.375);}.sub-heading-border-left h5 {font-size: var(--heading5);margin-top: calc(var(--space-lg) * 0.4);font-weight: bold;color: var(--blue);}.sub-heading-border-left h5:first-child {margin-top: 0;}.sub-heading-border-left h5 + * {margin-top: calc(var(--space-md) * 0.25);}.sub-heading-border-left h6 {font-size: var(--heading6);margin-top: calc(var(--space-lg) * 0.2);font-weight: bold;}.sub-heading-border-left h6:first-child {margin-top: 0;}.sub-heading-border-left h6 + * {margin-top: calc(var(--space-md) * 0.125);}.sub-heading-border-left h2 {position: relative;padding: 0.25em 0 0.5em 1em;border-bottom: 1px solid var(--gray);}.sub-heading-border-left h2::before {content: '';position: absolute;left: 0;bottom: -1px;width: 0.5rem;height: 100%;background-color: var(--blue);}.sub-heading-border-left h3 {position: relative;padding-left: 1.25em;}.sub-heading-border-left h3::before {content: '';position: absolute;left: 0;width: 0.5rem;height: 100%;background-color: var(--blue);}.sub-heading-border-left h4 {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 0.5em;}.sub-heading-border-left h4::before {content: '';position: relative;top: 0.7em;width: 0.5em;height: 0.5em;background-color: var(--blue);-ms-flex-negative: 0;flex-shrink: 0;}.sub-heading-border-bottom {letter-spacing: 0.1em;}.sub-heading-border-bottom h2 {font-size: var(--heading2);margin-top: calc(var(--space-lg) * 1);font-weight: 500;}.sub-heading-border-bottom h2:first-child {margin-top: 0;}.sub-heading-border-bottom h2 + * {margin-top: calc(var(--space-md) * 0.625);}.sub-heading-border-bottom h3 {font-size: var(--heading3);margin-top: calc(var(--space-lg) * 0.8);font-weight: 500;}.sub-heading-border-bottom h3:first-child {margin-top: 0;}.sub-heading-border-bottom h3 + * {margin-top: calc(var(--space-md) * 0.5);}.sub-heading-border-bottom h4 {font-size: var(--heading4);margin-top: calc(var(--space-lg) * 0.6);font-weight: 500;}.sub-heading-border-bottom h4:first-child {margin-top: 0;}.sub-heading-border-bottom h4 + * {margin-top: calc(var(--space-md) * 0.375);}.sub-heading-border-bottom h5 {font-size: var(--heading5);margin-top: calc(var(--space-lg) * 0.4);font-weight: bold;color: var(--blue);}.sub-heading-border-bottom h5:first-child {margin-top: 0;}.sub-heading-border-bottom h5 + * {margin-top: calc(var(--space-md) * 0.25);}.sub-heading-border-bottom h6 {font-size: var(--heading6);margin-top: calc(var(--space-lg) * 0.2);font-weight: bold;}.sub-heading-border-bottom h6:first-child {margin-top: 0;}.sub-heading-border-bottom h6 + * {margin-top: calc(var(--space-md) * 0.125);}.sub-heading-border-bottom h2 {position: relative;padding-bottom: 0.5em;border-bottom: 3px solid var(--gray);}.sub-heading-border-bottom h2::before {content: '';position: absolute;left: 0;bottom: -3px;width: 4.5em;height: 3px;background-color: var(--blue);}.sub-heading-border-bottom h3 {position: relative;padding-bottom: 0.5em;border-bottom: 2px solid var(--gray);}.sub-heading-border-bottom h3::before {content: '';position: absolute;left: 0;bottom: -2px;width: 2.5em;height: 2px;background-color: var(--blue);}.sub-heading-border-bottom h4 {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 0.5em;}.sub-heading-border-bottom h4::before {content: '';position: relative;top: 0.9em;width: 1em;height: 2px;background-color: var(--blue);-ms-flex-negative: 0;flex-shrink: 0;}.sub-heading-circle {letter-spacing: 0.1em;}.sub-heading-circle h2 {font-size: var(--heading2);margin-top: calc(var(--space-lg) * 1);font-weight: 500;}.sub-heading-circle h2:first-child {margin-top: 0;}.sub-heading-circle h2 + * {margin-top: calc(var(--space-md) * 0.625);}.sub-heading-circle h3 {font-size: var(--heading3);margin-top: calc(var(--space-lg) * 0.8);font-weight: 500;}.sub-heading-circle h3:first-child {margin-top: 0;}.sub-heading-circle h3 + * {margin-top: calc(var(--space-md) * 0.5);}.sub-heading-circle h4 {font-size: var(--heading4);margin-top: calc(var(--space-lg) * 0.6);font-weight: 500;}.sub-heading-circle h4:first-child {margin-top: 0;}.sub-heading-circle h4 + * {margin-top: calc(var(--space-md) * 0.375);}.sub-heading-circle h5 {font-size: var(--heading5);margin-top: calc(var(--space-lg) * 0.4);font-weight: bold;color: var(--blue);}.sub-heading-circle h5:first-child {margin-top: 0;}.sub-heading-circle h5 + * {margin-top: calc(var(--space-md) * 0.25);}.sub-heading-circle h6 {font-size: var(--heading6);margin-top: calc(var(--space-lg) * 0.2);font-weight: bold;}.sub-heading-circle h6:first-child {margin-top: 0;}.sub-heading-circle h6 + * {margin-top: calc(var(--space-md) * 0.125);}.sub-heading-circle h2,.sub-heading-circle h3,.sub-heading-circle h4 {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 0.5em;}.sub-heading-circle h2::before,.sub-heading-circle h3::before,.sub-heading-circle h4::before {content: '';position: relative;top: 0.7em;width: 0.5em;height: 0.5em;background-color: var(--blue);border-radius: 50%;-ms-flex-negative: 0;flex-shrink: 0;}.sub-heading-circle h2 {padding-bottom: 0.5em;border-bottom: 2px solid var(--gray);}.sub-heading-circle h4::before {background-color: transparent;border: 2px solid var(--blue);}.btn {position: relative;display: inline-block;color: var(--white);font-weight: 500;text-align: center;padding: 0.75em 2em;background-color: var(--yellow);-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.btn:active {background-color: var(--yellow-hover);}.btn.lg {font-size: var(--heading4);}.btn.sm {font-size: var(--small);}.btn.cta {background-color: var(--green);}.btn.cta:active {background-color: var(--green-hover);}.btn__circle {border-radius: 2em;}.btn__radius {border-radius: 0.5em;}.btn__square {border-radius: 0px;}.btn.double {outline: 2px solid var(--white);outline-offset: -0.25em;}.btn.ghost {color: var(--yellow);background-color: var(--white);border: 2px solid var(--yellow);}.btn.ghost:active {color: var(--white);background-color: var(--yellow);}.btn.ghost.cta {color: var(--green);border-color: var(--green);}.btn.ghost.cta:active {color: var(--white);background-color: var(--green);}.btn.arrow:not(.mail) {padding-right: calc(2em + 0.85em / 2.5);}.btn.arrow:not(.mail)::after {content: '\f105';position: absolute;top: calc(50% - 0.85em);right: 1.25em;font-family: 'Font Awesome 5 Free';font-size: 0.85em;font-weight: 900;-webkit-transition: all 0.1s ease;transition: all 0.1s ease;}.btn.arrow:not(.mail):active::after {right: 1em;}.btn[target='_blank'] {padding-right: calc(2em + 0.75em / 2.5);}.btn[target='_blank']::after {content: '\f08e';position: absolute;top: calc(50% - 0.85em);right: 1.25em;font-family: 'Font Awesome 5 Free';font-size: 0.75em;font-weight: 900;}.btn.shadow-blur {-webkit-box-shadow: 0.15em 0.15em 0.25em rgba(0, 0, 0, 0.2);box-shadow: 0.15em 0.15em 0.25em rgba(0, 0, 0, 0.2);}.btn.shadow-clear {-webkit-box-shadow: 0.15em 0.15em rgba(0, 0, 0, 0.2);box-shadow: 0.15em 0.15em rgba(0, 0, 0, 0.2);}.btn:disabled {color: var(--gray-dark);background-color: var(--gray);cursor: not-allowed;}.btn:disabled:active {color: var(--gray-dark);background-color: var(--gray);}.btn-fix-center .btn {display: block;width: 100%;max-width: 400px;margin: auto;}.btn-flex-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 1em;}.tmb-block .tmb {display: block;text-align: center;}.tmb-block .tmb:active img {-webkit-transform: scale(1.05);transform: scale(1.05);}.tmb-block .tmb picture {display: block;overflow: hidden;}.tmb-block .tmb picture img {-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}.tmb-block .tmb .ttl {font-weight: 500;letter-spacing: 0.1em;padding: calc(var(--space-xs) * 0.7) 0;}.tmb-block.frame .tmb {border: 1px solid var(--gray);}.tmb-block.frame .tmb .ttl {background-color: var(--white);}.tmb-block.bg-color .tmb .ttl {color: var(--white);background-color: var(--blue);}.tmb-block.radius picture {border-radius: 0.5em;}.tmb-block.radius.frame .tmb,.tmb-block.radius.bg-color .tmb {border-radius: 0.5em;overflow: hidden;}.tmb-block.radius.frame .tmb picture,.tmb-block.radius.bg-color .tmb picture {border-radius: 0;}.tmb-block.shadow-blur picture {-webkit-box-shadow: 0 0.1em 0.25em var(--gray);box-shadow: 0 0.1em 0.25em var(--gray);}.tmb-block.shadow-blur.frame picture,.tmb-block.shadow-blur.bg-color picture {-webkit-box-shadow: none;box-shadow: none;}.tmb-block.shadow-blur.frame .tmb,.tmb-block.shadow-blur.bg-color .tmb {-webkit-box-shadow: 0 0.1em 0.25em var(--gray);box-shadow: 0 0.1em 0.25em var(--gray);}.tmb-block.shadow-clear picture {-webkit-box-shadow: 0.4em 0.4em var(--gray);box-shadow: 0.4em 0.4em var(--gray);}.tmb-block.shadow-clear.frame picture,.tmb-block.shadow-clear.bg-color picture {-webkit-box-shadow: none;box-shadow: none;}.tmb-block.shadow-clear.frame .tmb,.tmb-block.shadow-clear.bg-color .tmb {-webkit-box-shadow: 0.4em 0.4em var(--gray);box-shadow: 0.4em 0.4em var(--gray);}.tmb-block.icon .tmb:active .ttl i {background-color: var(--blue);}.tmb-block.icon .tmb:active .ttl i::after {border-color: var(--white);}.tmb-block.icon .tmb .ttl {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;border-bottom: 1px solid var(--gray);}.tmb-block.icon .tmb .ttl i {position: relative;width: 1.5em;height: 1.5em;border: 2px solid var(--blue);border-radius: 50%;-ms-flex-negative: 0;flex-shrink: 0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.tmb-block.icon .tmb .ttl i::after {content: '';display: block;width: 0.35em;height: 0.35em;border-top: 2px solid var(--blue);border-right: 2px solid var(--blue);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: 50%;left: calc(50% - 0.35em / 4);-webkit-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.tmb-block.icon.frame .ttl,.tmb-block.icon.bg-color .ttl {padding: calc(var(--space-xs) * 0.7) var(--space-xs);border-bottom: none;}.tmb-block.icon.bg-color .tmb:active .ttl i {background-color: var(--white);}.tmb-block.icon.bg-color .tmb:active .ttl i::after {border-color: var(--blue);}.tmb-block.icon.bg-color .tmb .ttl i {border-color: var(--white);}.tmb-block.icon.bg-color .tmb .ttl i::after {border-color: var(--white);}.main > section {position: relative;padding: calc(var(--space-xl) * 1.5) 0;}.main > section.inverse * {color: var(--white) !important;}.main > section.inverse .heading h2::before,.main > section.inverse .heading span::before {background-color: var(--yellow);}.main > section.inverse .heading.style-color.heading__ja span {color: var(--yellow) !important;}.main > section.inverse .heading.style-color.heading__en h2 {color: var(--yellow) !important;}.main > section.inverse h2 {border-color: var(--white);}.main > section.inverse h2::before {background-color: var(--yellow);}.main > section.inverse h3 {border-color: var(--white);}.main > section.inverse h3::before {background-color: var(--yellow);}.main > section.inverse h4 {border-color: var(--white);}.main > section.inverse h4::before {background-color: var(--yellow);}.main > section.inverse h5 {border-color: var(--white);}.main > section.inverse h5::before {background-color: var(--yellow);}.main > section.inverse h6 {border-color: var(--white);}.main > section.inverse h6::before {background-color: var(--yellow);}.main > section.inverse .tmb-block.frame .tmb .ttl {color: var(--black) !important;}.main > section.inverse .tmb-block.bg-color .tmb .ttl {color: var(--white) !important;}.main > section.inverse .tmb-block.icon:not(.bg-color) .tmb:active i {background-color: var(--white);}.main > section.inverse .tmb-block.icon:not(.bg-color) .tmb:active i::after {border-color: var(--blue);}.main > section.inverse .tmb-block.icon:not(.bg-color) .tmb i {border-color: var(--white);}.main > section.inverse .tmb-block.icon:not(.bg-color) .tmb i::after {border-color: var(--white);}.main > section.inverse .price-block dl *,.main > section.inverse .price-block table * {color: var(--black) !important;}.main > section.bg-color-main {background-color: var(--blue);}.main > section.bg-color-main-light {background-color: var(--blue-light);}.main > section.bg-color-sub {background-color: var(--yellow);}.main > section.bg-color-sub-light {background-color: var(--yellow-light);}.main > section.bg-color-mf {background-color: var(--mf-yellow);}.main > section.bg-color-mf .heading h2::before,.main > section.bg-color-mf .heading span::before {background-color: var(--mf-blue) !important;}.main > section.bg-color-mf .heading.style-color.heading__ja span {color: var(--mf-blue) !important;}.main > section.bg-color-mf .heading.style-color.heading__en h2 {color: var(--mf-blue) !important;}.main#front + .footer {margin-top: 0;}.main__round > section {background-color: var(--white);}.main__round > section.decoration:nth-of-type(odd) {border-top-left-radius: 10em;}.main__round > section.decoration:nth-of-type(even) {border-top-right-radius: 10em;}.main__round > section::after {content: '';position: absolute;left: 0;bottom: -10em;width: 100%;height: 10em;z-index: -1;}.main__round > section.bg-color-main::after {background-color: var(--blue);}.main__round > section.bg-color-main-light::after {background-color: var(--blue-light);}.main__round > section.bg-color-sub::after {background-color: var(--yellow);}.main__round > section.bg-color-sub-light::after {background-color: var(--yellow-light);}.main__round > section.bg-color-mf::after {background-color: var(--mf-yellow);}.main__circle > section {overflow: hidden;}.main__circle > section > * {position: relative;z-index: 1;}.main__circle > section.decoration__single::before {content: '';position: absolute;top: calc(clamp(25rem, -1.0154rem + 110.999vw, 93.75rem) / 2 * -0.2);left: calc(clamp(25rem, -1.0154rem + 110.999vw, 93.75rem) / 2 * -0.5);width: clamp(25rem, -1.0154rem + 110.999vw, 93.75rem);height: clamp(25rem, -1.0154rem + 110.999vw, 93.75rem);background-color: var(--blue);border-radius: 50%;}.main__circle > section.decoration__double::before {content: '';position: absolute;top: calc(clamp(15.625rem, 6.1649rem + 40.3633vw, 40.625rem) / 2 * -1.1);right: calc(clamp(15.625rem, 6.1649rem + 40.3633vw, 40.625rem) / 2 * -0.5);width: clamp(15.625rem, 6.1649rem + 40.3633vw, 40.625rem);height: clamp(15.625rem, 6.1649rem + 40.3633vw, 40.625rem);background-color: var(--blue);border-radius: 50%;}.main__circle > section.decoration__double::after {content: '';position: absolute;bottom: calc(clamp(25rem, 15.5399rem + 40.3633vw, 50rem) / 2 * -0.9);left: calc(clamp(25rem, 15.5399rem + 40.3633vw, 50rem) / 2 * -0.4);width: clamp(25rem, 15.5399rem + 40.3633vw, 50rem);height: clamp(25rem, 15.5399rem + 40.3633vw, 50rem);background-color: var(--blue);border-radius: 50%;}.main__triangle > section {overflow: hidden;}.main__triangle > section > * {position: relative;z-index: 1;}.main__triangle > section.decoration__single::before {content: '';position: absolute;top: 0;right: 0;border-top: clamp(8rem, 4.2159rem + 16.1453vw, 18rem) solid var(--blue);border-left: 65vw solid transparent;}.main__triangle > section.decoration__double::before {content: '';position: absolute;top: 0;right: 0;border-top: clamp(5rem, 2.3512rem + 11.3017vw, 12rem) solid var(--blue);border-left: 50vw solid transparent;}.main__triangle > section.decoration__double::after {content: '';position: absolute;bottom: 0;left: 0;border-bottom: clamp(5rem, 2.3512rem + 11.3017vw, 12rem) solid var(--blue);border-right: 50vw solid transparent;}#mf-member .mf-block p {line-height: 2.25;margin-top: var(--space-xs);}#mf-member .mf-block .img-area img {aspect-ratio: 14 / 9;-o-object-fit: cover;object-fit: cover;}#mf-badge {position: absolute;width: 10em;z-index: 998;}.greeting-block p {line-height: 2.25;margin-top: var(--space-xs);}.greeting-block p:first-child {margin-top: 0;}.greeting-block .img-area img {width: 100%;height: 100%;aspect-ratio: 16 / 9;-o-object-fit: cover;object-fit: cover;}.greeting-block.heading-in-col {position: relative;}.greeting-block.heading-in-col .heading {position: absolute;}.greeting-block.heading-in-col .heading + * {margin-top: 0 !important;}.greeting-block.heading-in-col .heading + * > * {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.greeting-block.heading-in-col .heading + * > *.txt-area {padding-top: calc(var(--heading1) + (var(--space-xs) * 0.5) + var(--small) + var(--space-md));-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.greeting-block.align-center .two-col > * {width: 100%;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.greeting-block.align-center .two-col > *.txt-area {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.greeting-block.align-center .txt-area {text-align: center;}.greeting-block.align-center .img-area {margin: auto;width: 80%;}.about-block .txt-area dl {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.about-block .txt-area dl dt,.about-block .txt-area dl dd {line-height: 2.2;padding: var(--space-xs) 0;}.about-block .txt-area dl dt {color: var(--blue);font-weight: bold;letter-spacing: 0.2em;padding-right: var(--space-xs);width: calc(5em + var(--space-xs));}.about-block .txt-area dl dd {width: calc(100% - 5em - var(--space-xs));}.about-block .map-area:first-child .map {left: 0;}.about-block .map-area:last-child .map {right: 0;}.about-block .map-area .map {position: absolute;width: calc(50% - var(--space-md) + var(--space-xs));height: calc(100% - (var(--heading1) + (var(--space-xs) * 0.5) + var(--small) + var(--space-md) + (var(--space-xl) * 1.5 * 2)));}.about-block .map-area .map iframe {position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;}.about-block .heading.align-left + * {padding-left: 0;}.about-block .heading.align-left + * > .txt-area:first-child {padding-left: var(--space-sm);}.about-block.heading-in-col {position: relative;}.about-block.heading-in-col .heading {position: absolute;}.about-block.heading-in-col .heading + * {margin-top: 0 !important;}.about-block.heading-in-col .heading + * > .txt-area:first-child {padding-left: 0;}.about-block.heading-in-col .heading + * > * {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.about-block.heading-in-col .heading + * > *.map-area {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.about-block.heading-in-col .heading + * > *.map-area > .map {bottom: 0;left: 0;height: calc(100% - (var(--heading1) + (var(--space-xs) * 0.5) + var(--small) + var(--space-md)));}.about-block.align-center .two-col {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.about-block.align-center .txt-area {padding: 0;}.about-block.align-center .map-area {width: 100%;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.about-block.align-center .map-area .map {position: relative;width: 100%;height: 50vh;}.about-block.under-line dt,.about-block.under-line dd {border-bottom: 1px solid var(--gray);}.about-block.under-line dt:last-of-type,.about-block.under-line dd:last-of-type {border: none;}.service-block .two-col .service-item {gap: calc(var(--space-xs) * 1.125);}.service-block .two-col .service-item .txt-area {width: calc(100% - 35% - var(--space-xs) * 1.125);-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.service-block.all-reverse .service-item .img-area {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.service-block.odd-reverse .service-item:nth-of-type(odd) .img-area {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.service-block.even-reverse .service-item:nth-of-type(even) .img-area {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.service-item {display: -webkit-box;display: -ms-flexbox;display: flex;gap: var(--space-sm);margin-top: var(--space-md);}.service-item p {line-height: 2;}.service-item .img-area {width: 35%;}.service-item .img-area img {aspect-ratio: 16 / 9;-o-object-fit: cover;object-fit: cover;}.service-item .txt-area {width: calc(100% - 35% - var(--space-sm));}.price-block .price-item {padding: var(--space-xs) var(--space-sm);border-bottom: 1px solid var(--gray);}.price-block dl.price-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.price-block dl.price-item dt {font-weight: bold;}.price-block .check-list li {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 0.5em;margin-top: 0.5em;}.price-block .check-list li:first-child {margin-top: 0;}.price-block .check-list li::before {content: '\f14a';position: relative;top: 0.1em;font-family: 'Font Awesome 5 Free';color: var(--blue);font-weight: 900;}.price-block table td {text-align: right;}.price-block.frame-line .price-item {background-color: var(--white);border: 1px solid var(--gray);}.price-block.frame-line .price-item + .price-item {margin-top: 1em;}.price-block.frame-color .price-item {background-color: var(--blue-light);border: none;}.price-block.frame-color .price-item + .price-item {margin-top: 1em;}.price-block .spot-tbl-center td {text-align: center;}.price-block .spot-tbl th {padding: 0.75em;}.price-block .spot-tbl td {padding: 0.75em;text-align: left;}.form-area {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.form-area dt {font-size: var(--heading5);font-weight: 500;margin-top: var(--space-sm);width: 18%;}.form-area dt:first-child {margin-top: 0;}.form-area dt span {display: block;color: var(--required);font-size: var(--small);font-weight: bold;line-height: 1;}.form-area dd {margin-top: var(--space-sm);width: calc(100% - 18% - var(--space-lg));}.form-area dd:first-of-type {margin-top: 0;}.form-area dd input[name='zip'] {width: 35%;}.form-area dd input[name='address'] {margin-top: 0.5em;}.form-area dd.address {margin-top: calc(var(--space-xs) * 0.35);}.form-area p {width: 100%;}.error {color: var(--required);font-size: var(--small);font-weight: bold;}.csrf-error {color: var(--required);text-align: center;padding: 1em;margin: var(--space-md) 0;background-color: var(--required-light);border: 1px solid var(--required);border-radius: 5px;}#thanks-message {text-align: center;padding: calc(var(--space-md) * 0.8);margin-top: var(--space-lg);background-color: var(--green-light);border: 2px solid var(--green);}#thanks-message .ttl {color: var(--green);font-size: var(--heading3);font-weight: bold;letter-spacing: 0.15em;}#thanks-message p {line-height: 2;padding-top: 0.75em;}.form-btn {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-top: var(--space-sm);}.form-btn .btn {padding: 0.5em 5.5em;}#front #contact .cta-area {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;gap: var(--space-xs);}#front #contact .cta-area .tel {font-size: var(--heading2);}#page #contact #thanks-message {margin-top: var(--space-lg);border: 2px solid var(--green);}#page > .flex-wrapper {gap: var(--space-md);}#page > .flex-wrapper .main-col {width: 70%;}#page > .flex-wrapper .side-col {width: calc(100% - 70% - var(--space-md));}#page .map-area {position: relative;width: 100%;height: 0;padding-top: calc(9 / 16 * 100%);}#page .map-area iframe {position: absolute;bottom: 0;width: 100%;height: 100%;}#page #service picture img {width: 100%;height: 100%;aspect-ratio: 16 / 9;-o-object-fit: cover;object-fit: cover;}#page .monthly-contents > a {display: block;}#page .monthly-contents > a:active dl {background-color: var(--blue-light);}#page .monthly-contents > a dl {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}#page .monthly-contents > a dl dt {color: var(--blue);font-weight: bold;padding: var(--space-xs) 1em;width: 30%;border-bottom: 1px solid var(--blue);}#page .monthly-contents > a dl dd {padding: var(--space-xs) 1em;width: 70%;border-bottom: 1px solid var(--gray);}#page .other-contents {gap: 1em;}#page .other-contents li {list-style: none;width: calc(100% / 2 - 0.5em);}#page .other-contents li:last-child {margin: 0;}#page .other-contents li a {display: block;color: var(--black);font-weight: 500;padding: 1.5em 1em;border: 1px solid var(--gray);-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}#page .other-contents li a:active {color: var(--blue);background-color: var(--blue-light);}.sidebar.sticky-wrapper {-ms-flex-item-align: start;align-self: flex-start;}.sidebar h2 {font-size: var(--heading4);font-weight: bold;padding-bottom: var(--space-xs);border-bottom: 2px solid var(--blue);}.sidebar li h3,.sidebar li a {font-weight: 500;line-height: 1.5;padding: var(--space-xs) 1em;}.sidebar li time {display: block;color: var(--gray-dark);}.sidebar li h3 {padding: 0.5em 0 0 0;}.sidebar li a {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-right: 1em;border-bottom: 1px solid var(--gray);-webkit-transition: 0.3s all ease;transition: 0.3s all ease;}.sidebar li a::after {content: '';position: relative;right: 0;margin-left: 1em;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;-ms-flex-negative: 0;flex-shrink: 0;display: block;width: 9px;height: 9px;border-top: 2px solid var(--blue);border-right: 2px solid var(--blue);-webkit-transform: rotate(45deg);transform: rotate(45deg);}.sidebar li a:active {color: var(--blue);background-color: var(--blue-light);}.sidebar li a:active::after {right: -0.3em;}.sidebar > *:not(:first-child) {margin-top: var(--space-xs);}.footer {padding: var(--space-lg) 0;margin-top: var(--space-xl);border-top: 1px solid var(--gray);background-color: var(--white);}.footer address {font-size: 0.75em;font-weight: 500;margin-top: var(--space-sm);}.footer .fnav {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-xs);}.footer .fnav ul {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: calc(var(--space-xs) * 0.9);}.footer .fnav__menu a {font-weight: 500;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.footer .fnav__menu a:active {color: var(--blue-hover);}.footer .fnav__menu a.current {color: var(--blue-hover);}.footer.bg-color {color: var(--white);background-color: var(--blue);border: none;}.footer.bg-color .logo a {background-image: url(../img/logo_w.svg);}.footer.bg-color .fnav__menu a {color: var(--white);}.footer.bg-color .fnav__menu a:active {color: var(--blue-hover);}.footer.bg-color .fnav__menu a.current {color: var(--blue-hover);}.footer__space-between .flex-wrapper {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.footer__space-between.bg-color + .copyright small {border-top: 1px solid var(--white);}.footer__all-center .flex-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: var(--space-sm);}.footer__all-center address {text-align: center;margin-top: 0;}.copyright {background-color: var(--blue);}.copyright small {display: block;color: var(--white);text-align: center;padding: 1em var(--space-xs);}.page-top-wrapper {position: fixed;bottom: -50px;right: 10px;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;width: 50px;height: 50px;text-align: center;background-color: var(--white);border: 2px solid var(--blue);border-radius: 50%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 998;cursor: pointer;}.page-top-wrapper:active {background-color: var(--blue);}.page-top-wrapper:active .page-top {color: var(--white);}.page-top-wrapper:active .page-top::before {border-color: var(--white);}.page-top-wrapper.move {bottom: 10px;}.page-top-wrapper .page-top {position: relative;color: var(--blue);font-size: var(--small2);font-weight: bold;padding-top: 0.6em;padding-left: 0.1em;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.page-top-wrapper .page-top::before {content: '';position: absolute;top: 0.2em;left: 38%;display: block;width: 0.6em;height: 0.6em;border-top: 2px solid var(--blue);border-right: 2px solid var(--blue);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: inherit;transition: inherit;}@media (hover: hover) and (pointer: fine) and (min-width: 769px) {.mail:hover:not(.btn) {color: var(--green-hover);}.mail-btn .mail:hover {background-color: var(--green-hover);}.mail-btn .mail:hover .mail {color: var(--white);}.prose a:not(.btn):not(.tel):hover {border-color: transparent;}.header.bg-color .gnav-pc-wrapper .gnav__menu a:hover,.header.bg-color + .gnav-pc-wrapper .gnav__menu a:hover {color: var(--blue-hover);}.gnav-pc-wrapper .gnav__menu a:hover {color: var(--blue-hover);}.fv-G__img .fv-slider .slick-dots li button:hover {background-color: var(--yellow);}.breadcrumb > span a:hover {color: var(--black);}.btn:hover {background-color: var(--yellow-hover);}.btn.cta:hover {background-color: var(--green-hover);}.btn.ghost:hover {color: var(--white);background-color: var(--yellow);}.btn.ghost.cta:hover {color: var(--white);background-color: var(--green);}.btn.arrow:not(.mail):hover::after {right: 1em;}.btn:disabled:hover {color: var(--gray-dark);background-color: var(--gray);}.tmb-block .tmb:hover img {-webkit-transform: scale(1.05);transform: scale(1.05);}.tmb-block.icon .tmb:hover .ttl i {background-color: var(--blue);}.tmb-block.icon .tmb:hover .ttl i::after {border-color: var(--white);}.tmb-block.icon.bg-color .tmb:hover .ttl i {background-color: var(--white);}.tmb-block.icon.bg-color .tmb:hover .ttl i::after {border-color: var(--blue);}.main > section.inverse .tmb-block.icon:not(.bg-color) .tmb:hover i {background-color: var(--white);}.main > section.inverse .tmb-block.icon:not(.bg-color) .tmb:hover i::after {border-color: var(--blue);}#page .monthly-contents > a:hover dl {background-color: var(--blue-light);}#page .other-contents li a:hover {color: var(--blue);background-color: var(--blue-light);}.sidebar li a:hover {color: var(--blue);background-color: var(--blue-light);}.sidebar li a:hover::after {right: -0.3em;}.footer .fnav__menu a:hover {color: var(--blue-hover);}.footer.bg-color .fnav__menu a:hover {color: var(--blue-hover);}.page-top-wrapper:hover {background-color: var(--blue);}.page-top-wrapper:hover .page-top {color: var(--white);}.page-top-wrapper:hover .page-top::before {border-color: var(--white);}}@media (max-width: 1366px) {.container {padding: 0 var(--space-md);}.fv-B__txt {padding-left: var(--space-md);width: 80%;}.fv-D {padding-left: var(--space-md);}.fv-H__txt .txt-area {padding-left: var(--space-md);}.fv-J.sub .fv-J__inr::after {width: 90%;}}@media (max-width: 768px) {body {min-width: 375px;}.logo {width: 40%;}.container {padding: 0 var(--space-xs);min-width: initial;}.two-col > * {width: calc(100% / 2 - var(--space-md) / (2 / (2 - 0.999)));}.three-col > * {width: calc(100% / 2 - var(--space-sm) / (2 / (2 - 0.999)));}.four-col > * {width: calc(100% / 2 - var(--space-sm) / (2 / (2 - 0.999)));}.header .flex-wrapper {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.header__double {position: sticky;top: 0;width: 100%;}.header__double.menu-center .gnav__cta {display: none;}.header__double.menu-center.bg-color {background-color: var(--blue);border: none;}.header__double.menu-center.bg-color .logo a {background-image: url(../img/logo_w.svg);}.header__double.all-center {padding: var(--space-xs) 0;}.header__double.all-center > .flex-wrapper {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.hamburger {display: block;}.gnav-pc-wrapper {display: none;}.fv-A #mf-badge {bottom: 1.5em;right: 1.5em;}.fv-B__txt {padding-left: var(--space-xs);width: 90%;}.fv-B__txt .txt-area {margin: 0;max-width: initial;}.fv-B #mf-badge {bottom: 1.5em;right: 1.5em;}.fv-C__txt {padding: var(--space-md) 0;}.fv-C__txt > .container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: var(--space-xs);}.fv-C__txt strong {text-align: center;}.fv-C #mf-badge {top: 1.5em;right: 1.5em;}.fv-D {padding-left: var(--space-xs);}.fv-D__txt .txt-area {margin: 0;max-width: initial;}.fv-D__txt .txt-area strong {font-size: var(--heading3);}.fv-D #mf-badge {bottom: auto;right: auto;top: 1em;left: 1em;}.fv-E__img .cta-area {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;gap: 1em;padding: var(--space-xs) 0;border-radius: 0;width: 100%;}.fv-E #mf-badge {right: auto;top: 1em;left: 1em;}.fv-E.sub .fv-E__txt {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 40%;}.fv-E.sub .fv-E__img {width: 60%;}.fv-F__img {border-radius: 4.5em;}.fv-F__txt .cta-area {display: none;}.fv-F #mf-badge {top: 1em;left: 1em;}.fv-F.sub .fv-F__img {padding-top: 25%;}.fv-G__txt .cta-area {display: none;}.fv-G #mf-badge {right: auto;top: 1em;left: 2.5em;}.fv-G.sub .fv-G__img {padding-top: 20%;}.fv-H__txt {padding-bottom: var(--space-lg);width: 70%;}.fv-H__txt .txt-area {padding-left: var(--space-xs);}.fv-H__txt .txt-area strong,.fv-H__txt .txt-area h1 {font-size: var(--heading2);letter-spacing: 0.01em;}.fv-H__txt .cta-wrapper {display: none;}.fv-H__img {width: 70%;}.fv-H #mf-badge {bottom: var(--space-xs);right: var(--space-xs);}.fv-I__inr {width: calc(100% - var(--space-sm));height: calc(100% - var(--space-sm));}.fv-I #mf-badge {bottom: 1.5em;right: 1.5em;}.fv-I.sub {padding-top: var(--space-sm);}.fv-J__inr::after {width: 100%;}.heading.align-center + * .btn-flex-wrapper {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.main > section {padding: var(--space-xl) 0;}.main__round > section.decoration:nth-of-type(odd) {border-top-left-radius: 7em;}.main__round > section.decoration:nth-of-type(even) {border-top-right-radius: 7em;}#mf-member .heading h2 {line-height: 1.3;}#mf-member .mf-block .two-col {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}#mf-member .mf-block .two-col > * {width: 100%;}.greeting-block .two-col {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.greeting-block .two-col > * {width: 100%;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.greeting-block .two-col > *.txt-area {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.greeting-block.align-center .img-area {width: 100%;}.about-block .two-col {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.about-block .two-col > * {width: 100%;}.about-block .txt-area {-webkit-box-ordinal-group: 2 !important;-ms-flex-order: 1 !important;order: 1 !important;padding-left: var(--space-sm);}.about-block .map-area {-webkit-box-ordinal-group: 3 !important;-ms-flex-order: 2 !important;order: 2 !important;}.about-block .map-area .map {position: relative;padding-top: calc(9 / 16 * 100%);width: 100%;}.about-block .heading.align-left + * > .txt-area:first-child {padding-left: var(--space-sm);}.about-block.heading-in-col .heading {position: relative;}.about-block.heading-in-col .heading + * {margin-top: var(--space-md) !important;}.about-block.heading-in-col .heading + * > .txt-area:first-child {padding-left: var(--space-sm);}.about-block.align-center .map-area .map {height: 30vh;}.service-block .two-col {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.service-block .two-col .service-item {width: 100%;}.form-area {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.form-area dt {width: 100%;}.form-area dd {margin-top: 0.5em;width: 100%;}.form-area dd input[name='zip'] {width: 55%;}#page > .flex-wrapper .main-col {width: 100%;}#page > .flex-wrapper .side-col {display: none;}.footer .fnav {display: none;}.footer__space-between .flex-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: var(--space-sm);}.footer__space-between address {text-align: center;}.footer__space-between.bg-color + .copyright small {border-top: none;}}@media (max-width: 667px) {.logo {width: 47%;}.two-col > * {width: calc(100% / 1 - var(--space-md) / (1 / (1 - 0.999)));}.three-col > * {width: calc(100% / 1 - var(--space-sm) / (1 / (1 - 0.999)));}.four-col > * {width: calc(100% / 1 - var(--space-sm) / (1 / (1 - 0.999)));}.table-scroll {width: 100%;overflow: auto;}.table-scroll::-webkit-scrollbar {height: 3px;}.table-scroll::-webkit-scrollbar-track {background-color: var(--gray);}.table-scroll::-webkit-scrollbar-thumb {background-color: var(--blue);}.table-scroll__item {display: table;width: 800px;margin-bottom: 0.75em;}.fv-C__txt strong {font-size: calc(var(--heading1) * 0.6);}.fv-D {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding-bottom: var(--space-xl);}.fv-D__txt {text-align: center;padding: 0;width: 100%;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.fv-D__img {width: 100%;padding-top: 70%;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.fv-D.sub .fv-D__txt {padding: 0;}.fv-E {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: var(--space-sm);padding-bottom: var(--space-xl);}.fv-E__txt {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 0;width: 100%;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.fv-E__txt strong {text-align: center;-webkit-writing-mode: horizontal-tb;-ms-writing-mode: lr-tb;writing-mode: horizontal-tb;}.fv-E__img {width: 100%;padding-top: 70%;border-radius: 2em;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.fv-E__img .cta-area {display: none;}.fv-E.sub .fv-E__txt {padding: 0;width: 100%;}.fv-E.sub .fv-E__img {width: 100%;}.fv-F__img {padding-top: 70%;}.fv-F__txt strong {font-size: calc(var(--heading1) * 0.9);}.fv-F.sub .fv-F__img {border-radius: 2em;}.fv-F.sub h1 {padding-left: 0.5em;margin: 0;border-top-left-radius: 0;}.fv-G__txt strong {font-size: calc(var(--heading1) * 0.9);}.fv-G.sub .fv-G__img {padding-top: 30%;}.fv-H__txt {width: 90%;}.fv-I__inr .fv-I__txt strong {font-size: var(--heading2);}.fv-J {height: auto !important;min-height: initial;}.fv-J__inr {position: static;}.fv-J__txt {padding: calc(var(--space-xl) * 2) 0;}.fv-J .cta-area {display: none;}.fv-J #mf-badge {top: 1.5em;right: var(--space-xs);}.heading__ja.align-left + * {padding-left: 0;}.heading__en.align-left + * {padding-left: 0;}.main__round > section.decoration:nth-of-type(odd) {border-top-left-radius: 5em;}.main__round > section.decoration:nth-of-type(even) {border-top-right-radius: 5em;}#mf-badge {width: 8em;}.about-block .txt-area {padding-left: 0;}.about-block .heading.align-left + * > .txt-area:first-child {padding-left: 0;}.service-block .two-col .service-item .txt-area {width: 100%;-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;}.service-block .two-col .service-item .img-area {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.service-item {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.service-item .img-area {width: 100%;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.service-item .txt-area {width: 100%;}.form-area dt span {display: inline-block;margin-left: 5px;}#front #contact .cta-area {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}#page .other-contents li {width: 100%;}.footer .logo {width: 70%;}}@media print {html,body {width: 210mm;height: 297mm;margin: 0;padding: 0;}}
