@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

cite {
  font-style: normal;
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font: inherit;
  line-height: 1;
  text-indent: 0;
  text-overflow: "";
  vertical-align: baseline;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: both;
}

::-webkit-input-placeholder {
  font: inherit;
  color: #999;
}

::-moz-placeholder {
  font: inherit;
  color: #999;
}

:-ms-input-placeholder {
  font: inherit;
  color: #999;
}

::-ms-input-placeholder {
  font: inherit;
  color: #999;
}

::placeholder {
  font: inherit;
  color: #999;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  position: relative;
  direction: ltr;
  font-family: Arial, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  color: #333;
}

/* Heading */
.title-medium {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.2;
  text-align: center;
  color: #555;
}
.title-medium-en {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.2;
  text-align: center;
  color: #0AAC66;
}

@media screen and (max-width: 600px) {
  .title-medium {
    font-size: 2.4rem;
  }
  .title-medium-en {
    font-size: 1.4rem;
  }
}
.title-sub {
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .title-sub {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}
.title-sub01 {
  margin-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.title-sub01::before {
  content: "\f04a";
  font-family: "Remixicon";
}

@media screen and (max-width: 600px) {
  .title-sub01 {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}
/* Paragraph */
.text-def {
  font-size: 1.6rem;
  line-height: 1.6;
}

.notes {
  font-size: 1.3rem;
}

a {
  text-decoration: none;
  color: #00f;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #1660FF;
  border: 1px solid #1660FF;
  border-radius: 1.2rem;
  border-radius: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: none;
  color: #1660FF;
  background-color: #fff;
}

.wholewrapper {
  position: relative;
  min-height: 100vh;
}

.areas {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.areas_def {
  position: relative;
  margin: 0 auto;
  padding: 0 3.3333333333%;
  width: 100%;
  max-width: 1200px;
}
.areas_colored {
  background-color: #efefef;
}

@media screen and (max-width: 600px) {
  .areas_def {
    padding: 0 5.3333333333%;
    max-width: initial;
  }
}
.section_def {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section_def > *:last-child {
  margin-bottom: 0 !important;
}
.section-head {
  margin-bottom: 8rem;
}
.section-body-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 3.2rem;
  margin-bottom: 6.4rem;
}
.section-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-fig {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 600px) {
  .section_def {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section-head {
    margin-bottom: 4rem;
  }
  .section-body-unit {
    display: block;
    margin-bottom: 3.2rem;
  }
  .section-cont {
    margin-bottom: 1.6rem;
  }
}
.g_footer {
  padding: 2rem 0;
  border-top: 6rem solid #215f9a;
}

@media screen and (max-width: 600px) {
  .g_footer {
    padding: 1rem 0;
    border-top: 3rem solid #215f9a;
  }
}
.gf_address {
  margin-bottom: 2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .gf_address {
    font-size: 1.2rem;
  }
}
.gf_copyright {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .gf_copyright {
    font-size: 1.2rem;
  }
}
.message {
  background-color: #215f9a;
}
.message_body {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .message {
    background-color: #215f9a;
  }
  .message_body {
    font-size: 1.8rem;
    text-align: left;
  }
}
.info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info dl {
  font-size: 2rem;
  line-height: 1.4;
}
.info dt {
  font-weight: 500;
}
.info dd {
  margin-bottom: 1rem;
}
.info_qrcodebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
}
.info_gmaps {
  width: 44%;
}
.info_gmaps iframe {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .info_wrap {
    display: block;
  }
  .info dl {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .info_qrcodebox {
    margin: 0 auto 3rem;
    width: 40%;
  }
  .info_gmaps {
    width: 100%;
  }
}
.hero {
  background-color: #f5d860;
}
.hero .section_def {
  padding: 0;
}
.hero_mvbox {
  text-align: center;
}
.hero_mv {
  height: 100dvh;
  width: auto;
}

@media screen and (max-width: 600px) {
  .hero .section_def {
    padding: 0;
  }
  .hero_mv {
    height: auto;
    width: auto;
  }
}
/* Icon */
.icontoggle-plus {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.icontoggle-plus::before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 0.2rem;
  height: 2rem;
  top: 0;
  left: 0.9rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.icontoggle-plus::after {
  content: "";
  position: absolute;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2rem;
  height: 0.2rem;
  top: 0.9rem;
  left: 0;
}

.question {
  position: relative;
  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: 1.6rem;
  padding: 1.6rem;
  background-color: #f5f5f5;
  cursor: pointer;
}
.question::-webkit-details-marker {
  display: none;
}
.question-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #555;
  border-radius: 2.4rem;
}
.question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.question-toggleicon {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.question-toggleicon::before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 0.2rem;
  height: 2rem;
  top: 0;
  left: 0.9rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.question-toggleicon::after {
  content: "";
  position: absolute;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2rem;
  height: 0.2rem;
  top: 0.9rem;
  left: 0;
}

.faq-item[open] .question-toggleicon::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.answer-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #555;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 2.4rem;
}
.answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.answer .faq-cont {
  padding: 1.6rem;
}

/* Animation */
@-webkit-keyframes custom-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes custom-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
[data-aos=custom-fade-in-up].aos-animate {
  -webkit-animation-name: custom-fade-in-up;
          animation-name: custom-fade-in-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* この行を追加 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* アニメーション終了時の状態を保持する */
}

/* ビューポート外のデフォルト表示 */
[data-aos=custom-fade-in-up] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  /* AOSのデフォルト値を上書きすることでスムーズな遷移を実現 */
}

/* 子要素であるテキスト（一文字単位）のスタイル */
[data-aos=aos-custom-delaytext] .char {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

/* アニメーション中の文字の最終スタイル */
[data-aos=aos-custom-delaytext].aos-animate .char {
  opacity: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

.mb_20 {
  margin-bottom: 2rem !important;
}

.mb_30 {
  margin-bottom: 3rem !important;
}

.mb_40 {
  margin-bottom: 4rem !important;
}

.mb_50 {
  margin-bottom: 5rem !important;
}

.mb_50_23 {
  margin-bottom: 5rem !important;
}

.mb_50_30 {
  margin-bottom: 5rem !important;
}

.mb_50_40 {
  margin-bottom: 5rem !important;
}

.mb_60 {
  margin-bottom: 5rem !important;
}

.mb_70 {
  margin-bottom: 5rem !important;
}

.mb_80 {
  margin-bottom: 5rem !important;
}

.mb_90 {
  margin-bottom: 5rem !important;
}

.mb_100 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 600px) {
  .mb_50_23 {
    margin-bottom: 2.3rem !important;
  }
  .mb_50_30 {
    margin-bottom: 3rem !important;
  }
  .mb_50_40 {
    margin-bottom: 4rem !important;
  }
}
.mb_30_15 {
  margin-bottom: 3rem !important;
}

.mb_20_10 {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 600px) {
  .mb_30_15 {
    margin-bottom: 1.5rem !important;
  }
  .mb_20_10 {
    margin-bottom: 1rem !important;
  }
}
.mb_70_100 {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 600px) {
  .mb_70_100 {
    margin-bottom: 10rem !important;
  }
}
.pad_18_0 {
  padding: 0 1.8rem !important;
}

.pad_20_0 {
  padding: 0 0 0 2rem !important;
}

@media screen and (max-width: 600px) {
  .pad_18_0 {
    padding: 0 !important;
  }
  .pad_20_0 {
    padding: 0 !important;
  }
}
.small_t1 {
  font-size: 0.6666666667em;
  vertical-align: 0.2rem;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_700 {
  font-weight: 700;
}

.fw_900 {
  font-weight: 900;
}

.talgn_l {
  text-align: left !important;
}

.talgn_r {
  text-align: right !important;
}

.talgn_c {
  text-align: center !important;
}

.talgn_ctol {
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  .talgn_ctol {
    text-align: left !important;
  }
}
.uppercase {
  text-transform: uppercase;
}

.wspace_1em {
  word-spacing: 0.1em;
}

.wspace_2em {
  word-spacing: 0.2em;
}

.wspace_3em {
  word-spacing: 0.3em;
}

.wspace_4em {
  word-spacing: 0.4em;
}

.wspace_5em {
  word-spacing: 0.5em;
}

.br_pc {
  display: inline;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}
.wdt_100p {
  width: 100% !important;
}

.wdt_6rem {
  width: 6rem;
}

.wdt_38rem_100 {
  width: 38rem;
}

@media screen and (max-width: 600px) {
  .wdt_38rem_100 {
    width: 100%;
  }
}
.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexwrap_no {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.jcont_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcont_b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alignitem_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignitem_s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alignitem_e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify_left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify_right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify_center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify_left_center {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify_right_center {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (max-width: 600px) {
  .justify_left_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify_right_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.alignitem_center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.alignitem_end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.direction_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.templink:hover {
  text-decoration: none;
}

.btn-gnav {
  z-index: 101;
}

.gnav-window-sp {
  z-index: 100;
}

.hero .areas_def {
  z-index: 10;
}

.g_header {
  z-index: 99;
}

.btn_topagetop {
  z-index: 50;
}

.print_on {
  display: none;
}

.print_mv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(12px);
}
.print_mv img {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

@media print {
  .mainslide {
    visibility: hidden;
  }
  .print_mv {
    display: block;
  }
  .print_on {
    display: block;
  }
  .print_off {
    display: none;
  }
  .print_pt32 {
    padding-top: 3.2rem;
  }
  .print_mb30 {
    margin-bottom: 0rem !important;
  }
  .pagebreakafter {
    page-break-after: always;
  }
  .pagebreakafter_avoid {
    page-break-after: avoid;
  }
  .pagebreakbefore {
    page-break-before: always;
  }
  .pagebreakbefore_avoid {
    page-break-before: avoid;
  }
  body {
    font-weight: 300;
  }
  .g_header {
    position: relative;
    display: none;
  }
  .g_footer {
    display: none;
  }
  * {
    border-color: #666 !important;
    border-width: 1px !important;
  }
}