.hero_sp_area {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero_sp_area {
    width: 100%;
    display: block;
    aspect-ratio: 1440/900;
    height: 100vh;
    position: relative;
  }
}
.hero_sp_area .hero_sp_area_in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 3s;
  opacity: 0;
}
.hero_sp_area .hero_sp_area_in:nth-child(1) {
  background: url(../../img/index/img_main01.webp) 50% 0% no-repeat;
  background-size: auto 100%;
}
.hero_sp_area .hero_sp_area_in:nth-child(2) {
  background: url(../../img/index/img_main02.webp) 50% 0% no-repeat;
  background-size: auto 100%;
}
.hero_sp_area .hero_sp_area_in:nth-child(3) {
  background: url(../../img/index/img_main03.webp) 50% 0% no-repeat;
  background-size: auto 100%;
}
.hero_sp_area .hero_sp_area_in:nth-child(4) {
  background: url(../../img/index/img_main04.webp) 50% 0% no-repeat;
  background-size: auto 100%;
}
.hero_sp_area .hero_sp_area_in:nth-child(5) {
  background: url(../../img/index/img_main05.webp) 50% 0% no-repeat;
  background-size: auto 100%;
}
.hero_sp_area .hero_sp_area_in.hero_sp_area_move_op0 {
  opacity: 1;
}
.hero_sp_area .hero_sp_area_in.hero_sp_area_move01 {
  transition: all 7s;
  background-position: right 0% !important;
}
.hero_sp_area .hero_sp_area_in.hero_sp_area_move02 {
  opacity: 0;
}

.sec_concept {
  padding: 150px 0px;
  background: url(../../img/index/bg_concept.webp) right top no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_concept {
    padding: 100px 0px;
    background: url(../../img/index/bg_concept_sp.webp) right top no-repeat;
    background-size: 100% auto;
  }
}
.sec_concept .tit_com01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_concept .tit_com01 {
    margin-bottom: 50px;
  }
}
.sec_concept .txt01 {
  font-size: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_concept .txt01 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.sec_concept .txt02 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_concept .txt02 {
    font-size: 15px;
  }
}

.img01 {
  width: 100%;
  position: relative;
}
.img01 .txt_ab {
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 20px;
}
.img01 .txt_ab .tit_com03, .img01 .txt_ab .txt_com02 {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.img01 .txt_ab .tit_com03 {
  margin-bottom: 0px;
  text-align: left;
}
.img01 .txt_ab .txt_com02 {
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 0px;
}
.img01 .txt_ab .txt_com02 strong {
  font-size: 48px;
  line-height: 0.6;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .img01 .txt_ab .txt_com02 strong {
    font-size: 32px;
  }
}

.information_area {
  padding: 150px 0px;
}
@media screen and (max-width: 767px) {
  .information_area {
    padding: 60px 20px;
    box-sizing: border-box;
  }
}
.information_area .information_area_in {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}
@media screen and (max-width: 820px) {
  .information_area .information_area_in {
    width: 83.33%;
  }
}
.information_area .information_area_in .tit_flex {
  padding-bottom: 0px;
  border: none;
}
@media screen and (max-width: 767px) {
  .information_area .information_area_in .tit_flex {
    margin-bottom: 25px;
  }
}
.information_area .information_area_in .information_area_dl {
  padding: 35px 0px;
  border-top: 1px solid rgba(38, 19, 3, 0.3);
  border-bottom: 1px solid rgba(38, 19, 3, 0.3);
}
@media screen and (max-width: 767px) {
  .information_area .information_area_in .information_area_dl {
    padding: 25px 0px;
    box-sizing: border-box;
  }
}
.information_area .information_area_in .information_area_dl dl dt, .information_area .information_area_in .information_area_dl dl dd {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .information_area .information_area_in .information_area_dl dl dt, .information_area .information_area_in .information_area_dl dl dd {
    font-size: 13px;
  }
}

.contents_area section {
  padding: 150px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents_area section {
    padding: 80px 20px;
    box-sizing: border-box;
  }
}
.contents_area section .section_in {
  width: 83.33%;
  margin: 0px auto;
  color: #261303;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents_area section .section_in {
    width: 100%;
    display: block;
  }
}
.contents_area section .section_in .img_area {
  width: 54.16%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents_area section .section_in .img_area {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contents_area section .section_in .img_area img {
  transition: all 0.6s;
}
.contents_area section .section_in .txt_area {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .contents_area section .section_in .txt_area {
    width: 100%;
  }
}
.contents_area section .section_in .txt_area .tit_com00 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #261303;
}
@media screen and (max-width: 767px) {
  .contents_area section .section_in .txt_area .tit_com00 {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.contents_area section .section_in .txt_area .txt_area_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents_area section .section_in .txt_area .txt_area_in {
    display: block;
  }
}
.contents_area section .section_in .txt_area .txt_area_in .tit_com02 {
  width: 31.11%;
}
@media screen and (max-width: 820px) {
  .contents_area section .section_in .txt_area .txt_area_in .tit_com02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contents_area section .section_in .txt_area .txt_area_in .tit_com02 {
    text-align: center;
  }
}
.contents_area section .section_in .txt_area .txt_area_in .txt_area_inin {
  width: 68.88%;
}
@media screen and (max-width: 820px) {
  .contents_area section .section_in .txt_area .txt_area_in .txt_area_inin {
    width: 100%;
  }
}
.contents_area section .section_in .txt_area .txt_area_in .txt_area_inin .txt_com01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contents_area section .section_in .txt_area .txt_area_in .txt_area_inin .txt_com01 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contents_area section .section_in:hover {
  opacity: 1;
}
.contents_area section .section_in:hover .img_area img {
  transform: scale(1.05);
}
.contents_area section:nth-child(2n+1)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 69.09%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents_area section:nth-child(2n+1)::before {
    width: 100%;
  }
}

.access_area {
  padding: 150px 0px;
  background: url(../../img/common/bg01_rev.webp) left top no-repeat;
  background-size: 50%;
}
@media screen and (max-width: 767px) {
  .access_area {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
  }
}
.access_area .access_area_in {
  width: 69.44%;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .access_area .access_area_in {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .access_area .access_area_in {
    width: 100%;
  }
}
.access_area .access_area_in .map_area {
  margin-bottom: 50px;
}
.access_area .access_area_in .map_area .tit01 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .access_area .access_area_in .map_area .tit01 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}