@charset "utf-8";
/*a {
  pointer-events: none;
}*/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
  z-index: 0;
  margin-bottom: 7rem;
}
@media screen and (min-width: 1200px) {
  #main_sd {
    margin-bottom: 12.5rem;
  }
}
.fv-slider_block {
  position: relative;
  height: 100%;
}
.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider .fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.fv-slider-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fv-slider-img img {
  /* width: 160%;*/
  width: 130%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
.add-animation img {
  animation: moveLeft 6s linear 0s normal both;
}
@media screen and (min-width: 768px) {
  .fv-slider-img img {
    width: 130%;
        object-position: 50% 50%;
  }
}
@media screen and (min-width: 992px) {
  @keyframes moveLeft {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-15%);
    }
  }
  .add-animation img {
    animation: moveLeft 12s linear 0s normal both;
  }
}
@media screen and (min-width: 1200px) {
  .fv-slider-img img {
    width: 110%;
  }
  @keyframes moveLeft {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-8%);
    }
  }
  .add-animation img {
    animation: moveLeft 15s linear 0s normal both;
  }
}
.fv-slider {
  display: none;
}
.fv-slider.slick-initialized {
  display: block;
}
/**************************************
/* fv_title_block
***************************************/
.fv_title_block {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 27.7%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv_title span {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.fv_title {
  font-size: 0.785rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}
.fv_txt_block {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 63.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv_txt {
  font-size: 0.714rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv_txt_block {
    top: 50%;
  }
  .fv_title span {
    font-size: 3.5rem;
  }
  .fv_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title_block {
    width: auto;
    top: 17.2%;
  }
  .fv_title span {
    font-size: 4.0625rem;
    margin-bottom: 0.6rem;
  }
  .fv_title {
    font-size: 1.125rem;
  }
  .fv_txt {
    font-size: 0.75rem;
  }
}
/***************************************
scrolldown
***************************************/
/*||SCROLL||*/
.fv_scroll {
  line-height: 1;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.fv_scroll_txt {
  font-size: 0.714rem;
  letter-spacing: 0.05em;
  color: #fff;
  transition: all 0.5s;
}
.fv_scroll_txt:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .fv_scroll {
    bottom: 3.1rem;
  }
  .fv_scroll_txt {
    font-size: 0.6875rem;
  }
}
/***************************************
concept_container
***************************************/
.concept_container {
  margin-bottom: 6.4rem;
}
.concept_up_block {
  width: 84%;
  margin: 0 auto 5.6rem;
}
.concept_up_unit01 {
  margin-bottom: 3.3rem;
}
.concept_up_unit01 .section_title02 {
  margin-bottom: 4.6rem;
}
.concept_up_title span {
  display: block;
  font-size: 2.85rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.concept_up_title {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.concept_up_txt {
  line-height: 2;
  text-align: justify;
  margin-bottom: 3rem;
}
.concept_up_unit02 .section_btn_box {
  justify-content: flex-end;
}
.concept_down_unit01 {
  width: 84.5%;
  margin-bottom: 2.3rem;
}
.concept_down_unit02 {
  width: 46%;
  margin: 0 8% 0 auto;
}
.concept_img_wrap {
  position: relative;
  overflow: hidden;
}
.concept_img {
  width: 100%;
}
.concept_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.concept_img_wrap01 {
  aspect-ratio: 16 / 15;
}
.concept_img01 {
  margin-top: -6%;
  height: 130%;
}
.concept_img_wrap02 {
  aspect-ratio: 43 / 60;
}
.concept_img02 {
  margin-top: -12%;
  height: 130%;
}
@media screen and (min-width: 768px) {
  .concept_up_block {
    width: 88%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  .concept_up_unit01 {
    width: 45%;
    margin-bottom: 0;
  }
  .concept_up_unit02 {
    width: 46%;
    padding-top: 6.5rem;
  }
  .concept_down_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .concept_down_unit01 {
    width: 43%;
    margin-bottom: 0;
    margin-top: -14rem;
  }
  .concept_down_unit02 {
    width: 26%;
    margin-right: 20%;
  }
}
@media screen and (min-width: 992px) {
  .concept_down_unit02 {
    width: 24%;
    margin-right: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .concept_container {
    margin-bottom: 12.5rem;
  }
  .concept_up_block {
    margin-bottom: 9.7rem;
  }
  .concept_up_unit01 .section_title02 {
    margin-bottom: 6.6rem;
  }
  .concept_up_title span {
    font-size: 3.4375rem;
    margin-bottom: 1.2rem;
  }
  .concept_up_title {
    font-size: 0.9375rem;
  }
  .concept_up_unit02 {
    width: 44.2%;
    /*  padding-top: 7.8rem;*/
    padding-top: 8.1rem;
  }
  .concept_up_txt {
    font-size: 1.125rem;
    margin-bottom: 5.3rem;
  }
  .concept_down_unit01 {
    width: 41%;
    /*  margin-top: -20.6rem;*/
    margin-top: -19rem;
  }
  /*
  .concept_down_unit02 {
    width: 34.7%;
    margin-right: 10%;
  }
*/
/*  .concept_down_unit02 {
    width: 26.7%;
    margin-right: 18%;
  }*/
}
@media screen and (min-width: 1500px) {
  .concept_up_block {
    margin-bottom: 11.7rem;
  }
  .concept_up_unit02 {
    width: 33.2%;
  }
  .concept_down_unit01 {
    width: 47%;
  }
  .concept_down_unit02 {
    width: 25.2%;
    margin-right: 10%;
  }
}
/***************************************
about_container
***************************************/
.about_container {
  background-color: #595757;
  padding: 5rem 0 7.7rem;
  margin-bottom: 7rem;
}
.about_block {
  width: 92%;
  margin-left: auto;
  margin-right: 0;
}
.about_block > ul > li {
  padding-right: 7%;
  padding-bottom: 4.9rem;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  margin-bottom: 4.2rem;
}
.about_block > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about_item {
  display: block;
  color: #fff;
  transition: all 0.5s;
}
.about_item:hover {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.about_up_side {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_number {
  font-size: 1.214rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #a0a0a0;
  margin-bottom: 0;
}
.about_title_box {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.about_title .e_font {
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-right: 0.9rem;
}
.about_title {
  font-size: 1.57rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  white-space: nowrap;
  margin: 0;
}
.about_img {
  width: 54%;
  margin-bottom: 3.1rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 6;
}
.about_block > ul > li:nth-child(1) .about_img {
  margin-top: -3.4rem;
}
.about_block > ul > li:nth-child(2) .about_img {
  margin-top: 2.3rem;
}
.about_block > ul > li:nth-child(3) .about_img {
  margin-top: -3.3rem;
}
.about_img_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.about_img_inner01 {
  margin-top: -6%;
  height: 130%;
}
.about_img_inner02 {
  margin-top: -6%;
  height: 130%;
}
.about_img_inner03 {
  margin-top: -6%;
  height: 130%;
}
.about_txt {
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about_container {
    padding: 3rem 0;
    margin-bottom: 9rem;
  }
  .about_block {
    width: 100%;
    margin: 0 auto;
  }
  .about_block > ul {
    display: flex;
  }
  .about_block > ul > li {
    width: calc(100% / 3);
    padding: 0;
    border-right: 1px solid rgba(170, 170, 170, 0.5);
    border-bottom: none;
    margin-bottom: 0;
  }
  .about_block > ul > li:last-child {
    border-right: none;
  }
  .about_item {
    width: 78%;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .about_img_inner01 {
    margin-top: 1rem;
    height: 200%;
  }
  .about_img_inner02 {
    margin-top: 1rem;
    height: 200%;
  }
  .about_img_inner03 {
    margin-top: 1rem;
    height: 200%;
  }
}
@media screen and (min-width: 1200px) {
  .about_container {
    padding: 3rem 0 2.9rem;
    margin-bottom: 10rem;
  }
  .about_item {
    width: 68.4%;
    padding: 3.2rem 0;
    margin-right: 15%;
  }
  .about_number {
    font-size: 1.0625rem;
  }
  .about_title .e_font {
    font-size: 0.9375rem;
    margin-right: 0.7rem;
  }
  .about_title {
    font-size: 1.5625rem;
  }
  .about_img {
    width: 65%;
    margin-bottom: 5.6rem;
  }
  .about_img_inner01 {
    margin-top: -12%;
    height: 160%;
  }
  .about_img_inner02 {
    margin-top: -12%;
    height: 180%;
  }
  .about_img_inner03 {
    margin-top: -12%;
    height: 180%;
  }
  .about_block > ul > li:nth-child(1) .about_img {
    margin-top: 1.7rem;
  }
  .about_block > ul > li:nth-child(2) .about_img {
    margin-top: 7.3rem;
  }
  .about_block > ul > li:nth-child(3) .about_img {
    margin-top: 1.7rem;
  }
  .about_txt {
    font-size: 0.9375rem;
    line-height: 1.86;
    margin-bottom: 2.3rem;
  }
  .about_item .section_btn_arrow {
    margin-left: 1.6rem;
  }
}
/***************************************
model_container
***************************************/
.model_container {
  margin-bottom: 7.1rem;
}
.model_up_block {
  width: 84%;
  margin: 0 auto 4rem;
}
.model_up_unit01 .section_title02 {
  margin-bottom: 4.4rem;
}
.model_up_title {
  font-size: 1.57rem;
  letter-spacing: 0.06em;
  /* line-height: 1.5;*/
  line-height: 1.65;
  margin-bottom: 1.8rem;
}
.model_up_txt {
  line-height: 1.78;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
}
.model_down_unit01 {
  margin-bottom: 4rem;
}
.model_down_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model_down_unit02 {
  width: 84%;
  margin: 0 auto;
}
.model_table {
  margin-bottom: 3.7rem;
}
.model_table tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
.model_table tr:first-child {
  padding-top: 0;
}
.model_table th, .model_table td {
  font-size: 0.928rem;
  line-height: 1.69;
}
.model_table th {
  width: 29%;
  align-content: center;
}
.model_table td {
  width: 71%;
}
.model_table_txt {
  letter-spacing: 0;
}
.model_down_unit02 .section_btn_box {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .model_container {
    margin-bottom: 9rem;
  }
  .model_up_block {
    display: flex;
    margin-bottom: 6rem;
  }
  .model_up_unit01 {
    width: 30%;
    margin-bottom: 0;
  }
  .model_up_unit01 .section_title02 {
    margin-bottom: 0;
  }
  .model_up_unit02 {
    width: 70%;
  }
  .model_down_block {
    display: flex;
    justify-content: space-between;
  }
  .model_down_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .model_down_unit02 {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .model_down_unit02 .section_btn_box {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .model_up_block {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .model_container {
    margin-bottom: 10.6rem;
  }
  .model_up_block {
    width: 67.8%;
    margin-right: 6%;
    margin-bottom: 8rem;
  }
  .model_up_unit01 {
    padding-top: 0.6rem;
    width: 34.5%;
  }
  .model_up_unit02 {
    width: 65.5%;
  }
  .model_up_title {
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 2.7rem;
  }
  .model_up_txt {
    font-size: 0.9375rem;
    line-height: 1.86;
  }
  .model_down_block {
    width: 88%;
    margin: 0 auto;
  }
  .model_down_unit01 {
    width: 59.7%;
  }
  .model_down_unit02 {
    width: 33.5%;
    margin: 0;
  }
  .model_table {
    margin-top: -0.35rem;
  }
  .model_table tr {
    padding: 25px 0;
  }
  .model_table th, .model_table td {
    font-size: 0.8125rem;
  }
  .model_table th {
    width: 39%;
  }
  .model_table td {
    width: 61%;
  }
}
@media screen and (min-width: 1500px) {
  .model_up_unit01 {
    padding-top: 0.6rem;
    width: 39.5%;
  }
  .model_up_unit02 {
    width: 60.5%;
  }
  .model_down_unit01 {
    width: 66.7%;
  }
  .model_down_unit02 {
    width: 26.5%;
    margin: 0;
  }
}
/***************************************

***************************************/
/***************************************

***************************************/
/***************************************

***************************************/
/**************************************
/* レスポンシブ改行
***************************************/
@media screen and (max-width: 780px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 781px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .br-sp5 {
    display: block;
  }
  .br-pc5 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br-sp5 {
    display: none;
  }
  .br-pc5 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-sp7 {
    display: inline-block;
  }
  .br-pc7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .br-sp7 {
    display: none;
  }
  .br-pc7 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br-pc9 {
    display: none;
  }
  .br-sp9 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br-pc9 {
    display: block;
  }
  .br-sp9 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .br-pc12 {
    display: none;
  }
  .br-sp12 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
  .br-sp12 {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br-pc15 {
    display: none;
  }
  .br-sp15 {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .br-pc15 {
    display: block;
  }
  .br-sp15 {
    display: none;
  }
}
@media screen and (max-width: 1699px) {
  .br-pc17 {
    display: none;
  }
  .br-sp17 {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .br-pc17 {
    display: block;
  }
  .br-sp17 {
    display: none;
  }
}