@charset "UTF-8";
/* ------------------------
    common
------------------------ */
body {
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #323232;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  width: 100%;
  scroll-behavior: smooth;
}
body.noscroll {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.section {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
body .section:nth-of-type(even) {
  background-color: #f2efe6;
}
.section__inner {
  display: flex;
}

.section--home {
  padding-top: 100px;
  padding-bottom: 184px;
}

.section:first-of-type:not(#home-page .section:first-of-type) {
  margin-top: 200px;
}

.heading-wrap {
  min-width: 270px;
  flex-shrink: 0;
  flex-basis: 27%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.heading {
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 1em; /* 下線との余白 */
}
.heading::first-letter {
  color: #289b73;
}
.heading::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #a0a0a0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading--s {
  font-size: 1.1875rem;
}
.heading--ss {
  font-size: 1.0625rem;
}
.heading--ss::first-letter {
  color: #323232;
}
.heading--line-right {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0;
}
.heading--line-right::after {
  left: 100%;
  top: 50%;
  bottom: auto;
  transform: translateX(20%);
}
.heading > span {
  display: inline-block;
}

.content-wrap {
  width: 73%;
  flex: 1;
  min-width: 0;
}

.content-wrap--right {
  margin-left: auto;
}

.content {
  padding-top: 100px;
  margin-top: -100px;
}

.content + .content {
  padding-top: 80px;
  margin-top: 0;
}

.content__text {
  line-height: 2;
  text-align: justify;
}

.content__title {
  font-size: 1.3125rem;
  line-height: 1.829047619;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0.7em;
}
.content__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a0a0a0;
}

.content__read {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #289b73;
}

.content__translation {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  padding: 1.5em;
  margin: 1.5em 0;
  background-color: #fff;
}

.content__translation--beige {
  background-color: #f2efe6;
}

.content__list {
  padding-left: 1em;
  position: relative;
}
.content__list > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.note {
  margin-top: 1em;
  font-size: 0.8125rem;
  line-height: 1.7692307692em;
  text-align: left;
}
.note a {
  text-decoration: underline;
  word-break: break-all;
}
.note a:active {
  color: #289b73;
}
.note > p {
  margin-bottom: 5px;
}
.note .mb-25 {
  margin-bottom: 25px;
}

sup {
  font-size: 100%;
  top: 0;
}

.btn-wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}

.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2em;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #323232;
  border-radius: 45px;
  margin: auto;
  transition: ease 0.4s;
}
.btn--home {
  width: 280px;
  padding: 1.2em 1em;
}
.btn--footer {
  font-size: 0.9411764706em;
  background-color: #f2efe6;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.8em 3em 0.8em 1.5em;
  margin: 90px auto;
  border: none;
  /* arrow */
}
.btn--footer::before, .btn--footer::after {
  content: "";
  display: block;
  width: 7px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  background-color: #323232;
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 100px;
  transform: translateY(-50%) rotate(-140deg);
  transform-origin: 0px 50%; /* 軸 */
  transition: ease 0.4s;
}
.btn--footer::after {
  transform: translateY(-50%) rotate(140deg);
}
.btn--footer:hover::before, .btn--footer:hover::after {
  background-color: #fff;
}
.btn--footer > span {
  vertical-align: middle;
}
.btn--footer > img {
  margin-right: 15px;
  width: 7.875vw;
  min-width: 55px;
  max-width: 126px;
}
.btn--s {
  width: 140px;
  padding: 0.25em 0;
  margin: 15px auto 0 0;
}
.btn--w {
  letter-spacing: 0.01em;
}
.btn:hover {
  color: #fff;
  background-color: #494949;
}

.img-wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 803px;
  position: absolute;
  z-index: 1;
}
.img-wrap--center {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.img-wrap--left {
  width: 27.8125vw;
  max-width: 445px;
  min-width: 180px;
  top: 0;
  left: 0;
  transform: translateY(-19%);
}
.img-wrap--right {
  width: 27.8125vw;
  max-width: 445px;
  min-width: 180px;
  top: 0;
  right: 0;
  transform: translateY(93%);
}
.img-wrap--fit {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  text-align: right;
  bottom: 0;
  transform: translateY(50%);
}
.img-wrap--fit > img {
  width: 73%;
}
.img-wrap--fit-left {
  text-align: left;
}

.page-title {
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  background-color: #f2efe6;
}
.page-title > span {
  display: inline-block;
}

.breadcrumbs {
  font-size: 0.75rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 80px;
}
.breadcrumbs li + li::before {
  content: ">";
  margin-left: 1em;
  margin-right: 0.5em;
}

.figure-wrap {
  margin-top: 35px;
}
.figure-wrap > figcaption {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.figure-wrap--caption-in {
  position: relative;
}
.figure-wrap--caption-in > figcaption {
  position: absolute;
  top: 10px;
  left: 15px;
}
.figure-wrap + .figure-wrap {
  padding-top: 10px;
}

.figcaption {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 5px;
}

/* ----------
    utility
---------- */
.ml-6 {
  margin-left: 6em;
}

.mt-70 {
  margin-top: 70px;
}

.color-green {
  color: #289b73;
}

.star {
  font-size: 1.4705882353em;
  color: #289b73;
}

.text-left {
  text-align: left;
}

.under-line {
  text-decoration: underline;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.print {
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1rem;
  }
  .breadcrumbs {
    font-size: 0.6875rem;
  }
  .img-wrap--center {
    width: 60%;
  }
  .btn--s {
    margin: 10px auto 0 auto;
  }
  .btn--w {
    line-height: 1.5;
  }
  .heading {
    font-size: 1.25rem;
  }
  .heading--s {
    font-size: 1.125rem;
  }
  .heading--ss {
    font-size: 1rem;
  }
  .content__title {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 830px) {
  .breadcrumbs {
    justify-content: flex-start;
    overflow-x: scroll; /* はみ出し部分をスクロールする */
    word-break: keep-all; /* テキストを改行しないようにする */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* スクロールの動きを滑らかにする */
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
  .inner {
    width: 88%;
  }
  .section {
    padding-top: 70px;
  }
  .section--home {
    padding-top: 130px;
    padding-bottom: max(90px, 20vw);
  }
  .content-wrap {
    width: 100%;
  }
  .content {
    padding-top: 30px;
    margin-top: -30px;
  }
  .content + .content {
    padding-top: 40px;
    margin-top: 0;
  }
  .content__text {
    line-height: 1.8;
  }
  .img-wrap--center {
    width: 100%;
  }
  .img-wrap--left {
    transform: translateY(-60%);
  }
  .img-wrap--right {
    top: auto;
    bottom: 0;
    transform: translateY(60%);
  }
  .img-wrap--fit {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .img-wrap--fit > img {
    width: 100%;
  }
  .btn-wrap {
    padding-top: 25px;
  }
  .btn--home {
    width: 180px;
    padding: 0.8em 0;
  }
  .btn--footer {
    font-size: 0.8125rem;
    margin: 50px auto 90px;
  }
  .btn--w {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.7em 2em;
  }
  /* ----------
  utility
  ---------- */
  .star {
    margin-left: 0.5em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ------------------------
    header
------------------------ */
.header {
  background-color: rgba(255, 255, 255, 0.809);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
}

.header__inner {
  padding-left: 27px;
  padding-right: 40px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__heading-wrap {
  display: flex;
  align-items: center;
}

.header__heading {
  font-size: 1.125rem;
  font-weight: 500;
}

.header__logo {
  width: 129px;
  margin-right: 25px;
}

.nav-wrap {
  height: 100%;
}

.nav {
  height: 100%;
  display: flex;
  margin-right: -20px;
}

.nav__item {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 0 min(20px, 1.6vw);
  letter-spacing: 0.1em;
  position: relative;
}
.nav__item > a {
  white-space: nowrap;
  position: relative;
  display: block;
  cursor: pointer;
}
.nav__item > a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #323232;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.nav__item > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.sub-menu {
  min-width: 224px;
  display: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.sub-menu a {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-align: center;
  background-color: #ded6c0;
  padding: 1.25em 1.375em;
  display: block;
  transition: ease 0.4s;
}
.sub-menu li + li a {
  border-top: 1px solid #ece7db;
}
.sub-menu a:hover {
  background-color: #494949;
  color: #fff;
}

.sub-menu__sub a {
  background-color: #c4b793;
}
.sub-menu__sub a > span {
  position: relative;
}
.sub-menu__sub a > span::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1px;
  background-color: #323232;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-160%, 33%);
}

.print-btn {
  padding: 0;
  transition: ease 0.4s;
}
.print-btn > a {
  font-size: 0.8125rem;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.print-btn > a::after {
  display: none;
}
.print-btn:hover {
  background-color: #494949;
  color: #fff;
}

.print-btn__img {
  width: 30px;
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 100;
  display: none;
}

.bar {
  display: block;
  width: 57%;
  height: 2px;
  background-color: #323232;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: ease 0.4s;
}
.bar--top {
  top: 31%;
}
.bar--middle {
  top: 50%;
}
.bar--bottom {
  top: 68%;
}
.js-close .bar--top {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.js-close .bar--middle {
  display: none;
}
.js-close .bar--bottom {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
  .nav-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(50, 50, 50, 0.5490196078);
    transform: translate(110%, 0);
    z-index: 50;
    transition: ease 0.4s;
  }
  .js-close .nav-wrap {
    transform: translate(0, 0);
  }
  .nav {
    width: 50%;
    height: 100%;
    margin-left: auto;
    background-color: #fff;
    flex-direction: column;
    padding: 6% 20% 10% 4%;
  }
  .nav__item {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1em 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .nav__item > a {
    font-size: 1.0625rem;
  }
  .sub-menu {
    display: block;
    position: static;
    transform: translate(0, 7%);
  }
  .sub-menu a {
    font-size: 0.9375rem;
    text-align: left;
    background-color: transparent;
    padding: 0.6em 0 0.6em 1.5em;
    display: inline-block;
    position: relative;
  }
  .sub-menu a::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 1px;
    background-color: #323232;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .sub-menu a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #323232;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .sub-menu a:hover {
    background-color: transparent;
    color: #323232;
  }
  .sub-menu a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .sub-menu .sub-menu__sub {
    margin-left: 1.5em;
  }
  .sub-menu .sub-menu__sub span::before {
    display: none;
  }
  .sub-menu li + li a {
    border-top: none;
  }
  .print-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-color: transparent;
  }
  .header__inner {
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0;
    padding-right: 0;
  }
  .header__logo {
    width: 100px;
  }
  .header__heading-wrap {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 40px;
    background-color: rgba(255, 255, 255, 0.809);
    transition: ease 0.4s;
  }
  .header__heading-wrap.is-hide {
    visibility: hidden;
  }
  .header__heading {
    font-size: 0.9375rem;
  }
  .header__heading > span {
    display: inline-block;
  }
  .hamburger-menu {
    width: 40px;
    height: 40px;
    top: 4px;
  }
  .bar {
    width: 65%;
  }
  .nav {
    width: 70%;
  }
  .sub-menu {
    width: 250px;
  }
  .sub-menu a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 500px) {
  .header__heading {
    font-size: 0.75rem;
  }
  .header__logo {
    width: 70px;
    margin-right: 10px;
  }
  .nav {
    width: max(100%, 320px);
  }
}
/* ------------------------
    footer
------------------------ */
.footer {
  background-color: #fff;
  position: relative;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-top-wrap {
  position: absolute;
  top: -90px;
  right: 0;
  transform: translateY(-75%);
  z-index: 10;
}

.page-top {
  font-size: 0.9375rem;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f2efe6;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  position: relative;
  transition: ease 0.4s;
  /* arrow */
}
.page-top::before, .page-top::after {
  content: "";
  display: block;
  width: 14px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  background-color: #323232;
  position: absolute;
  top: 20px;
  left: 50%;
  border-radius: 100px;
  transform: translateX(-50%) rotate(50deg);
  transform-origin: 50% 6px; /* 軸 */
  transition: ease 0.4s;
}
.page-top::after {
  transform: translateX(-50%) rotate(-50deg);
}
.page-top:hover {
  background-color: #494949;
  color: #fff;
}
.page-top:hover::before, .page-top:hover::after {
  background-color: #fff;
}

.copyright {
  font-size: 0.75rem;
  text-align: center;
  background-color: #f2efe6;
}

.copyright__inner {
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo {
  width: 6.25vw;
  min-width: 70px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .footer::before {
    height: 100px;
  }
  .page-top-wrap {
    top: -10px;
    transform: translateY(-100%);
  }
  .page-top {
    font-size: 0.625rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .page-top::before, .page-top::after {
    width: 10px;
    transform-origin: 50% 5px;
    top: 12px;
  }
  .copyright {
    font-size: 0.625rem;
  }
  .copyright span {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .page-top {
    font-size: 0.6875rem;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .page-top::before, .page-top::after {
    width: 7px;
    transform-origin: 50% 3px;
    top: 9px;
  }
}
/* ===================================
    下層ページ
=================================== */
.section--02 {
  padding-bottom: min(230px, 20vw);
}

.section--03 {
  padding-top: min(250px, 20vw);
  padding-bottom: min(230px, 20vw);
}

.section--04 {
  padding-top: min(270px, 23vw);
}

#summary01-page .section--03 {
  padding-top: 110px;
}

#summary02-page .heading-wrap {
  min-width: 290px;
}

#summary03-page .section--03 {
  padding-bottom: 100px;
}
#summary03-page .section:first-of-type .inner {
  width: 50%;
}
#summary03-page .btn-wrap {
  padding-top: 100px;
}

#target-page .section:first-of-type .inner {
  width: 50%;
}

.table-wrap {
  margin-top: 35px;
}
.table-wrap > .table {
  width: 100%;
}

.target23-table {
  background-color: #fff;
  counter-reset: number 0;
}
.target23-table th {
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  background-color: #969696;
  color: #fff;
  padding: 0.5em 0;
}
.target23-table th:first-of-type {
  width: 21.7932752179%;
}
.target23-table th:nth-of-type(3) {
  width: 18.4308841843%;
}
.target23-table tr + tr {
  border-top: 0.8px solid #dcdcdc;
}
.target23-table td {
  font-size: 0.75rem;
  vertical-align: middle;
  padding: 0.5em 1em;
}
.target23-table tr td:first-of-type::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) "："; /* 表示形式を指定 */
}
.target23-table tr td:nth-of-type(2) {
  padding-left: 0;
}
.target23-table tr td:nth-of-type(3) {
  text-align: center;
}

.consideration {
  table-layout: fixed;
}
.consideration th[colspan],
.consideration th[rowspan] {
  text-align: center;
}
.consideration th[rowspan] {
  vertical-align: middle;
}
.consideration th[rowspan] > span {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-rl;
}
.consideration .col1 {
  width: 25px;
}
.consideration .col2 {
  width: 130px;
}
.consideration thead th {
  background-color: #989898;
  color: #fff;
}
.consideration thead td {
  background-color: #dedede;
}
.consideration .row {
  counter-reset: number 0;
}
.consideration .row > td {
  width: 125px;
  height: 125px;
}
.consideration .row > th {
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
  border: 0.5px solid #c3c3c3;
  position: relative;
  padding-top: 1.2em;
  padding: 1.5em 0 0.5em;
}
.consideration .row > th > span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  text-align: left;
}
.consideration .row > th:last-of-type {
  border-right: none;
}
.consideration .row > th::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) ""; /* 表示形式を指定 */
  text-combine-upright: all;
  -webkit-text-combine-upright: all;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.consideration .row > th:nth-of-type(odd) {
  background-color: #a0a0a0;
}
.consideration th {
  font-size: 0.6875rem;
  font-weight: 100;
}
.consideration td {
  position: relative;
}
.consideration tbody {
  counter-reset: rowCount -1;
}
.consideration tbody th {
  counter-increment: rowCount;
  background-color: #68b99d;
  color: #fff;
  padding: 0.1em;
}
.consideration tbody th::before {
  content: counter(rowCount) ":";
}
.consideration tbody tr:nth-of-type(even) th {
  background-color: #83c5ae;
}
.consideration tbody tr:first-of-type th:first-of-type::before {
  content: "";
}
.consideration tbody td {
  background-color: #dedede;
  border-left: 0.5px solid #c3c3c3;
  border-right: 0.5px solid #c3c3c3;
}
.consideration tbody tr:nth-of-type(even) td {
  background-color: #ebebeb;
}
.consideration tbody tr td:last-of-type {
  border-right: none;
}
.consideration .valid::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6f6f6f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section__inner {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 1024px) {
  .table-wrap {
    overflow-x: scroll;
  }
  .table-wrap > .table {
    max-width: 100%;
    min-width: 700px;
  }
  .consideration {
    min-width: 750px;
  }
  #summary03-page .section:first-of-type .inner {
    width: 70%;
  }
  #target-page .section:first-of-type .inner {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  /* 下層ページのみ適応 */
  .section__inner {
    flex-direction: column;
  }
  .heading {
    font-size: 1.1875rem;
    padding-left: 0.5em;
    padding-bottom: 0;
    margin-bottom: 1.5em;
  }
  .heading:not(.heading--home)::after {
    width: 3px;
    height: 1em;
    top: 0;
    left: 0;
    transform: translateY(30%);
  }
  .heading--ss {
    font-size: 1.125rem;
  }
  #summary01-page .section--03 {
    padding-top: 70px;
  }
  .heading--line-right {
    margin-bottom: 1em;
  }
  .page-title {
    font-size: 1.25rem;
  }
  .page-title > span {
    display: inline-block;
  }
  .page-title::after {
    height: 100px;
  }
  .content__title {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  .content__read {
    font-size: 1rem;
  }
  .content__translation {
    font-size: 0.875rem;
  }
  .section:first-of-type:not(#home-page .section:first-of-type) {
    margin-top: 100px;
    /* 画像の高さ分 */
    padding-top: max(12vw, 60px);
    padding-bottom: max(12vw, 60px);
  }
  .figure-wrap {
    overflow-x: scroll;
  }
  .figure-wrap > figcaption {
    font-size: 0.6875rem;
  }
  .figure-wrap--caption-in > figcaption {
    top: 5px;
    left: 5px;
  }
  .figure-wrap img {
    min-width: 550px;
    max-width: 100%;
    overflow-x: scroll;
  }
  .figure-wrap .img--l {
    min-width: 650px;
  }
  .figcaption {
    font-size: 0.6875rem;
    white-space: nowrap;
  }
  .note {
    font-size: 0.6875rem;
  }
  .section--02 {
    padding-bottom: max(160px, 48vw);
  }
  .section--03 {
    padding-top: max(90px, 14vw);
    padding-bottom: max(170px, 46vw);
  }
  #summary03-page .section--03,
  #summary02-page .section--03 {
    padding-bottom: 50px;
  }
  .section--04 {
    padding-top: max(75px, 15vw);
  }
  #summary02-page .heading::after {
    transform: translateY(90%);
  }
  .target23-table th {
    font-size: 0.75rem;
  }
  .target23-table td {
    font-size: 0.6875rem;
  }
  #summary03-page .section:first-of-type .inner {
    width: 80%;
  }
  #target-page .section:first-of-type .inner {
    width: 80%;
  }
  .section__inner {
    padding-top: 30px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 368px) {
  #summary02-page .heading::after {
    transform: translateY(25%);
  }
}
/* ------------------------
    kv
------------------------ */
.kv {
  margin-top: 90px;
  background-color: #f2efe6;
  padding: 20px 0 100px;
  position: relative;
}
.kv::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 100%;
  left: 0;
}

#background-page .kv::after {
  background-image: url(../img/background/kv.jpg);
}

#target-page .kv::after {
  background-image: url(../img/target/kv.jpg);
}

#summary03-page .kv::after {
  background-image: url(../img/summary/03/kv.jpg);
}

#summary01-page .kv::after {
  background-image: url(../img/summary/01/kv.jpg);
}

#summary02-page .kv::after {
  background-image: url(../img/summary/02/kv.jpg);
}

@media screen and (max-width: 768px) {
  .kv {
    padding: 15px 0 40px;
    margin-top: 50px;
  }
  .kv::after {
    height: 100px;
  }
  .breadcrumbs {
    font-size: 0.625rem;
    margin-bottom: 30px;
  }
}
/* ------------------------
    footer
------------------------ */
#background-page .footer::before {
  background-image: url(../img/background/footer.jpg);
}

#target-page .footer::before {
  background-image: url(../img/target/footer.jpg);
}

#summary03-page .footer::before {
  background-image: url(../img/summary/03/footer.jpg);
}

#summary01-page .footer::before {
  background-image: url(../img/summary/01/footer.jpg);
}

#summary02-page .footer::before {
  background-image: url(../img/summary/02/footer.jpg);
}

@media screen and (max-width: 1024px) {
  #summary02-page .footer::before {
    background-position: 22% center;
  }
}
/* ===================================
    ホームページ
=================================== */
.heading--home {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: 0.8em;
  padding-left: 0;
  margin-bottom: 34px;
}
.heading--home::after {
  width: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .heading--home {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .heading--home {
    font-size: 1.4375rem;
    padding-bottom: 0.4em;
    margin-bottom: 0.8695652174em;
  }
}
/* ------------------------
    mv
------------------------ */
.mv {
  position: relative;
  margin-top: 90px;
}

.slick-zoom {
  animation: zoom 12s linear normal both;
  -webkit-animation: zoom 12s linear normal both;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .mv {
    margin-top: 50px;
  }
  .slick-slide > img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 550px) {
  .mv-text {
    width: 70%;
  }
}
/* ------------------------
    about
------------------------ */
.about {
  padding-top: 85px;
}

.about__inner {
  display: flex;
}

.about__heading-wrap {
  flex-shrink: 0;
  flex-basis: 27%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.about__heading {
  font-size: 3.75vw;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0.3em;
}
.about__heading::after {
  display: none;
}

.about__heading-sub {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

.about .note {
  margin-top: 2.5em;
}

.supervision {
  margin-top: 2.6470588235em;
  text-align: right;
}
.supervision > span {
  display: inline-block;
}
.supervision > span:last-of-type {
  margin-left: 1em;
}

@media screen and (max-width: 1024px) {
  .about__heading {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .about__inner {
    flex-direction: column;
  }
  .about__heading-wrap {
    margin-bottom: 25px;
  }
  .about__heading {
    font-size: 1.9375rem;
    margin-bottom: 0.15em;
  }
  .about__heading-sub {
    font-size: 0.8125rem;
  }
}
/* ------------------------
    background
------------------------ */
.background__content {
  margin-left: auto;
}

/* ------------------------
    summary
------------------------ */
.summary {
  padding-top: 263px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .summary {
    padding-top: max(120px, 30vw);
    padding-bottom: 80px;
  }
}
/* ------------------------
    target
------------------------ */
.target {
  padding-top: 90px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .target {
    padding-top: 180px;
  }
}
/* ------------------------
    footer
------------------------ */
#home-page .footer::before {
  background-image: url(../img/home/footer.jpg);
}

.movie-wrap {
  width: 72.7272727273%;
  max-width: 800px;
  margin: 100px auto;
}

.movie {
  width: 100%;
  margin: auto;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
}

.movie__text {
  background-color: #f2efe6;
  text-align: center;
  padding: 1em;
}

.movie__title {
  font-size: 1.2352941176em;
  font-weight: 500;
}
.movie__title > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .movie-wrap {
    width: 90%;
  }
  .movie__title {
    font-size: clamp(0.938rem, 0.78rem + 0.79vw, 1.158rem);
  }
  .movie__title + p {
    font-size: 0.83em;
  }
}/*# sourceMappingURL=style.css.map */