@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
@keyframes mainimage {
  0% {
    opacity: 0;
    filter: grayscale(1);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
#contents {
  padding-block: 0;
}

.breadcrumbs_bg {
  background: #F1F1EF url("../img/bg_texture.jpg") repeat;
  background-size: 375px 375px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

#introduction {
  color: #FFF;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#introduction::before, #introduction::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
#introduction::before {
  z-index: -2;
  background: url("../img/concept/mv.jpg") no-repeat center center;
  background-size: cover;
  animation: mainimage 2s ease .1s 1;
  animation-fill-mode: both;
}
#introduction::after {
  z-index: -1;
  background-color: #1D1D1D;
  opacity: .28;
  mix-blend-mode: multiply;
}
#introduction #top_catch {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100svh;
}
#introduction #top_catch .catch {
  margin-top: 10vh;
}
#introduction #top_catch .catch .ja {
  display: flex;
  align-items: center;
  font-size: clamp(29px, 4vw, 57px);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  margin-bottom: .6em;
}
#introduction #top_catch .catch .ja::before {
  content: "";
  display: block;
  margin-right: 2vw;
  width: calc( (100vw - 1600px) / 2 );
  height: 1px;
  background-color: #FFF;
}
#introduction #top_catch .catch .en {
  padding-left: calc( (100vw - 1600px) / 2 + 2vw );
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: clamp(16px, 1.7vw, 27px);
}
#introduction #top_catch .catch .en i {
  display: block;
  font-size: 45%;
  margin-top: .8em;
}
#introduction #concept_area {
  padding: 200px 26vw 160px;
  position: relative;
  z-index: 0;
}
#introduction #concept_area::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.7) 20%);
}
#introduction #concept_area .main .title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#introduction #concept_area .main .title span {
  display: block;
  font-size: .75em;
  line-height: 1.2;
}
#introduction #concept_area .main .title .en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
}
#introduction #concept_area .main .title .en::after {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  margin-inline: 7px;
  height: 1px;
  width: 54px;
  background-color: #E1E1E1;
}
#introduction #concept_area .main .title .ja {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
#introduction #concept_area .main .title .ja::before, #introduction #concept_area .main .title .ja::after {
  content: "[";
  display: inline-block;
  margin-right: 5px;
}
#introduction #concept_area .main .title .ja::after {
  content: "]";
  margin-left: 5px;
}
#introduction #concept_area .main ul.textbox li.text_block {
  line-height: 2;
  font-size: clamp(15px, 1.3vw, 20px);
}
#introduction #concept_area .main ul.textbox li.text_block + .text_block {
  margin-top: 3em;
}
#introduction #concept_area .main ul.textbox li.text_block > p + p {
  margin-top: 1.5em;
}
#introduction #concept_area .intro_img {
  position: absolute;
  overflow: hidden;
}
#introduction #concept_area .intro_img#img1 {
  top: 2vw;
  right: 5vw;
  width: 25vw;
  aspect-ratio: 1.5 / 1;
}
#introduction #concept_area .intro_img#img2 {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.65vw;
  aspect-ratio: 1 / 1.3;
}
#introduction #concept_area .intro_img#img3 {
  bottom: 210px;
  right: 0;
  width: 24vw;
  aspect-ratio: 1.5 / 1;
}

#second_block {
  background: #F1F1EF url("../img/bg_texture.jpg") repeat;
  background-size: 375px 375px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 120px;
}
#second_block .ph_pc {
  width: 100%;
  height: 570px;
  clip-path: inset(0);
}
#second_block .ph_pc figure {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
}
#second_block .f_inner {
  display: flex;
}
#second_block .f_inner #policy_title {
  margin-top: -70px;
  white-space: nowrap;
  flex-shrink: 0;
  padding-block: 8.6vw 3.6vw;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
}
#second_block .f_inner #policy_title span {
  display: block;
}
#second_block .f_inner #policy_title .en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
  margin-left: .8em;
}
#second_block .f_inner #policy_title .ja {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: clamp(20px, 3.2vw, 44px);
}
#second_block .f_inner .ph_sp {
  display: none;
}
#second_block .f_inner #policy_content {
  width: 100%;
  margin-bottom: 140px;
  counter-reset: policynum 0;
}
#second_block .f_inner #policy_content .lead {
  padding-top: 70px;
  display: flex;
  align-items: center;
}
#second_block .f_inner #policy_content .lead .lead_title {
  white-space: nowrap;
  padding-inline: 20px 4.5vw;
  text-align: center;
}
#second_block .f_inner #policy_content .lead .lead_title > p.en {
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
}
#second_block .f_inner #policy_content .lead .lead_title > p.ja {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 1.06em;
}
#second_block .f_inner #policy_content .lead .lead_text {
  text-align: justify;
  font-size: 95%;
}
#second_block .f_inner #policy_content .lead .lead_text > p + p {
  margin-top: 1em;
}
#second_block .f_inner #policy_content .section {
  margin-top: 100px;
  counter-increment: policynum 1;
}
#second_block .f_inner #policy_content .section .img {
  margin-right: calc( ( 100vw - 1600px ) / 2 * -1 );
  aspect-ratio: 2.5 / 1;
  overflow: hidden;
}
#second_block .f_inner #policy_content .section .main {
  position: relative;
  z-index: 2;
  display: flex;
}
#second_block .f_inner #policy_content .section .main .title {
  margin-top: -170px;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 30px 40px;
  background: #F1F1EF url("../img/bg_texture.jpg") repeat;
  background-size: 375px 375px;
  text-align: center;
}
#second_block .f_inner #policy_content .section .main .title span {
  display: block;
}
#second_block .f_inner #policy_content .section .main .title .en {
  line-height: 1;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: .875em;
}
#second_block .f_inner #policy_content .section .main .title .en::after {
  content: "0" counter(policynum);
  margin-top: 5px;
  display: block;
  font-size: clamp(26px, 3.3vw, 39px);
}
#second_block .f_inner #policy_content .section .main .title .ja {
  margin: 15px auto 0;
  border-top: #1D1D1D solid 1px;
  padding-top: 20px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
  text-align: left;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.4vw, 34px);
}
#second_block .f_inner #policy_content .section .main .text {
  padding: 50px 0 0 4.6vw;
  width: 100%;
  text-align: justify;
}
#second_block .f_inner #policy_content .section .main .text > p + p {
  margin-top: 1em;
}
#second_block .nextbar {
  max-width: 1000px;
  margin-inline: auto;
}
#second_block .nextbar .en {
  text-align: center;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375em;
  padding-bottom: 35px;
  position: relative;
}
#second_block .nextbar .en::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -25px;
  width: 1px;
  height: 50px;
  background-color: #1D1D1D;
}
#second_block .nextbar .main a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-top: #A2A2A2 solid 1px;
  border-bottom: #A2A2A2 solid 1px;
  padding: 30px;
  position: relative;
}
#second_block .nextbar .main a .textbox {
  width: 100%;
  padding-left: 2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#second_block .nextbar .main a .textbox .h {
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.9vw, 25px);
}
#second_block .nextbar .main a .textbox .text {
  text-align: justify;
  font-size: .94em;
}
#second_block .nextbar .main a .textbox .moreview {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#second_block .nextbar .main a .textbox .moreview .more {
  font-size: 1.06em;
}
#second_block .nextbar .main a .img {
  flex-shrink: 0;
  width: 37%;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  #introduction #top_catch .catch .ja::before {
    width: 50px;
  }
  #introduction #top_catch .catch .en {
    padding-left: calc( 50px + 2vw );
  }
  #introduction #concept_area {
    padding: 120px 22vw;
  }
  #introduction #concept_area .main .title .en::after {
    width: 46px;
  }
  #introduction #concept_area .intro_img#img2 {
    width: 17.5vw;
  }

  #second_block .ph_pc {
    height: 540px;
  }
  #second_block .f_inner #policy_title {
    padding-block: 7vw 0;
  }
  #second_block .f_inner #policy_content .section .img {
    margin-right: -50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .breadcrumbs_bg {
    padding-bottom: 75px;
  }

  #introduction #concept_area {
    padding: 75px 20vw 120px 18vw;
  }
  #introduction #concept_area .main .title {
    margin-bottom: 45px;
  }
  #introduction #concept_area .intro_img#img2 {
    width: 15vw;
  }

  #second_block {
    padding-bottom: 100px;
  }
  #second_block .ph_pc {
    height: 460px;
  }
  #second_block .ph_pc figure {
    object-position: 70% center;
  }
  #second_block .f_inner #policy_title {
    margin-top: -60px;
    padding-block: 6vw 0;
  }
  #second_block .f_inner #policy_content {
    margin-bottom: 100px;
  }
  #second_block .f_inner #policy_content .lead {
    padding-top: 65px;
    display: block;
  }
  #second_block .f_inner #policy_content .lead .lead_title {
    padding-inline: 0;
    margin-bottom: 40px;
  }
  #second_block .f_inner #policy_content .lead .lead_title > p.en {
    font-size: clamp(23px, 3.8vw, 30px);
  }
  #second_block .f_inner #policy_content .section {
    margin-top: 90px;
  }
  #second_block .f_inner #policy_content .section .main .title {
    margin-top: -140px;
    padding: 25px 35px;
  }
  #second_block .f_inner #policy_content .section .main .title .ja {
    margin: 10px auto 0;
    padding-top: 15px;
  }
  #second_block .f_inner #policy_content .section .main .text {
    padding: 35px 0 0 3vw;
  }
  #second_block .nextbar .main a {
    padding: 30px 25px;
  }
  #second_block .nextbar .main a .textbox .moreview {
    right: 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .breadcrumbs_bg {
    padding-bottom: 0;
  }

  #introduction #top_catch {
    display: block;
  }
  #introduction #top_catch .catch {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    margin-top: 0;
  }
  #introduction #top_catch .catch.hidden {
    opacity: 0;
  }
  #introduction #top_catch .catch .ja {
    padding-left: 5vw;
  }
  #introduction #top_catch .catch .ja::before {
    display: none;
  }
  #introduction #top_catch .catch .en {
    padding-left: 5vw;
  }
  #introduction #top_catch .catch .en i {
    margin-bottom: 10px;
  }
  #introduction #concept_area {
    padding: 65px 5vw 120px;
  }
  #introduction #concept_area .main {
    position: relative;
    z-index: 1;
  }
  #introduction #concept_area .main ul.textbox li.text_block + .text_block {
    margin-top: 3em;
  }
  #introduction #concept_area .intro_img {
    position: fixed;
    z-index: 0;
    transition: all 1s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    translate: 0 1%;
    filter: blur(10px);
  }
  #introduction #concept_area .intro_img.show {
    opacity: 1;
    translate: 0;
    filter: blur(0);
  }
  #introduction #concept_area .intro_img#img1, #introduction #concept_area .intro_img#img2, #introduction #concept_area .intro_img#img3 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100svh;
    aspect-ratio: auto;
    -webkit-transform: none;
    transform: none;
  }
  #introduction #concept_area .intro_img#img1 figure, #introduction #concept_area .intro_img#img2 figure, #introduction #concept_area .intro_img#img3 figure {
    width: 66vw;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
  }
  #introduction #concept_area .intro_img#img1 figure::after, #introduction #concept_area .intro_img#img2 figure::after, #introduction #concept_area .intro_img#img3 figure::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #second_block {
    padding-bottom: 90px;
  }
  #second_block .ph_pc {
    height: 320px;
  }
  #second_block .f_inner #policy_title {
    margin-top: -50px;
    padding-top: 4vw;
  }
  #second_block .f_inner #policy_content {
    margin-bottom: 100px;
  }
  #second_block .f_inner #policy_content .lead {
    padding-top: 40px;
  }
  #second_block .f_inner #policy_content .section {
    margin-top: 65px;
  }
  #second_block .f_inner #policy_content .section .img {
    margin-right: -5vw;
  }
  #second_block .f_inner #policy_content .section .main .title {
    margin-top: -90px;
    padding: 20px 25px 20px 15px;
  }
  #second_block .f_inner #policy_content .section .main .text {
    padding: 35px 0 0 2vw;
  }
  #second_block .nextbar .en {
    padding-bottom: 25px;
  }
  #second_block .nextbar .en::after {
    bottom: -20px;
    height: 40px;
  }
  #second_block .nextbar .main a {
    padding: 30px 15px;
    align-items: flex-start;
  }
  #second_block .nextbar .main a .textbox {
    padding: 15px 0 0 3.2vw;
  }
  #second_block .nextbar .main a .textbox .moreview {
    right: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #introduction::before, #introduction::after {
    height: 110svh;
  }
  #introduction::before {
    background-image: url("../img/concept/mv_sp.jpg");
  }
  #introduction #top_catch .catch {
    margin-top: 0;
  }
  #introduction #concept_area {
    padding: 35px 5vw 80px;
  }
  #introduction #concept_area .main .title {
    margin-bottom: 35px;
  }
  #introduction #concept_area .main .title .en::after {
    margin-inline: 6px;
    width: 36px;
  }
  #introduction #concept_area .main .title .ja::before {
    margin-right: 3px;
  }
  #introduction #concept_area .main .title .ja::after {
    margin-left: 3px;
  }
  #introduction #concept_area .main ul.textbox li.text_block > p + p {
    margin-top: 1em;
  }
  #introduction #concept_area .intro_img#img1 figure, #introduction #concept_area .intro_img#img2 figure, #introduction #concept_area .intro_img#img3 figure {
    width: 76vw;
  }

  #second_block {
    padding-bottom: 65px;
  }
  #second_block .ph_pc {
    display: none;
  }
  #second_block .f_inner {
    display: block;
    text-align: center;
  }
  #second_block .f_inner #policy_title {
    margin: 60px 0 30px;
    padding-top: 0;
    padding-block: 0;
    text-align: left;
  }
  #second_block .f_inner #policy_title .ja {
    font-size: 26px;
  }
  #second_block .f_inner .ph_sp {
    display: block;
    height: 45vw;
  }
  #second_block .f_inner #policy_content {
    margin-bottom: 65px;
  }
  #second_block .f_inner #policy_content .lead .lead_title {
    margin-bottom: 25px;
  }
  #second_block .f_inner #policy_content .lead .lead_text > p br {
    display: none;
  }
  #second_block .f_inner #policy_content .section {
    margin-top: 45px;
  }
  #second_block .f_inner #policy_content .section .main .title {
    margin-top: -35px;
    padding: 15px 15px 10px 5px;
  }
  #second_block .nextbar .en {
    padding-bottom: 25px;
  }
  #second_block .nextbar .en::after {
    bottom: -16px;
    height: 32px;
  }
  #second_block .nextbar .main a {
    display: block;
  }
  #second_block .nextbar .main a .textbox {
    width: 100%;
    padding: 0 0 25px;
  }
  #second_block .nextbar .main a .textbox .moreview {
    position: static;
  }
  #second_block .nextbar .main a .textbox .moreview .more {
    margin-top: 15px;
    margin-left: auto;
    font-size: .93em;
  }
  #second_block .nextbar .main a .img {
    width: 100%;
    aspect-ratio: 2.1 / 1;
    overflow: hidden;
  }
}
