@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
  font-family: icon;
  src: url(../../font/icon.eot);
  src: url(../../font/icon.eot#iefix) format("embedded-opentype"),
       url(../../font/icon.woff) format("woff"),
       url(../../font/icon.ttf) format("truetype"),
       url(../../font/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

 [class^="ico-"]:before, [class*=" ico-"]:before { display: inline-block; font-family: "icon"; font-size: 120%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1em; margin-left: .2em; margin-right: .2em; text-align: center; text-decoration: inherit; text-transform: none; width: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-check:before { content: '\e800'; }
.ico-right:before { content: '\e801'; }
.ico-pagetop:before { content: '\e802'; }
.ico-check-empty:before { content: '\f096'; }
.ico-angle-left:before { content: '\f104'; }
.ico-angle-right:before { content: '\f105'; }
.ico-angle-up:before { content: '\f106'; }
.ico-angle-down:before { content: '\f107'; }

@keyframes slide-in {
 0% { opacity: 0; transform: translate3d(20px,0,0); }
 100% { opacity: 1; transform: translate3d(0,0,0); }
}

body { background-color: #f3f5e8; }
.jtb-nav-breadcrumb { margin-bottom: 25px; max-width: 1280px; }
.l-page { font-family: 'Noto Sans JP', sans-serif; font-size: 16px; line-height: 1.6; text-align: center; width: 100%; }
.l-page * { -ms-box-sizing: border-box; box-sizing: border-box; }
.l-page h1 { font-size: 18px; font-weight: bold; line-height: 1; margin: 0 auto 25px; max-width: 1280px; text-align: left; }
.l-page a { color: #333; }
.l-page a, .l-page a img, .l-page button { transition: all .4s ease; }
.l-page img { display: block; margin: 0 auto; width: 100%; }
.l-page strong { display: block; font-weight: 700; }
.l-page .c-anchor__list { display: flex; }
.l-page .c-anchor__item { align-items: center; background-color: #fff; border: 2px solid #d0d5b5; border-radius: 100vh; display: flex; justify-content: center; }
.l-page .c-anchor__item span { font-weight: 700; }
.l-page .c-btn { align-items: center; background-color: #fcf11b; border: 3px solid; border-radius: 100vh; display: flex; justify-content: center; margin-left: auto; margin-right: auto; max-width: 760px; position: relative; width: 100%; }
.l-page .c-btn span { color: #fff; font-size: 1.375em; font-weight: 700; }
.l-page .c-btn__member { background-color: #fff; }
.l-page .c-btn__gray { pointer-events: none; }
.l-page .c-btn__other span { color: #f5ea18 !important; font-size: 1.25em; }
.l-page .c-btn__wrap { margin: 0 auto; max-width: 760px; }
.l-page .c-btn__wrap .c-notice__list { margin-top: 1em; text-align: left; }
.l-page button { cursor: pointer; font-size: 16px; }
.l-page .c-btn__gray, .l-page button.c-btn[disabled] { background-color: #ddd; border-color: #ccc !important; pointer-events: none; }
.l-page .c-btn__gray span, .l-page button.c-btn[disabled] span { color: #999 !important; }
.l-page .c-caution { align-items: center; background-color: #df0000; display: inline-flex; height: 4em; justify-content: center; margin-left: 1.875em; padding: 0 2em 0 3em; position: relative; }
.l-page .c-caution:before { border-color: transparent #df0000 transparent transparent; border-style: solid; border-width: 2em 1.875em 2em 0; content: ""; left: -1.875em; position: absolute; top: 0; }
.l-page .c-caution:after { background-color: #f3f5e8; border-radius: 50%; content: ""; height: .875em; left: -.625em; position: absolute; top: 50%; transform: translateY(-50%); width: .875em; }
.l-page .c-caution span { color: #fff; font-weight: 700; }
.l-page .c-entry__block { background-color: #fff; margin-top: 3em; }
.l-page .c-entry__block p strong { font-size: 1.125em; font-weight: 700; }
.l-page .c-entry__block p + p { margin-top: 1em; }
.l-page .c-entry__block .c-check__block li { text-align: left; }
.l-page .c-entry__block .c-check__list { display: inline-block; margin-top: 2em; }
.l-page .c-entry__block .c-check__item input[type=checkbox] { display: none; }
.l-page .c-entry__block .c-check__box { cursor: pointer; display: inline-block; padding: .3125em 0 .3125em 1.875em; position: relative; width: auto; }
.l-page .c-entry__block .c-check__box::before { background: #fff; border: 1px solid #ccc; border-radius: .1875em; content: ""; display: block; height: 1em; left: .3125em; position: absolute; top: .5em; width: 1em; }
.l-page .c-entry__block .c-check__box::after { border-right: .375em solid #df0000; border-bottom: .1875em solid #df0000; content: ""; display: block; height: 1.25em; left: .4375em; margin-top: -.5em; opacity: 0; position: absolute; top: .5em; transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1); transition: transform .2s ease-in-out, opacity .2s ease-in-out; width: .5625em; }
.l-page .c-entry__block input[type=checkbox]:checked + .c-check__box::before { border-color: #666; }
.l-page .c-entry__block input[type=checkbox]:checked + .c-check__box::after { opacity: 1; transform: rotate(45deg) scale3d(1,1,1); }
.l-page .c-entry__block .c-btn__wrap { padding-top: 0; }
.l-page .c-note { color: #ff0000; }
.l-page .c-inner { margin: 0 auto; max-width: 1186px; width: 88%; }
.l-page .c-notice__list li { list-style: none; margin-left: 1.25em; text-align: justify; text-indent: -1.25em; }
.l-page .c-notice__list li::before { content: "※"; }
.l-page .c-point__title { color: #20a0d9; display: inline-block; font-weight: 700; line-height: 1.4; position: relative; }
.l-page .c-point__title::before, .l-page .c-point__title::after { content: ""; position: absolute; display: block; top: 50%; width: 2px;}
.l-page .c-point__title::before { transform: translateY(-50%) rotate(-35deg); }
.l-page .c-point__title::after { transform: translateY(-50%) rotate(35deg); }
.l-page .c-point__title em { display: block; }
.l-page .c-point__title::before, .l-page .c-point__title::after { background-color: #20a0d9; height: 4em; }
.l-page .c-point__title::before { left: -2em; }
.l-page .c-point__title::after { right: -2em; }
.l-page .lazyload { opacity: 0; transition: opacity .8s ease-out; }
.l-page .lazyloaded { opacity: 1; }

.js-btn-page-top { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 50px; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; position: relative; width: 35px; }
.js-btn-page-top a::before { color: #000; content: "\e802"; display: inline-block; font-family: "icon"; font-size: 17px; height: 17px; width: 35px; }
.js-btn-page-top a:hover { opacity: .8; }

.l-mv { align-items: center; background: url(../img/bg_mv.jpg) repeat 50% 50% / cover; display: flex; flex-direction: column; justify-content: center; padding: 2em 0; position: relative; }
.l-mv::after { background-color: rgba(7, 35, 47, .2); bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; width: 100%; }
.l-mv__title, .l-mv__title-wrap, .l-mv__copy { filter: drop-shadow(0 0 5em rgba(0, 0, 0, 1)); position: relative; z-index: 2; }
.l-mv__title { max-width: 540px; }
.l-mv__title-wrap { display: flex; }
.l-mv__title-txt { color: #fff; font-weight: 700; }
.l-mv__label { position: absolute; z-index: 3; }
.l-mv__copy { color: #fff; font-weight: 700; padding: 1em 1.5em; }
.l-mv__copy::before, .l-mv__copy::after { content: ""; position: absolute; }
.l-mv__copy::after { border-left: .375em solid #fff; border-top: .375em solid #fff; height: 2em; left: 0; top: 0; width: 2em; }
.l-mv__copy::before { border-bottom: .375em solid #fff; border-right: .375em solid #fff; bottom: 0; height: 2em; right: 0; width: 2em; }
.l-notice { margin-bottom: .5em; }
.l-notice span { color: #c71528; font-weight: 700; }
.l-contents { width: 100%; }
.l-contents__nomv { padding-top: 0 !important; }
.sec-intro .c-inner { max-width: 1100px; }
.sec-intro__title { background-color: #20a0d9; border-radius: 1em; box-shadow: 0 0 .875em 0 rgba(7, 35, 47, .3); color: #fff; position: relative; }
.sec-intro__title::before, .sec-intro__title::after { aspect-ratio: 95 / 71; background: no-repeat 50% 50% / cover; content: ""; display: block; position: absolute; }
.sec-intro__title::before { background-image: url(../img/fig_intro_left.png); left: -1em; top: -.75em; }
.sec-intro__title::after { background-image: url(../img/fig_intro_right.png); bottom: -.75em; right: -1em; }
.sec-intro__title span { color: #fcf11b; font-weight: 700 }
.sec-intro__title-main, .sec-intro__title-sub { font-weight: 700; line-height: 1.4; }
.sec-intro__title-main em { font-size: 1.3182em; }
.sec-intro__title-sub em { font-size: 1.4375em; }
.sec-intro__title .c-baloon { position: absolute; }
.sec-intro__day, .sec-intro__day dt, .sec-intro__day dd { align-items: center; display: flex; }
.sec-intro__day { flex-wrap: wrap; margin: 2em auto 0; overflow: hidden; width: 100%; }
.sec-intro__day dt, .sec-intro__day dd { justify-content: center; }
.sec-intro__day dt { background-color: #20a0d9; color: #fff; }
.sec-intro__day dt span { font-weight: 700; }
.sec-intro__day dd { background-color: #fff; }
.sec-intro__day dd p { line-height: 1.5; }
.sec-intro__day dd em { font-size: 1.25em; }
.sec-area__tab-list { align-items: flex-end; display: flex; justify-content: center; margin: 0 auto; max-width: 1100px; width: 100%; }
.sec-area__tab { align-items: center; background-color: #fff; border-radius: .5em .5em 0 0; display: flex; justify-content: center; transition: all .4s ease; }
.sec-area__tab span { font-weight: 700; transition: color .4s ease; }
.sec-area__tab.is-selected span { color: #fcf11b; }
.sec-area__panel { display: none; padding-top: .25em; }
.sec-area__panel.is-selected { display: block; }
.sec-area__panel-cont { background-color: #f3f5e8; position: relative; width: 100%; z-index: 0; }
.sec-area__panel-cont::before { background-color: #f3f5e8; content: ""; height: 100%; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 5px; z-index: -1; }
.sec-area__panel-cont::after { background-color: #f3f5e8; content: ""; height: 5px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: -1; }
.sec-area__panel .c-inner { max-width: 1186px; position: relative; }
.sec-area__panel .c-inner::before { background-color: #f3f5e8; bottom: 0; content: ""; height: 5px; left: 0; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); position: absolute; width: 100vw; z-index: -1; }
.sec-area__panel.is-selected .c-inner { animation: .8s slide-in; }
.sec-area__title img { margin-bottom: 1em; width: 5.25em; }
.sec-area__title .c-main span { font-weight: 700; line-height: 1.4; }
.sec-area__title .c-main span span { display: block; font-size: .75em; }
.sec-area__point-item .c-pic { position: relative; }
.sec-area__point-item .c-pic span { background-color: rgba(0,0,0,.5); bottom: 0; color: #fff; font-size: .8125em; font-weight: 700; display: block; left: 0; padding: .5em; position: absolute; text-align: center; width: 100%; }
.sec-area__point-item .c-slide__arrow { background-color: rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 .25em .25em 0 rgba(0,0,0,.25); cursor: pointer; display: grid !important; height: 2em; place-content: center; position: absolute; top: 50%; transition: all .3s ease; width: 2em; z-index: 2; }
.sec-area__point-item .c-slide__arrow.slick-disabled { display: none !important; }
.sec-area__point-item .c-slide__arrow::before { color: #009246; display: inline-block; font-family: "icon"; font-size: 1.25em; }
.sec-area__point-item .c-arrow__prev { left: 0; translate: -50% -50%; }
.sec-area__point-item .c-arrow__prev::before { content: "\f104"; }
.sec-area__point-item .c-arrow__next { right: 0; translate: 50% -50%; }
.sec-area__point-item .c-arrow__next::before { content: "\f105"; }
.sec-area__point-item .c-pic + p { margin-top: 1em; }
.sec-area__point-item p { display: block; text-align: left; }
.sec-area__consul { position: relative; }
.sec-area__consul .c-catch span { font-weight: 700; }
.sec-area__consul .c-point__title { margin-top: 1.5em; }
.sec-area__consul-item { position: relative; text-align: left; }
.sec-area__consul-item .c-baloon { align-items: center; background-color: #20a0d9; border-radius: 100vh; color: #fff100; display: flex; font-weight: bold; height: 2em; justify-content: center; left: .5em; position: absolute; top: -.5em; transform: rotate(-10deg); width: 6em; }
.sec-area__consul-item .c-baloon:after { border: solid transparent; border-bottom-width: .375em; border-left-width: .375em; border-right-width: .375em; border-top-color: #20a0d9; border-top-width: .375em; content: ""; height: 0; margin-left: -.375em; position: absolute; top: 99%; left: 50%; width: 0; }
.sec-area__consul-item { background-color: #fff; border-radius: .25em; }
.sec-area__consul .c-btn__wrap { display: flex; justify-content: center; margin-top: 2.5em; }
.sec-area__consul .c-btn__wrap .c-btn { background-color: #20a0d9; border: none; margin-top: 0; }
.sec-area__consul .c-btn__wrap + p { margin-top: 1.5em; }
.sec-area__guideline { background-color: #fff; position: relative; }
.sec-area__guideline-title { font-weight: 700; display: block; left: 50%; position: absolute; top: 0; transform: translate(-50%, -50%); text-align: center; width: 100%; }
.sec-area__guideline p + dl { margin-top: 2em; }
.sec-area__guideline dl { text-align: justify; }
.sec-area__guideline dl dt { font-weight: 700; }
.sec-area__guideline dl dd { line-height: 1.5; }
.sec-area__guideline dl a { color: #20a0d9; }
.sec-area__guideline dl p + ul, .sec-area__guideline dl p + p { margin-top: 1em; }
.sec-area__guideline dl ul li { display: list-item; list-style: disc; list-style-position: outside; margin-left: 1em; }
.sec-area__guideline dl li + li { padding-top: .285714em; }
.sec-area__guideline dl li ul li { margin-left: 1em; list-style-type: circle; }
.sec-area__guideline dl + p { margin-top: 1.5em; text-align: left; }
.sec-area__guideline .c-caution { color: #df0000; }
.sec-area__guideline .c-note { margin-top: 1em; text-align: left; }
.sec-area__guideline .c-contact { margin-top: 1.5em; }
#JTBGF-ly_footer.JTBGF-ly_footer { margin-top: 0 !important; }

.sec-area__tab.c-area__italy.is-selected, .c-area__italy.sec-area__panel, .c-area__italy .c-btn__other, .c-area__italy .c-point__title::before, .c-area__italy .c-point__title::after { background-color: #009246; }
.c-area__italy .c-btn { border-color: #009246; }
.c-area__italy .c-panel__color, .c-area__italy dt, .c-area__italy .c-btn span { color: #009246; }
.sec-area__tab.c-area__france.is-selected, .c-area__france.sec-area__panel, .c-area__france .c-btn__other, .c-area__france .c-point__title::before, .c-area__france .c-point__title::after { background-color: #002395; }
.c-area__france .c-btn { border-color: #002395; }
.c-area__france .c-panel__color, .c-area__france dt, .c-area__france .c-btn span { color: #002395; }

@media screen and (min-width:768px) and ( max-width:1280px) {
  .l-page { font-size: 1.294498vw; margin: 0; }
}
@media screen and (min-width:768px){
  .sp-item { display: none; }
  .breadcrumb-upper { margin: 0 auto 25px; max-width: 1230px; padding: 0 .5em; text-align: left; }
  .breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item { display: inline-block; font-size: 10px; }
  .breadcrumb-upper__item { line-height: 2.1; margin-left: 1.5em; padding-left: .2em; position: relative; }
  .breadcrumb-upper__item::before { color: #999; content: ">"; left: -1.1em; line-height: 2.1; position: absolute; top: 0; }
  .l-page a:hover { text-decoration: none; }
  .l-page button { width: 47.5em; }
  .l-page .c-anchor__list { justify-content: center; margin-top: 4.5em; }
  .l-page .c-anchor__item { height: 3.5em; width: 16em; }
  .l-page .c-anchor__item + .c-anchor__item { margin-left: .5em; }
  .l-page .c-anchor__item:hover { background-color: #d0d5b5; }
  .l-page .c-btn { height: 6.25em; }
  .l-page .c-btn span { position: relative; }
  .l-page .c-btn + .c-btn { margin-top: 2em; }
  .l-page .c-btn:hover span { color: #f5ea18; }
  .l-page .c-btn__member { height: 5em; }
  .l-page .c-btn__other { border: none; height: 4em; overflow: hidden; position: relative; width: 28.75em; }
  .l-page .c-btn__other::before { background-color: rgba(0,0,0,.15); content: ""; display: block; height: 100%; left: -100%; position: absolute; transition: all .4s ease; width: 100%; }
  .l-page .c-btn__other:hover::before { left: 0; }
  .l-page .c-btn__wrap { padding-top: 3.5em;  }
  .l-page .c-caution span { font-size: 1.5em; }
  .l-page .c-entry__block { padding: 4em 6.25em; }
  .l-page .c-entry__block .c-check__block { padding-bottom: 3.5em; }
  .l-page .c-flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .l-page .c-point__title { font-size: 1.5em; }
  .l-page .c-point__title em { font-size: 2em; }
  .l-page .c-sec + .c-sec { margin-top: 6em; }
  .l-mv__title { width: 37.5%; }
  .l-mv__title-wrap { align-items: center; justify-content: center; }
  .l-mv__title-logo { margin-right: 1em; width: 24.3056vw; }
  .l-mv__title-txt { font-size: 3.5em; }
  .l-mv__label { right: 1.5em; top: 1.5em; width: 17em !important; }
  .l-mv__copy { font-size: 1.25em; }
  .l-mv__mini { aspect-ratio: 72 / 19; }
  .l-mv__mini .l-mv__title { width: 29.1667%; }
  .l-notice span { font-size: 1.75em; }
  .l-contents { padding: 6em 0; }
  .l-contents__guideline { padding-top: 5em; }
  .sec-intro__title { padding: 1.75em 0 2.75em; }
  .sec-intro__title::before, .sec-intro__title::after { width: 11.875em; }
  .sec-intro__title-sub { font-size: 2em; }
  .sec-intro__title-main { font-size: 2.25em; }
  .sec-intro__title .c-baloon { right: 1em; top: -3.5em; width: 15em; }
  .sec-intro__day { justify-content: space-between; }
  .sec-intro__day dt, .sec-intro__day dd { font-size: 1.25em; height: 8.5rem; margin: 1.1rem 0; }
  .sec-intro__day dt { width: 35%; }
  .sec-intro__day dd { width: 65%; }
  .sec-area__tab-list { gap: 2em; }
  .sec-area__tab { cursor: pointer; height: 5.25em; max-width: 992px; width: calc(calc(100% - 2em) / 2); }
  .sec-area__tab span { font-size: 1.5em; }
  .sec-area__tab:hover span { color: #fff; }
  .sec-area__panel-cont { background: linear-gradient(135deg, transparent 2.75em, #f3f5e8 0) top left, linear-gradient(-135deg, transparent 2.75em, #f3f5e8 0) top right, linear-gradient(-45deg, transparent 0, #f3f5e8 0) bottom right, linear-gradient(45deg, transparent 0, #f3f5e8 0) bottom left; background-repeat: no-repeat; background-size: 50% 50%; padding-top: 3em; position: relative; }
  .sec-area__title .c-catch span { font-size: 2em; }
  .sec-area__title .c-main span { font-size: 3.75em; }
  .sec-area__point { margin-top: 4em; }
  .sec-area__point-list, .sec-area__consul-list { margin-top: 3em; }
  .sec-area__point-item { width: calc(50% - 1.5em); }
  .sec-area__point-item:nth-child(n + 3) { margin-top: 3em; }
  .sec-area__consul .c-catch span { font-size: 1.5em; }
  .sec-area__consul-item { padding: 2.5em; width: calc(calc(100% - 3.75em) / 4); }
  .sec-area__consul .c-btn__wrap .c-btn + .c-btn { margin-left: 1em; margin-top: 0; }
  .sec-area__guideline { margin-top: 7.5em; padding: 5em 6.25em; }
  .sec-area__guideline-title { font-size: 2em; }
  .sec-area__guideline dl { border-top: 1px solid #dedede; font-size: .9375em; }
  .sec-area__guideline dl dt { clear: left; float: left; padding-left: 1em; padding-top: 2em; width: 20%; }
  .sec-area__guideline dl dd { border-bottom: 1px solid #dedede; padding: 2em 1em 2em 23%; }
  .sec-area__guideline a:hover { text-decoration: underline; }
  .sec-area__guideline li .c-heading { width: 8em; }
  .sec-area__guideline li .c-txt { flex: 1; }
  .sec-faq { padding: 5em 0; }
  .sec-area__tab.c-area__italy:hover, .c-area__italy .c-btn:hover { background-color: #009246; }
  .sec-area__tab.c-area__france:hover, .c-area__france .c-btn:hover { background-color: #002395; }
  .sp-item { display: none; }
}

@media screen and (max-width:767px){
  .breadcrumb-upper { background-color: #fff; border-top: 1px solid #d7d7d7; display: flex; flex-wrap: nowrap; font-size: 10px; line-height: 3rem; overflow: hidden; position: relative; }
  .breadcrumb-upper__fix { box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); position: relative; transition: box-shadow .3s; width: 7em; z-index: 3; }
  .breadcrumb-upper__fix a { padding-left: .5rem; }
  .breadcrumb-upper__scroll { flex: 1; overflow: hidden; }
  .breadcrumb-upper__list { display: flex; flex-wrap: nowrap; height: 3rem; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
  .breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
  .breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
  .breadcrumb-upper__fix a, .breadcrumb-upper__item a { display: block; background-color: #fff; text-align: center; position: relative; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; position: absolute; top: -.5rem; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before { border-color: transparent transparent transparent #fff; right: -.9rem; z-index: 2; }
  .breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after { border-color: transparent transparent transparent #d7d7d7; right: -1rem; z-index: 1; }
  .js-btn-page-top { bottom: 20px; right: 20px; }
  .js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
  .js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; line-height: 29px; width: auto; }
  .l-page { font-size: 3.2vw; padding: 20px 0 0; }
  .l-page h1 { margin-bottom: 20px; padding: 0 1%; }
  .l-page .c-anchor__list { justify-content: space-between; margin-top: 2.5em; }
  .l-page .c-anchor__item { padding: .5em; width: calc(50% - 2px); }
  .l-page .c-btn { height: 4.5em; }
  .l-page .c-btn + .c-btn { margin-top: 1.5em; }
  .l-page .c-btn::after, .l-page .c-caution span, .c-entry__block { font-size: 1.125em; }
  .l-page .c-btn__entry span { font-size: 1em; }
  .l-page .c-btn__member span { font-size: 1em; }
  .l-page .c-btn__wrap { padding-top: 2em;  }
  .l-page .c-entry__block { padding: 3em 1.25em; }
  .l-page .c-entry__block .c-check__block { padding-bottom: 2em; }
  .l-page .c-notice__list li br { display: none; }
  .l-page .c-point__title { font-size: 1.25em; }
  .l-page .c-point__title em { font-size: 1.75em; }
  .l-mv__title { width: 56%; }
  .l-mv__label { right: .5em; top: .5em; width: 20% !important; }
  .l-mv__title-wrap { flex-direction: column; }
  .l-mv__title-logo { margin: 0 auto; width: 70%; }
  .l-mv__title-txt { font-size: 2.5em; }
  .l-mv__copy { margin: 0 auto; text-align: justify; width: 90%; }
  .l-mv__copy br { display: none; }
  .l-notice { padding-top: 2em; }
  .l-notice span { font-size: 1.25em; }
  .l-contents { padding: 3em 0 4.5em; }
  .l-contents__guideline { padding-top: 3em; }
  .sec-intro { padding-bottom: 3em; }
  .sec-intro__title { padding: 1.75em 0 1.5em; }
  .sec-intro__title::before { width: 8.5em; }
  .sec-intro__title::after { width: 7.5em; }
  .sec-intro__title-sub { font-size: 1.125em; }
  .sec-intro__title-main { font-size: 1.25em; }
  .sec-intro__title .c-baloon { right: -1em; top: -1.5em; width: 8em; }
  .sec-intro__day { flex-direction: column; }
  .sec-intro__day dt, .sec-intro__day dd { width: 100%; }
  .sec-intro__day dt { height: 3em; }
  .sec-intro__day dd { padding: .5em 0; }
  .sec-area__tab-list { gap: .5em; padding: 0 1em; }
  .sec-area__tab { cursor: pointer; height: 3.5em; margin-top: .5em; width: calc(calc(100% - 1em) / 2); }
  .sec-area__tab.is-selected { height: 4em; margin-top: 0; }
  .sec-area__panel-cont { background: linear-gradient(135deg, transparent 1.5em, #f3f5e8 0) top left, linear-gradient(-135deg, transparent 1.5em, #f3f5e8 0) top right, linear-gradient(-45deg, transparent 0, #f3f5e8 0) bottom right, linear-gradient(45deg, transparent 0, #f3f5e8 0) bottom left; background-repeat: no-repeat; background-size: 50% 50%; padding-top: 2em; }
  .sec-area__title .c-catch span { font-size: 1.5em; }
  .sec-area__title .c-main span { font-size: 1.875em; }
  .sec-area__point { margin-top: 3em; }
  .sec-area__point-title { font-size: 1.25em; margin-top: 2em; }
  .sec-area__point-list { margin-top: 2em; }
  .sec-area__point-item + .sec-area__point-item { margin-top: 2em; }
  .sec-area__consul { padding-bottom: 3em; }
  .sec-area__consul-list { margin-top: 2em; }
  .sec-area__consul-item { padding: 2em; }
  .sec-area__consul-item + .sec-area__consul-item { margin-top: 1.5em; }
  .sec-area__consul .c-btn__wrap { flex-wrap: wrap; }
  .sec-area__consul .c-btn__wrap .c-btn + .c-btn { margin-top: 1.5em; }
  .sec-area__guideline { margin-top: 4.5em; padding: 3em 2em; }
  .sec-area__guideline-title { font-size: 1.625em; }
  .sec-area__guideline dt { border-bottom: 1px solid #dedede; font-size: 1.25em; width: 100%; }
  .sec-area__guideline dd + dt { padding-top: 1em; }
  .sec-area__guideline dd { font-size: 1.125em; padding: 1em 0; }
  .sec-area__guideline li .c-heading { display: block; }
  .pc-item { display: none; }
}