@charset "UTF-8";
/* base */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --scrollbar: 0;
  font-size: calc((1rem + (1vw - 19.2px) * 0.8333) / 1.6);
}
@media screen and (max-width: 1260px) {
  :root {
    /* 1260px以下 */
    font-size: 43%;
  }
}
@media screen and (max-width: 820px) {
  :root {
    /* sp */
    font-size: 62.5%;
  }
}

html {
  scroll-behavior: smooth;
}
html:has(#navi[aria-hidden=false]) {
  overflow: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003458;
  word-wrap: break-word;
}
@media screen and (max-width: 820px) {
  body {
    /* sp */
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}

input, textarea, select, button {
  font: inherit;
  color: inherit;
  outline: none;
}

button, a {
  cursor: pointer;
}
button:focus-visible, a:focus-visible {
  outline: auto;
}

/* for development */
/* Tools */
.text-left {
  text-align: left;
}

@media screen and (max-width: 820px) {
  .textleft-sp {
    /* sp */
    text-align: left;
  }
}

@media screen and (min-width: 821px) {
  .text-left-pc {
    /* pc */
    text-align: left;
  }
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 820px) {
  .textcenter-sp {
    /* sp */
    text-align: center;
  }
}

@media screen and (min-width: 821px) {
  .text-center-pc {
    /* pc */
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 820px) {
  .textright-sp {
    /* sp */
    text-align: right;
  }
}

@media screen and (min-width: 821px) {
  .text-right-pc {
    /* pc */
    text-align: right;
  }
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.hidden {
  display: none !important;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .sp-only {
    /* sp */
    display: block !important;
  }
}

.sp-only-2 {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .sp-only-2 {
    /* sp */
    display: inline-block !important;
  }
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 820px) {
  .pc-only {
    /* sp */
    display: none !important;
  }
}

.pc-only-2 {
  display: inline-block !important;
}
@media screen and (max-width: 820px) {
  .pc-only-2 {
    /* sp */
    display: none !important;
  }
}

/* font
-------------------------------*/
.fw-700 {
  font-weight: 700;
}

/* margin
-------------------------------*/
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-0-sp {
    margin-top: 0px !important;
  }
  .mb-0-sp {
    margin-bottom: 0px !important;
  }
  .mr-0-sp {
    margin-right: 0px !important;
  }
  .ml-0-sp {
    margin-left: 0px !important;
  }
  .mx-0-sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my-0-sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.mt-5 {
  margin-top: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-5-sp {
    margin-top: 5px !important;
  }
  .mb-5-sp {
    margin-bottom: 5px !important;
  }
  .mr-5-sp {
    margin-right: 5px !important;
  }
  .ml-5-sp {
    margin-left: 5px !important;
  }
  .mx-5-sp {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .my-5-sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-10-sp {
    margin-top: 10px !important;
  }
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
  .mr-10-sp {
    margin-right: 10px !important;
  }
  .ml-10-sp {
    margin-left: 10px !important;
  }
  .mx-10-sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-10-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.mt-15 {
  margin-top: 1.5rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.mx-15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-15-sp {
    margin-top: 15px !important;
  }
  .mb-15-sp {
    margin-bottom: 15px !important;
  }
  .mr-15-sp {
    margin-right: 15px !important;
  }
  .ml-15-sp {
    margin-left: 15px !important;
  }
  .mx-15-sp {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .my-15-sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mx-20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-20-sp {
    margin-top: 20px !important;
  }
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
  .mr-20-sp {
    margin-right: 20px !important;
  }
  .ml-20-sp {
    margin-left: 20px !important;
  }
  .mx-20-sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-20-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.mt-25 {
  margin-top: 2.5rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mr-25 {
  margin-right: 2.5rem !important;
}

.ml-25 {
  margin-left: 2.5rem !important;
}

.mx-25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-25-sp {
    margin-top: 25px !important;
  }
  .mb-25-sp {
    margin-bottom: 25px !important;
  }
  .mr-25-sp {
    margin-right: 25px !important;
  }
  .ml-25-sp {
    margin-left: 25px !important;
  }
  .mx-25-sp {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .my-25-sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.mx-30 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-30-sp {
    margin-top: 30px !important;
  }
  .mb-30-sp {
    margin-bottom: 30px !important;
  }
  .mr-30-sp {
    margin-right: 30px !important;
  }
  .ml-30-sp {
    margin-left: 30px !important;
  }
  .mx-30-sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my-30-sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.mt-35 {
  margin-top: 3.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mr-35 {
  margin-right: 3.5rem !important;
}

.ml-35 {
  margin-left: 3.5rem !important;
}

.mx-35 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-35-sp {
    margin-top: 35px !important;
  }
  .mb-35-sp {
    margin-bottom: 35px !important;
  }
  .mr-35-sp {
    margin-right: 35px !important;
  }
  .ml-35-sp {
    margin-left: 35px !important;
  }
  .mx-35-sp {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .my-35-sp {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.mx-40 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-40-sp {
    margin-top: 40px !important;
  }
  .mb-40-sp {
    margin-bottom: 40px !important;
  }
  .mr-40-sp {
    margin-right: 40px !important;
  }
  .ml-40-sp {
    margin-left: 40px !important;
  }
  .mx-40-sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
.mt-45 {
  margin-top: 4.5rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mr-45 {
  margin-right: 4.5rem !important;
}

.ml-45 {
  margin-left: 4.5rem !important;
}

.mx-45 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-45-sp {
    margin-top: 45px !important;
  }
  .mb-45-sp {
    margin-bottom: 45px !important;
  }
  .mr-45-sp {
    margin-right: 45px !important;
  }
  .ml-45-sp {
    margin-left: 45px !important;
  }
  .mx-45-sp {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .my-45-sp {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.mx-50 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-50-sp {
    margin-top: 50px !important;
  }
  .mb-50-sp {
    margin-bottom: 50px !important;
  }
  .mr-50-sp {
    margin-right: 50px !important;
  }
  .ml-50-sp {
    margin-left: 50px !important;
  }
  .mx-50-sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my-50-sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
.mt-55 {
  margin-top: 5.5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mr-55 {
  margin-right: 5.5rem !important;
}

.ml-55 {
  margin-left: 5.5rem !important;
}

.mx-55 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-55-sp {
    margin-top: 55px !important;
  }
  .mb-55-sp {
    margin-bottom: 55px !important;
  }
  .mr-55-sp {
    margin-right: 55px !important;
  }
  .ml-55-sp {
    margin-left: 55px !important;
  }
  .mx-55-sp {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .my-55-sp {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.mx-60 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-60-sp {
    margin-top: 60px !important;
  }
  .mb-60-sp {
    margin-bottom: 60px !important;
  }
  .mr-60-sp {
    margin-right: 60px !important;
  }
  .ml-60-sp {
    margin-left: 60px !important;
  }
  .mx-60-sp {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .my-60-sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
.mt-65 {
  margin-top: 6.5rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mr-65 {
  margin-right: 6.5rem !important;
}

.ml-65 {
  margin-left: 6.5rem !important;
}

.mx-65 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-65-sp {
    margin-top: 65px !important;
  }
  .mb-65-sp {
    margin-bottom: 65px !important;
  }
  .mr-65-sp {
    margin-right: 65px !important;
  }
  .ml-65-sp {
    margin-left: 65px !important;
  }
  .mx-65-sp {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .my-65-sp {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.mx-70 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-70-sp {
    margin-top: 70px !important;
  }
  .mb-70-sp {
    margin-bottom: 70px !important;
  }
  .mr-70-sp {
    margin-right: 70px !important;
  }
  .ml-70-sp {
    margin-left: 70px !important;
  }
  .mx-70-sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .my-70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
.mt-75 {
  margin-top: 7.5rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mr-75 {
  margin-right: 7.5rem !important;
}

.ml-75 {
  margin-left: 7.5rem !important;
}

.mx-75 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-75-sp {
    margin-top: 75px !important;
  }
  .mb-75-sp {
    margin-bottom: 75px !important;
  }
  .mr-75-sp {
    margin-right: 75px !important;
  }
  .ml-75-sp {
    margin-left: 75px !important;
  }
  .mx-75-sp {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .my-75-sp {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.mx-80 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-80-sp {
    margin-top: 80px !important;
  }
  .mb-80-sp {
    margin-bottom: 80px !important;
  }
  .mr-80-sp {
    margin-right: 80px !important;
  }
  .ml-80-sp {
    margin-left: 80px !important;
  }
  .mx-80-sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.mt-85 {
  margin-top: 8.5rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mr-85 {
  margin-right: 8.5rem !important;
}

.ml-85 {
  margin-left: 8.5rem !important;
}

.mx-85 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}

.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-85-sp {
    margin-top: 85px !important;
  }
  .mb-85-sp {
    margin-bottom: 85px !important;
  }
  .mr-85-sp {
    margin-right: 85px !important;
  }
  .ml-85-sp {
    margin-left: 85px !important;
  }
  .mx-85-sp {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .my-85-sp {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.mx-90 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-90-sp {
    margin-top: 90px !important;
  }
  .mb-90-sp {
    margin-bottom: 90px !important;
  }
  .mr-90-sp {
    margin-right: 90px !important;
  }
  .ml-90-sp {
    margin-left: 90px !important;
  }
  .mx-90-sp {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .my-90-sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
.mt-95 {
  margin-top: 9.5rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mr-95 {
  margin-right: 9.5rem !important;
}

.ml-95 {
  margin-left: 9.5rem !important;
}

.mx-95 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-95-sp {
    margin-top: 95px !important;
  }
  .mb-95-sp {
    margin-bottom: 95px !important;
  }
  .mr-95-sp {
    margin-right: 95px !important;
  }
  .ml-95-sp {
    margin-left: 95px !important;
  }
  .mx-95-sp {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .my-95-sp {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.mx-100 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-100-sp {
    margin-top: 100px !important;
  }
  .mb-100-sp {
    margin-bottom: 100px !important;
  }
  .mr-100-sp {
    margin-right: 100px !important;
  }
  .ml-100-sp {
    margin-left: 100px !important;
  }
  .mx-100-sp {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .my-100-sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media screen and (max-width: 820px) {
  /* sp */
  .mt-auto-sp {
    margin-top: auto !important;
  }
  .mb-auto-sp {
    margin-bottom: auto !important;
  }
  .mr-auto-sp {
    margin-right: auto !important;
  }
  .ml-auto-sp {
    margin-left: auto !important;
  }
  .mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-auto-sp {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* padding
-------------------------------*/
/* gap
-------------------------------*/
/* grid
-------------------------------*/
.grid-1col > *, .grid-2col > *, .grid-3col > *, .grid-4col > * {
  min-width: 0;
}

.grid-1col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.grid-3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 820px) {
  /* sp */
  .sp-grid-1col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .sp-grid-2col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-grid-3col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .sp-grid-4col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .--sp-grid-2col {
    /* sp */
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 820px) {
  .--sp-grid-1col {
    /* sp */
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Layout */
.l-body {
  width: 100%;
  overflow: clip;
}
.l-body.is-fixed {
  position: fixed;
}

.l-header {
  position: relative;
  padding: 0 4rem 0 4.5rem;
  width: 100%;
  height: 8rem;
  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;
  z-index: 100;
  background: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .l-header {
    /* sp */
    padding: 0 1.2rem 0 1.7rem;
    height: 6.3rem;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
}
@media screen and (max-width: 820px) {
  .l-header__inner {
    /* sp */
    gap: 0.7rem;
    margin-left: 0;
  }
}

.l-navi {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 820px) {
  .l-navi {
    /* sp */
    display: none;
    position: fixed;
    top: 6.3rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6.3rem);
    background: #FFFFFF;
    z-index: 100;
    overflow-y: auto;
  }
}

.l-wrapper {
  position: relative;
  width: 89.74359%;
  max-width: 168rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .l-wrapper {
    /* sp */
    width: calc(100% - 40px);
  }
}
.l-wrapper--1520 {
  max-width: 152rem;
}
.l-wrapper--1200 {
  max-width: 120rem;
}
.l-wrapper--1060 {
  max-width: 106rem;
}
.l-wrapper--940 {
  max-width: 94rem;
}
.l-wrapper--700 {
  max-width: 70rem;
}

/* Module */
.noscript {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  padding: 1em;
  border: 3px solid red;
}
.noscript span {
  color: red;
}

.heading-1 {
  font-size: 6.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .heading-1 {
    /* sp */
    font-size: 2.8rem;
  }
}
.heading-1--white {
  color: #FFFFFF;
}
.heading-1--mb {
  margin-bottom: 6rem;
}
@media screen and (max-width: 820px) {
  .heading-1--mb {
    /* sp */
    margin-bottom: 2rem;
  }
}
.heading-1--mb-10 {
  margin-bottom: 1rem;
}
.heading-1--mb-35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 820px) {
  .heading-1--mb-35 {
    /* sp */
    margin-bottom: 2rem;
  }
}
.heading-1--mb-50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .heading-1--mb-50 {
    /* sp */
    margin-bottom: 3rem;
  }
}
.heading-1--mb-65 {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 820px) {
  .heading-1--mb-65 {
    /* sp */
    margin-bottom: 3rem;
  }
}
.heading-1--line {
  position: relative;
}
.heading-1--line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #003458;
  z-index: -1;
}
.heading-1--line span {
  display: inline-block;
  background: #FFFFFF;
  padding-right: 3.5rem;
}
@media screen and (max-width: 820px) {
  .heading-1--line span {
    /* sp */
    padding-right: 1.5rem;
  }
}

.heading-2 {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.heading-2--mb-35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 820px) {
  .heading-2--mb-35 {
    /* sp */
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .heading-2 {
    /* 1000px以下 */
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 820px) {
  .heading-2 {
    /* sp */
    font-size: 2rem;
  }
}

.heading-3 {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .heading-3 {
    /* sp */
    font-size: 2.4rem;
  }
}

.text-base {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .text-base {
    /* sp */
    font-size: 1.4rem;
  }
}
.text-base p:not(:last-child), .text-base ol:not(:last-child), .text-base ul:not(:last-child) {
  margin-bottom: 1.5em;
}

.text-lg {
  font-size: 2rem;
  line-height: 1.8;
}
.text-lg p, .text-lg ol, .text-lg ul {
  margin-bottom: 1.8em;
}

.text-sm {
  font-size: 1.4rem;
  line-height: 1.8;
}
.text-sm p, .text-sm ol, .text-sm ul {
  margin-bottom: 1.8em;
}

.text-note {
  padding-left: 1em;
  text-indent: -1em;
}

.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/
.button-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #003458;
  border: none;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 100%;
  max-width: 30rem;
  height: 6.5rem;
  padding: 0 5rem 0 0;
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .button-1:hover {
    background: rgba(0, 52, 88, 0.5);
  }
  .button-1:hover::after {
    -webkit-transform: translate(calc(50% + 0.8rem), -50%);
            transform: translate(calc(50% + 0.8rem), -50%);
  }
}
@media screen and (hover: hover) and (max-width: 820px) {
  .button-1:hover::after {
    /* sp */
    -webkit-transform: translate(calc(50% + 0.5rem), -50%);
            transform: translate(calc(50% + 0.5rem), -50%);
  }
}
@media screen and (max-width: 820px) {
  .button-1 {
    /* sp */
    height: 5.6rem;
    max-width: 100%;
    padding: 0 5.2rem 0 0;
  }
}
.button-1::before {
  position: absolute;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: calc(100% - 2rem);
  display: block;
  background: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .button-1::before {
    /* sp */
    right: 5.2rem;
    height: calc(100% - 1rem);
  }
}
.button-1::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  width: 1.1rem;
  height: 0.9rem;
  display: block;
  -webkit-mask: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
          mask: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 820px) {
  .button-1::after {
    /* sp */
    right: 2.6rem;
  }
}
.button-1--sm {
  max-width: 20.7rem;
  padding: 0 4rem 0 0;
}
@media (hover: hover) {
  .button-1--sm:hover::after {
    -webkit-transform: translate(calc(50% + 0.5rem), -50%);
            transform: translate(calc(50% + 0.5rem), -50%);
  }
}
@media screen and (max-width: 820px) {
  .button-1--sm {
    /* sp */
    padding: 0 5.2rem 0 0;
  }
}
.button-1--sm::before {
  right: 4rem;
}
@media screen and (max-width: 820px) {
  .button-1--sm::before {
    /* sp */
    right: 5.2rem;
  }
}
.button-1--sm::after {
  right: 2rem;
}
@media screen and (max-width: 820px) {
  .button-1--sm::after {
    /* sp */
    right: 2.6rem;
  }
}
.button-1--lg {
  max-width: 32.8rem;
}
.button-1--llg {
  max-width: 60rem;
  padding-left: 1rem;
}
.button-1--arrow-bottom::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}
@media (hover: hover) {
  .button-1--arrow-bottom:hover::after {
    -webkit-transform: translate(50%, calc(50% + 0.1rem)) rotate(90deg);
            transform: translate(50%, calc(50% + 0.1rem)) rotate(90deg);
  }
}
@media screen and (hover: hover) and (max-width: 820px) {
  .button-1--arrow-bottom:hover::after {
    /* sp */
    -webkit-transform: translate(50%, calc(50% + 0.1rem)) rotate(90deg);
            transform: translate(50%, calc(50% + 0.1rem)) rotate(90deg);
  }
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/
.button-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #003458;
  border: 1px solid #003458;
  padding: 0 6rem;
  margin: 8rem auto 0;
  width: 100%;
  max-width: 27.6rem;
  height: 6rem;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .button-search:hover {
    background: #FFFFFF;
    color: #003458;
  }
}
@media screen and (max-width: 820px) {
  .button-search {
    /* sp */
    max-width: none;
    height: 5.6rem;
    margin-top: 3.4rem;
  }
}
.button-search::before {
  position: absolute;
  top: 50%;
  right: 9.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1.56em;
  height: 1.56em;
  display: block;
  -webkit-mask: url(../img/common/icon_search.svg) no-repeat center/contain;
          mask: url(../img/common/icon_search.svg) no-repeat center/contain;
  background: currentColor;
}
@media screen and (max-width: 820px) {
  .button-search::before {
    /* sp */
    right: 4.1%;
    width: 1.07em;
    height: 1.07em;
  }
}

.bg-gray-pattern {
  background: url(../img/common/bg_pattern_01.png) repeat left top/1606px auto;
}

.bg-gray {
  background-color: #F6F6F6;
}

.header-logo {
  width: 29.8rem;
}
@media screen and (max-width: 820px) {
  .header-logo {
    /* sp */
    width: 19rem;
  }
}
.header-logo a {
  display: block;
}
.header-logo img {
  display: block;
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 820px) {
  .menu-btn {
    /* sp */
    display: block;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 400;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .menu-btn {
    /* sp */
    background: #003458;
    color: #FFFFFF;
    width: 4rem;
    height: 4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 820px) {
  .menu-btn__icon {
    display: block;
    width: 3rem;
    height: 2rem;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .menu-btn__icon {
    /* sp */
    width: 1.7rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  .menu-btn__icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .menu-btn__icon span {
    /* sp */
    height: 1px;
  }
}
@media screen and (max-width: 820px) {
  .menu-btn__icon span:nth-child(1) {
    top: 0;
  }
  .menu-btn__icon span:nth-child(2) {
    top: 50%;
  }
  .menu-btn__icon span:nth-child(3) {
    top: 100%;
  }
  .menu-btn__text {
    margin-top: 0.6rem;
    display: block;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .menu-btn__text {
    /* sp */
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .menu-btn.is-open {
    color: #FFF;
  }
  .menu-btn.is-open .menu-btn__icon span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu-btn.is-open .menu-btn__icon span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.is-open .menu-btn__icon span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1260px) {
  .gnavi {
    /* 1260px以下 */
    gap: 4rem;
  }
}
@media screen and (max-width: 820px) {
  .gnavi {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.8rem 2rem;
    gap: 3.5rem;
  }
}
@media screen and (max-width: 820px) {
  .gnavi__item {
    /* sp */
    border-bottom: 2px solid #003458;
  }
}
.gnavi__item:has(.modal-gnavi.is-open) .gnavi__trg::before {
  opacity: 1;
}
.gnavi__trg {
  position: relative;
  text-decoration: none;
  background: url(../img/common/arrow_link_03.svg) no-repeat right center/0.9em auto;
  border: none;
  padding: 0 1.6em 0 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.625;
}
@media (hover: hover) {
  .gnavi__trg:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .gnavi__trg {
    /* sp */
    width: 100%;
    background: url(../img/common/arrow_link_04.svg) no-repeat right center/0.5em auto;
    padding: 1.1rem 2rem 1.1rem 0;
    text-align: left;
  }
}
.gnavi__trg::before {
  position: absolute;
  bottom: -3rem;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #003458;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 820px) {
  .gnavi__trg::before {
    /* sp */
    content: none;
  }
}
.gnavi__trg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 2.7rem);
  display: block;
}
@media screen and (max-width: 820px) {
  .gnavi__trg::after {
    /* sp */
    content: none;
  }
}
.gnavi__heading {
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .gnavi__heading {
    /* sp */
    position: relative;
    display: block;
    font-size: 2rem;
  }
}
.gnavi__heading::after {
  content: "";
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01.svg) no-repeat center/0.9rem auto;
  margin-left: 1.7em;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .gnavi__heading::after {
    /* sp */
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
  }
}
.gnavi__tablist-wrap {
  margin-top: -2.5rem;
}
@media screen and (max-width: 820px) {
  .gnavi__tablist-wrap {
    /* sp */
    overflow-x: auto;
    margin-top: 5rem;
  }
}
.gnavi__tablist {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  border-bottom: 1px solid #003458;
}
@media screen and (max-width: 820px) {
  .gnavi__tablist {
    /* sp */
    gap: 0.4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.gnavi__tablist__item {
  background: #E8E8E8;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 1rem 1rem 0 0;
  letter-spacing: 0.06em;
  height: 4.4rem;
  padding: 0 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 820px) {
  .gnavi__tablist__item {
    /* sp */
    border-radius: 0.4rem 0.4rem 0 0;
    font-size: 1rem;
    white-space: nowrap;
    height: 3.1rem;
    padding: 0 0.8rem;
  }
}
.gnavi__tablist__item[aria-selected=true] {
  background: #003458;
  color: #FFFFFF;
}
@media (hover: hover) {
  .gnavi__tablist__item:hover {
    opacity: 0.6;
  }
}
.gnavi__tablist__item:focus-visible {
  outline-offset: 0.2em;
  outline-color: #003458;
}
@media screen and (max-width: 820px) {
  .gnavi__contents {
    /* sp */
    width: 100%;
  }
}

.gnavi-list-heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}
.gnavi-list-heading + .gnavi-list {
  margin-top: 0;
}

.gnavi-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .gnavi-list {
    /* sp */
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}
.gnavi-list--2col {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.gnavi-list--4col {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.gnavi-list__item a {
  text-decoration: none;
  display: block;
  background: #E8E8E8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .gnavi-list__item a:hover {
    opacity: 0.6;
  }
}
.gnavi-list__item--simple a {
  background: none;
}
.gnavi-list__item--simple .gnavi-list__text::before {
  content: none;
}
.gnavi-list__image {
  width: 100%;
  height: 20rem;
}
@media screen and (max-width: 820px) {
  .gnavi-list__image {
    /* sp */
    height: 11.2rem;
  }
}
.gnavi-list__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gnavi-list__text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 1rem 4rem 1rem 1.4rem;
}
@media screen and (max-width: 820px) {
  .gnavi-list__text {
    /* sp */
    font-size: 0.8rem;
    padding: 0.65rem 2rem 0.65rem 0.7rem;
  }
}
.gnavi-list__text::before {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  display: block;
  background: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .gnavi-list__text::before {
    /* sp */
    right: 0.8rem;
    width: 0.9rem;
    height: 0.8rem;
  }
}

#navi-tabpanel-plan-1 .cat-list-1 .cat-list-1__item {
  border: none;
  display: block;
  text-decoration: none;
  background: #E8E8E8;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  padding: 0.5em 1em;
  border-radius: 1.7rem;
}
#navi-tabpanel-plan-1 .cat-list-1 .cat-list-1__item[aria-selected=true] {
  background: #003458;
  color: #FFFFFF;
}

.lang-btn {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 3.7rem;
  color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1260px) {
  .lang-btn {
    /* 1260px以下 */
    margin-left: 2.8rem;
  }
}
@media screen and (max-width: 820px) {
  .lang-btn {
    /* sp */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}
.lang-btn__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  background: #003458;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  border-radius: 1.8rem;
  padding: 0.5rem 3.8rem 0.5rem 1.3rem;
  height: 3.5rem;
}
@media screen and (max-width: 820px) {
  .lang-btn__btn {
    /* sp */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.lang-btn__btn::before {
  position: absolute;
  top: 50%;
  right: 0.65em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0.8em;
  height: 0.4em;
  display: block;
  -webkit-mask: url(../img/common/arrow_link_02.svg) no-repeat center/contain;
          mask: url(../img/common/arrow_link_02.svg) no-repeat center/contain;
  background: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .lang-btn__btn::before {
    /* sp */
    content: none;
  }
}
.lang-btn__btn:focus-visible {
  opacity: 0.6;
}
.lang-btn__icon {
  width: 1.4rem;
}
.lang-btn__icon img {
  display: block;
}

.lang-select-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lang-select-wrap--left {
  right: auto;
  left: 0;
}

.lang-select {
  background: #003458;
  border-radius: 1rem;
  padding: 2rem 1.8rem;
  width: 100vw;
  max-width: 25rem;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  .lang-select {
    /* sp */
    padding: 2rem 0.9rem;
    max-width: 22rem;
  }
}
.lang-select--white {
  background: #FFFFFF;
  color: #003458;
  margin-top: 2rem;
}
.lang-select--white .lang-select__item a[aria-current=page] {
  background: rgba(0, 52, 88, 0.2);
}
@media (hover: hover) {
  .lang-select--white .lang-select__item a:hover {
    background: rgba(0, 52, 88, 0.2);
  }
}
.lang-select__item a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.625;
  padding: 0.375em 0.5em 0.375em 1.97em;
  border-radius: 1.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .lang-select__item a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 820px) {
  .lang-select__item a {
    /* sp */
    font-size: 1.2rem;
    padding: 0.31em 0.5em 0.31em 2.625em;
  }
}
.lang-select__item a[aria-current=page] {
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.lang-select__item a[aria-current=page]::before {
  position: absolute;
  top: 50%;
  left: 0.825em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  background: #003458;
}
@media screen and (max-width: 820px) {
  .lang-select__item a[aria-current=page]::before {
    /* sp */
    width: 0.83em;
    height: 0.83em;
  }
}
.lang-select__item a[target=_blank]::after {
  content: "";
  width: 0.68em;
  height: 0.68em;
  display: inline-block;
  -webkit-mask: url(../img/common/icon_ex.svg) no-repeat center/contain;
          mask: url(../img/common/icon_ex.svg) no-repeat center/contain;
  background: currentColor;
  margin-left: 0.5em;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .lang-select__item a[target=_blank]::after {
    /* sp */
    width: 1em;
    height: 1em;
  }
}

.search-btn {
  background: #003458;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1.1rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .search-btn:hover {
    opacity: 0.6;
  }
}
.search-btn:focus-visible {
  opacity: 0.6;
}
@media screen and (max-width: 820px) {
  .search-btn {
    /* sp */
    width: 2.8rem;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.search-btn img {
  display: block;
  width: 38.7%;
}
@media screen and (max-width: 820px) {
  .search-btn img {
    /* sp */
    width: 39.3%;
  }
}

@media screen and (max-width: 820px) {
  .cat-list-1-wrap {
    /* sp */
    overflow-x: auto;
    margin-bottom: 2rem;
  }
}

.cat-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 820px) {
  .cat-list-1 {
    /* sp */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 0.4rem;
  }
}
.cat-list-1__item a {
  display: block;
  text-decoration: none;
  background: #E8E8E8;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  padding: 0.5em 1em;
  border-radius: 1.7rem;
}
@media screen and (max-width: 820px) {
  .cat-list-1__item a {
    /* sp */
    font-size: 1rem;
  }
}
.cat-list-1__item a.is-current {
  background: #003458;
  color: #FFFFFF;
}

#header .btn-skip {
  display: contents;
}
#header .btn-skip a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  width: 100%;
  background: #003458;
  text-decoration: none;
  padding: 1.75em 1em;
  opacity: 1;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 1000;
}
@media screen and (max-width: 820px) {
  #header .btn-skip a {
    /* sp */
    padding: 1.5em 1em;
  }
}

#header .btn-skip a:hover {
  background: #000;
}

#header .btn-skip a:focus {
  opacity: 1;
  top: 0;
}

.copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 16px;
}
@media screen and (max-width: 820px) {
  .copyright {
    /* sp */
    font-size: 0.8rem;
    padding: 1rem;
  }
}

.footer-decoration {
  width: 100%;
  max-width: unset;
  margin-top: 2rem;
}
.footer-decoration img {
  display: block;
  width: 100%;
  max-width: unset;
}

.footer {
  padding: 13rem 0 0rem;
  background-color: #003458;
  position: relative;
}
@media screen and (max-width: 820px) {
  .footer {
    /* sp */
    padding: 7.8rem 0 0;
  }
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 820px) {
  .footer__head {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.7rem;
  }
}
.footer__head__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 820px) {
  .footer__head__links {
    /* sp */
    gap: 0.8rem;
  }
}
.footer__head__links a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__head__links a:hover {
    opacity: 0.6;
  }
}
.footer__head__link {
  display: block;
  width: 3.4rem;
}
.footer__head__link img {
  display: block;
}
@media screen and (max-width: 820px) {
  .footer__head__link {
    /* sp */
    width: 2.2rem;
  }
}
.footer__head__link-image img {
  display: block;
  width: 100%;
}
.footer__head__logo {
  width: 46.7rem;
}
@media screen and (max-width: 820px) {
  .footer__head__logo {
    /* sp */
    width: 16.7rem;
  }
}
.footer__head__logo a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__head__logo a:hover {
    opacity: 0.6;
  }
}
.footer__head__logo img {
  display: block;
}
.footer__links-container {
  margin-top: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 820px) {
  .footer__links-container {
    /* sp */
    margin-top: 3.5rem;
    gap: 2.1rem;
  }
}
.footer__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 820px) {
  .footer__links-wrapper {
    /* sp */
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__bottom-links {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  margin-top: 7.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .footer__bottom-links {
    /* sp */
    margin-top: 4.8rem;
    gap: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__bottom-links a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__bottom-links a:hover {
    opacity: 0.6;
  }
}
.footer__bottom-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__bottom-links__item {
  position: relative;
  padding: 0 3.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .footer__bottom-links__item {
    /* sp */
    font-size: 1.2rem;
    padding: 0 1.6rem;
  }
}
.footer__bottom-links__item::after {
  content: "";
  width: 1px;
  height: 2.9rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .footer__bottom-links__item::after {
    /* sp */
    height: 1.6rem;
  }
}
.footer__bottom-links__item:last-of-type::before {
  content: "";
  width: 1px;
  height: 2.9rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .footer__bottom-links__item:last-of-type::before {
    /* sp */
    height: 1.6rem;
  }
}
.footer__bottom-links__header {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .footer__bottom-links__header {
    /* sp */
    font-size: 1.2rem;
  }
}

.footer-search {
  padding: 12rem 0 24.5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .footer-search {
    /* sp */
    padding: 8rem 0 5.6rem;
  }
}
.footer-search__head {
  text-align: center;
}
.footer-search::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #003458;
  border-top-left-radius: 100%;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 820px) {
  .footer-search::after {
    /* sp */
    width: 2.2rem;
    height: 2.2rem;
  }
}
.footer-search::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #003458;
  border-top-right-radius: 100%;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 820px) {
  .footer-search::before {
    /* sp */
    width: 2.2rem;
    height: 2.2rem;
  }
}

.footer-search-box {
  width: 100%;
  max-width: 94rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #003458;
  margin: 3.8rem auto 0;
}
@media screen and (max-width: 820px) {
  .footer-search-box {
    /* sp */
    margin: 2rem auto 0;
  }
}
.footer-search-box .footer-search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.7rem 1.6rem;
  border: none;
  outline: none;
}
@media screen and (max-width: 820px) {
  .footer-search-box .footer-search-input {
    /* sp */
    padding: 1.3rem 1.6rem;
  }
}
.footer-search-box .footer-search-btn {
  width: 6rem;
  background: #003458;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .footer-search-box .footer-search-btn {
    /* sp */
    width: 5rem;
  }
}

.footer-search-links {
  max-width: 152.2rem;
  margin: 8.7rem auto 0;
  display: -ms-grid;
  display: grid;
  gap: 3.61%;
  -ms-grid-columns: 1fr 3.61% 1fr 3.61% 1fr 3.61% 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 820px) {
  .footer-search-links {
    /* sp */
    margin: 2rem auto 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.footer-links__item a {
  text-decoration: none;
}
.footer-links__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .footer-links__item {
    /* sp */
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.footer-links__item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer-links__item:hover {
    opacity: 0.6;
  }
}
.footer-links__item--header {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .footer-links__item--header {
    /* sp */
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

.page-top {
  position: relative;
  z-index: 100;
}
.page-top a {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  display: block;
  overflow: hidden;
  color: #fff;
  width: 5rem;
  aspect-ratio: 1/1;
  text-indent: 100%;
  white-space: nowrap;
  background: #003458;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 820px) {
  .page-top a {
    /* sp */
    bottom: 1rem;
    right: 1rem;
    width: 4rem;
  }
}
.page-top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 2.2rem;
  height: 1.5rem;
  display: block;
  -webkit-mask: url(../img/common/arrow_pagetop.svg) no-repeat center/contain;
          mask: url(../img/common/arrow_pagetop.svg) no-repeat center/contain;
  background: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .page-top a:before {
    /* sp */
    width: 1.8rem;
    height: 1.2rem;
  }
}

.status-page-header {
  margin-bottom: 6.5rem;
}

.status-page-footer {
  margin-top: 3rem;
}

.home-sections-wrap {
  padding: 180px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 160px;
}
@media screen and (max-width: 820px) {
  .home-sections-wrap {
    /* sp */
    padding: 70px 0;
    gap: 70px;
  }
}
@media screen and (min-width: 821px) {
  .home-sections-wrap--gap-pc-sm {
    /* pc */
    gap: 120px;
  }
}

.home-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 43.4% 6.6% 50%;
  grid-template-columns: 43.4% 50%;
  -ms-grid-rows: auto 5.8rem 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "a b" "c b";
  gap: 5.8rem 6.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .home-links {
    /* 1260px以下 */
    -ms-grid-columns: 46% 4% 50%;
    grid-template-columns: 46% 50%;
    gap: 5.8rem 4%;
  }
}
@media screen and (max-width: 820px) {
  .home-links {
    /* sp */
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-links--reverse {
  -ms-grid-columns: 50% 43.4%;
  grid-template-columns: 50% 43.4%;
      grid-template-areas: "b a" "b c";
}
@media screen and (max-width: 1260px) {
  .home-links--reverse {
    /* 1260px以下 */
    -ms-grid-columns: 50% 46%;
    grid-template-columns: 50% 46%;
  }
}
.home-links__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.home-links--reverse > .home-links__head {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.home-links__pickup {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-links--reverse > .home-links__pickup {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}
.home-links__list {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: c;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  height: 100%;
}
.home-links--reverse > .home-links__list {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 820px) {
  .home-links__list {
    /* sp */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 1rem;
    margin-bottom: 3.6rem;
  }
  .home-links__list .post-item {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 820px) {
  .home-links__title {
    /* sp */
    text-align: center;
  }
}
.home-links__title--mb {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  .home-links__title--mb {
    /* sp */
    margin-bottom: 3.2rem;
  }
}

.pickup-post {
  position: relative;
  aspect-ratio: 84/79;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pickup-post:has(a:hover) .pickup-post__image {
  opacity: 0.6;
}
@media screen and (max-width: 820px) {
  .pickup-post {
    /* sp */
    aspect-ratio: 350/330;
    margin-bottom: 2.8rem;
  }
}
.pickup-post__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-mask: radial-gradient(circle 4rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 4rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .pickup-post__image {
    -webkit-mask: radial-gradient(circle 2rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 2rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 2rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 2rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.pickup-post__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.6rem;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.pickup-post__image::after {
  content: "";
  position: absolute;
  bottom: 4.4rem;
  right: 4.6rem;
  width: 16%;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/common/arrow_circle.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .pickup-post__image::after {
    /* sp */
    width: 5.6rem;
    height: 5.6rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.pickup-post__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pickup-post__body {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  width: 100%;
}
.pickup-post__main {
  padding: 0 24% 4.5rem 10%;
}
@media screen and (max-width: 820px) {
  .pickup-post__main {
    /* sp */
    padding: 0 10% 2rem 8%;
  }
}
.pickup-post__title:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .pickup-post__title:not(:last-child) {
    /* sp */
    margin-bottom: 1.2rem;
  }
}
.pickup-post__title a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.pickup-post__title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 820px) {
  .pickup-post__title a {
    /* sp */
    font-size: 2rem;
  }
}
.pickup-post__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 820px) {
  .pickup-post__category-list {
    /* sp */
    gap: 1rem;
    max-width: 80%;
  }
}
.pickup-post__category-item a {
  position: relative;
  padding: 0.3rem 0.8rem 0.3rem 1rem;
  border: 1px solid #003458;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #003458;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .pickup-post__category-item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .pickup-post__category-item a {
    /* sp */
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem 0.4rem 0.5rem;
  }
}
.pickup-post__area {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  margin-top: -1rem;
}
@media screen and (max-width: 820px) {
  .pickup-post__area {
    /* sp */
    font-size: 1.2rem;
  }
}
.pickup-post__area::before {
  content: "";
  width: 0.79em;
  height: 1.04em;
  display: inline-block;
  -webkit-mask: url(../img/common/icon_location.svg) no-repeat center/contain;
          mask: url(../img/common/icon_location.svg) no-repeat center/contain;
  background: currentColor;
  margin-right: 0.33em;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .pickup-post__area::before {
    /* sp */
    width: 0.88em;
    height: 1.17em;
  }
}
.pickup-post__date {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .pickup-post__date {
    /* sp */
    font-size: 1.2rem;
  }
}

.home-about {
  overflow: hidden;
  padding: 15rem 0 0;
}
@media screen and (max-width: 820px) {
  .home-about {
    /* sp */
    padding: 5.3rem 0 0;
  }
}
.home-about__head {
  position: relative;
  z-index: 1;
}
.home-about__head__lead {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: -0.6rem 0 2.5rem;
}
@media screen and (max-width: 820px) {
  .home-about__head__lead {
    /* sp */
    font-size: 1.6rem;
    margin: -0.2rem 0 2rem;
  }
}
.home-about__contents {
  position: relative;
  margin-top: 6.8rem;
  padding: 7rem 0 13.2rem;
}
@media screen and (max-width: 820px) {
  .home-about__contents {
    /* sp */
    display: block;
    margin-top: 4rem;
    padding: 4.8rem 0 7rem;
  }
}
.home-about__contents::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: url(../img/common/bg_pattern_01.png) repeat left top/1606px auto;
}
.home-about__details {
  position: relative;
  z-index: 2;
  width: 37.1%;
}
@media screen and (max-width: 820px) {
  .home-about__details {
    /* sp */
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.home-about__images {
  margin-top: clamp(-453px, -23.6vw, -23.6vw);
}
@media screen and (max-width: 820px) {
  .home-about__images {
    /* sp */
    margin-top: 0;
  }
}

.home-about-detail {
  overflow: hidden;
}
.home-about-detail__heading {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .home-about-detail__heading {
    /* sp */
    font-size: 2.8rem;
    margin-bottom: 1.4rem;
  }
}
.home-about-detail__heading span {
  font-size: 3.2rem;
}
@media screen and (max-width: 820px) {
  .home-about-detail__heading span {
    /* sp */
    font-size: 1.6rem;
  }
}

.home-about-image {
  position: relative;
  height: 42.254273625vw;
  max-height: 791px;
}
@media screen and (max-width: 820px) {
  .home-about-image {
    /* sp */
    overflow: hidden;
    height: auto;
    max-height: none;
  }
}
.home-about-image .swiper-wrapper {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.home-about-image .swiper-button-prev, .home-about-image .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.9rem;
  height: 5rem;
  z-index: 10;
  border: none;
}
@media screen and (max-width: 820px) {
  .home-about-image .swiper-button-prev, .home-about-image .swiper-button-next {
    /* sp */
    display: none;
  }
}
.home-about-image .swiper-button-prev::before, .home-about-image .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/common/arrow_swiper_01.svg) no-repeat center/contain;
}
.home-about-image .swiper-button-prev .swiper-navigation-icon, .home-about-image .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.home-about-image .swiper-button-prev {
  left: auto !important;
  right: 52% !important;
}
.home-about-image .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.home-about-image .swiper-button-next {
  right: auto !important;
  left: 102.5% !important;
}
.home-about-image .swiper-pagination {
  bottom: 0 !important;
}
@media screen and (min-width: 821px) {
  .home-about-image .swiper-pagination {
    /* pc */
    display: none;
  }
}
.home-about-image__item {
  position: relative;
  height: auto !important;
  -webkit-mask: radial-gradient(circle 4rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 4rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .home-about-image__item {
    -webkit-mask: radial-gradient(circle 1.6rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.home-about-image__item {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  background: #FFF;
}
@media (hover: hover) {
  .home-about-image__item:hover img {
    opacity: 0.6;
  }
}
.home-about-image__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 24.8%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 1;
}
.home-about-image__item::after {
  position: absolute;
  bottom: 3.8rem;
  right: 6.2rem;
  content: "";
  width: 16.1%;
  height: 13.5rem;
  display: block;
  background: url(../img/common/arrow_circle.svg) no-repeat center bottom/contain;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .home-about-image__item::after {
    /* sp */
    bottom: 2rem;
    right: 2rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
.home-about-image__item img {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home-about-image__item:not(.swiper-slide-active) {
  pointer-events: none;
  -webkit-mask: radial-gradient(circle 1.3rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.3rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.3rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.3rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .home-about-image__item:not(.swiper-slide-active) {
    -webkit-mask: radial-gradient(circle 1.6rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.home-about-image__item:not(.swiper-slide-active)::before, .home-about-image__item:not(.swiper-slide-active)::after {
  content: none;
}
.home-about-image__item:not(.swiper-slide-active) .home-about-image__text {
  opacity: 0;
}
.home-about-image__item.swiper-slide-active {
  width: 50% !important;
}
@media screen and (max-width: 820px) {
  .home-about-image__item.swiper-slide-active {
    /* sp */
    width: 100% !important;
  }
}
.home-about-image__text {
  position: absolute;
  bottom: 6.3%;
  left: 11.9%;
  font-size: 3.6vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.03;
  color: #FFFFFF;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .home-about-image__text {
    /* sp */
    bottom: 2.5rem;
    left: 2.8rem;
    font-size: 2rem;
  }
}
.home-about-image__text span {
  font-size: 2.7vw;
}
@media screen and (max-width: 820px) {
  .home-about-image__text span {
    /* sp */
    font-size: 1.4rem;
  }
}
.home-about-image__text .reverse {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home-about-image__text .reverse span {
  font-size: inherit;
}
@media screen and (max-width: 820px) {
  .home-about-image__thumb {
    /* sp */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 2.2rem;
  }
  .home-about-image__thumb__item {
    width: 33.3333333333% !important;
    height: 27.5vw !important;
    border-radius: 0 !important;
    background: none !important;
    opacity: 1 !important;
    -webkit-mask: radial-gradient(circle 1rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .home-about-image__thumb__item {
    -webkit-mask: radial-gradient(circle 0.5rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 0.5rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 0.5rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 0.5rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (max-width: 820px) {
  .home-about-image__thumb__item.swiper-pagination-bullet-active {
    display: none;
  }
  .home-about-image__thumb__item img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.home-mv__title {
  position: absolute;
  bottom: 7rem;
  right: -0.5rem;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-size: 7.2rem;
}
@media screen and (max-width: 820px) {
  .home-mv__title {
    /* sp */
    font-size: clamp(2.8rem, 8.74vw, 5rem);
    letter-spacing: 0.06em;
    right: unset;
    left: -0.4rem;
    bottom: 2.7rem;
  }
  .home-mv__title span {
    font-size: 94.117%;
    letter-spacing: 0.06em;
  }
}
.home-mv__image img {
  display: block;
  width: 100%;
}

.home-mustsees {
  padding: 15rem 0 17.6rem;
}
@media screen and (max-width: 820px) {
  .home-mustsees {
    /* sp */
    padding: 6rem 0;
  }
}

.home-mustsees-slide-wrap {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .home-mustsees-slide-wrap {
    /* 1000px以下 */
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide-wrap {
    /* sp */
    margin-top: 1.8rem;
    padding-bottom: 6.4rem;
  }
}
.home-mustsees-slide-wrap .home-mustsees-slide-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 155.8rem;
  max-width: calc(100vw - 40px);
}
@media screen and (max-width: 1260px) {
  .home-mustsees-slide-wrap .home-mustsees-slide-buttons {
    /* 1260px以下 */
    max-width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .home-mustsees-slide-wrap .home-mustsees-slide-buttons {
    /* 1000px以下 */
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide-wrap .home-mustsees-slide-buttons {
    /* sp */
  }
}
.home-mustsees-slide-wrap .swiper-button-prev, .home-mustsees-slide-wrap .swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 7rem;
  height: 7rem;
  border: 1px solid #003458;
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width: 1260px) {
  .home-mustsees-slide-wrap .swiper-button-prev, .home-mustsees-slide-wrap .swiper-button-next {
    /* 1260px以下 */
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide-wrap .swiper-button-prev, .home-mustsees-slide-wrap .swiper-button-next {
    /* sp */
    width: 4rem;
    height: 4rem;
  }
}
.home-mustsees-slide-wrap .swiper-button-prev::before, .home-mustsees-slide-wrap .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1.6rem;
  height: 2.7rem;
  display: block;
  background: url(../img/common/arrow_swiper_02.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide-wrap .swiper-button-prev::before, .home-mustsees-slide-wrap .swiper-button-next::before {
    /* sp */
    width: 1rem;
    height: 1.4rem;
    background-image: url(../img/common/arrow_swiper_03.svg);
  }
}
.home-mustsees-slide-wrap .swiper-button-prev .swiper-navigation-icon, .home-mustsees-slide-wrap .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.home-mustsees-slide-wrap .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.home-mustsees-slide {
  width: 134.6rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide {
    /* sp */
    width: 100%;
    max-width: 100%;
  }
}
.home-mustsees-slide__item {
  position: relative;
  padding: 8.5rem 6.3%;
  background: #003458;
  color: #FFFFFF;
  text-decoration: none;
  height: auto !important;
  -webkit-mask: radial-gradient(circle 4rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 4rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__item {
    -webkit-mask: radial-gradient(circle 1.8rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.8rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.8rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.8rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.home-mustsees-slide__item {
  -webkit-transition: opacity 0.4s !important;
  transition: opacity 0.4s !important;
}
@media (hover: hover) {
  .home-mustsees-slide__item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__item {
    /* sp */
    padding: 4rem 4.7rem;
  }
}
.home-mustsees-slide__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  display: block;
  border: 1px solid #FFFFFF;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__item::before {
    /* sp */
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
.home-mustsees-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__inner {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
}
.home-mustsees-slide__image {
  aspect-ratio: 588/410;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__image {
    /* sp */
    aspect-ratio: 256/185;
    width: 100%;
  }
}
.home-mustsees-slide__image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__image img {
    /* sp */
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-mustsees-slide__main {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 43%;
  padding: 3rem 0 2rem;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__main {
    /* sp */
    gap: 2.8rem;
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.home-mustsees-slide__sub-heading {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__sub-heading {
    /* sp */
    font-size: 1.8rem;
  }
}
.home-mustsees-slide__btn {
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  margin-left: auto;
}
.home-mustsees-slide__btn::after {
  content: "";
  width: 5.3rem;
  height: 5.3rem;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01_white.svg) no-repeat center/1.2rem auto;
  vertical-align: middle;
  margin-left: 0.67em;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .home-mustsees-slide__btn {
    /* sp */
    font-size: 1.6rem;
  }
  .home-mustsees-slide__btn::after {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    display: inline-block;
    border: 2px solid currentColor;
    border-radius: 50%;
    background: url(../img/common/arrow_link_01_white.svg) no-repeat center/0.8rem auto;
    vertical-align: middle;
    margin-left: 0.67em;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.areaguide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 45.3%;
  grid-template-columns: 50% 45.3%;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18.8rem 0 17rem;
}

.areaguide > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.areaguide > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.areaguide > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.areaguide > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 1000px) {
  .areaguide {
    /* 1000px以下 */
    display: block;
    padding: 5rem 0 5.8rem;
  }
}
.areaguide--1col {
  display: block;
  padding: 14.4rem 0 7.1rem;
}
.areaguide__head {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 3.5rem;
  max-width: 68.8rem;
}
@media screen and (max-width: 1000px) {
  .areaguide__head {
    /* 1000px以下 */
    max-width: none;
  }
}
@media screen and (max-width: 820px) {
  .areaguide__head {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.7rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 820px) {
  .areaguide__heading {
    /* sp */
    margin-left: 1.3rem;
  }
}
.areaguide__heading--mb {
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .areaguide__heading--mb {
    /* sp */
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.areaguide__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 45.3%;
  grid-template-columns: 50% 45.3%;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.areaguide__contents > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.areaguide__contents > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.areaguide__contents > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.areaguide__contents > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 1000px) {
  .areaguide__contents {
    /* 1000px以下 */
    display: block;
  }
}
.areaguide__contents .areaguide__map {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
@media screen and (max-width: 1000px) {
  .areaguide__contents .areaguide__map {
    /* 1000px以下 */
    margin-bottom: 3.2rem;
  }
}
.areaguide__contents .areaguide__tab {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
.areaguide__contents .areaguide__detail {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.areaguide__map-wrap {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}
@media screen and (max-width: 1000px) {
  .areaguide__map-wrap {
    /* 1000px以下 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
.areaguide__tab {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  gap: 0.2rem;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .areaguide__tab {
    /* 1000px以下 */
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  .areaguide__tab {
    /* sp */
    margin: 0;
  }
}
.areaguide__tab--center {
  margin-right: auto;
}
.areaguide__tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: none;
  width: calc((100% - 0.8rem) / 5);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  height: 6.2rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .areaguide__tab__item {
    /* sp */
    width: calc((100% - 0.4rem) / 3);
    line-height: 1.5;
    height: 3.9rem;
  }
}
.areaguide__tab__item--fz-sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .areaguide__tab__item--fz-sm {
    /* sp */
    font-size: 1rem;
  }
}
.areaguide__tab__item[aria-selected=true] {
  background: #003458;
  color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .areaguide__map {
    /* sp */
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    width: 105.7%;
  }
}
.areaguide__map img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .areaguide__detail {
    /* 1000px以下 */
    margin-top: 3.4rem;
  }
}
.areaguide__detail__heading {
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 820px) {
  .areaguide__detail__heading {
    /* sp */
    margin-bottom: 1.2rem;
  }
}

.areaguide-slide {
  position: relative;
  padding-bottom: 9.6rem;
  margin-top: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .areaguide-slide {
    /* 1000px以下 */
    overflow: visible;
  }
}
@media screen and (max-width: 820px) {
  .areaguide-slide {
    /* sp */
    padding-bottom: 7.2rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .areaguide-slide .swiper-pagination {
    /* 1000px以下 */
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1000px) {
  .areaguide-slide .swiper-button-prev {
    /* 1000px以下 */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.areaguide-slide .swiper-button-next {
  margin-left: 0.8rem !important;
}
@media screen and (max-width: 1000px) {
  .areaguide-slide .swiper-button-next {
    /* 1000px以下 */
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.areaguide-slide__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
.areaguide-slide a.areaguide-slide__item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .areaguide-slide a.areaguide-slide__item:hover {
    opacity: 0.6;
  }
}
.areaguide-slide__item {
  position: relative;
  -webkit-mask: radial-gradient(circle 1.3rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.3rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.3rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.3rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .areaguide-slide__item {
    -webkit-mask: radial-gradient(circle 0.9rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 0.9rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 0.9rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 0.9rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (max-width: 820px) {
  .areaguide-slide__item {
    /* sp */
    width: 19.3rem !important;
  }
}
.areaguide-slide__item img {
  display: block;
}
.areaguide-slide__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 21.6%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.areaguide-slide__item figcaption {
  position: absolute;
  bottom: 5.4%;
  left: 5.9%;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .areaguide-slide__item figcaption {
    /* sp */
    bottom: 4%;
    left: 8.8%;
    font-size: 1.6rem;
  }
}

.roading-modal {
  padding: 2.3rem 0 0.5rem;
}
@media screen and (max-width: 820px) {
  .roading-modal {
    /* sp */
    padding: 2.2rem 0 0.5rem;
  }
}
.roading-modal__date {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #5A89AA;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 820px) {
  .roading-modal__date {
    /* sp */
    font-size: 1rem;
  }
}
.roading-modal__heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .roading-modal__heading {
    /* sp */
    font-size: 1.8rem;
  }
}
.roading-modal__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .roading-modal__text {
    /* sp */
    font-size: 1.2rem;
  }
}
.roading-modal__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.6rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 820px) {
  .roading-modal__btn-wrap {
    /* sp */
    margin-top: 1.8rem;
    padding-right: 1rem;
  }
}
.roading-modal__btn {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.roading-modal__btn::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01.svg) no-repeat center/0.8rem auto;
  vertical-align: middle;
  margin-left: 0.67em;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.roading-modal__btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .roading-modal__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .roading-modal__btn {
    /* sp */
    font-size: 1.3rem;
  }
  .roading-modal__btn::after {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: url(../img/common/arrow_link_01.svg) no-repeat center/0.7rem auto;
    vertical-align: middle;
    margin-left: 0.67em;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.roading-modal__btn::after {
  content: "";
}

.home-information {
  margin-bottom: 9rem;
}
@media screen and (max-width: 820px) {
  .home-information {
    /* sp */
    margin-bottom: 1rem;
  }
}
.home-information__head {
  text-align: center;
}
.home-information__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem auto 0;
}
@media screen and (max-width: 820px) {
  .home-information__button-wrap {
    /* sp */
    margin-top: 3.5rem;
  }
}
.home-information__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6rem;
  margin-top: 7rem;
}
@media screen and (max-width: 820px) {
  .home-information__banners {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.home-information__banner {
  width: 100%;
  aspect-ratio: 807/427;
  position: relative;
  -webkit-mask: radial-gradient(circle 4rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 4rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .home-information__banner {
    -webkit-mask: radial-gradient(circle 1.6rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.home-information__banner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 2.8rem);
  height: calc(100% - 2.8rem);
  display: block;
  border: 1px solid #FFFFFF;
  pointer-events: none;
}
.home-information__link {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .home-information__link:hover {
    opacity: 0.6;
  }
}
.home-information__link__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #FFFFFF;
  outline-offset: 1.5rem;
}
.home-information__link__text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

.home-things-to-do {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-grid-columns: 50% 6.3% 43.7%;
  grid-template-columns: 50% 43.7%;
  gap: 6.3%;
}
@media screen and (max-width: 1260px) {
  .home-things-to-do {
    /* 1260px以下 */
    -ms-grid-columns: 50% 4% 46%;
    grid-template-columns: 50% 46%;
    gap: 4%;
  }
}
@media screen and (max-width: 820px) {
  .home-things-to-do {
    /* sp */
    gap: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.home-things-to-do__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  gap: 2rem;
}
@media screen and (max-width: 820px) {
  .home-things-to-do__head {
    /* sp */
    margin-bottom: 0;
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 820px) {
  .home-things-to-do__title {
    /* sp */
    text-align: center;
    margin: 0 auto 2rem;
  }
}
.home-things-to-do__pickup {
  aspect-ratio: 84/79;
}
@media screen and (max-width: 820px) {
  .home-things-to-do__pickup {
    /* sp */
    width: 100%;
    margin-bottom: 1rem;
  }
}
.home-things-to-do__pickup__main {
  padding: 0 24% 3.5rem 9%;
}
@media screen and (max-width: 820px) {
  .home-things-to-do__pickup__main {
    /* sp */
    padding: 0 10% 2rem 8%;
  }
}
@media screen and (max-width: 820px) {
  .home-things-to-do__pickup__title {
    /* sp */
    margin-bottom: 0;
  }
}
.home-things-to-do__pickup__image::after {
  bottom: 5.4rem;
  right: 5rem;
}
@media screen and (max-width: 820px) {
  .home-things-to-do__pickup__image::after {
    /* sp */
    bottom: 2rem;
    right: 2rem;
  }
}
.home-things-to-do__links-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem;
}
@media screen and (max-width: 1260px) {
  .home-things-to-do__links-wrapper {
    /* 1260px以下 */
    gap: 4%;
  }
}
@media screen and (max-width: 820px) {
  .home-things-to-do__links-wrapper {
    /* sp */
    gap: 0;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.home-things-to-do__links__item {
  margin-top: 6px;
}
@media screen and (max-width: 820px) {
  .home-things-to-do__links__item {
    /* sp */
    margin-top: 0;
  }
}
.home-things-to-do__contents {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .home-things-to-do__contents {
    /* sp */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home-getting-to {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .home-getting-to {
    /* sp */
  }
}
.home-getting-to__head {
  position: absolute;
  left: 0;
  top: 7.2vw;
}
@media screen and (max-width: 820px) {
  .home-getting-to__head {
    /* sp */
    top: unset;
    left: unset;
    bottom: 7rem;
    right: 0;
  }
}
.home-getting-to__head__title {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 6.2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .home-getting-to__head__title {
    /* sp */
    font-size: 2.8rem;
  }
}
.home-getting-to__head__text {
  margin: 3.2rem 0 0 0.32rem;
  width: 33.2rem;
}
@media screen and (max-width: 820px) {
  .home-getting-to__head__text {
    /* sp */
    width: 22.6rem;
    margin: 1rem 0 0 0;
  }
}
.home-getting-to__inner {
  padding: 0 0 0 24rem;
}
@media screen and (max-width: 820px) {
  .home-getting-to__inner {
    /* sp */
    padding: 0 0 24rem 0;
  }
}
.home-getting-to__contents {
  position: relative;
}
.home-getting-to__contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.7vw;
  display: block;
  background: url(../img/top/deco_home_getting_to_pc.svg) no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .home-getting-to__contents::after {
    /* sp */
    height: 14.36vw;
    background: url(../img/top/deco_home_getting_to_sp.svg) no-repeat center/cover;
  }
}
.home-getting-to__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.7vw;
  display: block;
  background: url(../img/top/deco_home_getting_to_pc.svg) no-repeat center/cover;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  .home-getting-to__contents::before {
    /* sp */
    height: 14.36vw;
    background: url(../img/top/deco_home_getting_to_sp.svg) no-repeat center/cover;
  }
}
.home-getting-to__contents {
  background: url(../img/common/bg_pattern_01.png) no-repeat center/cover;
}
@media screen and (max-width: 820px) {
  .home-getting-to__contents {
    /* sp */
    padding: 0;
  }
}
.home-getting-to__image {
  position: relative;
  z-index: 5;
  -webkit-transform: translateX(4.5rem);
          transform: translateX(4.5rem);
}
@media screen and (max-width: 820px) {
  .home-getting-to__image {
    /* sp */
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.post-item a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .post-item a:hover {
    opacity: 0.6;
  }
}
.post-item__image {
  aspect-ratio: 345/210;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 820px) {
  .post-item__image {
    /* sp */
    aspect-ratio: 170/100;
    margin-bottom: 1rem;
  }
}
.post-item__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-item__title {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 820px) {
  .post-item__title {
    /* sp */
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }
}
.post-item__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 820px) {
  .post-item__category-list {
    /* sp */
    gap: 0.4rem;
  }
}
.post-item__category-item a {
  display: block;
  padding: 0.15rem 0.6rem 0.15rem 0.5rem;
  border: 1px solid #003458;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .post-item__category-item a {
    /* sp */
    font-size: 50%;
    padding: 0.4rem 0.6rem 0.4rem 0.5rem;
  }
}
.post-item__area {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .post-item__area {
    /* sp */
    font-size: 1rem;
  }
}
.post-item__area::before {
  content: "";
  width: 1.09em;
  height: 1.45em;
  display: inline-block;
  -webkit-mask: url(../img/common/icon_location.svg) no-repeat center/contain;
          mask: url(../img/common/icon_location.svg) no-repeat center/contain;
  background: currentColor;
  margin-right: 0.77em;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .post-item__area::before {
    /* sp */
    width: 0.78em;
    height: 1em;
    margin-right: 0.2em;
  }
}
.post-item__date {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .post-item__date {
    /* sp */
    font-size: 1rem;
  }
}

.category-link {
  position: relative;
  width: 100%;
  padding: 1.45rem 1.6rem 1.45rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #003458;
  gap: 1.4rem;
  text-decoration: none;
  height: 100%;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .category-link {
    /* sp */
    font-size: 1.6rem;
  }
}
.category-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .category-link:hover {
    opacity: 0.6;
  }
}
.category-link::after {
  content: "";
  background: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
  position: absolute;
  width: 1.5rem;
  height: 1.3rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .category-link::after {
    /* sp */
    width: 1.05rem;
    height: 0.9rem;
    right: 0.5rem;
  }
}
.category-link--arrow-down::after {
  content: "";
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.category-link__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.9rem;
  height: 4.9rem;
}
@media screen and (max-width: 820px) {
  .category-link__image {
    /* sp */
    width: 3.7rem;
    height: 3.7rem;
  }
}

.information-cta {
  margin-bottom: 14.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 820px) {
  .information-cta {
    /* sp */
    gap: 0.2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.information-cta__link {
  background-color: #003458;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  padding: 5.6rem;
  font-size: 6.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .information-cta__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1260px) {
  .information-cta__link {
    /* 1260px以下 */
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .information-cta__link {
    /* 1000px以下 */
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .information-cta__link {
    /* sp */
    gap: 2rem;
    font-size: 2.8rem;
    padding: 2.8rem 2rem;
  }
}
.information-cta__link__text {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.information-cta__link__icon {
  width: 13rem;
  height: 13rem;
  width: 2.096774em;
  height: 2.096774em;
}
@media screen and (max-width: 820px) {
  .information-cta__link__icon {
    /* sp */
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (max-width: 820px) {
  .information-cta {
    /* sp */
    margin-bottom: 8rem;
  }
}

.seasonal-highlights {
  padding: 12.5rem 0 15rem;
  position: relative;
  background-color: #003458;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .seasonal-highlights {
    /* sp */
    padding: 4rem 0;
  }
}
.seasonal-highlights__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(1.9rem) brightness(1.03);
          filter: blur(1.9rem) brightness(1.03);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.seasonal-highlights__head {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__head {
    /* sp */
    margin-bottom: 2rem;
  }
}
.seasonal-highlights__title {
  color: #FFFFFF;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__title {
    /* sp */
    margin-bottom: 2rem;
  }
}
.seasonal-highlights__text {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__text {
    /* sp */
    font-size: 1.4rem;
  }
}
.seasonal-highlights__seasons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
  max-width: 152.4rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__seasons {
    /* sp */
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.seasonal-highlights__item {
  aspect-ratio: 366/502;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__item {
    /* sp */
    aspect-ratio: 170/176;
  }
}
.seasonal-highlights__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
}
.seasonal-highlights__item::after {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  width: 5.7rem;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/common/arrow_circle.svg) no-repeat center/contain;
  z-index: 3;
  pointer-events: none;
  right: 2rem;
}
@media screen and (max-width: 1000px) {
  .seasonal-highlights__item::after {
    /* 1000px以下 */
    width: 5rem;
  }
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__item::after {
    /* sp */
    bottom: 1rem;
    right: 1rem;
    width: 3.6rem;
  }
}
.seasonal-highlights__season {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding: 0 0 2.5rem 2.2rem;
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__season {
    /* sp */
    padding: 0 0 1.4rem 1.8rem;
  }
}
.seasonal-highlights__season__text {
  position: relative;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  font-weight: 700;
  z-index: 5;
  font-size: 3.8rem;
}
@media screen and (max-width: 1000px) {
  .seasonal-highlights__season__text {
    /* 1000px以下 */
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 820px) {
  .seasonal-highlights__season__text {
    /* sp */
    font-size: 2rem;
  }
}
.seasonal-highlights__season__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.seasonal-highlights__season__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.transport-info {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .transport-info {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.transport-info__block {
  position: relative;
  aspect-ratio: 959/281;
  width: 100%;
}
.transport-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0 8.333333%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .transport-info__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .transport-info__link {
    /* sp */
    padding: 4rem 2rem;
  }
}
.transport-info__link__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.transport-info__link__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.transport-info__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
  opacity: 0.36;
  z-index: 0;
}
.transport-info__link::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 8.333333%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 10.3rem;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/common/arrow_circle.svg) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .transport-info__link::before {
    /* sp */
    width: 5.6rem;
    right: 2rem;
  }
}
.transport-info__link__title {
  color: #FFFFFF;
  z-index: 2;
  position: relative;
}

.breadcrumbs {
  padding: 2rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    /* sp */
    font-size: 1.2rem;
    padding: 0.8rem 0;
  }
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item {
  position: relative;
  margin-right: 1.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .breadcrumbs__item {
    /* sp */
    font-size: 1.2rem;
    margin-right: 1.5rem;
  }
}
@media (hover: hover) {
  .breadcrumbs__item:hover {
    text-decoration: none;
  }
}
.breadcrumbs__item:not([aria-current=page])::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.4rem;
}
@media screen and (max-width: 820px) {
  .breadcrumbs__item:not([aria-current=page])::after {
    /* sp */
    right: -1.2rem;
  }
}
@media screen and (max-width: 820px) {
  .breadcrumbs__current {
    /* sp */
    font-size: 1.2rem;
  }
}

.page-head-3 {
  padding: 11rem 0 0;
  position: relative;
  background: url(../img/common/bg_pattern_01.png) no-repeat center/cover;
  margin-bottom: 10rem;
}
@media screen and (max-width: 820px) {
  .page-head-3 {
    /* sp */
    padding-top: 6rem;
    margin-bottom: 5rem;
  }
}
.page-head-3__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .page-head-3__title {
    /* sp */
    font-size: 3.2rem;
  }
}

.paging {
  background: #F6F6F6;
  padding: 5.5rem 2rem;
  margin-top: 7rem;
}
@media screen and (max-width: 820px) {
  .paging {
    /* sp */
    padding: 2rem;
    margin-top: 4.5rem;
  }
}
.paging .pagingIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 820px) {
  .paging .pagingIn {
    /* sp */
    gap: 1rem;
  }
}
.paging span {
  width: 4.8rem;
  aspect-ratio: 1/1;
  border: 1px solid #003458;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .paging span {
    /* sp */
    width: 4rem;
  }
}
.paging span a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .paging span a:hover {
    background: #003458;
    color: #FFFFFF;
  }
}
.paging span.prev a, .paging span.next a {
  position: relative;
  overflow: hidden;
  background: #003458;
  text-indent: 100%;
  white-space: nowrap;
}
@media (hover: hover) {
  .paging span.prev a:hover, .paging span.next a:hover {
    background: #FFFFFF;
  }
  .paging span.prev a:hover::before, .paging span.next a:hover::before {
    background: #003458;
  }
}
.paging span.prev a::before, .paging span.next a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1rem;
  height: 1.6rem;
  display: block;
  -webkit-mask: url(../img/common/arrow_link_04.svg) no-repeat center/contain;
          mask: url(../img/common/arrow_link_04.svg) no-repeat center/contain;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.paging span.prev a::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.paging span.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #003458;
  color: #FFFFFF;
}
.paging span.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.page-link-square {
  width: 31.2rem;
  aspect-ratio: 312/293;
  position: relative;
}
@media screen and (max-width: 820px) {
  .page-link-square {
    /* sp */
    aspect-ratio: 349/100;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-link-square {
  -webkit-mask: radial-gradient(circle 1.5rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.5rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.5rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.5rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .page-link-square {
    -webkit-mask: radial-gradient(circle 1.6rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.page-link-square a {
  padding: 0 30% 1.6rem 13%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
  letter-spacing: 0.06em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .page-link-square a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .page-link-square a {
    /* sp */
    padding: 0 0 1rem 2rem;
  }
}
.page-link-square__text-wrapper {
  min-height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .page-link-square__text-wrapper {
    /* sp */
    min-height: 0;
  }
}
.page-link-square__text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .page-link-square__text span {
    /* sp */
    font-size: 1.4rem;
  }
}
.page-link-square__image {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-link-square__image img {
  max-width: unset;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 312/293;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-link-square__image::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 9%;
  width: 18.27%;
  aspect-ratio: 1;
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01_white.svg) no-repeat center/1.2rem auto;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .page-link-square__image::after {
    /* sp */
    width: 3.6rem;
    height: 3.6rem;
    bottom: 0.8rem;
    right: 1.8rem;
  }
}
.page-link-square__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10rem;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .page-link-square__image::before {
    /* sp */
    display: none;
  }
}

.page-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-inline: auto;
  position: relative;
  width: 89.74359%;
  margin-top: 9rem;
}
@media screen and (max-width: 820px) {
  .page-link-wrap {
    /* sp */
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-top: 4.5rem;
  }
}

.select {
  border: 1px solid #003458;
  background: #FFFFFF;
}
.select__btn {
  position: relative;
  background: none;
  border: none;
  padding: 0 7rem 0 8%;
  margin: 0;
  width: 100%;
  height: 6.5rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(0, 52, 88, 0.4);
}
@media screen and (max-width: 820px) {
  .select__btn {
    /* sp */
    padding: 1.35rem 5rem 1.35rem 2.4rem;
    height: 5rem;
  }
}
.select__btn:focus-visible {
  outline-color: #003458;
}
.select__btn::before {
  position: absolute;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  display: block;
  background: #003458;
}
@media screen and (max-width: 820px) {
  .select__btn::before {
    /* sp */
    right: 4.7rem;
    height: calc(100% - 16px);
  }
}
.select__icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 820px) {
  .select__icon {
    /* sp */
    right: 2.35rem;
  }
}
.select__content {
  border-top: 1px solid #003458;
}
.select__content fieldset {
  position: relative;
}
.select__content fieldset legend {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.select-list__item span {
  position: relative;
}
.select-list__item span > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.select-list__item span > input:checked + label::after {
  opacity: 1;
}
.select-list__item span > input:focus-visible + label {
  outline: auto;
}
.select-list__item span label {
  display: block;
  letter-spacing: 0.06em;
  padding: 0.8rem 2rem 0.8rem 4.4rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .select-list__item span label:hover {
    background: #F6F6F6;
    cursor: pointer;
  }
}
@media screen and (max-width: 820px) {
  .select-list__item span label {
    /* sp */
    padding: 0.75rem 2rem 0.75rem 4.4rem;
  }
}
.select-list__item span label::before {
  position: absolute;
  top: 1.3rem;
  left: 2.4rem;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
@media screen and (max-width: 820px) {
  .select-list__item span label::before {
    /* sp */
    top: 1.1rem;
  }
}
.select-list__item span label::after {
  position: absolute;
  top: 1.3rem;
  left: 2.6rem;
  content: "";
  width: 1.2rem;
  height: 1rem;
  display: block;
  background: url(../img/common/icon_check.svg) no-repeat center/contain;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .select-list__item span label::after {
    /* sp */
    top: 1.2rem;
    left: 2.5rem;
  }
}
.select-list__children {
  padding-left: 2.5rem;
}
@media screen and (max-width: 820px) {
  .select-list__children {
    /* sp */
    padding-left: 2rem;
  }
}
.select-list__child span label {
  padding: 0.45rem 2rem 0.45rem 4.4rem;
}
@media screen and (max-width: 820px) {
  .select-list__child span label {
    /* sp */
    padding: 0.75rem 2rem 0.75rem 4.4rem;
  }
}
.select-list__child span label::before {
  top: 1rem;
}
.select-list__child span label::after {
  top: 1rem;
}

.page-head-1 {
  position: relative;
}
.page-head-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/deco_mv_cover_pc.png) no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .page-head-1::after {
    /* sp */
    background: url(../img/common/deco_mv_cover_sp.png) no-repeat center/cover;
  }
}
.page-head-1 img {
  display: block;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .page-head-1 img {
    /* sp */
    aspect-ratio: 390/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-head-1__title {
  position: absolute;
  right: 11.3rem;
  bottom: 4rem;
  color: #FFFFFF;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  z-index: 3;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .page-head-1__title {
    /* sp */
    font-size: 3.4rem;
    right: 2rem;
    bottom: 1.4rem;
  }
}
.page-head-1__title span {
  font-size: 5.2rem;
}
@media screen and (max-width: 820px) {
  .page-head-1__title span {
    /* sp */
    font-size: 2.8rem;
  }
}

.section-pt-80 {
  padding-top: 8rem;
}
@media screen and (max-width: 820px) {
  .section-pt-80 {
    /* sp */
    padding-top: 60px;
  }
}

.section-pt-100 {
  padding-top: 10rem;
}
@media screen and (max-width: 820px) {
  .section-pt-100 {
    /* sp */
    padding-top: 60px;
  }
}

.section-pt-120 {
  padding-top: 12rem;
}
@media screen and (max-width: 820px) {
  .section-pt-120 {
    /* sp */
    padding-top: 60px;
  }
}

.section-pt-140 {
  padding-top: 14rem;
}
@media screen and (max-width: 820px) {
  .section-pt-140 {
    /* sp */
    padding-top: 60px;
  }
}

.section-pt-160 {
  padding-top: 16rem;
}
@media screen and (max-width: 820px) {
  .section-pt-160 {
    /* sp */
    padding-top: 60px;
  }
}

.section-pt-170 {
  padding-top: 17rem;
}
@media screen and (max-width: 820px) {
  .section-pt-170 {
    /* sp */
    padding-top: 60px;
  }
}

.section-pt-180 {
  padding-top: 18rem;
}
@media screen and (max-width: 820px) {
  .section-pt-180 {
    /* sp */
    padding-top: 100px;
  }
}

.section-pt-210 {
  padding-top: 21rem;
}
@media screen and (max-width: 820px) {
  .section-pt-210 {
    /* sp */
    padding-top: 100px;
  }
}

.section-pt-220 {
  padding-top: 22rem;
}
@media screen and (max-width: 820px) {
  .section-pt-220 {
    /* sp */
    padding-top: 100px;
  }
}

.section-pt-250 {
  padding-top: 25rem;
}
@media screen and (max-width: 820px) {
  .section-pt-250 {
    /* sp */
    padding-top: 100px;
  }
}

.section-mt-200 {
  margin-top: 20rem;
}
@media screen and (max-width: 820px) {
  .section-mt-200 {
    /* sp */
    margin-top: 60px;
  }
}

.section-pb-50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .section-pb-50 {
    /* sp */
    padding-bottom: 30px;
  }
}

.section-pb-80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  .section-pb-80 {
    /* sp */
    padding-bottom: 60px;
  }
}

.section-pb-100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 820px) {
  .section-pb-100 {
    /* sp */
    padding-bottom: 60px;
  }
}

.section-pb-120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 820px) {
  .section-pb-120 {
    /* sp */
    padding-bottom: 60px;
  }
}

.section-pb-160 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 820px) {
  .section-pb-160 {
    /* sp */
    padding-bottom: 60px;
  }
}

.section-pb-180 {
  padding-bottom: 18rem;
}
@media screen and (max-width: 820px) {
  .section-pb-180 {
    /* sp */
    padding-bottom: 100px;
  }
}

.section-mb-120 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 820px) {
  .section-mb-120 {
    /* sp */
    margin-bottom: 40px;
  }
}

.static-txt {
  letter-spacing: 0.06em;
}
.static-txt:not(:last-child) {
  margin-bottom: 3rem;
}

.note-area {
  border-radius: 20px;
  border: 4px solid #C72B2B;
  padding: 4rem 4rem 2rem;
  width: calc(100% - 40px);
}
.note-area a[href] {
  color: #003458 !important;
}

.static-wrap {
  width: 89.74359%;
  max-width: 720px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .static-wrap {
    /* sp */
    width: calc(100% - 40px);
  }
}
.static-wrap.border {
  padding-top: 4.2rem;
  padding-bottom: 7.5rem;
  border-radius: 20px;
}

.border {
  border: 1px solid #003458;
}

.ttl {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .ttl {
    /* sp */
    font-size: 2.4rem;
  }
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 8rem 0 0rem;
}
.btn-block--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-1 {
  position: relative;
}
.gallery-1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6.9rem;
  height: 23.5vw;
  display: block;
  background: #FFFFFF;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .gallery-1::before {
    /* sp */
    content: none;
  }
}
.gallery-1 .swiper-wrapper {
  padding-left: 6.9rem;
}
@media screen and (max-width: 820px) {
  .gallery-1 .swiper-wrapper {
    /* sp */
    padding-left: 1rem;
  }
}
.gallery-1__item {
  aspect-ratio: 713/447;
}
.gallery-1__item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-1__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 820px) {
  .gallery-1__controls {
    /* sp */
    gap: 2.4rem;
    margin-top: 1.6rem;
  }
  .gallery-1__controls .swiper-button-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .gallery-1__controls .swiper-pagination {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.gallery-1__controls .swiper-pagination {
  margin-left: 2.9rem;
}
@media screen and (max-width: 820px) {
  .gallery-1__controls .swiper-pagination {
    /* sp */
    margin-left: 0;
  }
}

.gallery-2 {
  margin-top: 4rem;
}
.gallery-2__item {
  position: relative;
  aspect-ratio: 404/580;
  -webkit-mask: radial-gradient(circle 1.9rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.9rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.9rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.9rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .gallery-2__item {
    -webkit-mask: radial-gradient(circle 1rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.gallery-2__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 21.6%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 1;
}
.gallery-2__item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-2__item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 9.3% 5.5%;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.52;
  color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .gallery-2__item figcaption {
    /* sp */
    font-size: 1.8rem;
  }
}
.gallery-2__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.4rem;
  margin-top: 6.1rem;
  max-width: 59.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .gallery-2__controls {
    /* sp */
    gap: 2.4rem;
    margin-top: 1.6rem;
  }
}

.wide-image {
  margin-top: 3.2rem;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
@media screen and (max-width: 820px) {
  .wide-image {
    /* sp */
    aspect-ratio: 3/2;
  }
}
.wide-image__text {
  position: absolute;
  left: 12rem;
  bottom: 3.7rem;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 7.2rem;
}
@media screen and (max-width: 820px) {
  .wide-image__text {
    /* sp */
    font-size: 2rem;
    left: 2rem;
    bottom: 2rem;
  }
}
.wide-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.color-red {
  color: #C72B2B;
}

.page-link-1 {
  max-width: 1200px;
  aspect-ratio: 1200/685;
  margin: 0 auto;
  position: relative;
  -webkit-mask: radial-gradient(circle 4rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 4rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 4rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .page-link-1 {
    -webkit-mask: radial-gradient(circle 1.6rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
.page-link-1 {
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .page-link-1 {
    /* sp */
    aspect-ratio: 350/330;
  }
}
.page-link-1 a {
  padding: 0 24rem 6rem 7rem;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .page-link-1 a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .page-link-1 a {
    /* sp */
    padding: 0 6rem 1.8rem 3.3rem;
  }
}
.page-link-1__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-link-1__image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .page-link-1__image img {
    /* sp */
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-link-1__title {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .page-link-1__title {
    /* sp */
    font-size: 2rem;
  }
}
.page-link-1::after {
  content: "";
  position: absolute;
  bottom: 2.2rem;
  right: 7rem;
  width: 13.5rem;
  height: 13.5rem;
  display: block;
  background: url(../img/common/arrow_circle.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .page-link-1::after {
    /* sp */
    width: 5.6rem;
    height: 5.6rem;
    bottom: 2rem;
    right: 2rem;
  }
}

.page-anchor-links {
  max-width: 152.2rem;
  margin: 4rem auto 0;
  display: -ms-grid;
  display: grid;
  gap: 3.61%;
  -ms-grid-columns: 1fr 3.61% 1fr 3.61% 1fr 3.61% 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 820px) {
  .page-anchor-links {
    /* sp */
    margin: 0.5rem auto 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.todo-item-wrap {
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .todo-item {
    /* sp */
  }
}
.todo-item__main-image {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  margin-top: 3.5rem;
}
@media screen and (max-width: 820px) {
  .todo-item__main-image {
    /* sp */
    margin-top: 2.4rem;
  }
}
.todo-item__main-image img {
  display: block;
  width: 100%;
}
.todo-item__lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.8rem;
  z-index: 1;
  margin-top: -11rem;
  width: 80%;
  max-width: 1310px;
  padding: 6rem 11rem 4.7rem 0;
}
@media screen and (max-width: 820px) {
  .todo-item__lead {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6rem;
    margin-top: -7.6rem;
    width: 100%;
    padding: 0;
  }
}
.todo-item__lead::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 76.923077vw;
  max-width: calc(50vw + 504px);
  height: 100%;
  display: block;
  background: #FFFFFF;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .todo-item__lead::before {
    /* sp */
    width: 100vw;
    max-width: none;
  }
}
@media screen and (max-width: 820px) {
  .todo-item__lead p {
    /* sp */
    padding: 2.8rem 2.5rem 0 0;
  }
}

.todo-item-slide {
  width: 75.1282052vw;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .todo-item-slide {
    /* sp */
    width: 100%;
  }
}
.todo-item-slide .post-item {
  width: 34.5rem;
}
.todo-item-slide__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.8rem;
}
@media screen and (max-width: 820px) {
  .todo-item-slide__controls {
    /* sp */
    gap: 2rem;
    margin-top: 1rem;
  }
}
.todo-item-slide__controls .swiper-button-prev {
  margin-right: 3rem;
}
@media screen and (max-width: 820px) {
  .todo-item-slide__controls .swiper-button-prev {
    /* sp */
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.todo-item-slide__controls .swiper-button-next {
  margin-right: 5.9rem;
}
@media screen and (max-width: 820px) {
  .todo-item-slide__controls .swiper-button-next {
    /* sp */
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 820px) {
  .todo-item-slide__controls .swiper-pagination {
    /* sp */
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.todo-item-articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 78%;
  grid-template-columns: 1fr 78%;
  -ms-grid-rows: auto 5rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 5rem 2rem;
  margin-top: 7.4rem;
}

.todo-item-articles > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.todo-item-articles > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.todo-item-articles > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.todo-item-articles > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 820px) {
  .todo-item-articles {
    /* sp */
    display: block;
    margin-top: 5.8rem;
  }
}
.todo-item-articles__main {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}
@media screen and (max-width: 820px) {
  .todo-item-articles__main {
    /* sp */
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 820px) {
  .todo-item-articles__btn {
    /* sp */
    margin-top: 2.5rem;
  }
}

.about-top__heading {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 820px) {
  .about-top__heading {
    /* sp */
    margin-bottom: 1.5rem;
  }
}
.about-top__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  max-width: 84rem;
}
@media screen and (max-width: 820px) {
  .about-top__main {
    /* sp */
    gap: 2rem;
  }
}

.about-special {
  position: relative;
  padding-bottom: 9rem;
}
@media screen and (max-width: 820px) {
  .about-special {
    /* sp */
    padding-bottom: 6rem;
  }
}
.about-special::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: calc(100% - 6rem);
  display: block;
  background: url(../img/common/bg_pattern_01.png) repeat bottom/1606px auto;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .about-special::after {
    /* sp */
    height: 91.5%;
  }
}
.about-special__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .about-special__title {
    /* sp */
    margin-bottom: 1.3rem;
  }
}
.about-special__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 820px) {
  .about-special__info {
    /* sp */
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-special__text-wrap {
  width: 40.4%;
}
@media screen and (max-width: 820px) {
  .about-special__text-wrap {
    /* sp */
    width: 100%;
  }
}
.about-special__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2rem;
}
.about-special__top__image {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .about-special__top__image {
    /* sp */
    width: 100%;
  }
}
.about-special__top__image img {
  display: block;
}
.about-special__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8.2rem;
  gap: 1.79%;
}
@media screen and (max-width: 820px) {
  .about-special__list {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.6rem;
  }
}

.page-link-2:not(:last-of-type) {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 820px) {
  .page-link-2:not(:last-of-type) {
    /* sp */
    margin-bottom: 2rem;
  }
}
.page-link-2__link {
  position: relative;
  padding: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12rem;
  background-color: #003458;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .page-link-2__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .page-link-2__link {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 2rem 7rem;
    gap: 1rem;
  }
}
.page-link-2__link::after {
  content: "";
  position: absolute;
  bottom: 5.2rem;
  right: 6.7rem;
  width: 5.3rem;
  aspect-ratio: 1;
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01_white.svg) no-repeat center/1.2rem auto;
  vertical-align: middle;
  margin-left: 0.67em;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .page-link-2__link::after {
    /* sp */
    width: 3.6rem;
    height: 3.6rem;
    bottom: 2rem;
    right: 2.2rem;
  }
}
.page-link-2__image {
  width: 73.4rem;
}
@media screen and (max-width: 820px) {
  .page-link-2__image {
    /* sp */
    width: 100%;
  }
}
.page-link-2__text-wrap {
  color: #FFFFFF;
  width: 54.4rem;
}
@media screen and (max-width: 820px) {
  .page-link-2__text-wrap {
    /* sp */
    width: 100%;
  }
}
.page-link-2__title {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .page-link-2__title {
    /* sp */
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.related-articles {
  margin-bottom: 9.5rem;
}
.related-articles__title {
  margin-bottom: 2.4rem;
}
.related-articles__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.3rem 1fr 3.3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3rem;
}
@media screen and (max-width: 820px) {
  .related-articles__list {
    /* sp */
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.method-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12rem;
  margin-top: 9rem;
}
@media screen and (max-width: 820px) {
  .method-block {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.method-block__image {
  width: 103rem;
}
@media screen and (max-width: 820px) {
  .method-block__image {
    /* sp */
    width: 100%;
  }
}
.method-block__image--small {
  width: 66.4rem;
}
@media screen and (max-width: 820px) {
  .method-block__image--small {
    /* sp */
    width: 100%;
  }
}
.method-block__image--wide {
  width: 105rem;
  margin-left: 1rem;
}
@media screen and (max-width: 820px) {
  .method-block__image--wide {
    /* sp */
    width: 100%;
    margin-left: 0;
  }
}
.method-block--small {
  margin-left: 0rem;
  width: 143rem;
  max-width: 85vw;
  max-width: max(85vw, 100%);
  margin-top: 10.5rem;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .method-block--small {
    /* sp */
    width: 100%;
  }
}
.method-block--wide {
  width: 170rem;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  max-width: max(88vw, 100%);
}
@media screen and (max-width: 820px) {
  .method-block--wide {
    /* sp */
    width: 100%;
  }
}

.transport-time {
  width: 52rem;
  margin-top: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .transport-time {
    /* sp */
    margin-top: 0;
  }
}
.transport-time--mt0 {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .transport-time {
    /* sp */
    width: 100%;
  }
}
.transport-time__list {
  margin-bottom: 2.2rem;
}
.transport-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  border-bottom: 1px solid #003458;
  padding: 2.1rem 0 2.1rem 0rem;
  position: relative;
}
.transport-time__item--pl20 {
  padding-left: 2rem;
}
@media screen and (max-width: 820px) {
  .transport-time__item {
    /* sp */
    font-size: 1.4rem;
    padding: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.transport-time__item__place {
  width: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
}
@media screen and (max-width: 820px) {
  .transport-time__item__place {
    /* sp */
    width: 15rem;
    position: initial;
  }
}
.transport-time__item__place::after {
  content: "";
  background: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
  position: absolute;
  width: 1.5rem;
  height: 1.3rem;
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .transport-time__item__place::after {
    /* sp */
    width: 1.05rem;
    height: 0.9rem;
    right: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.transport-time__item__place--arrowright::after {
  right: -1rem;
}
.transport-time__item__time {
  padding-left: 3rem;
}
.transport-time__item__time--pl40 {
  padding-left: 4rem;
}
@media screen and (max-width: 820px) {
  .transport-time__item__time {
    /* sp */
    padding-left: 0;
    width: 48%;
  }
}
.transport-time__detail {
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-top: 3.8rem;
}
@media screen and (max-width: 820px) {
  .transport-time__detail {
    /* sp */
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}

.months-guide {
  padding-top: 7.8rem;
}
@media screen and (max-width: 820px) {
  .months-guide {
    /* sp */
    padding-top: 3rem;
  }
}
.months-guide:not(:first-of-type) {
  padding-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .months-guide:not(:first-of-type) {
    /* sp */
    padding-top: 3rem;
  }
}
.months-guide__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .months-guide__title {
    /* sp */
    margin-bottom: 2rem;
  }
}
.months-guide__block-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 4.4rem;
}
@media screen and (max-width: 820px) {
  .months-guide__block-wrap {
    /* sp */
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 3rem 0;
  }
}

.months-guide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9rem;
}
@media screen and (max-width: 820px) {
  .months-guide-item {
    /* sp */
    gap: 1.5rem;
  }
}
.months-guide-item__image {
  width: 19.2rem;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.months-guide-item__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .months-guide-item__image {
    /* sp */
    width: 12rem;
  }
}
.months-guide-item__title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .months-guide-item__title {
    /* sp */
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.months-guide-item__detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9rem;
}
.months-guide-item__detail-wrap:first-of-type {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 820px) {
  .months-guide-item__detail-wrap {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.months-guide-item__head {
  min-width: 7.4rem;
  padding: 0.15rem 0.6rem;
  border: 1px solid #003458;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services {
  position: relative;
  padding-bottom: 4.4rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 820px) {
  .services {
    /* sp */
    padding-bottom: 2.8rem;
    margin-bottom: 7rem;
  }
}
.services::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
  background-color: #003458;
  z-index: -1;
}
.services__title {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  background-color: #FFFFFF;
  display: inline-block;
  padding-right: 3.4rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .services__title {
    /* sp */
    font-size: 2rem;
    text-align: center;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.services__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 89.74359vw;
  max-width: 120rem;
  height: 1px;
  background-color: #003458;
  z-index: -1;
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
}
@media screen and (max-width: 820px) {
  .services__title::after {
    /* sp */
    width: calc(100vw - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.services__list {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.7rem 1fr 2.7rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.7rem;
}
@media screen and (max-width: 820px) {
  .services__list {
    /* sp */
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin-top: 2rem;
    gap: 1rem 0;
  }
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 820px) {
  .services__item {
    /* sp */
    gap: 1.5rem;
  }
}
.services__item__image {
  max-width: 48px;
}
@media screen and (max-width: 820px) {
  .services__item__image {
    /* sp */
    width: 4rem;
  }
}

.article-information {
  padding: 4rem 13rem 2.5rem;
  margin-bottom: 8rem;
  border: 2px solid #003458;
  outline: 1px solid #003458;
  outline-offset: -10px;
}
@media screen and (max-width: 820px) {
  .article-information {
    /* sp */
    padding: 4.8rem 2.8rem 2rem;
    margin-bottom: 4rem;
  }
}
.article-information--mb0 {
  margin-bottom: 0;
}
.article-information__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .article-information__title {
    /* sp */
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
}
.article-information__item:not(:first-of-type) {
  margin-top: 1.7rem;
}
@media screen and (max-width: 820px) {
  .article-information__item:not(:first-of-type) {
    /* sp */
    margin-top: 1.5rem;
  }
}
.article-information__item__title {
  position: relative;
  padding-left: 2.8rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 820px) {
  .article-information__item__title {
    /* sp */
    padding-left: 1.8rem;
    font-size: 1.6rem;
    margin-bottom: 0rem;
  }
}
.article-information__item__title::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #003458;
}
@media screen and (max-width: 820px) {
  .article-information__item__title::after {
    /* sp */
    width: 1rem;
    height: 1rem;
  }
}
.article-information__item__text a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .article-information__item__text a:hover {
    opacity: 0.6;
  }
}
.article-information__sns {
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 820px) {
  .article-information__sns {
    /* sp */
    margin: 3rem auto 0;
  }
}
.article-information__sns__title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .article-information__sns__title {
    /* sp */
    font-size: 1.6rem;
  }
}
.article-information__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3rem;
}
@media screen and (max-width: 820px) {
  .article-information__sns__list {
    /* sp */
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) {
  .article-information__sns__list a {
    /* sp */
    display: block;
    width: 3.775rem;
    height: 3.775rem;
  }
}
.article-information__sns__list a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .article-information__sns__list a:hover {
    opacity: 0.6;
  }
}

.post-page {
  position: relative;
}
.post-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 89.5rem;
  display: block;
  background: url(../img/common/bg_pattern_01.png) repeat;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .post-page::after {
    /* sp */
    height: 60.8rem;
  }
}

/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

link

-------------------------------------------------- */
.wysiwyg ul li,
.article-list ul li {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #003458;
  padding-left: 2.5rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg ul li,
  .article-list ul li {
    /* sp */
    font-size: 1.4rem;
    padding-left: 1.8rem;
  }
}
.wysiwyg ul li::after,
.article-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 1.2rem;
  height: 1.2rem;
  background-color: #003458;
}
@media screen and (max-width: 820px) {
  .wysiwyg ul li::after,
  .article-list ul li::after {
    /* sp */
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.wysiwyg ul li:not(:last-of-type),
.article-list ul li:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg ul li:not(:last-of-type),
  .article-list ul li:not(:last-of-type) {
    /* sp */
    margin-bottom: 1.6rem;
  }
}

/* --------------------------------------------------

Blockquote

-------------------------------------------------- */
.post-content blockquote {
  background-color: #F6F6F6;
  padding: 5rem 7rem 4rem;
  margin-bottom: 10rem;
  position: relative;
  margin: 4.4rem 0;
}
@media screen and (max-width: 820px) {
  .post-content blockquote {
    /* sp */
    padding: 4rem 2rem;
    margin-bottom: 5rem;
  }
}
.post-content blockquote::before {
  content: "";
  position: absolute;
  background: url(../img/searches/deco_left_quote.svg) no-repeat center/contain;
  top: -1rem;
  left: 2.7rem;
  width: 4.8rem;
  height: 3.59rem;
}
@media screen and (max-width: 820px) {
  .post-content blockquote::before {
    /* sp */
    width: 3.9rem;
    height: 2.9rem;
    left: 1rem;
  }
}
.post-content blockquote::after {
  content: "";
  position: absolute;
  background: url(../img/searches/deco_right_quote.svg) no-repeat center/contain;
  bottom: -1rem;
  right: 2.7rem;
  width: 4.8rem;
  height: 3.59rem;
}
@media screen and (max-width: 820px) {
  .post-content blockquote::after {
    /* sp */
    right: 1rem;
    bottom: -0.5rem;
    width: 3.9rem;
    height: 2.9rem;
  }
}

/* --------------------------------------------------

Btn base

-------------------------------------------------- */
.btn-base {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: 0 auto 3.4rem 0;
  background: #003458;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 30rem;
  max-width: 100%;
  height: 6.5rem;
  padding: 0 5rem 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .btn-base:hover {
    background: rgba(0, 52, 88, 0.5);
  }
  .btn-base:hover::after {
    -webkit-transform: translate(calc(50% + 0.8rem), -50%);
            transform: translate(calc(50% + 0.8rem), -50%);
  }
}
@media screen and (hover: hover) and (max-width: 820px) {
  .btn-base:hover::after {
    /* sp */
    -webkit-transform: translate(calc(50% + 0.5rem), -50%);
            transform: translate(calc(50% + 0.5rem), -50%);
  }
}
@media screen and (max-width: 820px) {
  .btn-base {
    /* sp */
    height: 5.6rem;
    width: 22.2rem;
    padding: 0 5.2rem 0 0;
  }
}
.btn-base::before {
  position: absolute;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: calc(100% - 2rem);
  display: block;
  background: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .btn-base::before {
    /* sp */
    right: 5.2rem;
    height: calc(100% - 1rem);
  }
}
.btn-base::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  width: 1.1rem;
  height: 0.9rem;
  display: block;
  -webkit-mask: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
          mask: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 820px) {
  .btn-base::after {
    /* sp */
    right: 2.6rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn-base--file::after {
  -webkit-mask: url(../img/searches/icon_btn_file.svg) no-repeat center/contain;
          mask: url(../img/searches/icon_btn_file.svg) no-repeat center/contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 820px) {
  .btn-base--file::after {
    /* sp */
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (hover: hover) {
  .btn-base--file:hover {
    background: rgba(0, 52, 88, 0.5);
  }
  .btn-base--file:hover::after {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media screen and (hover: hover) and (max-width: 820px) {
  .btn-base--file:hover::after {
    /* sp */
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.btn-base[target=_blank]::after {
  -webkit-mask: url(../img/searches/icon_btn_external.svg) no-repeat center/contain;
          mask: url(../img/searches/icon_btn_external.svg) no-repeat center/contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 820px) {
  .btn-base[target=_blank]::after {
    /* sp */
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (hover: hover) {
  .btn-base[target=_blank]:hover {
    background: rgba(0, 52, 88, 0.5);
  }
  .btn-base[target=_blank]:hover::after {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media screen and (hover: hover) and (max-width: 820px) {
  .btn-base[target=_blank]:hover::after {
    /* sp */
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.btn-base--link::after {
  -webkit-mask: url(../img/searches/icon_btn_link.svg) no-repeat center/contain;
          mask: url(../img/searches/icon_btn_link.svg) no-repeat center/contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 820px) {
  .btn-base--link::after {
    /* sp */
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (hover: hover) {
  .btn-base--link:hover {
    background: rgba(0, 52, 88, 0.5);
  }
  .btn-base--link:hover::after {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media screen and (hover: hover) and (max-width: 820px) {
  .btn-base--link:hover::after {
    /* sp */
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

/* --------------------------------------------------

post-content　ウィジウィグ

-------------------------------------------------- */
/* post-ttl */
.post-ttl {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 9rem;
}
@media screen and (max-width: 820px) {
  .post-ttl {
    /* sp */
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
}

/* post-date-block */
.post-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.6rem 0;
}
.post-date-block .icon-new {
  margin: 0 1.6rem;
}

/* --------------------------------------------------

見出し

-------------------------------------------------- */
/* h2 */
.wysiwyg h2,
.post-sttl-large {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.06em;
  border-top: 2px solid #003458;
  border-bottom: 2px solid #003458;
  padding: 2.8rem 0;
  margin: 8rem 0 5rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg h2,
  .post-sttl-large {
    /* sp */
    font-size: 2rem;
    padding: 2rem 0;
    margin: 5rem 0 3rem;
  }
}
.wysiwyg h2::after,
.post-sttl-large::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003458;
}
.wysiwyg h2::before,
.post-sttl-large::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003458;
}

/* h3 */
/* post-sttl-small */
.wysiwyg h3,
.post-sttl-small {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 3.4rem;
  position: relative;
  margin: 2.9rem 0;
}
.wysiwyg h3::after,
.post-sttl-small::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  width: 2.4rem;
  height: 2.4rem;
  background-color: #003458;
}
@media screen and (max-width: 820px) {
  .wysiwyg h3::after,
  .post-sttl-small::after {
    /* sp */
    top: 0.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 820px) {
  .wysiwyg h3,
  .post-sttl-small {
    /* sp */
    font-size: 1.8rem;
    padding-left: 2.1rem;
  }
}

/* h4 */
.wysiwyg h4 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 1.6rem 0;
  border-left: 6px solid #003458;
  padding-left: 1.2rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg h4 {
    /* sp */
    font-size: 1.6rem;
    line-height: 1.69;
    margin: 3.3rem 0;
    padding-left: 0.8rem;
  }
}

/* h5 */
.wysiwyg h5 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg h5 {
    /* sp */
    font-size: 1.6rem;
    line-height: 1.69;
    margin-bottom: 3rem;
  }
}

/* h6 */
.wysiwyg h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .wysiwyg h6 {
    /* sp */
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}

/* --------------------------------------------------

画像ブロック

-------------------------------------------------- */
/* post-pht */
.post-pht {
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .post-pht {
    /* sp */
    margin-bottom: 2.5rem;
  }
}
.post-pht a {
  display: block;
}
.post-pht > div {
  width: 100%;
  height: auto;
  text-align: center;
}
.post-pht img {
  height: auto;
  max-height: 686px;
  width: 100%;
  aspect-ratio: 1200/686;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .post-pht img {
    /* sp */
    aspect-ratio: 350/220;
  }
}
.post-pht figcaption {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 1.3rem;
  letter-spacing: 0.06rem;
}
.post-pht figcaption.left {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .post-pht figcaption {
    /* sp */
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/* two-post-pht */
.two-post-pht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-post-pht .post-pht {
  vertical-align: top;
  width: 48%;
}
.two-post-pht .post-pht img {
  aspect-ratio: 4/3;
}

/* three-post-pht */
.three-post-pht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three-post-pht .post-pht {
  vertical-align: top;
  width: 31%;
}
.three-post-pht .post-pht img {
  aspect-ratio: 4/3;
}

/* post-pht-txt-row */
.post-pht-txt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-pht-txt-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post-pht-txt-row .post-pht {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .post-pht-txt-row .post-pht {
    /* sp */
    width: 100%;
  }
}
.post-pht-txt-row .post-pht img {
  aspect-ratio: 4/3;
}
.post-pht-txt-row > div.wysiwyg {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .post-pht-txt-row > div.wysiwyg {
    /* sp */
    width: 100%;
  }
}
.post-pht-txt-row > div.wysiwyg h2,
.post-pht-txt-row > div.wysiwyg h3,
.post-pht-txt-row > div.wysiwyg h4,
.post-pht-txt-row > div.wysiwyg h5,
.post-pht-txt-row > div.wysiwyg h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.post-content p {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .post-content p {
    /* sp */
    font-size: 1.4rem;
  }
}
.post-content p p:not(:last-child),
.post-content p ol:not(:last-child),
.post-content p ul:not(:last-child) {
  margin-bottom: 1.5em;
}

/* post-pht-txt */
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}
.post-pht-txt .post-pht {
  float: right;
  width: 45.5%;
  margin: 0 0 1rem 5.2rem;
  z-index: 10;
  position: relative;
}
.post-pht-txt .post-pht img {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 820px) {
  .post-pht-txt .post-pht--wide {
    /* sp */
    float: none;
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.post-pht-txt .wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.06em;
  color: #003458;
  margin-bottom: 5rem;
}
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.post-pht-txt--mt50 {
  margin-top: 5rem;
}

/* iframe-area */
.iframe-area.vertical {
  width: 38.4rem;
  height: 68.8rem;
}
@media screen and (max-width: 820px) {
  .iframe-area.vertical {
    /* sp */
    width: 35rem;
    max-width: 100%;
    height: 62.8rem;
  }
}

.iframe-area {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 940px;
  margin-inline: auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  .iframe-area {
    /* sp */
    margin-bottom: 4rem;
  }
}
.iframe-area iframe {
  -webkit-filter: saturate(1.2);
          filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------

wysiwyg

-------------------------------------------------- */
.wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg {
    /* sp */
    margin-bottom: 4rem;
  }
}
.wysiwyg {
  /* リンク<a> */
}
.wysiwyg a:link,
.wysiwyg a:visited {
  text-decoration: underline;
}
.wysiwyg {
  /* 段落 <p> */
}
.wysiwyg p {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  color: #003458;
}
@media screen and (max-width: 820px) {
  .wysiwyg p {
    /* sp */
    font-size: 1.4rem;
  }
}
.wysiwyg {
  /* 太字赤文字 <strong> */
}
.wysiwyg strong {
  color: #C72B2B;
  font-weight: 700;
}
.wysiwyg {
  /* 太字 <em> */
}
.wysiwyg em {
  font-weight: 700;
}
.wysiwyg {
  /* 斜体 <i> */
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg {
  /* 下線 <u> */
}
.wysiwyg .underline {
  text-decoration: underline;
}
.wysiwyg {
  /* 打ち消し線 <s> */
}
.wysiwyg .strike {
  text-decoration: line-through;
}
.wysiwyg {
  /* 下付き <sub> */
}
.wysiwyg sub {
  font-size: 0.8rem;
  vertical-align: bottom;
}
.wysiwyg {
  /* 上付き <sup> */
}
.wysiwyg sup {
  font-size: 0.8rem;
  vertical-align: top;
}
.wysiwyg {
  /* 順序のないリスト <ol> */
}
.wysiwyg ol {
  list-style-position: outside;
  margin-bottom: 1.6rem;
}
.wysiwyg ol[style] {
  padding-left: 1.5em;
}
.wysiwyg ol {
  /*横並びリスト<ol> */
}
.wysiwyg ol.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ol.horizontal-list li {
  margin-right: 2.6rem;
}
.wysiwyg ol[style="list-style-type: decimal;"] li::marker {
  font-weight: 700;
}
.wysiwyg ol[style="list-style-type: decimal;"] li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.wysiwyg ol[style="list-style-type: decimal;"] li:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg ol[style="list-style-type: decimal;"] li:not(:last-of-type) {
    /* sp */
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  .wysiwyg ol[style="list-style-type: decimal;"] li {
    /* sp */
    font-size: 1.4rem;
    padding-left: 0rem;
  }
}
.wysiwyg {
  /*順序のないリスト <ul> */
}
.wysiwyg ul {
  list-style-position: outside;
  margin-bottom: 1.6rem;
}
.wysiwyg ul[style] {
  padding-left: 1em;
}
.wysiwyg ul {
  /*横並びリスト<ul> */
}
.wysiwyg ul.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ul.horizontal-list li {
  margin-right: 2.6rem;
}
.wysiwyg ul.horizontal-list li:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg ul.horizontal-list li:not(:last-of-type) {
    /* sp */
    margin-bottom: 1.5rem;
  }
}
.wysiwyg {
  /*定義リスト <dl> */
}
.wysiwyg dl {
  margin-bottom: 1.6rem;
}
.wysiwyg dl dt {
  background: #eeeeee;
  display: inline-block;
  padding: 0.8rem 1.6rem;
}
.wysiwyg dl dd {
  padding: 0.8rem 0;
  margin-bottom: 0.8rem;
}
.wysiwyg dl {
  /*横並び定義リスト <dl> */
}
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 2.4rem;
}
.wysiwyg {
  /* インデント <p class="txt-indent"> */
}
.wysiwyg .txt-indent {
  text-indent: 1em;
}
.wysiwyg .txt-center {
  text-align: center;
}
.wysiwyg .txt-right {
  text-align: right;
}
.wysiwyg .txt-justify {
  text-align: justify;
}
.wysiwyg a[href] {
  color: #C72B2B;
  text-decoration: underline;
  word-break: break-all;
}
.wysiwyg {
  /* テーブル <table> */
}
.wysiwyg table {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #b2b2b2;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .wysiwyg table {
    /* sp */
    font-size: 1rem;
  }
}
.wysiwyg table caption {
  font-weight: 700;
  text-align: left;
}
.wysiwyg table p {
  margin: 0;
}
.wysiwyg table tr th {
  color: #003458;
  background: #f6f6f6;
  border: 1px solid #b2b2b2;
  font-weight: 700;
  padding: 2rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .wysiwyg table tr th {
    /* sp */
    padding: 1rem;
  }
}
.wysiwyg table tr td {
  background: #ffffff;
  border: 1px solid #b2b2b2;
  padding: 2rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg table tr td {
    /* sp */
    padding: 1rem;
  }
}
.wysiwyg table .txt-justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.wysiwyg table.table-center {
  margin: 0 auto 4rem;
}
.wysiwyg table.table-center caption {
  text-align: center;
}
.wysiwyg table.table-right {
  margin-left: auto;
}
.wysiwyg table.table-left {
  margin-right: auto;
}
.wysiwyg .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: none;
  margin-bottom: 1.6rem;
}
.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eeeeee;
}
.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
.wysiwyg .table-scroll table {
  margin: 0;
  max-width: none;
}
.wysiwyg .table-scroll table caption {
  text-align: left;
}
.wysiwyg {
  /* フォントサイズ小 <span class="font-size-small"> */
}
.wysiwyg .font-size-small {
  font-size: 0.6em;
}
.wysiwyg {
  /* フォントサイズ大 <span class="font-size-large"> */
}
.wysiwyg .font-size-large {
  font-size: 1.75em;
}
.wysiwyg {
  /* 文字の間隔0.5em <span class="font-space-small"> */
}
.wysiwyg .font-space-small {
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}
.wysiwyg {
  /* 文字の間隔1.0em <span class="font-space-medium"> */
}
.wysiwyg .font-space-medium {
  letter-spacing: 1em;
  margin-left: 1em;
}
.wysiwyg {
  /* 文字の間隔1.5em <span class="font-space-large"> */
}
.wysiwyg .font-space-large {
  letter-spacing: 1.5em;
  margin-left: 1.5em;
}
.wysiwyg {
  /* 文字の間隔2.0em <span class="font-space-xlarge"> */
}
.wysiwyg .font-space-xlarge {
  letter-spacing: 2em;
  margin-left: 2em;
}
.wysiwyg {
  /* アドレス */
}
.wysiwyg address {
  background: #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.2rem;
  margin-bottom: 1.6rem;
}
.wysiwyg {
  /* 短い引用 */
}
.wysiwyg q:before {
  content: '"';
}
.wysiwyg q:after {
  content: '"';
}
.wysiwyg q:lang(ja):before {
  content: "『";
}
.wysiwyg q:lang(ja):after {
  content: "』";
}
.wysiwyg q q:before {
  content: "'";
}
.wysiwyg q q:after {
  content: "'";
}
.wysiwyg q q:lang(ja):before {
  content: "「";
}
.wysiwyg q q:lang(ja):after {
  content: "」";
}
.wysiwyg {
  /* 出典 */
}
.wysiwyg cite {
  font-style: italic;
  font-family: Times New Roman, "ＭＳ Ｐゴシック";
}

/* --------------------------------------------------

関連ファイル/関連リンク

-------------------------------------------------- */
.related-file,
.related-link {
  margin-bottom: 2.4rem;
}
.related-file a,
.related-link a {
  color: #003458;
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 2.4rem 2.4rem 2.4rem 6.8rem;
  display: block;
  position: relative;
}
.related-file a:before,
.related-link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

/* file */
.related-file a:before {
  background: url(../img/searches/icon_file.svg) no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
}
.related-file a[href$=".pdf"]:before {
  background: url(../img/searches/icon_pdf.svg) no-repeat center center/contain;
  width: 1.2em;
  height: 1.6em;
}
.related-file a[href$=".docx"]:before, .related-file a[href$=".doc"]:before, .related-file a[href$=".docm"]:before, .related-file a[href$=".dot"]:before, .related-file a[href$=".dotm"]:before {
  content: "";
  background: url(../img/searches/icon_word.svg) no-repeat center center/contain;
  width: 1.2em;
  height: 1.6em;
}
.related-file a[href$=".xlsx"]:before, .related-file a[href$=".xlsm"]:before, .related-file a[href$=".xls"]:before, .related-file a[href$=".xlsb"]:before, .related-file a[href$=".xltx"]:before, .related-file a[href$=".xltm"]:before {
  background: url(../img/searches/icon_excel.svg) no-repeat center center/contain;
  width: 1.2em;
  height: 1.6em;
}
.related-file a[href$=".pptx"]:before, .related-file a[href$=".ppt"]:before, .related-file a[href$=".pptm"]:before, .related-file a[href$=".potx"]:before, .related-file a[href$=".potm"]:before {
  background: url(../img/searches/icon_powerpoint.svg) no-repeat center center/contain;
  width: 1.2em;
  height: 1.6em;
}

/* link */
.related-link a:before {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/searches/icon_link.svg);
          mask-image: url(../img/searches/icon_link.svg);
  background: #1d7775;
  width: 2rem;
  height: 2rem;
}

/* --------------------------------------------------

wysiwyg-slider

-------------------------------------------------- */
.wysiwyg-slider {
  margin-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  .wysiwyg-slider {
    /* sp */
    margin-bottom: 4rem;
  }
}
.wysiwyg-slider .swiper-wrapper .swiper-slide figure {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  position: relative;
}
.wysiwyg-slider .swiper-wrapper .swiper-slide figure > img {
  background: #e2e5ec;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-object-fit: contain;
     object-fit: contain;
}
.wysiwyg-slider .swiper-wrapper .swiper-slide .caption {
  text-align: center;
  text-decoration: none;
  margin-bottom: 1.6rem;
}
.wysiwyg-slider .swiper-button-next,
.wysiwyg-slider .swiper-button-prev {
  top: 45%;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 820px) {
  .wysiwyg-slider .swiper-button-next,
  .wysiwyg-slider .swiper-button-prev {
    /* sp */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wysiwyg-slider:hover .swiper-button-next,
.wysiwyg-slider:hover .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg-slider .swiper-pagination {
  position: relative;
}

/* --------------------------------------------------

スライダー共通

-------------------------------------------------- */
.slider-block .swiper-button-next,
.slider-block .swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.slider-block .swiper-button-next::before,
.slider-block .swiper-button-prev::before {
  content: "";
  width: 8rem;
  height: 8rem;
  background: #1d7775;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .slider-block .swiper-button-next::before,
  .slider-block .swiper-button-prev::before {
    /* 1000px以下 */
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 820px) {
  .slider-block .swiper-button-next::before,
  .slider-block .swiper-button-prev::before {
    /* sp */
    width: 3rem;
    height: 3rem;
  }
}
.slider-block .swiper-button-next::after,
.slider-block .swiper-button-prev::after {
  content: "";
  width: 3rem;
  height: 2rem;
  display: block;
  border: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: url(../img/common/ico_arrow_w.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1000px) {
  .slider-block .swiper-button-next::after,
  .slider-block .swiper-button-prev::after {
    /* 1000px以下 */
    width: 2.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  .slider-block .swiper-button-next::after,
  .slider-block .swiper-button-prev::after {
    /* sp */
    width: 2rem;
    height: 1rem;
  }
}
.slider-block .swiper-button-next,
.slider-block .swiper-button-prev {
  /*前後のスライドがない場合にボタンを非表示*/
}
.slider-block .swiper-button-next.swiper-button-disabled,
.slider-block .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.slider-block .swiper-button-next {
  right: 4rem;
}
@media screen and (max-width: 820px) {
  .slider-block .swiper-button-next {
    /* sp */
    right: 1rem;
  }
}
.slider-block .swiper-button-prev {
  left: 4rem;
}
@media screen and (max-width: 820px) {
  .slider-block .swiper-button-prev {
    /* sp */
    left: 1rem;
  }
}
.slider-block .swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.slider-block .stopbtn {
  color: #FFF;
  background: #333;
  border-radius: 10px;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.2em 0.8em;
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  z-index: 15;
  cursor: pointer;
}
.slider-block .stopbtn:hover {
  opacity: 1;
}
.slider-block .stopbtn:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: none;
  background: url(../img/common/ico_play_w.svg) no-repeat center center/contain;
  margin-right: 0.5em;
}
.slider-block .stopbtn.stop:before {
  background: url(../img/common/ico_stop_w.svg) no-repeat center center/contain;
}
.slider-block .stopbtn02 {
  width: 2.5em;
  height: 2.5em;
  color: #FFF;
  text-indent: -200px;
  background: #1d7775;
  border: none;
  border-radius: 50%;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 1em;
  bottom: 0.5em;
  z-index: 15;
}
.slider-block .stopbtn02.play::after, .slider-block .stopbtn02.stop::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/ico_stop_w.svg) no-repeat center center/contain;
}
.slider-block .stopbtn02.play::after {
  background: url(../img/common/ico_play_w.svg) no-repeat center center/contain;
}
.slider-block .btn-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  z-index: 15;
}
.slider-block .btn-swiper p + p {
  margin-left: 0.5em;
}
.slider-block .btn-swiper p button.btn {
  width: 2.5em;
  height: 2.5em;
  color: #FFF;
  background: #000;
  text-indent: -200px;
  padding: 0.5em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
@media screen and (max-width: 820px) {
  .slider-block .btn-swiper p button.btn {
    /* sp */
    width: 2em;
    height: 2em;
  }
}
.slider-block .btn-swiper p button.btn.play::after, .slider-block .btn-swiper p button.btn.stop::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  margin: 0 auto;
  background: url(../img/common/ico_stop_w.svg) no-repeat center center/contain;
}
@media screen and (max-width: 820px) {
  .slider-block .btn-swiper p button.btn.play::after, .slider-block .btn-swiper p button.btn.stop::after {
    /* sp */
    width: 0.6em;
    height: 0.6em;
  }
}
.slider-block .btn-swiper p button.btn.play::after {
  background: url(../img/common/ico_play_w.svg) no-repeat center center/contain;
}
.slider-block .btn-swiper p button.btn.active {
  background: #1d7775;
}
.slider-block .swiper-pagination-bullet-active {
  background: #000;
}

.slider-block {
  width: 100%;
  position: relative;
}
.slider-block .swiper .swiper-wrapper {
  height: auto;
}
.slider-block .swiper .swiper-slide {
  overflow: hidden;
}
.slider-block .swiper .swiper-slide img {
  width: 100%;
}

.slider-block.slider-ratio .swiper-slide > img,
.slider-block.slider-ratio .swiper-slide a > img {
  background: #e2e5ec;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-block.ratio-1-1 .swiper-slide {
  aspect-ratio: 1/1 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.slider-block.ratio-3-2 .swiper-slide {
  aspect-ratio: 3/2 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.slider-block.ratio-3-4 .swiper-slide {
  aspect-ratio: 3/4 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.slider-block.ratio-4-3 .swiper-slide {
  aspect-ratio: 4/3 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.slider-block.ratio-16-9 .swiper-slide {
  aspect-ratio: 16/9 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* --------------------------------------------------

各種スライダー

-------------------------------------------------- */
.slider-bnr {
  padding: 2em;
  background: #b5b5b5;
}
.slider-bnr .list-bnr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider-bnr .list-bnr li {
  margin: 0;
  height: auto;
}
.slider-bnr .swiper-button-next {
  right: 0;
}
.slider-bnr .swiper-button-prev {
  left: 0;
}

.slider-thumb {
  margin: 2em 0;
}
.slider-thumb .slider-inner {
  position: relative;
  margin-bottom: 1.6rem;
}
.slider-thumb .list-thumb {
  margin-bottom: 2em;
  height: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.slider-thumb .swiper-button-next {
  right: -1rem;
}
@media screen and (max-width: 820px) {
  .slider-thumb .swiper-button-next {
    /* sp */
    right: -0.5em;
  }
}
.slider-thumb .swiper-button-prev {
  left: -1rem;
}
@media screen and (max-width: 820px) {
  .slider-thumb .swiper-button-prev {
    /* sp */
    left: -0.5em;
  }
}

.gallery-top .swiper-slide > img,
.gallery-top .swiper-slide a > img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.gallery-thumbs .swiper-slide > img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.slider-thumb-vertical {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 80% 1fr;
  grid-template-columns: 80% 1fr;
      grid-template-areas: "left right";
}
@media screen and (max-width: 1000px) {
  .slider-thumb-vertical {
    /* 1000px以下 */
    -ms-grid-columns: 73% 1fr;
    grid-template-columns: 73% 1fr;
  }
}
@media screen and (max-width: 820px) {
  .slider-thumb-vertical {
    /* sp */
    display: block;
    height: auto;
  }
}
.slider-thumb-vertical .slider-inner {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  margin-right: 7%;
  grid-area: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 820px) {
  .slider-thumb-vertical .slider-inner {
    /* sp */
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.slider-thumb-vertical .gallery-thumbs {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  width: 100%;
  height: 600px;
  grid-area: right;
}
@media screen and (max-width: 820px) {
  .slider-thumb-vertical .gallery-thumbs {
    /* sp */
    width: 100%;
    height: auto;
  }
}
.slider-thumb-vertical .swiper-button-next {
  right: -1rem;
}
@media screen and (max-width: 820px) {
  .slider-thumb-vertical .swiper-button-next {
    /* sp */
    right: -0.5em;
  }
}
.slider-thumb-vertical .swiper-button-prev {
  left: -1rem;
}
@media screen and (max-width: 820px) {
  .slider-thumb-vertical .swiper-button-prev {
    /* sp */
    left: -0.5em;
  }
}

.slider-scroll-wrap .slider-scroll {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 820px) {
  .slider-scroll-wrap .slider-scroll {
    /* sp */
    margin-right: 0;
  }
}
.slider-scroll-wrap .slider-scroll .slider-block {
  max-width: 100%;
  padding-bottom: 4em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next,
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next {
  left: 2.5em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  left: 0;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:before,
.slider-scroll-wrap .slider-scroll .swiper-button-next:after,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 820px) {
  .slider-scroll-wrap .slider-scroll .swiper-button-next:before,
  .slider-scroll-wrap .slider-scroll .swiper-button-prev:before,
  .slider-scroll-wrap .slider-scroll .swiper-button-next:after,
  .slider-scroll-wrap .slider-scroll .swiper-button-prev:after {
    /* sp */
    display: block;
  }
}
.slider-scroll-wrap.ipad .slider-scroll {
  margin-right: 0;
}
.slider-scroll-wrap.ipad .slider-scroll .slider-block {
  max-width: 100%;
  padding-bottom: 4em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next {
  left: 4.5em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev {
  left: 1em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev:before,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:after,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev:after {
  display: block;
}
.slider-scroll-wrap.ipad .slider-scroll .list-scroll li {
  border: none;
}

.post-list-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75% 1fr 3.75% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.9rem 3.75%;
}
@media screen and (max-width: 820px) {
  .post-list-3 {
    /* sp */
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}

.searches-list__head {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 820px) {
  .searches-list__head {
    /* sp */
    margin-bottom: 2.8rem;
  }
}
.searches-list__results {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 2.7rem;
}
@media screen and (max-width: 820px) {
  .searches-list__results {
    /* sp */
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.searches-list__results span {
  font-size: 4.2rem;
  font-weight: 700;
  padding-right: 0.8rem;
}
@media screen and (max-width: 820px) {
  .searches-list__results span {
    /* sp */
    font-size: 2.8rem;
    padding-right: 0.4rem;
  }
}

.page-head-2 {
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  padding: 1.85rem 0 6.55rem;
}
@media screen and (max-width: 820px) {
  .page-head-2 {
    /* sp */
    font-size: 2.8rem;
    padding: 3.4rem 0 2.4rem;
  }
}

.search-select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4%;
  margin-top: 6.55rem;
}
@media screen and (max-width: 820px) {
  .search-select-list {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.4rem;
    margin-top: 3.42rem;
  }
}
.search-select-list__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1;
      flex: 1;
}

.input-search fieldset {
  position: relative;
}
.input-search fieldset legend {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.input-search fieldset input {
  position: relative;
  border: 1px solid #003458;
  background: url(../img/common/icon_search_blue.svg) no-repeat left 1.85rem center/2.5rem auto, #FFFFFF;
  width: 100%;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 1.85rem 0 5.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
@media screen and (max-width: 820px) {
  .input-search fieldset input {
    /* sp */
    background-position: left 2.45rem center;
    background-size: 1.76rem auto;
    height: 5rem;
    padding-left: 5rem;
  }
}
.input-search fieldset input:focus-visible {
  outline: auto;
}
.input-search fieldset input::-webkit-input-placeholder {
  color: rgba(0, 52, 88, 0.3);
}
.input-search fieldset input::-moz-placeholder {
  color: rgba(0, 52, 88, 0.3);
}
.input-search fieldset input:-ms-input-placeholder {
  color: rgba(0, 52, 88, 0.3);
}
.input-search fieldset input::-ms-input-placeholder {
  color: rgba(0, 52, 88, 0.3);
}
.input-search fieldset input::placeholder {
  color: rgba(0, 52, 88, 0.3);
}

.select-cat {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr 3.5rem 1fr 3.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem 3.5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 820px) {
  .select-cat {
    /* sp */
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
}
.select-cat legend {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.select-cat__item {
  position: relative;
}
.select-cat__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.select-cat__item input:checked + label {
  background: #003458;
  color: #FFFFFF;
}
.select-cat__item input:checked + label .select-cat-icon-circle {
  background: #FFFFFF;
}
.select-cat__item input:checked + label .select-cat-icon-circle .select-cat-icon {
  background: #003458;
}
.select-cat__item input:focus-visible + label {
  outline: auto;
}
.select-cat__item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003458;
  padding: 1.1rem 1.5rem 1.1rem 6.4rem;
  background: #FFFFFF;
  height: 60px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .select-cat__item label:hover {
    background: #003458;
  }
  .select-cat__item label:hover .select-cat-icon-circle {
    background: #FFFFFF;
  }
  .select-cat__item label:hover .select-cat-icon-circle .select-cat-icon {
    background: #003458;
  }
  .select-cat__item label:hover {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 820px) {
  .select-cat__item label {
    /* sp */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 8.7rem;
    font-size: 1.2rem;
    text-align: center;
    padding: 4.42rem 0.5rem 0.78rem;
  }
}
.select-cat__item--01 label .select-cat-icon {
  width: 2.7rem;
  height: 2.1rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--01 label .select-cat-icon {
    /* sp */
    width: 1.84rem;
    height: 1.46rem;
  }
}
.select-cat__item--02 label .select-cat-icon {
  width: 2.6rem;
  height: 2.2rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--02 label .select-cat-icon {
    /* sp */
    width: 1.47rem;
    height: 1.2rem;
  }
}
.select-cat__item--03 label .select-cat-icon {
  width: 1.8rem;
  height: 2.3rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--03 label .select-cat-icon {
    /* sp */
    width: 1rem;
    height: 1.3rem;
  }
}
.select-cat__item--04 label .select-cat-icon {
  width: 3.3rem;
  height: 3.3rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--04 label .select-cat-icon {
    /* sp */
    width: 2.2rem;
    height: 2.2rem;
  }
}
.select-cat__item--05 label .select-cat-icon {
  width: 1.9rem;
  height: 2.6rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--05 label .select-cat-icon {
    /* sp */
    width: 1.24rem;
    height: 1.7rem;
  }
}
.select-cat__item--06 label .select-cat-icon {
  width: 1.6rem;
  height: 2.5rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--06 label .select-cat-icon {
    /* sp */
    width: 1rem;
    height: 1.6rem;
  }
}
.select-cat__item--07 label .select-cat-icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--07 label .select-cat-icon {
    /* sp */
    width: 1.6rem;
    height: 1.6rem;
  }
}
.select-cat__item--08 label .select-cat-icon {
  width: 2.2rem;
  height: 2rem;
}
@media screen and (max-width: 820px) {
  .select-cat__item--08 label .select-cat-icon {
    /* sp */
    width: 1.6rem;
    height: 1.5rem;
  }
}

.index-links {
  background-color: #F6F6F6;
  padding: 4rem 13rem 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  .index-links {
    /* sp */
    padding: 4rem 2rem 3.8rem;
  }
}
.index-links__link-wrapper:not(:first-of-type) {
  margin-top: 1.6rem;
}
.index-links__link {
  display: block;
  text-decoration: none;
  padding: 1.4rem 6rem 1.4rem 0;
  border-bottom: 1px #003458 solid;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #003458;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .index-links__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .index-links__link {
    /* sp */
    padding: 1.3rem 5rem 1rem 0;
  }
}
.index-links__link::after {
  content: "";
  width: 1.8rem;
  height: 1.7rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/searches/icon_anchor_link_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .index-links__link::after {
    /* sp */
    width: 1.5rem;
    height: 1.3rem;
  }
}
.index-links__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 820px) {
  .index-links__title {
    /* sp */
    font-size: 2.8rem;
    margin-bottom: 0rem;
  }
}

.post-content {
  margin-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  .post-content {
    /* sp */
    margin-bottom: 4rem;
  }
}
.post-content__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.8rem 0 8rem;
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #003458;
}
@media screen and (max-width: 820px) {
  .post-content__head {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1.4rem 0 2.8rem;
    padding-bottom: 1.5rem;
  }
}
.post-content__head::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003458;
}
.post-content .icon-post-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-content .link-sns-wrap {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 820px) {
  .post-content .link-sns-wrap {
    /* sp */
    margin: 2.8rem auto 0 0;
  }
  .post-content .link-sns-wrap__text {
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .post-content .link-sns-wrap .link-sns {
    gap: 0.7rem;
  }
  .post-content .link-sns-wrap .link-sns__item {
    width: 2rem;
  }
}
.post-content .post-date-block {
  margin: 1.4rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #003458;
}
@media screen and (max-width: 820px) {
  .post-content .post-date-block {
    /* sp */
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
  }
}
.post-content .post-date-block .post-date-title {
  padding-right: 2.3rem;
  margin-right: 2.3rem;
  border-right: 1px solid #003458;
}
@media screen and (max-width: 820px) {
  .post-content .post-date-block .post-date-title {
    /* sp */
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.post-content .post-date-block .post-date {
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .post-content .post-date-block .post-date {
    /* sp */
    font-size: 1.4rem;
  }
}
.post-content .list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3.6rem;
  gap: 2rem;
}
@media screen and (max-width: 820px) {
  .post-content .list-icon {
    /* sp */
    margin-left: 0;
    gap: 0.8rem;
  }
}
.post-content .list-icon li {
  background-color: #003458;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.4rem;
}
@media screen and (max-width: 820px) {
  .post-content .list-icon li {
    /* sp */
    padding: 0.3rem 0.5rem;
  }
}
.post-content .list-icon .category {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .post-content .list-icon .category {
    /* sp */
    font-size: 0.8rem;
  }
}

.article-nav {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #003458;
  padding-top: 2rem;
}
@media screen and (max-width: 820px) {
  .article-nav {
    /* sp */
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.article-nav__prev-wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-column-align: start;
      justify-self: start;
}
.article-nav__btn-postback {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-column-align: center;
      justify-self: center;
}
.article-nav__next-wrap {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-column-align: end;
      justify-self: end;
}
.article-nav__prev, .article-nav__next {
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 820px) {
  .article-nav__prev, .article-nav__next {
    /* sp */
    font-size: 1.2rem;
  }
}
.article-nav__prev, .article-nav__next {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .article-nav__prev:hover, .article-nav__next:hover {
    opacity: 0.6;
  }
}
.article-nav__prev::after, .article-nav__next::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 3.89rem;
  aspect-ratio: 1;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01.svg) no-repeat center/1.2rem auto;
  vertical-align: middle;
  border: 2px solid #003458;
}
.article-nav__next {
  padding-right: 5rem;
}
@media screen and (max-width: 820px) {
  .article-nav__next {
    /* sp */
    padding-right: 0.5rem;
  }
}
.article-nav__next::after {
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .article-nav__next::after {
    /* sp */
    top: -3.9rem;
    right: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.article-nav__prev {
  padding-left: 5rem;
}
@media screen and (max-width: 820px) {
  .article-nav__prev {
    /* sp */
    padding-left: 0.5rem;
  }
}
.article-nav__prev::after {
  left: 0;
  -webkit-transform: rotate(180deg) translateY(20%);
          transform: rotate(180deg) translateY(20%);
  top: 0;
}
@media screen and (max-width: 820px) {
  .article-nav__prev::after {
    /* sp */
    left: 0;
    -webkit-transform: rotate(180deg) translateY(0%);
            transform: rotate(180deg) translateY(0%);
    top: -4rem;
  }
}
.article-nav__btn {
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .article-nav__btn {
    /* sp */
    margin-bottom: 0.2rem;
  }
}

.article-list {
  padding: 5rem 7rem;
  background-color: #F6F6F6;
  margin-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  .article-list {
    /* sp */
    padding: 4rem 1.5rem;
    margin-bottom: 6rem;
  }
}
.article-list__title {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 820px) {
  .article-list__title {
    /* sp */
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.post-pht-wrap {
  max-width: 940px;
  margin: 3rem auto 0;
}
.post-pht-wrap .post-pht img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-pht-wrap .two-post-pht img {
  max-height: 245px;
  aspect-ratio: 460/245;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .link-sns a:hover {
    opacity: 0.6;
  }
}
.link-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.link-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .link-sns-wrap {
    /* sp */
    margin: 0 0.7rem 2rem 0;
  }
}
.link-sns-wrap__text {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 2.2rem;
  margin-right: 2.2rem;
  letter-spacing: 0.06rem;
  border-right: 2px solid #003458;
}
@media screen and (max-width: 820px) {
  .link-sns-wrap__text--sm {
    /* sp */
    font-size: 1.4rem;
  }
}

.select-cat-icon-circle {
  position: absolute;
  top: 50%;
  left: 3.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.8rem;
  height: 3.8rem;
  display: block;
  background: #003458;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 820px) {
  .select-cat-icon-circle {
    /* sp */
    top: 1.22rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.6rem;
    height: 2.6rem;
  }
}

.select-cat-icon {
  position: absolute;
  background: #003458;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: #FFFFFF;
  z-index: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.todos-detail-head {
  overflow: hidden;
}

.todos-detail-lead {
  max-width: 623px;
}
@media screen and (max-width: 820px) {
  .todos-detail-lead {
    /* sp */
    max-width: none;
  }
}

.todos-page-link {
  padding: 10rem 0 0;
}
@media screen and (max-width: 820px) {
  .todos-page-link {
    /* sp */
    padding: 6rem 0 0;
  }
}
.todos-page-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.4%;
}
@media screen and (max-width: 820px) {
  .todos-page-link__item {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
  }
}
.todos-page-link__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .todos-page-link__item:nth-child(odd) {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.todos-page-link__item:nth-child(even) .todos-page-link__image {
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 820px) {
  .todos-page-link__item:nth-child(even) .todos-page-link__image {
    /* sp */
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.todos-page-link__item:nth-child(even) .todos-page-link__main {
  padding-left: 0;
  padding-right: 3.8%;
}
@media screen and (max-width: 820px) {
  .todos-page-link__item:nth-child(even) .todos-page-link__main {
    /* sp */
    padding-right: 0;
  }
}
.todos-page-link__item:not(:last-child) {
  margin-bottom: 11.1rem;
}
@media screen and (max-width: 820px) {
  .todos-page-link__item:not(:last-child) {
    /* sp */
    margin-bottom: 5rem;
  }
}
.todos-page-link__image-wrap {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .todos-page-link__image-wrap {
    /* sp */
    width: 100%;
  }
}
.todos-page-link__image {
  width: 50vw;
}
@media screen and (max-width: 820px) {
  .todos-page-link__image {
    /* sp */
    width: 100%;
  }
}
.todos-page-link__image img {
  display: block;
  width: 100%;
}
.todos-page-link__main {
  padding-left: 3.8%;
}
@media screen and (max-width: 820px) {
  .todos-page-link__main {
    /* sp */
    padding-left: 0;
  }
}
.todos-page-link__heading {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 820px) {
  .todos-page-link__heading {
    /* sp */
    margin-bottom: 1.4rem;
  }
}
.todos-page-link__btn {
  margin-top: 7.8rem;
}
@media screen and (max-width: 820px) {
  .todos-page-link__btn {
    /* sp */
    margin-top: 2.4rem;
  }
}

.watch-story-slide-wrap {
  overflow: hidden;
}

.watch-story-slide {
  margin-top: 4.5rem;
}
@media screen and (max-width: 820px) {
  .watch-story-slide {
    /* sp */
    margin-top: 2.2rem;
  }
}
.watch-story-slide__item {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  aspect-ratio: 16/9;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}
@media (hover: hover) {
  .watch-story-slide__item:hover {
    opacity: 0.6;
  }
}
.watch-story-slide__item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.watch-story-slide__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 5.8rem;
  height: 4rem;
  display: block;
  background: url(../img/common/icon_play.svg) no-repeat center/contain;
  z-index: 1;
}
.watch-story-slide__buttons {
  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: 3.4rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.2rem;
}
@media screen and (max-width: 820px) {
  .watch-story-slide__buttons {
    /* sp */
    gap: 2rem;
    margin-top: 3rem;
  }
}

.concierge__heading {
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .concierge__heading {
    /* sp */
    margin-bottom: 1.8rem;
  }
}
.concierge__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.2rem;
}
@media screen and (max-width: 820px) {
  .concierge__info {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem 0;
    margin-top: 1.8rem;
  }
}
.concierge__info__main {
  padding: 0 5.83%;
}
@media screen and (max-width: 820px) {
  .concierge__info__main {
    /* sp */
    padding: 0;
  }
}
.concierge__info__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .concierge__info__image {
    /* sp */
    width: 100%;
  }
}
.concierge__info__image img {
  display: block;
  width: 100%;
}
.concierge__table {
  margin-top: 1.4rem;
}
@media screen and (max-width: 820px) {
  .concierge__table {
    /* sp */
    margin-top: 0.3rem;
  }
}
.concierge__table tbody th, .concierge__table tbody td {
  border-bottom: 1px solid #003458;
  padding: 1.4rem 0;
}
@media screen and (max-width: 820px) {
  .concierge__table tbody th, .concierge__table tbody td {
    /* sp */
    padding: 1.1rem 0;
  }
}
.concierge__table tbody th {
  width: 21.2rem;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .concierge__table tbody th {
    /* sp */
    width: 16rem;
  }
}
.concierge__table__icon {
  display: inline-block;
  width: 1.5rem;
  margin-right: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .concierge__table__icon {
    /* sp */
    margin-right: 0.6rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 820px) {
  .concierge__table__icon--sp-sm {
    /* sp */
    width: 1.1rem;
    margin-left: 0.2rem;
  }
}
.concierge__map {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  margin-top: 8.7rem;
}
@media screen and (max-width: 820px) {
  .concierge__map {
    /* sp */
    padding-left: 0;
    margin-top: 2rem;
  }
}
.concierge__map img {
  display: block;
  width: 100%;
}

.onthemap__heading {
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .onthemap__heading {
    /* sp */
    margin-bottom: 2.2rem;
  }
}
.onthemap__contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.2rem;
}
@media screen and (max-width: 820px) {
  .onthemap__contents {
    /* sp */
    margin-top: -2.2rem;
  }
}
.onthemap__item {
  padding: 6rem 0;
  border-bottom: 1px solid #003458;
}
@media screen and (max-width: 820px) {
  .onthemap__item {
    /* sp */
    padding: 5rem 0;
  }
}
.onthemap__item__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.7%;
}
@media screen and (max-width: 820px) {
  .onthemap__item__2col {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
}
.onthemap__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .onthemap__images {
    /* sp */
    gap: 0.6rem;
    width: 100%;
  }
}
.onthemap__image img {
  display: block;
  width: 100%;
}
.onthemap__title {
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 820px) {
  .onthemap__title {
    /* sp */
    margin-bottom: 1.4rem;
  }
}
.onthemap__sub-heading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 8rem 0 2rem;
  padding-left: 0.6rem;
}
@media screen and (max-width: 820px) {
  .onthemap__sub-heading {
    /* sp */
    font-size: 2rem;
    margin: 3.8rem 0 2.2rem;
  }
}
.onthemap__label {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 1.8rem 0 1.1rem;
}
@media screen and (max-width: 820px) {
  .onthemap__label {
    /* sp */
    font-size: 1.6rem;
    margin: 2rem 0 0.9rem;
  }
}
.onthemap__googlemap {
  aspect-ratio: 1200/547;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .onthemap__googlemap {
    /* sp */
    aspect-ratio: 35/25;
    margin-top: 3.2rem;
  }
}
.onthemap__googlemap iframe {
  width: 100%;
  height: 100%;
}

.post-list:not(:last-child) {
  margin-bottom: 12rem;
}
@media screen and (max-width: 820px) {
  .post-list:not(:last-child) {
    /* sp */
    margin-bottom: 7.8rem;
  }
}

.post-list-slide {
  overflow: hidden;
  margin-top: 4.5rem;
}
@media screen and (max-width: 820px) {
  .post-list-slide {
    /* sp */
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    margin-top: 2.2rem;
    padding: 0 20px;
  }
}
.post-list-slide__controls {
  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: 3.5rem;
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.2rem;
}
@media screen and (max-width: 820px) {
  .post-list-slide__controls {
    /* sp */
    gap: 2.4rem;
    margin-top: 3.4rem;
  }
}

.post-item-2 {
  background: #003458;
  color: #FFFFFF;
  height: auto !important;
}
.post-item-2 a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 1.7rem 1.7rem 4rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .post-item-2 a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .post-item-2 a {
    /* sp */
    padding: 2rem 2rem 1.7rem;
  }
}
.post-item-2__image {
  aspect-ratio: 332/217;
}
@media screen and (max-width: 820px) {
  .post-item-2__image {
    /* sp */
    aspect-ratio: 29/20;
  }
}
.post-item-2__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-item-2__title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 820px) {
  .post-item-2__title {
    /* sp */
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}

.youtube-modal {
  aspect-ratio: 16/9;
}

.youtube {
  width: 100%;
  height: 100%;
}

.plan-lead__heading {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .plan-lead__heading {
    /* sp */
    margin-bottom: 1.6rem;
  }
}

.page-link-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.96% 1fr 1.96% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1.96%;
  margin-top: 6rem;
}
@media screen and (max-width: 820px) {
  .page-link-3 {
    /* sp */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.4rem;
  }
}
.page-link-3__item {
  position: relative;
}
.page-link-3__item a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .page-link-3__item a:hover {
    opacity: 0.6;
  }
}
.page-link-3__image {
  position: relative;
  aspect-ratio: 538/284;
  -webkit-mask: radial-gradient(circle 2.5rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 2.5rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 2.5rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 2.5rem at 0 100%, transparent 98%, black 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position: left top, right top, right bottom, left bottom;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .page-link-3__image {
    -webkit-mask: radial-gradient(circle 1.6rem at 0 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 0, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 100% 100%, transparent 98%, black 100%), radial-gradient(circle 1.6rem at 0 100%, transparent 98%, black 100%);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: left top, right top, right bottom, left bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (max-width: 820px) {
  .page-link-3__image {
    /* sp */
    aspect-ratio: 35/18;
  }
}
.page-link-3__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(31.7%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.2) 31.7%);
  opacity: 0.55;
}
.page-link-3__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-link-3__text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 1.2rem calc(8.4% + 4rem) 1.2rem 8.4%;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .page-link-3__text {
    /* sp */
    font-size: 2rem;
    padding: 1.2rem calc(4.3% + 4rem) 1.2rem 7.1%;
  }
}
.page-link-3__text::before {
  position: absolute;
  top: 45%;
  right: 8.4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01_white.svg) no-repeat center/0.8rem auto;
}
@media screen and (max-width: 820px) {
  .page-link-3__text::before {
    /* sp */
    top: 40%;
    right: 4.3%;
    background-size: 1.2rem auto;
  }
}
.page-link-3--two {
  -ms-grid-columns: 1fr 3.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
  margin-top: 5rem;
}
.page-link-3--two .page-link__text {
  padding: 1.2rem calc(8.4% + 4rem) 3.5rem 12%;
}
.page-link-3--two .page-link__text::before {
  top: 34%;
  right: 9.2%;
}

.itineraries__heading {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 820px) {
  .itineraries__heading {
    /* sp */
    margin-bottom: 0;
  }
}
.itineraries__sub-heading {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 820px) {
  .itineraries__sub-heading {
    /* sp */
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1.8rem;
  }
}
.itineraries__text {
  max-width: 84rem;
}
.itineraries__content {
  max-width: 56.2rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 820px) {
  .itineraries__content {
    /* sp */
    margin-top: 3rem;
  }
}

.plan-list {
  margin-bottom: 6rem;
}
@media screen and (max-width: 820px) {
  .plan-list {
    /* sp */
    margin-bottom: 0rem;
  }
}
.plan-list__btns {
  margin-top: 8.2rem;
}
@media screen and (max-width: 820px) {
  .plan-list__btns {
    /* sp */
    margin-top: 4rem;
  }
}
.plan-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 820px) {
  .plan-list__btn {
    /* sp */
    margin-top: 1.5rem;
  }
}

.post-list-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4.8rem 2rem;
}
@media screen and (max-width: 820px) {
  .post-list-2 {
    /* sp */
    gap: 1.6rem;
  }
}

.post-item-3 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7.6%;
  background: #FFFFFF;
  padding: 4.8rem 2.9%;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .post-item-3 a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .post-item-3 a {
    /* 1000px以下 */
    gap: 0 3rem;
  }
}
@media screen and (max-width: 820px) {
  .post-item-3 a {
    /* sp */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    padding: 2rem;
  }
}
.post-item-3__image {
  width: 46.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 734/478;
}
@media screen and (max-width: 820px) {
  .post-item-3__image {
    /* sp */
    width: 100%;
  }
}
.post-item-3__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-item-3__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 580px;
}
@media screen and (max-width: 820px) {
  .post-item-3__main {
    /* sp */
  }
}
.post-item-3__title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .post-item-3__title {
    /* 1000px以下 */
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .post-item-3__title {
    /* sp */
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}
.post-item-3__more {
  position: absolute;
  bottom: 4.5rem;
  right: 3.9%;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  .post-item-3__more {
    /* 1000px以下 */
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .post-item-3__more {
    /* sp */
    position: static;
    display: block;
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: right;
  }
}
.post-item-3__more::after {
  content: "";
  width: 1.66em;
  height: 1.66em;
  display: inline-block;
  border: 2px solid #003458;
  border-radius: 50%;
  background: url(../img/common/arrow_link_01.svg) no-repeat center/0.375em auto;
  margin-left: 0.625em;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .post-item-3__more::after {
    /* sp */
    width: 2.57em;
    height: 2.57em;
    background-size: 0.86em auto;
    margin-left: 1em;
  }
}

.overview-links {
  background-color: #F6F6F6;
  padding: 4rem 13rem 4rem;
}
@media screen and (max-width: 820px) {
  .overview-links {
    /* sp */
    padding: 4rem 2rem 3.8rem;
  }
}
.overview-links__link-wrapper:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  .overview-links__link-wrapper:not(:first-of-type) {
    /* sp */
    margin-top: 2rem;
  }
}
.overview-links__link {
  display: block;
  text-decoration: none;
  padding: 1.4rem 6rem 1.4rem 0;
  border-bottom: 1px #003458 solid;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #003458;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .overview-links__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 820px) {
  .overview-links__link {
    /* sp */
    padding: 1.3rem 5rem 1rem 0;
  }
}
.overview-links__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 820px) {
  .overview-links__title {
    /* sp */
    font-size: 2.8rem;
    margin-bottom: 0rem;
  }
}
.overview-links__time {
  margin: 2rem auto 0 52.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .overview-links__time {
    /* sp */
    margin: 1.7rem auto 0;
  }
}
.overview-links__time::after {
  content: "";
  width: 1.8rem;
  height: 1.7rem;
  position: absolute;
  left: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/searches/icon_anchor_link_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .overview-links__time::after {
    /* sp */
    width: 1.5rem;
    height: 1.3rem;
    left: 50%;
    top: unset;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    bottom: -1.5rem;
  }
}

.wrapper {
  padding: 8rem 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100svh;
}
.wrapper .copy {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.logo-h {
  max-width: 258px;
  margin: 0 auto;
}

.site-map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.6rem 1fr 2.6rem 1fr 2.6rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
}
@media screen and (max-width: 820px) {
  .site-map {
    /* sp */
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.site-map__wrap, .site-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-map__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.7rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  .site-map__title {
    /* 1000px以下 */
    font-size: 2rem;
  }
}
.site-map__title a {
  border-bottom: 1px solid #003458;
  padding: 0 2rem 1.2rem 0;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .site-map__title a:hover {
    opacity: 0.6;
  }
}
.site-map__title a::after {
  content: "";
  background: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
  position: absolute;
  width: 1.5rem;
  height: 1.3rem;
  right: 0;
  top: 1.1rem;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.site-map__item {
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.6rem;
}
.site-map__item a {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .site-map__item a:hover {
    opacity: 0.6;
  }
}
.site-map__item a::after {
  content: "";
  background: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
  position: absolute;
  width: 1.5rem;
  height: 1.3rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
#styleguide
タブ
```
<div class="js-tab">
	<div role="tablist" aria-labelledby="このタブの見出しタグのid紐付け" class="js-tablist">
		<button id="tab-1" class="js-tablist__item" type="button" role="tab" aria-selected="true" aria-controls="tabpanel-1">すべて</button>
		<button id="tab-2" class="js-tablist__item" type="button" role="tab" aria-selected="false" aria-controls="tabpanel-2" tabindex="-1">お知らせ</button>
	</div>
	<div class="">
		<!-- TabPanel1 -->
		<div id="tabpanel-1" role="tabpanel" tabindex="0" aria-labelledby="tab-1">
			「すべて」のタブの中身
		</div>
		<!-- / TabPanel1 -->
		<!-- TabPanel2 -->
		<div id="tabpanel-2" role="tabpanel" tabindex="0" aria-labelledby="tab-2" class="is-hidden">
			「お知らせ」のタブの中身
		</div>
		<!-- / TabPanel2 -->
	</div>
</div>
```
*/
.js-tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[role=tabpanel].is-hidden {
  display: none;
}

.js-lang {
  position: relative;
}

.js-lang-btn {
  cursor: pointer;
}

.js-lang-content {
  opacity: 0;
  pointer-events: none;
}
.js-lang-content.is-open {
  opacity: 1;
  pointer-events: auto;
}

/*
#styleguide
タブ
```
<div class="js-accordion">
	<button type="button" aria-expanded="false" aria-controls="【コンテンツとボタンを紐付けするid名】" class="js-accordion-btn">トリガーボタンテキスト <img src="img/icon_arrow_red.svg" alt="開く" class="js-accordion-icon"></button>
	<div id="【コンテンツとボタンを紐付けするid名】" class="js-accordion-content" aria-hidden="true">
		ここが開閉により表示が変わるテキストです。
	</div>
</div>
```
*/
.js-accordion-content {
  display: none;
}

/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 6.8rem;
  height: 6.8rem;
  border: 2px solid #003458;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 820px) {
  .swiper-button-prev,
  .swiper-button-next {
    /* sp */
    width: 4.1rem;
    height: 4.1rem;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1.4rem;
  height: 1.2rem;
  display: block;
  background: url(../img/common/arrow_link_01.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    /* sp */
    width: 0.9rem;
    height: 0.7rem;
  }
}
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}
@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.6;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  border-radius: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  opacity: 1;
  background: #CECECE;
}
button .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: #003458;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.modal {
  position: relative;
  z-index: 10000;
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  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;
}

.modal__container {
  position: relative;
  background: #ffffff;
  max-width: 668px;
  width: 90.25641vw;
  max-height: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  border: 6px solid #003458;
}
.modal-play-youtube .modal__container {
  max-width: 940px;
}
.modal__container--sm {
  max-width: 386px;
  margin: auto 2rem 3rem auto;
}
@media screen and (max-width: 820px) {
  .modal__container--sm {
    /* sp */
    margin: 0;
  }
}
.modal__container--sm .modal__inner {
  padding: 1rem 2rem;
}
.modal__container--border::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  display: block;
  border: 2px solid #003458;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .modal__container--border::before {
    /* sp */
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}

.modal__inner {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 3.4rem 3.7rem;
  -webkit-overflow-scrolling: touch;
  max-height: calc(90vh - 12px);
}
@media screen and (max-width: 820px) {
  .modal__inner {
    /* sp */
    padding: 3rem 1rem;
    max-height: 85vh;
  }
}

.modal__close {
  position: absolute;
  top: -1.9rem;
  right: -1.8rem;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 4.9rem;
  aspect-ratio: 1/1;
  background: #003458;
  border-radius: 50%;
  z-index: 10;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .modal__close:hover {
    background: #7E98AA;
  }
}
@media screen and (max-width: 820px) {
  .modal__close {
    /* sp */
    top: -1.7rem;
    right: -1.7rem;
    width: 4.4rem;
  }
}
.modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 30.1%;
  height: 30.1%;
  display: block;
  background: url(../img/common/icon_close.svg) no-repeat center/contain;
}

/**************************\
	Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.modal[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__container,
.modal .modal__overlay {
  will-change: transform;
}

.modal-gnavi {
  z-index: 10000;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background: #ffffff;
  width: 100%;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.16);
  padding: 8.5rem 0 0.9rem;
  overflow-y: auto;
}
@media screen and (max-width: 820px) {
  .modal-gnavi {
    /* sp */
    padding: 2.5rem 2rem 5rem;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .modal-gnavi.is-opend {
    left: 0;
  }
}
@media screen and (max-width: 820px) {
  .modal-gnavi {
    /* sp */
  }
}
@media screen and (max-width: 820px) {
  .modal-gnavi__inner {
    /* sp */
  }
}
.modal-gnavi__main {
  width: 100%;
}

.modal-gnavi__inner {
  width: 89.74359%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .modal-gnavi__inner {
    /* sp */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modal-gnavi__inner:not(:has(.gnavi__tablist)) .gnavi__contents {
  border-top: 1px solid #003458;
  margin-top: 1.7rem;
}
@media screen and (max-width: 820px) {
  .modal-gnavi__inner:not(:has(.gnavi__tablist)) .gnavi__contents {
    /* sp */
    margin-top: 4rem;
  }
}

.modal-gnavi__close {
  position: relative;
  display: block;
  background: none;
  border: none;
  padding: 4.25rem 0 0;
  margin: 10.9rem 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.625;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .modal-gnavi__close {
    /* sp */
    padding: 0 0 0 1.8rem;
    margin: 0 0 4.3rem;
  }
}
.modal-gnavi__close::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background: url(../img/common/icon_close.svg) no-repeat center/1.38rem auto, #003458;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  .modal-gnavi__close::before {
    /* sp */
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background: none;
    display: inline-block;
    border-radius: 0;
    width: 1.2rem;
    height: 0.8rem;
    background: url(../img/common/arrow_link_03.svg) no-repeat center/contain;
  }
}

/**************************\
	Demo Animation Style
\**************************/
.modal-gnavi[aria-hidden=false] .modal-gnavi__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-gnavi[aria-hidden=true] .modal-gnavi__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-gnavi .modal-gnavi__container,
.modal-gnavi .modal-gnavi__overlay {
  will-change: transform;
}
/*# sourceMappingURL=style.css.map */