@charset "UTF-8";
/* navi.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* g-
-----------------------------------------------------------------*/
.page-top .g-header {
  background: transparent;
}
.page-top .g-header__logo ._b, .page-top .g-header__tobulogo ._b {
  display: none;
}
.page-top .g-header__logo ._w, .page-top .g-header__tobulogo ._w {
  display: block;
}
.page-top .g-header .gnav__item a {
  color: #fff;
}
.page-top .g-header.is-scroll .g-header__logo ._b,
.page-top .g-header.is-scroll .g-header__tobulogo ._b {
  display: block;
}
.page-top .g-header.is-scroll .g-header__logo ._w,
.page-top .g-header.is-scroll .g-header__tobulogo ._w {
  display: none;
}
.page-top .g-header.is-scroll .gnav__item a {
  color: #0075C4;
}
.page-top .g-main {
  padding-top: 0;
}

/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section {
  position: relative;
  margin-top: clamp(0px, 15.3731343284vw, 206px);
}
@media only screen and (max-width: 767px) {
  .section {
    margin-top: clamp(0px, 26.6666666667vw, 200px);
  }
}
.section__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section__ttl .ico {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section__ttl .ico {
    margin-bottom: 15px;
  }
}
.section__ttl .txt-ja {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 5.6px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section__ttl .txt-ja {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.section__ttl .txt-en {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 1;
  color: #0075C4;
}
@media only screen and (max-width: 767px) {
  .section__ttl .txt-en {
    font-size: 14px;
  }
}
.section__copy {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section__copy {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
  }
}
.section__link {
  margin: clamp(0px, 4.1666666667vw, 80px) auto 0;
}
@media only screen and (max-width: 767px) {
  .section__link {
    margin: 50px auto 0;
  }
}
.section__link.c-btn-more .c-btn-more__arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.section__link.c-btn-more .c-btn-more__arrow svg {
  display: none;
}
.section__link.c-btn-more .c-btn-more__arrow::before, .section__link.c-btn-more .c-btn-more__arrow::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0075C4;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.section__link.c-btn-more .c-btn-more__arrow::after {
  width: 1px;
  height: 20px;
}
.section__link.c-btn-more a:hover .c-btn-more__arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  rotate: 90deg !important;
}

/*--------------------------------------------------------------------------
   #sec-lead
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-lead {
  position: relative;
  margin-top: clamp(50px, 7.4626865672vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-lead {
    margin-top: 50px;
  }
}
.sec-lead__txt {
  margin-bottom: 100px;
  text-align: center;
  font-size: clamp(15px, 0.8333333333vw, 16px);
  line-height: 2.4;
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 767px) {
  .sec-lead__txt {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.6px;
    text-align: left;
  }
}
.sec-lead__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-lead__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 0 30px;
  }
}
.sec-lead__nav-item {
  width: clamp(200px, 43.4782608696vw, 400px);
}
@media only screen and (max-width: 767px) {
  .sec-lead__nav-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-lead__nav-item .c-btn-anchor {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------------------
  #sec-photo
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-photo {
  position: relative;
  background: url(../img/navi/top/bg_photo.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 180px;
}
@media only screen and (min-width: 1920px) {
  .sec-photo {
    background-size: cover;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo {
    background: url(../img/navi/top/bg_photo_sp.webp);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 75px;
  }
}
.sec-photo::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
@media only screen and (min-width: 1920px) {
  .sec-photo::after {
    bottom: 0;
    height: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo::after {
    display: none;
  }
}
.sec-photo.section {
  margin-top: clamp(0px, 7.4626865672vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-photo.section {
    margin-top: clamp(0px, 13.3333333333vw, 100px);
  }
}
.sec-photo .l-wrap-m {
  z-index: 2;
}
.sec-photo__block {
  margin-top: 80px;
}
.sec-photo__block:first-of-type {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__block {
    margin-top: 60px;
  }
  .sec-photo__block:first-of-type {
    margin-top: 40px;
  }
}
.sec-photo__block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__block a {
    gap: 25px;
  }
}
.sec-photo__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .sec-photo__images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec-photo__img {
  width: calc(25% - 7.5px);
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .sec-photo__img {
    width: calc(50% - 5px);
  }
}
.sec-photo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-photo__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 2.9850746269vw, 40px);
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -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: 20px;
  }
}
.sec-photo__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-photo__number {
    gap: 4px;
  }
}
.sec-photo__number .no {
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
  font-size: clamp(11.5px, 1.7164179104vw, 23px);
  font-weight: 700;
  letter-spacing: 1.42px;
  line-height: 1;
  translate: 0 calc(clamp(5px, 0.7462686567vw, 10px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-photo__number .no {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.sec-photo__number .no::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-photo__number .no::after {
    height: 2px;
  }
}
.sec-photo__number .num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(37px, 5.5223880597vw, 74px);
  font-weight: 500;
  letter-spacing: 3.7px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-photo__number .num {
    font-size: 37px;
  }
}
.sec-photo__area {
  display: block;
  margin-bottom: 2px;
  font-size: clamp(14px, 2.0895522388vw, 28px);
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__area {
    line-height: 1;
    font-size: 21px;
  }
}
.sec-photo__area .name {
  margin-bottom: 2px;
  font-size: clamp(12px, 1.7910447761vw, 24px);
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__area .name {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
  }
}
.sec-photo__area .address {
  margin-right: 1em;
  font-size: clamp(7px, 1.0447761194vw, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__area .address {
    line-height: 1.2;
    font-size: 13px;
  }
}
.sec-photo__link {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: clamp(36px, 5.3731343284vw, 72px);
  height: clamp(36px, 5.3731343284vw, 72px);
}
@media only screen and (max-width: 767px) {
  .sec-photo__link {
    top: auto;
    bottom: 0;
    translate: 0 0;
    width: 34px;
    height: 34px;
  }
}
.sec-photo__link a svg {
  translate: 0 -15%;
}
.sec-photo__link a svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mode-pc .sec-photo__link a:hover .c-btn-ico__arrow {
  background-color: #0075C4;
}
.mode-pc .sec-photo__link a:hover .c-btn-ico__arrow svg path {
  fill: #fff;
}

/*--------------------------------------------------------------------------
  #sec-guide
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-guide {
  position: relative;
  background: url(../img/navi/top/bg_guide.webp);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 140px 0;
}
@media only screen and (min-width: 1920px) {
  .sec-guide {
    background-size: cover;
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-guide {
    background: url(../img/navi/top/bg_guide_sp.webp);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 75px 0 40px;
  }
}
.sec-guide.section {
  position: relative;
  margin-top: clamp(0px, 13.4328358209vw, 180px);
}
@media only screen and (max-width: 767px) {
  .sec-guide.section {
    margin-top: clamp(0px, 26.6666666667vw, 200px);
  }
}
.sec-guide.section .section__ttl .txt-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #000;
}
.sec-guide.section .section__ttl .txt-en {
  color: #0075C4;
}
.sec-guide__articles {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__articles {
    margin-top: 60px;
  }
}
.sec-guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__list {
    gap: 60px;
  }
}
.sec-guide__article {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media only screen and (max-width: 767px) {
  .sec-guide__article {
    width: 100%;
  }
}
.sec-guide__article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-guide__article .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  aspect-ratio: 630/540;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__article .img {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.sec-guide__article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-guide__article .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  margin-bottom: 20px;
  padding: 14px 20px;
  color: #0075C4;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__article .tag {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    height: 32px;
    font-size: 12px;
  }
}
.sec-guide__article .tag--guide {
  background: #EFF3FB;
  border: 1px solid #EFF3FB;
}
.sec-guide__article .tag--report {
  background: #fff;
  border: 1px solid #DFEAFF;
}
.sec-guide__article .name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__article .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 18px;
  }
}
.sec-guide__article .address {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: clamp(0px, 0.5208333333vw, 10px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__article .address {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 13px;
  }
}
.sec-guide__article .text {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: clamp(0px, 0.5208333333vw, 10px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__article .text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 16px;
  }
}
.sec-guide__article .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-top: clamp(0px, 0.5208333333vw, 10px);
  color: #0075C4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
@media only screen and (max-width: 767px) {
  .sec-guide__article .tags {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-size: 13px;
  }
}
.sec-guide__article a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-guide__article a:hover .img img {
  scale: 1.1;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=navi.css.map */