@charset "UTF-8";
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.sp__none {
  display: block;
}
@media (max-width: 768px) {
  .sp__none {
    display: none;
  }
}

.pc__none {
  display: none;
}
@media (max-width: 768px) {
  .pc__none {
    display: block;
  }
}

.why__title {
  font-size: 32px;
  font-weight: 900;
  border-bottom: 2px solid #26648a;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .why__title {
    font-size: 20px;
    margin: 0 20px;
    padding-bottom: 12px;
  }
}

.why__title-sub {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .why__title-sub {
    font-size: 14px;
  }
}

.why__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  padding-top: 55px;
  padding-bottom: 100px;
}

.fv-why {
  position: relative;
  width: 100%;
  padding-top: 58%;
  background: url(../img/fv_why.jpg) center top/cover no-repeat;
}
@media (max-width: 1024px) {
  .fv-why {
    background: url(../img/fv_why_tb.jpg) center top/cover no-repeat;
    padding-top: 85%;
  }
}
@media (max-width: 768px) {
  .fv-why {
    background: url(../img/fv_why_sp.jpg) center top/cover no-repeat;
    padding-top: 180%;
  }
}

.fv-why__inner {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .fv-why__inner {
    top: 40%;
  }
}

.fv-why__title img {
  width: 100%;
  max-width: 690px;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .fv-why__title img {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .fv-why__title img {
    max-width: 300px;
  }
}

.why-lead {
  background: #f2f6ef;
  color: #26648a;
  padding-bottom: 122px;
}

.why-lead-unique__img {
  width: 100%;
}
@media (max-width: 1024px) {
  .why-lead-unique__img {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .why-lead-unique__img {
    padding: 0;
  }
}

.why-lead__inner {
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 93px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .why-lead__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.why-lead__title {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .why-lead__title {
    font-size: 30px;
  }
}

.why-lead__sub {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .why-lead__sub {
    font-size: 14px;
    letter-spacing: 7px;
  }
}

.why-lead__text-contents {
  margin-top: 24px;
  text-align: left;
  max-width: 1000px;
}
.why-lead__text-contents p {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 768px) {
  .why-lead__text-contents p {
    font-size: 16px;
    line-height: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.why-lead__text-contents p + p {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .why-lead__text-contents p + p {
    margin-top: 20px;
  }
}

.why-lead-unique {
  background: #f2f6ef;
  color: #26648a;
  overflow: hidden;
}

.why-lead-unique__inner {
  margin: 0 auto;
  text-align: center;
  padding-top: 41px;
}

@media (max-width: 1024px) {
  .why-lead-unique__title {
    width: 565px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .why-lead-unique__title {
    width: 350px;
    line-height: 25px;
  }
}

.why-lead-unique__sub {
  letter-spacing: 1.6px;
}

.unique-wrapper {
  position: relative;
  margin-top: 70px;
}

.unique-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* SVG共通 */
.unique-bg__item {
  display: block;
  width: 76.85%;
  height: 356px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .unique-bg__item {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .unique-bg__item {
    width: 90%;
  }
}

.unique-bg__item--left {
  margin-left: 0;
  margin-right: auto;
}

.unique-bg__item--sp {
  display: none;
}

/* 400px以下 */
@media (max-width: 400px) {
  .unique-bg__item--pc {
    display: none;
  }
  .unique-bg__item--sp {
    display: block;
  }
}
.unique-body {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.unique-section-link {
  display: block;
  max-width: 730px;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .unique-section-link {
    max-width: 380px;
  }
}

.unique__inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  margin-top: 60px;
}

.unique__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .unique__top {
    display: block;
  }
}

.unique__icon {
  width: 158px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .unique__icon {
    width: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}

.unique__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
@media (max-width: 768px) {
  .unique__title {
    padding-left: 40px;
  }
}

.unique__title h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
@media (max-width: 768px) {
  .unique__title h4 {
    font-size: 20px;
    padding-top: 10px;
    line-height: 24px;
  }
}

.unique__title-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  .unique__title-sub {
    padding-top: 10px;
  }
}

.unique__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  padding-left: 70px;
  padding-top: 5px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .unique__text {
    font-size: 16px;
    padding-left: 40px;
    padding-top: 20px;
    line-height: 24px;
  }
}

.unique__bottom-img {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .unique__bottom-img {
    display: block;
    padding-left: 0;
  }
}

.unique__bottom-img img {
  width: 100%;
  max-width: 290px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .unique__bottom-img img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.unique__decor {
  position: relative;
  z-index: 2;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.why-lead-nature {
  background: #e1eada;
  color: #26648a;
  overflow-x: hidden;
  position: relative;
}

.why-lead-nature__inner {
  padding-top: 41px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .why-lead-nature__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.why-lead-nature__text {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  width: 645px;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .why-lead-nature__text {
    width: 300px;
    font-size: 16px;
    line-height: 20px;
  }
}

.nature-list {
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .nature-list {
    margin: 0 auto;
    padding-top: 10px;
  }
}

.nature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .nature-item {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 70px;
  }
}

.nature-item:last-child {
  margin-bottom: 0;
}

.nature-item__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .nature-item__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.nature-item__desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  width: 550px;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .nature-item__desc {
    font-size: 16px;
    line-height: 24px;
    width: 300px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .nature-item__image {
    margin-left: auto;
    margin-right: auto;
  }
}

.nature-item__image img {
  display: block;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .nature-item__image img {
    margin-bottom: 80px;
    margin-top: 10px;
  }
}

.nature__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.true_title {
  font-size: 32px;
  font-weight: 900;
  border-bottom: 2px solid #26648a;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .true_title {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .true_title {
    font-size: 20px;
    width: 350px;
  }
}

.true_title_sub {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .true_title_sub {
    font-size: 14px;
    letter-spacing: 2.8px;
    width: 200px;
    margin: 24px auto;
  }
}

.true_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  padding-top: 55px;
  padding-bottom: 100px;
}

.fv-true {
  position: relative;
  width: 100%;
  padding-top: 58%;
  background: url(../img/fv_true.jpg) center top/cover no-repeat;
}
@media (max-width: 1024px) {
  .fv-true {
    background: url(../img/fv_true_tb.jpg) center top/cover no-repeat;
    padding-top: 85%;
  }
}
@media (max-width: 768px) {
  .fv-true {
    background: url(../img/fv_true_sp.jpg) center top/cover no-repeat;
    padding-top: 210%;
  }
}

.fv-true__inner {
  position: absolute;
  top: 29%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .fv-true__inner {
    top: 40%;
  }
}

.fv-true__title img {
  width: 112%;
  max-width: 800px;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .fv-true__title img {
    width: 625px;
  }
}
@media (max-width: 768px) {
  .fv-true__title img {
    max-width: 300px;
  }
}

.true-lead {
  background: #f2f6ef;
  color: #26648a;
  padding-bottom: 122px;
}

.true-lead__inner {
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 76px;
}
@media (max-width: 1024px) {
  .true-lead__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .true-lead__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.true-lead__title {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .true-lead__title {
    font-size: 30px;
  }
}

.true-lead__sub {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .true-lead__sub {
    font-size: 14px;
    letter-spacing: 7px;
  }
}

.true-lead__text-contents {
  margin-top: 24px;
  text-align: left;
}
.true-lead__text-contents p {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 768px) {
  .true-lead__text-contents p {
    font-size: 16px;
    line-height: 20px;
  }
}

.true-lead-infinite {
  background: #f2f6ef;
  color: #26648a;
  overflow: hidden;
}

.true-lead-infinite__inner {
  margin: 0 auto;
  text-align: center;
}

.infinite {
  padding-top: 70px;
}

.infinite__bg-wrap {
  position: relative;
}

.infinite__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.infinite__bg_item {
  display: block;
  width: 85%;
  height: 356px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .infinite__bg_item {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .infinite__bg_item:nth-child(n+4) {
    display: none;
  }
}

.infinite__bg_item--left {
  margin-left: 0;
  margin-right: auto;
}

.infinite-bg__item--sp {
  display: none;
}

/* 400px以下 */
@media (max-width: 400px) {
  .infinite-bg__item--pc {
    display: none;
  }
  .infinite-bg__item--sp {
    display: block;
  }
}
.infinite__content {
  padding-bottom: 160px;
}

.infinite__contents {
  padding-top: 30px;
}

.infinite__contents + .infinite__contents {
  margin-top: 60px;
}

.infinite__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  position: relative;
  width: 750px;
}
@media (max-width: 1024px) {
  .infinite__inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .infinite__inner {
    display: block;
    width: 230px;
  }
}

.infinite-item {
  text-align: center;
}
@media (max-width: 768px) {
  .infinite-item {
    margin-bottom: 110px;
  }
}

.infinite-item__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
@media (max-width: 768px) {
  .infinite-item__title {
    font-size: 20px;
  }
}

.infinite-item__img-nigiru {
  margin-top: 42px;
}

.infinite-item__img-chirasu {
  width: 85%;
  margin-top: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.infinite-item__img-maku {
  width: 85%;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.infinite-item__img-noseru {
  width: 90%;
  margin-left: -30px;
}

.infinite-item__img-osu {
  width: 75%;
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.infinite-item__img-tsutsumu {
  width: 85%;
  margin-top: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.infinite-item__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin-top: 15px;
  width: 226px;
}
@media (max-width: 768px) {
  .infinite-item__text {
    margin: 20px auto;
    font-size: 16px;
    line-height: 24px;
  }
}

.infinite-item__text--noseru {
  width: 226px;
  margin-top: -15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}

.true-lead-map {
  background-color: #f2f6ef;
  color: #26648a;
  overflow: hidden;
}

.true-lead-map {
  background: #f2f6ef;
  color: #2f5d86;
  position: relative;
}

.true-lead-map__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px 90px;
  text-align: center;
}
@media (max-width: 900px) {
  .true-lead-map__inner {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .true-lead-map__inner {
    width: 305px;
  }
}

@media (max-width: 768px) {
  .true-lead-map__title {
    margin-left: -20px;
  }
}

.map-table {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 105px 1fr 1fr;
  row-gap: 24px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.map-table__header {
  height: 120px;
}

.map-table__header img {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.map-table__action {
  text-align: center;
}

.map-table__action-name {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.map-table__action img {
  height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  .map-table__action img {
    margin: 0 auto;
  }
}

.map-table__cell {
  background: #fff;
  padding: 10px 10px;
  min-height: 70px;
}
@media (max-width: 900px) {
  .map-table__cell {
    height: 110px;
  }
}

.map-table__cell p {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.map__text {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 900;
}

.map__title-sub {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
}

.true-lead-map__decor {
  width: 100%;
  display: block;
  margin-top: 40px;
}

/* =================================
   SP
================================= */
@media (max-width: 768px) {
  .map-table {
    display: block;
    margin-top: 40px;
    width: 305px;
  }
  /* Header */
  .map-table__header {
    height: auto;
    margin-bottom: 24px;
  }
  .map-table__header img {
    display: none;
  }
  /* Action */
  .map-table__action {
    margin-top: 48px;
  }
  .map-table__action-name {
    font-size: 20px;
  }
  .map-table__action img {
    height: 90px;
    margin-bottom: 16px;
  }
  /* Cells */
  .map-table__cell {
    margin: 0 auto 32px;
    padding: 20px 24px;
    height: 72px;
  }
  .map-table__cell p {
    font-size: 16px;
    line-height: 1.8;
  }
  .map-table__cell--sea {
    position: relative;
  }
  .map-table__cell--sea ::before {
    content: "";
    display: block;
    width: 46px;
    height: 18px;
    background-image: url(../img/true_map_icon_sea.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -18px;
    left: 0;
  }
  .map-table__cell--mountain {
    position: relative;
  }
  .map-table__cell--mountain ::before {
    content: "";
    display: block;
    width: 46px;
    height: 18px;
    background-image: url(../img/true_map_icon_mountain.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -18px;
    left: 0;
  }
  .map__text {
    font-size: 18px;
    margin-top: 40px;
  }
  .map__title-sub {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.true-lead-map__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.true-lead-catalog {
  position: relative;
  background-color: #ff7c77;
  margin-top: -2px;
  color: #26648a;
}

.true-lead-catalog__inner {
  margin: 0 auto;
  padding-top: 56px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.true-lead-catalog__title {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
}

.true-lead-catalog__sub {
  color: #fff;
}
@media (max-width: 768px) {
  .true-lead-catalog__sub {
    width: 250px;
  }
}

.true-lead-catalog__text {
  color: #26648a;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  width: 900px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
}
@media (max-width: 1024px) {
  .true-lead-catalog__text {
    max-width: 750px;
  }
}
@media (max-width: 900px) {
  .true-lead-catalog__text {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .true-lead-catalog__text {
    font-size: 16px;
    line-height: 20px;
    width: 300px;
  }
}

.traditional {
  position: relative;
  margin-top: 83px;
}

.traditional::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  bottom: 0;
  background: #ffffff;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 600px) {
  .traditional::before {
    top: 100px;
  }
}

.traditional__title {
  background: #fff;
  color: #ff7c77;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  width: 440px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .traditional__title {
    display: none;
  }
}

.traditional__lead {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 1100px) {
  .traditional__lead {
    width: 900px;
  }
}
@media (max-width: 1024px) {
  .traditional__lead {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .traditional__lead {
    display: none;
  }
}

.traditional-slide__inner {
  max-width: 1300px;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .traditional-slide__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.traditional-slide {
  overflow: hidden;
}
@media (max-width: 768px) {
  .traditional-slide {
    padding-top: 100px;
  }
}

.traditional-slide .swiper {
  overflow: visible;
}

/* slide */
.traditional-slide .slide {
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.traditional-slide .slide-media {
  position: relative;
  padding-top: 74.6%;
  overflow: hidden;
}

.traditional-slide .slide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.traditional-slide .swiper-slide:not(.swiper-slide-visible) .slide {
  opacity: 0.3;
  pointer-events: none;
}

.slide-title {
  color: rgba(38, 100, 138, 0.5);
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .slide-title {
    font-size: 18px;
  }
}

.slide-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .slide-text {
    display: none;
  }
}

.traditional-slide .swiper-button-prev,
.traditional-slide .swiper-button-next {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 400px) {
  .traditional-slide .swiper-button-prev,
  .traditional-slide .swiper-button-next {
    top: 50%;
  }
}

.traditional-slide .swiper-button-prev::after,
.traditional-slide .swiper-button-next::after {
  display: none;
}

.traditional-slide .swiper-button-prev {
  right: calc(100% - 20px);
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  background-image: url("../img/traditional-slider__prev.png");
}
@media (max-width: 400px) {
  .traditional-slide .swiper-button-prev {
    -webkit-transform: translate(-40px, -50%);
            transform: translate(-40px, -50%);
  }
}

.traditional-slide .swiper-button-next {
  left: calc(100% - 20px);
  -webkit-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
  background-image: url("../img/traditional-slider__next.png");
}
@media (max-width: 400px) {
  .traditional-slide .swiper-button-next {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}

.true-lead-catalog__text--sp {
  display: none;
}
@media (max-width: 768px) {
  .true-lead-catalog__text--sp {
    display: block;
    position: relative;
    z-index: 1;
    width: 300px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

.traditional-slide .swiper-slide-active .slide-title {
  color: #26648A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.emerging {
  background: #f2f6ef;
  text-align: center;
  color: #26648a;
}

.emerging__inner {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .emerging__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.emerging__title {
  background: #ff7c77;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  width: 440px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .emerging__title {
    display: none;
  }
}

.emerging_lead {
  padding-top: 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 1100px) {
  .emerging_lead {
    width: 900px;
  }
}
@media (max-width: 768px) {
  .emerging_lead {
    display: none;
  }
}

.emerging {
  position: relative;
}

.emerging-slide-slide__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .emerging-slide-slide__inner {
    padding: 0 50px;
  }
}

.emerging-slide {
  overflow: hidden;
  margin-top: 30px;
}

.emerging-slide .swiper {
  overflow: visible;
  position: relative;
  z-index: 2;
}

.emerging-slide .emerging-card__img {
  position: relative;
  aspect-ratio: 317/180;
  overflow: hidden;
}

.emerging-slide .emerging-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.emerging-card__body {
  background-color: #fff;
  width: 100%;
  margin: 20px auto 0;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 112px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .emerging-card__body {
    padding: 10px;
  }
}

.emerging-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.emerging-card__sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.emerging-card__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin-top: 20px;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .emerging-card__text {
    display: none;
  }
}

.emerging-slide .swiper-slide:not(.swiper-slide-visible) .emerging-card {
  opacity: 0.3;
  pointer-events: none;
}

.emerging-slide .swiper-button-prev,
.emerging-slide .swiper-button-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.emerging-slide .swiper-button-prev::after,
.emerging-slide .swiper-button-next::after {
  display: none;
}

.emerging-slide .swiper-button-prev {
  right: calc(100% - 20px);
  -webkit-transform: translate(-70px, -50%);
          transform: translate(-70px, -50%); /* ← 左へ20px */
  background-image: url("../img/traditional-slider__prev.png");
}
@media (max-width: 768px) {
  .emerging-slide .swiper-button-prev {
    -webkit-transform: translate(-50px, -50%);
            transform: translate(-50px, -50%);
  }
}

.emerging-slide .swiper-button-next {
  left: calc(100% - 20px);
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
  background-image: url("../img/traditional-slider__next.png");
}
@media (max-width: 768px) {
  .emerging-slide .swiper-button-next {
    -webkit-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
  }
}

.emerging_lead--sp {
  display: none;
}
@media (max-width: 768px) {
  .emerging_lead--sp {
    display: block;
    position: relative;
    z-index: 1;
    width: 300px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 40px;
  }
}

.emerging__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.sowhat__title {
  font-size: 32px;
  font-weight: 900;
  border-bottom: 2px solid #26648a;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .sowhat__title {
    font-size: 20px;
    max-width: 350px;
    text-align: center;
    text-align: center;
    margin: 0 auto;
  }
}

.sowhat__title-sub {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .sowhat__title-sub {
    font-size: 14px;
    letter-spacing: 2.8px;
    margin-top: 12px;
  }
}

.sowhat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.fv-sowhat {
  position: relative;
  width: 100%;
  padding-top: 58%;
  background: url(../img/fv_sowhat.jpg) center top/cover no-repeat;
}
@media (max-width: 1024px) {
  .fv-sowhat {
    background: url(../img/fv_sowhat_tb.jpg) center top/cover no-repeat;
    padding-top: 86%;
  }
}
@media (max-width: 768px) {
  .fv-sowhat {
    background: url(../img/fv_sowhat_sp.jpg) center top/cover no-repeat;
    padding-top: 190%;
  }
}

.fv-sowhat__inner {
  position: absolute;
  top: 29%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .fv-sowhat__inner {
    top: 40%;
  }
}

.fv-sowhat__title img {
  width: 130%;
  max-width: 900px;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .fv-sowhat__title img {
    max-width: 710px;
  }
}
@media (max-width: 768px) {
  .fv-sowhat__title img {
    max-width: 330px;
  }
}

.sowhat-lead {
  background: #f2f6ef;
  color: #26648a;
  padding-bottom: 180px;
}

.sowhat-lead__inner {
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 76px;
}
@media (max-width: 1024px) {
  .sowhat-lead__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .sowhat-lead__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sowhat-lead__title {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .sowhat-lead__title {
    font-size: 30px;
  }
}

.sowhat-lead__sub {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .sowhat-lead__sub {
    font-size: 14px;
    letter-spacing: 7px;
  }
}

.sowhat-lead-eat__title {
  margin-top: 80px;
}

.sowhat-lead-eat__text {
  margin-top: 100px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 768px) {
  .sowhat-lead-eat__text {
    max-width: 300px;
    font-size: 16px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.map-embed {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 800px;
}
@media (max-width: 768px) {
  .map-embed {
    height: 1000px;
  }
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin: 80px auto;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .map-contents {
    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;
    width: 350px;
    margin: 60px auto;
  }
}

.map-contents__left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .map-contents__left {
    width: 300px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: contents;
  }
}

.map-contents__right {
  width: 624px;
}
@media (max-width: 1100px) {
  .map-contents__right {
    width: 400px;
  }
}
@media (max-width: 850px) {
  .map-contents__right {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .map-contents__right {
    width: 300px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.map-contents__img {
  display: block;
  height: auto;
  min-width: 0;
}

.map-contents__img--ex {
  width: 425px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .map-contents__img--ex {
    width: 350px;
  }
}
@media (max-width: 850px) {
  .map-contents__img--ex {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .map-contents__img--ex {
    width: 300px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.map-contents__img--decor {
  width: 270px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .map-contents__img--decor {
    width: 260px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.map-contents__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  width: 624px;
}
@media (max-width: 1100px) {
  .map-contents__text {
    width: 400px;
  }
}
@media (max-width: 850px) {
  .map-contents__text {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .map-contents__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.map-contents__explain {
  margin-top: 52px;
  line-height: 34px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .map-contents__explain {
    font-size: 16px;
    line-height: 24px;
  }
}

.map-contents__explain-item + .map-contents__explain-item {
  margin-top: 40px;
}

.map-contents__explain-top {
  font-weight: 700;
}

.map-contents__explain-text {
  font-weight: 400;
}

.sowhat-lead-project {
  background: #e1eada;
  color: #26648a;
  overflow: hidden;
}

.sowhat-lead-project__inner {
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
}
@media (max-width: 768px) {
  .sowhat-lead-project__inner {
    padding-bottom: 100px;
  }
}

.project {
  position: relative;
  margin-top: 140px;
}

.project__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project__bg {
  display: block;
  width: 76.85%;
  height: 356px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .project__bg {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .project__bg {
    width: 90%;
  }
}

.project__bg--left {
  margin-left: 0;
  margin-right: auto;
}

.project__bg_sp {
  display: none;
}
@media (max-width: 768px) {
  .project__bg_sp {
    display: block;
  }
}

.project__contents {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project__card {
  margin-top: -40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 30px;
  width: 630px;
  text-align: center;
}
@media (max-width: 768px) {
  .project__card {
    display: block;
  }
}

.project__item {
  display: block;
  text-decoration: none;
  color: inherit;
}

.project__item img {
  width: 291px;
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .project__item img {
    margin: 0 auto;
  }
}

.project__text {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  text-align: left;
}
@media (max-width: 768px) {
  .project__text {
    font-size: 16px;
    line-height: 24px;
    width: 225px;
    margin: 0 auto 60px;
    padding-top: 20px;
  }
}

.project__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.about__title {
  font-size: 32px;
  font-weight: 900;
  border-bottom: 2px solid #00bb3f;
  display: inline-block;
  padding-bottom: 10px;
  color: #00bb3f;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 20px;
  }
}

.about__title--sub {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
  color: #00bb3f;
}
@media (max-width: 768px) {
  .about__title--sub {
    font-size: 14px;
    letter-spacing: 2.8px;
    margin-top: 15px;
  }
}

.fv-about {
  position: relative;
  width: 100%;
  padding-top: 58%;
  background: url(../img/fv_about.jpg) center top/cover no-repeat;
}
@media (max-width: 1024px) {
  .fv-about {
    background: url(../img/fv_about_tb.jpg) center top/cover no-repeat;
    padding-top: 85%;
  }
}
@media (max-width: 768px) {
  .fv-about {
    background: url(../img/fv_about_sp.jpg) center top/cover no-repeat;
    padding-top: 190%;
  }
}

.fv-about__inner {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .fv-about__inner {
    top: 40%;
  }
}

.fv-about__title img {
  max-width: 820px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .fv-about__title img {
    max-width: 654px;
  }
}
@media (max-width: 768px) {
  .fv-about__title img {
    max-width: 310px;
  }
}

.about-guide {
  background: #000;
  margin-top: -2px;
  overflow: hidden;
}

.about-guide__inner {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .about-guide__inner {
    padding-top: 70px;
  }
}

.about-guide__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 768px) {
  .about-guide__title {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-guide__sub {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
  color: #fff;
  margin-top: 20px;
}

.guide {
  position: relative;
  padding-bottom: 112vw;
  overflow-x: hidden;
}
@media (max-width: 1100px) {
  .guide {
    padding-bottom: 210vw;
  }
}
@media (max-width: 768px) {
  .guide {
    padding-bottom: 330vw;
    margin-top: 70px;
  }
}

.guide__contents {
  position: relative;
}

.guide__item {
  position: relative;
  overflow: visible;
  display: block;
  color: inherit;
  text-decoration: none;
}

.guide__head {
  text-align: center;
  position: absolute;
}

.guide__head--what {
  top: 14.6vw;
  left: 24vw;
}
@media (max-width: 1100px) {
  .guide__head--what {
    top: 16vw;
    left: 32vw;
  }
}
@media (max-width: 768px) {
  .guide__head--what {
    left: 37vw;
  }
}

.guide__head--history {
  top: 48vw;
  left: 28vw;
}
@media (max-width: 1100px) {
  .guide__head--history {
    top: 70vw;
    left: 5vw;
  }
}
@media (max-width: 768px) {
  .guide__head--history {
    top: 114vw;
    left: 10vw;
  }
}

.guide__head--sake {
  top: 67vw;
  left: 5vw;
}
@media (max-width: 1100px) {
  .guide__head--sake {
    top: 105vw;
    left: 10vw;
  }
}
@media (max-width: 768px) {
  .guide__head--sake {
    top: 155vw;
  }
}

.guide__head--use {
  top: 91vw;
  right: 17vw;
}
@media (max-width: 1100px) {
  .guide__head--use {
    top: 170vw;
    right: 22vw;
  }
}
@media (max-width: 768px) {
  .guide__head--use {
    top: 275vw;
    right: 5vw;
  }
}

.guide__title {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .guide__title {
    font-size: 24px;
  }
}

.guide__title--what {
  color: #fdd700;
}
@media (max-width: 768px) {
  .guide__title--what {
    margin-left: 30px;
  }
}

.guide__title--history {
  color: #fd40de;
}
@media (max-width: 768px) {
  .guide__title--history {
    width: 97px;
    margin-left: 20px;
  }
}

.guide__title--sake {
  color: #2ed147;
}
@media (max-width: 768px) {
  .guide__title--sake {
    width: 150px;
  }
}

.guide__title--use {
  color: #5ca1ee;
}
@media (max-width: 768px) {
  .guide__title--use {
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .guide__line--what {
    width: 195px;
  }
}

.guide__line--history {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .guide__line--history {
    width: 190px;
    margin-left: -20px;
  }
}

.guide__line--sake {
  margin-top: -15px;
}
@media (max-width: 768px) {
  .guide__line--sake {
    width: 167px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .guide__line--use {
    width: 195px;
    margin-left: 50px;
  }
}

.guide__sub {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 768px) {
  .guide__sub {
    font-size: 14px;
    letter-spacing: 7px;
  }
}

.guide__sub--what {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .guide__sub--what {
    margin-top: 10px;
  }
}

.guide__sub--history {
  margin-top: 20px;
  margin-left: 180px;
}
@media (max-width: 768px) {
  .guide__sub--history {
    margin-left: -40px;
  }
}

.guide__sub--use {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .guide__sub--use {
    letter-spacing: 4.2px;
  }
}

.guide__sub--sake {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .guide__sub--sake {
    letter-spacing: 4.2px;
  }
}

.guide__img {
  position: absolute;
}

.guide__img--what {
  width: 62%;
  top: 8vw;
  left: -3vw;
  z-index: 2;
}
@media (max-width: 1100px) {
  .guide__img--what {
    width: 85%;
    left: -5vw;
  }
}
@media (max-width: 768px) {
  .guide__img--what {
    width: 135%;
    left: -25vw;
    max-width: none;
  }
}

.guide__img--history {
  width: 73%;
  top: -8.5vw;
  right: -9.3vw;
  z-index: 1;
}
@media (max-width: 1100px) {
  .guide__img--history {
    top: 18vw;
    right: -25vw;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .guide__img--history {
    width: 120%;
    max-width: none;
    top: 30vw;
    right: -45vw;
  }
}

.guide__img--sake {
  width: 40%;
  top: 62vw;
  left: 4vw;
  z-index: 2;
}
@media (max-width: 1100px) {
  .guide__img--sake {
    top: 90vw;
    left: 20vw;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .guide__img--sake {
    width: 75%;
    max-width: none;
    top: 140vw;
  }
}

.guide__img--use {
  width: 59%;
  top: 62vw;
  right: 0;
}
@media (max-width: 1100px) {
  .guide__img--use {
    width: 85%;
    top: 130vw;
  }
}
@media (max-width: 768px) {
  .guide__img--use {
    width: 130%;
    max-width: none;
    top: 210vw;
    right: -20vw;
  }
}

.guide__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.about-glossary {
  background: #99ffd4;
  margin-top: -2px;
  text-align: center;
}

.about-glossary__inner {
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1100px) {
  .about-glossary__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .about-glossary__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.glossary-book {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
}

.glossary-book__base {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .glossary-book__base {
    display: none;
  }
}

.glossary-book__base--sp {
  display: none;
}
@media (max-width: 768px) {
  .glossary-book__base--sp {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
  }
}

.base--right {
  display: none;
}
@media (max-width: 768px) {
  .base--right {
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-top: -10px;
  }
}

.glossary-book__inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .glossary-book__inner {
    display: block;
  }
}

.glossary-book__photo {
  width: 90%;
  margin-left: 37px;
  position: relative;
}
@media (max-width: 768px) {
  .glossary-book__photo {
    width: 80%;
    margin-left: 16%;
  }
}

.glossary-book__label {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
  text-align: left;
  position: absolute;
  bottom: 170px;
  left: 60px;
}
@media (max-width: 768px) {
  .glossary-book__label {
    top: 28%;
    left: 20%;
  }
}
@media (max-width: 600px) {
  .glossary-book__label {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 400px) {
  .glossary-book__label {
    top: 25%;
  }
}

.glossary-book__right {
  position: relative;
  text-align: center;
  color: #26648a;
  margin-top: 80px;
  margin-left: -70px;
}
@media (max-width: 990px) {
  .glossary-book__right {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .glossary-book__right {
    margin-top: 100px;
  }
}
@media (max-width: 500px) {
  .glossary-book__right {
    margin-top: 50px;
  }
}
@media (max-width: 400px) {
  .glossary-book__right {
    margin-top: 40px;
  }
}

.glossary-book__category {
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .glossary-book__category {
    font-size: 16px;
  }
}

.glossary-book__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 950px) {
  .glossary-book__title {
    font-size: 20px;
  }
}

.glossary-book__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  max-width: 380px;
  text-align: left;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 15px;
  z-index: 2;
}
@media (max-width: 950px) {
  .glossary-book__text {
    font-size: 18px;
    line-height: 28px;
    width: 293px;
    padding-top: 5px;
  }
}
@media (max-width: 400px) {
  .glossary-book__text {
    font-size: 14px;
    line-height: 20px;
    width: 233px;
  }
}

.glossary-book__right-bg {
  display: none;
  width: min(80%, 520px);
  position: absolute;
  top: -84px;
  left: 50px;
  aspect-ratio: 461/502;
  height: auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  .glossary-book__right-bg {
    top: -60px;
    width: 78%;
    left: 55px;
  }
}
@media (max-width: 768px) {
  .glossary-book__right-bg {
    width: 73%;
    top: -90px;
  }
}
@media (max-width: 500px) {
  .glossary-book__right-bg {
    width: 71%;
    top: -50px;
  }
}
@media (max-width: 400px) {
  .glossary-book__right-bg {
    width: 69%;
    top: -40px;
  }
}

.glossary-book__detail-btn {
  background: #26648a;
  width: 110px;
  height: 36px;
  color: #fff;
  line-height: 32px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-left: 20px;
  position: absolute;
  bottom: 160px;
  right: 100px;
  z-index: 2;
}
@media (max-width: 1155px) {
  .glossary-book__detail-btn {
    bottom: 140px;
    width: 98px;
    height: 27px;
    padding-left: 10px;
  }
}
@media (max-width: 830px) {
  .glossary-book__detail-btn {
    bottom: 110px;
  }
}
@media (max-width: 768px) {
  .glossary-book__detail-btn {
    bottom: -30px;
    right: 170px;
  }
}
@media (max-width: 500px) {
  .glossary-book__detail-btn {
    right: 140px;
    bottom: -10px;
  }
}
@media (max-width: 400px) {
  .glossary-book__detail-btn {
    width: 78px;
    bottom: -28px;
    right: 120px;
  }
}

.glossary-book__detail {
  font-size: 13px;
}
.glossary-book__detail span {
  font-size: 24px;
}
@media (max-width: 1050px) {
  .glossary-book__detail span {
    font-size: 21px;
  }
}
@media (max-width: 950px) {
  .glossary-book__detail span {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .glossary-book__detail span {
    font-size: 12px;
  }
}

.glossary-nav {
  margin-top: 40px;
  color: #26648a;
}

.glossary-nav__category {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  background: #fff;
  display: inline-block;
  padding-bottom: 3px;
  width: 415px;
}
@media (max-width: 768px) {
  .glossary-nav__category {
    width: 300px;
    font-size: 20px;
  }
}

.glossary-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  margin-top: 20px;
  padding-bottom: 90px;
}
@media (max-width: 900px) {
  .glossary-nav__items {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .glossary-nav__items {
    width: 310px;
    gap: 5px 40px;
  }
}

.book-nav__btn {
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
  color: #26648a;
  font-size: 20px;
}

.about-dictionary {
  background: #fff;
  margin-top: -2px;
  text-align: center;
  overflow: hidden;
}

.about-dictionary__inner {
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1100px) {
  .about-dictionary__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .about-dictionary__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.about-dictionary__title {
  color: #777dff;
  border-bottom: 2px solid #777dff;
}

.about-dictionary__sub {
  color: #777dff;
}

.dictionary-book {
  position: relative;
  margin: 20px auto;
  max-width: 1100px;
}

.dictionary-book__base {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .dictionary-book__base {
    display: none;
  }
}

.dictionary-book__base--sp {
  display: none;
}
@media (max-width: 768px) {
  .dictionary-book__base--sp {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
  }
}

.dictionary-base--right {
  display: none;
}
@media (max-width: 768px) {
  .dictionary-base--right {
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-top: -10px;
  }
}

.dictionary-book__inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .dictionary-book__inner {
    display: block;
  }
}

.dictionary-book__photo {
  width: 90%;
  margin-left: 37px;
  position: relative;
}
@media (max-width: 768px) {
  .dictionary-book__photo {
    width: 80%;
    margin-left: 16%;
  }
}

.dictionary-book__label--sub {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
  text-align: left;
  position: absolute;
  bottom: 280px;
  left: 75px;
}
@media (max-width: 768px) {
  .dictionary-book__label--sub {
    top: 24%;
    left: 22%;
  }
}
@media (max-width: 600px) {
  .dictionary-book__label--sub {
    top: 22%;
    font-size: 18px;
    left: 21%;
  }
}
@media (max-width: 400px) {
  .dictionary-book__label--sub {
    top: 20%;
  }
}

.dictionary-book__label {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 96px;
  font-weight: 900;
  line-height: 52px;
  text-align: left;
  position: absolute;
  bottom: 200px;
  left: 60px;
}
@media (max-width: 768px) {
  .dictionary-book__label {
    top: 28%;
    left: 20%;
  }
}
@media (max-width: 600px) {
  .dictionary-book__label {
    top: 25%;
    font-size: 65px;
  }
}

.dictionary-book__label.small {
  font-size: 64px;
  line-height: 98px;
  bottom: 180px;
}

.dictionary-book__right {
  text-align: center;
  color: #26648a;
  margin-top: 100px;
  margin-left: -70px;
}
@media (max-width: 1200px) {
  .dictionary-book__right {
    margin-top: 80px;
  }
}
@media (max-width: 990px) {
  .dictionary-book__right {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .dictionary-book__right {
    margin-top: 100px;
  }
}
@media (max-width: 500px) {
  .dictionary-book__right {
    margin-top: 60px;
  }
}
@media (max-width: 400px) {
  .dictionary-book__right {
    margin-top: 50px;
  }
}

.dictionary-book__category {
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
}
@media (max-width: 1100px) {
  .dictionary-book__category {
    font-size: 16px;
  }
}

.dictionary-book__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
}
@media (max-width: 950px) {
  .dictionary-book__title {
    font-size: 20px;
  }
}

.dictionary-book__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  width: 380px;
  text-align: left;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 15px;
  z-index: 2;
}
@media (max-width: 950px) {
  .dictionary-book__text {
    font-size: 18px;
    line-height: 28px;
    width: 293px;
    padding-top: 5px;
  }
}
@media (max-width: 400px) {
  .dictionary-book__text {
    width: 223px;
    font-size: 14px;
    line-height: 20px;
  }
}

.dictionary-book__detail-btn {
  background: #26648a;
  width: 110px;
  height: 36px;
  color: #fff;
  line-height: 32px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-left: 20px;
  position: absolute;
  bottom: 160px;
  right: 100px;
  z-index: 2;
}
@media (max-width: 990px) {
  .dictionary-book__detail-btn {
    bottom: 135px;
    width: 98px;
    height: 27px;
    padding-left: 10px;
  }
}
@media (max-width: 830px) {
  .dictionary-book__detail-btn {
    bottom: 110px;
  }
}
@media (max-width: 768px) {
  .dictionary-book__detail-btn {
    bottom: 300px;
    right: 200px;
  }
}
@media (max-width: 670px) {
  .dictionary-book__detail-btn {
    bottom: 200px;
  }
}
@media (max-width: 550px) {
  .dictionary-book__detail-btn {
    bottom: 130px;
    width: 78px;
    right: 160px;
  }
}
@media (max-width: 400px) {
  .dictionary-book__detail-btn {
    bottom: 95px;
    right: 120px;
  }
}

.dictionary-book__detail {
  font-size: 13px;
}
.dictionary-book__detail span {
  font-size: 24px;
}
@media (max-width: 950px) {
  .dictionary-book__detail span {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .dictionary-book__detail span {
    font-size: 12px;
  }
}

.dictionary-nav {
  margin-top: 40px;
  color: #26648a;
}

.dictionary-nav__category {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  background: #99ffd4;
  display: inline-block;
  padding-bottom: 3px;
  width: 415px;
}
@media (max-width: 768px) {
  .dictionary-nav__category {
    width: 300px;
    font-size: 20px;
  }
}

.dictionary-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  margin-top: 20px;
  padding-bottom: 90px;
}
@media (max-width: 900px) {
  .dictionary-nav__items {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .dictionary-nav__items {
    width: 310px;
    gap: 5px 40px;
  }
}

.dictionary-nav__btn {
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
  color: #26648a;
}

.dictionary__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.about-types {
  background: #000;
  margin-top: -2px;
  overflow: hidden;
}

.about-types__inner {
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 270px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-types__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.about-types__title {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.about-types__sub {
  color: #fff;
}

.types__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .types__contents {
    display: block;
  }
}

.types-card {
  width: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .types-card {
    margin-top: 50px;
  }
}

.type-card__top {
  width: 100%;
  max-width: 320px;
  height: 84px;
  position: relative;
  margin: 0 auto;
}

.types-card__top-bg {
  width: 100%;
  height: auto;
  display: block;
}

.types-card__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 900;
  line-height: 30px;
  color: #26648a;
  width: 214px;
}

.types-card__title {
  font-size: 24px;
}

.types-card__subtitle {
  font-size: 20px;
}

.types-card__img {
  width: 100%;
  max-width: 320px; /* タブと揃えると綺麗 */
  margin: 20px auto 0;
  height: 200px;
  overflow: hidden;
}

.types-card__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}

.single__content em {
  font-family: "Noto Serif", serif;
  font-style: italic;
}

.single__content figure {
  margin: 48px 0;
}

.single__content img {
  max-width: 900px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .single__content figure {
    padding: 0 16px;
  }
}
.single__content p {
  margin: 0 0 1em;
}

.single__content strong,
.single__content b {
  font-weight: 700;
  text-decoration: none;
}

.single__content a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.single__content a strong,
.single__content a b {
  font-weight: inherit;
  text-decoration: inherit;
}

.single-top {
  position: relative;
  height: 300px;
  background-image: url("../img/single.top.png");
  background-position: center bottom;
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb {
  position: absolute;
  top: 110px;
  left: 40px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.breadcrumb__list li {
  color: #26648a;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}
@media (max-width: 768px) {
  .breadcrumb__list li {
    font-size: 12px;
  }
}

.breadcrumb__list li + li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin: 0 5px;
  background: url("../img/single_bread_arrow.png") no-repeat center/contain;
}

.breadcrumb__list li:first-child a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/single_bread_home.png") no-repeat center/contain;
  text-indent: -9999px;
  overflow: hidden;
}

.single__inner {
  position: relative;
  background: #f2f6ef;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .single__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.single__header {
  padding-top: 70px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.single__title {
  color: #26648a;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .single__title {
    font-size: 30px;
  }
}

.single__thumb {
  padding-top: 45px;
}

.single__thumb-caption {
  padding-top: 20px;
  color: #26648a;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}

.single-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  max-width: 980px;
  margin: 40px auto 56px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .single-intro {
    display: block;
    padding: 0;
  }
}

.single-intro__image {
  width: 175px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .single-intro__image {
    margin: 0 auto;
  }
}

.single-intro__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 20px;
  line-height: 1.9;
  font-size: 16px;
  color: #333;
  position: relative;
}
@media (max-width: 768px) {
  .single-intro__text {
    margin-top: 20px;
  }
}

.single-intro__text::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 22px 28px 22px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}
@media (max-width: 768px) {
  .single-intro__text::before {
    top: -20px;
    border-width: 0 22px 28px 22px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.single-intro__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #26648a;
}
@media (max-width: 768px) {
  .single-intro__text p {
    font-size: 16px;
    font-weight: 400;
  }
}

.single-toc {
  position: relative;
  max-width: 820px;
  margin: 85px auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .single-toc {
    padding: 0;
  }
}

.single-toc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 986px;
  height: 3px;
  background-color: #26648a;
}
@media (max-width: 768px) {
  .single-toc::before {
    width: 95%;
  }
}

.single-toc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 986px;
  height: 3px;
  background-color: #26648a;
}
@media (max-width: 768px) {
  .single-toc::after {
    width: 95%;
  }
}

.single-toc__head {
  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: 8px;
  width: 100%;
  margin-bottom: 51px;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  color: #26648a;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .single-toc__head {
    font-size: 16px;
  }
}

/* 矢印 */
.single-toc__arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 開いた時の矢印回転 */
.single-toc.is-open .single-toc__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 本体（アコーディオン） */
.single-toc__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.single-toc.is-open .single-toc__body {
  max-height: 2000px;
}

.single-toc #ez-toc-container {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.single-toc #ez-toc-container .ez-toc-title-container {
  display: none !important;
}

.single-toc #ez-toc-container .ez-toc-list-level-1 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.single-toc #ez-toc-container .ez-toc-heading-level-2 {
  margin-bottom: 58px;
}

.single-toc #ez-toc-container .ez-toc-heading-level-2 > a.ez-toc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #26648a;
  font-size: 26px;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 15px;
  letter-spacing: 0.01px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .single-toc #ez-toc-container .ez-toc-heading-level-2 > a.ez-toc-link {
    font-size: 20px;
  }
}

.single-toc .ez-toc-heading-level-2 > a::before {
  content: "";
  width: 30px;
  height: 32px;
  display: inline-block;
  background: url(../img/single_decor_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-toc .ez-toc-list-level-1 > li {
  margin-bottom: 32px;
}

.single-toc #ez-toc-container .ez-toc-heading-level-3 > a.ez-toc-link {
  position: relative;
  padding-left: 70px;
  text-decoration: none;
  color: #26648a;
  font-size: 20px;
  font-weight: 900;
  line-height: 45px;
}
@media (max-width: 768px) {
  .single-toc #ez-toc-container .ez-toc-heading-level-3 > a.ez-toc-link {
    font-size: 16px;
    padding-left: 55px;
  }
}

.single-toc #ez-toc-container .ez-toc-heading-level-3 > a.ez-toc-link::before {
  content: "•";
  position: absolute;
  left: 30px;
  top: 0;
  color: #26648a;
}

.single__content {
  padding-bottom: 200px;
  color: #26648a;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single__content {
    font-size: 18px;
    line-height: 25px;
  }
}

.single__content h2 {
  position: relative;
  margin: 80px 0 32px;
  padding: 27px 110px;
  background: #ffffff;
  border-radius: 30px;
  color: #26648a;
  font-size: 26px;
  font-weight: 900;
  line-height: normal;
  -webkit-transform: translateX(-75px);
          transform: translateX(-75px);
  width: 900px;
}
@media (max-width: 1170px) {
  .single__content h2 {
    margin-left: 70px;
    width: 760px;
  }
}
@media (max-width: 768px) {
  .single__content h2 {
    font-size: 20px;
    margin-left: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 600px) {
  .single__content h2 {
    width: 400px;
  }
}
@media (max-width: 520px) {
  .single__content h2 {
    width: 300px;
  }
}
@media (max-width: 420px) {
  .single__content h2 {
    width: 250px;
  }
}
@media (max-width: 380px) {
  .single__content h2 {
    width: 230px;
  }
}

.single__content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 42px;
  background: #6ff5d8;
  border-radius: 30px 0 0 0;
}
@media (max-width: 768px) {
  .single__content h2::before {
    width: 67px;
    height: 34px;
  }
}

.single__content h3 {
  margin: 48px 0 20px;
  padding: 3px 14px;
  background: #26648a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}
@media (max-width: 768px) {
  .single__content h3 {
    font-size: 18px;
  }
}

.single__content blockquote,
.single__content .wp-block-quote {
  margin: 20px auto;
  padding: 30px 35px;
  background: #fffff3;
  color: #26648a;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 768px) {
  .single__content blockquote,
  .single__content .wp-block-quote {
    font-size: 18px;
    line-height: 25px;
    padding: 20px 10px;
  }
}

.single__content .wp-block-preformatted {
  max-width: 1050px;
  margin: 55px auto;
  padding: 28px 26px;
  border: 1px dotted #26648a;
  color: #26648a;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 768px) {
  .single__content .wp-block-preformatted {
    font-size: 14px;
    line-height: 20px;
  }
}

.single-author {
  max-width: 1000px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.single-author__icon {
  width: 30px;
  height: 30px;
  background: url(../img/single_author_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.single-author__name {
  color: #26648a;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.single-share {
  display: none;
  padding-bottom: 240px;
  text-align: center;
  margin: 0 auto;
}

.single-share__title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.single-share__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;
  gap: 20px;
  margin-top: 30px;
}

.single-share__list img {
  width: 68px;
  height: 68px;
  display: block;
}
@media (max-width: 768px) {
  .single-share__list img {
    width: 40px;
    height: 40px;
  }
}

.fuud-map {
  position: relative;
  min-height: 200px;
}

.fuud-map__decor {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
  z-index: 0;
  width: 100%;
}

.fuud-map__inner {
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(63, 66, 69, 0.35);
  z-index: 1000;
}

.header__inner {
  width: 100%;
  margin: 0 auto;
  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;
  padding: 11px 24px;
}

.header__logo img {
  max-width: 432px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 260px;
  }
}

.header__nav-toggle {
  margin-left: auto;
  margin-right: 50px;
}
.header__nav-toggle img {
  max-width: 51px;
  display: block;
}

.header-nav__menu {
  position: fixed;
  inset: 0;
  background: #06132f;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.header-nav__menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header-nav__close {
  position: absolute;
  top: 32px;
  right: 40px;
  cursor: pointer;
}

.header-nav__close img {
  width: 27px;
  height: auto;
}

.header-nav__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  height: 100%;
  margin: 0 auto;
  padding: 50px 40px 0;
  color: #fff;
  max-width: 1300px;
}
@media (max-width: 990px) {
  .header-nav__inner {
    padding: 40px 20px;
    grid-template-columns: 0.8fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .header-nav__inner {
    display: block;
    padding: 28px;
  }
}

.header-nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-nav__logo img {
  max-width: 260px;
  height: auto;
}
@media (max-width: 990px) {
  .header-nav__logo img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .header-nav__logo img {
    width: 200px;
  }
}

.header-nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 130px;
}
@media (max-width: 700px) {
  .header-nav__list {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .header-nav__list {
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto;
  }
}

.header-nav__list a {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  width: 273px;
}
@media (max-width: 768px) {
  .header-nav__list a {
    width: 273px;
  }
}

.header-nav__list li:last-child a {
  border-bottom: none;
}

.header-nav__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 120px;
  margin-left: 30px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .header-nav__cta {
    margin: 0;
  }
}

.nav-btn {
  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;
  border-radius: 14px;
  font-size: 24px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
  color: #fff;
  width: 271px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 990px) {
  .nav-btn {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .nav-btn {
    width: 271px;
  }
}

.nav-btn--map {
  background: #9bb6c8;
  padding: 18px 16px;
}

.nav-btn--survey {
  background: #f6a15f;
  padding: 25px 16px;
}

.nav-btn--contact {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  width: 175px;
  border-radius: 25px;
  margin-top: 20px;
}
@media (max-width: 990px) {
  .nav-btn--contact {
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  .nav-btn--contact {
    margin: 0 auto;
  }
}

.header-nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.nav-icon {
  height: 34px;
}

.footer {
  margin-top: -40px;
}

.footer__contents {
  position: relative;
  text-align: center;
  color: #1b4865;
  padding-bottom: 150px;
  background: url("../img/footer_bg.png") no-repeat center bottom/cover;
}

.footer__contents {
  text-align: center;
  color: #1b4865;
  padding-bottom: 380px;
}

.footer__inner {
  padding-top: 130px;
}

.footer__title {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 30px;
  }
}

.footer__lead {
  padding-top: 66px;
}

.footer__lead-title {
  color: #736b36;
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .footer__lead-title {
    font-size: 24px;
  }
}

.lead-top__text {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  width: 605px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .lead-top__text {
    width: 325px;
    font-size: 18px;
    line-height: 24px;
  }
}

.footer__company {
  padding-top: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  width: 605px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__company {
    width: 340px;
    font-size: 16px;
    line-height: 24px;
  }
}

.footer_company-strong {
  font-weight: 700;
}

.footer__mail {
  position: relative;
  font-weight: 400;
  color: inherit;
}

.footer__mail::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 2px;
  width: 60%;
  height: 1px;
  background: currentColor;
}

.footer-project {
  margin-top: 70px;
}

.footer__team-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 630px;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .footer__team-images {
    display: block;
    width: 250px;
  }
}

.footer__team-image {
  width: 200px;
}
@media (max-width: 768px) {
  .footer__team-image {
    margin-bottom: 10px;
    width: 250px;
  }
}

.footer-project__head {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .footer-project__head {
    margin-bottom: 26px;
  }
}

.footer-project__text {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .footer-project__text {
    display: none;
  }
}

.footer__lead-team {
  margin-top: 65px;
}

.lead-team__member {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 768px) {
  .lead-team__member {
    width: 350px;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 20px;
  }
}

.footer-survey__text {
  color: #1b4865;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  width: 785px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px auto 0;
}
@media (max-width: 1024px) {
  .footer-survey__text {
    width: 605px;
  }
}
@media (max-width: 768px) {
  .footer-survey__text {
    width: 325px;
    font-size: 16px;
    line-height: 25px;
  }
}

.footer-survey__btn {
  display: inline-block;
  width: 678px;
  background-color: #736b36;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .footer-survey__btn {
    width: 100%;
    margin-top: 30px;
    font-size: 28px;
  }
}

.footer__icon {
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  width: 200px;
}
@media (max-width: 768px) {
  .footer__icon {
    bottom: 11%;
  }
}

.footer__icon img {
  width: 86px;
  height: auto;
}

.icon__muntain {
  padding-left: 60px;
}

.footer__copyright {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  width: 605px;
}
@media (max-width: 768px) {
  .footer__copyright {
    width: 325px;
    font-size: 16px;
  }
}

.fuud-map__inner {
  text-align: center;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background: url("../img/fuud_map_bg.png") no-repeat center/cover;
  margin-top: -15px;
  z-index: 2;
}

.fuud-map__banner {
  display: inline-block;
}
.fuud-map__banner img {
  width: 100%;
  max-width: 570px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .fuud-map__banner img {
    width: 350px;
  }
}

.fuud-map__sub {
  color: #25258b;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 4.8px;
}
@media (max-width: 1024px) {
  .fuud-map__sub {
    width: 700px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .fuud-map__sub {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 3.6px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-video {
    height: 335px;
  }
}

.top-video__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.fv {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow: hidden;
}

.fv__bg {
  position: relative;
}

.fv-bg__top-wrap {
  position: relative;
}

.fv__top {
  width: 100%;
  display: block;
}

.fv__copy {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  font-weight: 900;
  line-height: 25px;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
  color: #26648a;
}
@media (max-width: 1024px) {
  .fv__copy {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .fv__copy {
    font-size: 20px;
    width: 270px;
    white-space: normal;
    top: 26%;
  }
}

.fv__bottom {
  margin-top: -15px;
}
@media (max-width: 768px) {
  .fv__bottom {
    margin-top: -14px;
  }
}

.fv-bg__sea-wrap {
  position: relative;
}

.fv-bg__sea {
  margin-top: -40px;
}

.fv-bg__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fv-bg__back {
  position: absolute;
  top: -26%;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .fv-bg__back {
    top: -24%;
  }
}

.fv__text-bottom {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  letter-spacing: 2px;
  z-index: 3;
  position: absolute;
  bottom: 40px;
  right: 180px;
  text-align: right;
  width: 100%;
}
@media (max-width: 1024px) {
  .fv__text-bottom {
    right: 130px;
  }
}
@media (max-width: 768px) {
  .fv__text-bottom {
    font-size: 16px;
    right: 15px;
    bottom: 20px;
  }
}

.fv__contents {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .fv__contents {
    top: 30px;
  }
}

.fv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.fv__btn-item {
  text-decoration: none;
  color: #26648a;
  font-weight: 900;
}

.fv__btn-item img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .fv__btn-item img {
    width: 70px;
  }
}

.fv__btn-item span {
  display: block;
  margin-top: -40px;
  font-size: 24px;
}
@media (max-width: 1160px) {
  .fv__btn-item span {
    font-size: 16px;
    margin-top: -25px;
  }
}

.fv__title {
  margin-top: 54%;
  width: 70%;
  margin-left: 95px;
}
@media (max-width: 1200px) {
  .fv__title {
    width: 58%;
    margin-top: 50%;
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .fv__title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120%;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fv__catch {
  color: #FFF;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
  text-align: left;
  margin-left: 110px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .fv__catch {
    font-size: 31px;
    margin-left: 68px;
  }
}
@media (max-width: 950px) {
  .fv__catch {
    font-size: 23px;
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .fv__catch {
    margin-left: 20px;
    font-size: 14px;
  }
}

.fv__title-sub {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  margin-left: 110px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .fv__title-sub {
    font-size: 28px;
    margin-left: 68px;
    margin-top: 27px;
  }
}
@media (max-width: 950px) {
  .fv__title-sub {
    font-size: 20px;
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .fv__title-sub {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.fv__catch-sub {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
  text-align: left;
  margin-left: 110px;
}
@media (max-width: 1200px) {
  .fv__catch-sub {
    font-size: 20px;
    margin-left: 68px;
  }
}
@media (max-width: 950px) {
  .fv__catch-sub {
    font-size: 16px;
    margin-top: -7px;
  }
}
@media (max-width: 768px) {
  .fv__catch-sub {
    font-size: 14px;
    margin-top: -10px;
    margin-left: 20px;
  }
}

.fv__title-text {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  width: 720px;
  margin-left: 110px;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 1200px) {
  .fv__title-text {
    font-size: 18px;
    line-height: 26px;
    width: 662px;
    margin-left: 68px;
  }
}
@media (max-width: 950px) {
  .fv__title-text {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .fv__title-text {
    font-size: 13px;
    line-height: 20px;
    width: 300px;
    margin-left: 21px;
    margin-top: 0px;
  }
}

.fv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  z-index: 10;
  margin-top: 21px;
  position: absolute;
  right: 150px;
}
@media (max-width: 1024px) {
  .fv-nav {
    margin-top: 50px;
    gap: 20px;
  }
}
@media (max-width: 950px) {
  .fv-nav {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .fv-nav {
    right: 10px;
    margin-top: 30px;
    gap: 10px;
  }
}

.fv-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1024px) {
  .fv-nav__item {
    gap: 10px;
  }
}

.fv-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.fv-nav__icon svg {
  width: 51px;
  height: 26px;
  display: block;
}
@media (max-width: 1024px) {
  .fv-nav__icon svg {
    width: 40px;
    height: 20px;
  }
}

.fv-nav__en {
  font-size: 24px;
  font-weight: 900;
  line-height: 25px;
}
@media (max-width: 1024px) {
  .fv-nav__en {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .fv-nav__en {
    font-size: 14px;
  }
}

.fv-nav__en span {
  font-weight: 500;
}

.fv-nav__jp {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 4.8px;
  text-align: left;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .fv-nav__jp {
    font-size: 14px;
    letter-spacing: 4.2px;
  }
}
@media (max-width: 768px) {
  .fv-nav__jp {
    font-size: 12px;
    letter-spacing: 3.6px;
    margin-top: -5px;
  }
}

.fv-nav__icon--orange {
  margin-left: -70px;
}
@media (max-width: 1024px) {
  .fv-nav__icon--orange {
    margin-left: -50px;
  }
}
@media (max-width: 768px) {
  .fv-nav__icon--orange {
    margin-left: -25px;
  }
}

.fv-nav__icon--blue {
  margin-left: -140px;
}
@media (max-width: 1024px) {
  .fv-nav__icon--blue {
    margin-left: -100px;
  }
}
@media (max-width: 768px) {
  .fv-nav__icon--blue {
    margin-left: -50px;
  }
}

.fv-nav__icon--green {
  margin-left: -210px;
}
@media (max-width: 1024px) {
  .fv-nav__icon--green {
    margin-left: -150px;
  }
}
@media (max-width: 768px) {
  .fv-nav__icon--green {
    margin-left: -75px;
  }
}

.video-section {
  width: 100%;
  background: #06132f;
  overflow: hidden;
}

.video-section__inner {
  margin: 0 auto;
  text-align: center;
}

.video-section__cta {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .video-section__cta {
    padding-top: 76px;
  }
}

.video-section__text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .video-section__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .video-section__text {
    width: 350px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.video-section__icon {
  margin-top: 5px;
}

.video-section__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 9px 0;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  width: 420px;
}
@media (max-width: 768px) {
  .video-section__btn {
    font-size: 20px;
    width: 300px;
  }
}

.video-section__decor {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 1300px;
  max-width: none;
}