@charset "utf-8";
/*アイキャッチここから*/
.eyecatch_inc.top {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh) * 100);
  min-height: 550px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc.top{
    height: calc(var(--vh_2) * 100);
    min-width: 320px;
  }
}
.eyecatch_inc.top .eyecatch_inc01{
  width: 980px;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc.top .eyecatch_inc01{
    width: 90%;
    max-width: 320px;
    padding-bottom: 150px;
  }
}
.eyecatch_inc.top .eyecatch_inc01 .text01{
  width: auto;
  height: auto;
  margin: 0;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px){
  .eyecatch_inc.top .eyecatch_inc01 .text01{
    font-size: 37px;
    line-height: 37px;
  }
}
.eyecatch_inc.top .eyecatch_inc01 .text02{
  width: auto;
  height: auto;
  margin: 0;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  margin-top: 40px;
}
@media only screen and (max-width: 767px){
  .eyecatch_inc.top .eyecatch_inc01 .text02{
    font-size: 18px;
    margin-top: 15px;
  }
}
.eyecatch_inc.top .eyecatch_inc01 .text03{
  width: auto;
  height: auto;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 40px;
}
@media only screen and (max-width: 767px){
  .eyecatch_inc.top .eyecatch_inc01 .text03{
    font-size: 10px;
    margin-top: 30px;
  }
}

.eyecatch_inc02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.wrap.active {
  opacity: 1;
  z-index: 2;
}

.eye_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: zoomEffect 4s ease-in-out forwards;
}

@keyframes zoomEffect {
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}
/*スライド写真指定*/
.eye_img01 { background-image: url(../img/index/eye01.jpg); }
.eye_img02 { background-image: url(../img/index/eye02.jpg); }
.eye_img03 { background-image: url(../img/index/eye03.jpg); }
/*アイキャッチここまで*/

.contents01{
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  z-index: 3;
  margin-top: 100vh;
  margin-top: calc(var(--vh) * 100);
}
@media only screen and (max-width: 767px){
  .contents01{
    margin-top: calc(var(--vh_2) * 100);
  }
}
.contents01 .contents01_01{
  width: 980px;
  height: auto;
  margin: 0 auto;
  padding-top: 90px;
  position: relative;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01{
    width: 90%;
    max-width: 335px;
    padding-top: 50px;
  }
}
.contents01 .contents01_01 .bg_logo{
  width: 348px;
  height: auto;
  display: block;
  position: absolute;
  top: 90px;
  right: -145px;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .bg_logo{
    width: 123px;
    top: 25px;
    right: 0;
  }
}
.contents01 .contents01_01 .title_box{
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .title_box{
    width: 100%;
    max-width: 335px;
  }
}
.contents01 .contents01_01 .title_box h3{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .title_box h3{
    flex-wrap: wrap;
  }
}
.contents01 .contents01_01 .title_box h3 .title{
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .title_box h3 .title{
    font-size: 24px;
    line-height: 34px;
  }
}
.contents01 .contents01_01 .title_box h3 .sub{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .title_box h3 .sub{
    font-size: 12px;
    line-height: 22px;
  }
}
.contents01 .contents01_01 h4{
  font-size: 110px;
  line-height: 110px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 h4{
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding-left: 15px;
  }
}
.contents01 .contents01_01 h4.text04::after{
  content:'';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #262626;
  position: absolute;
  bottom: 23px;
  right: 36px;
  margin: auto;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 h4.text04::after{
    width: 25px;
    bottom: 14px;
    right: initial;
    left: 260px;
    height: 1px;
  }
}
.contents01 .contents01_01 .contents01_01_01{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_01{
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.contents01 .contents01_01 .contents01_01_01 .img01{
  position: relative;
  width: 380px;
  height: 590px;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_01 .img01{
    position: relative;
    width: 100%;
    height: 200px;
  }
}
.contents01 .contents01_01 .contents01_01_01 .img01 .img01_01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: url(../img/index/img01.jpg);
  background-size: cover;
  background-position: center;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_01 .img01 .img01_01{
    background-image: url(../img/index/img01_sp.jpg);
  }
}
.contents01 .contents01_01 .contents01_01_01 .text_cont01{
  width: 520px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_01 .text_cont01{
    width: 100%;
    margin: 0 auto;
  }
}
.contents01 .contents01_01 .contents01_01_01 .text_cont01 .text04{
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_01 .text_cont01 .text04{
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.04em;
    margin-top: 30px;
    padding-left: 0;
  }
}
.contents01 .contents01_01 .contents01_01_01 .text_cont01 .text05{
  font-size: 15px;
  line-height: 28px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_01 .text_cont01 .text05{
    margin-top: 20px;
  }
}
.contents01 .contents01_01 .contents01_01_02{
  width: 700px;
  height: auto;
  margin: 100px auto;
  padding: 40px 0;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_02{
    width: 100%;
    margin: 40px auto;
    padding: 30px 0;
  }
}
.contents01 .contents01_01 .contents01_01_02 ul{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_02 ul{
    gap: 10px;
  }
}
.contents01 .contents01_01 .contents01_01_02 ul li{
  width: 98px;
  height: auto;
  display: block;
}
.contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(2){
  width: 98px;
}
.contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(3){
  width: 93px;
}
.contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(4){
  width: 66px;
}
.contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(5){
  width: 143px;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_02 ul li{
    width: 54px;
    height: auto;
    display: block;
  }
  .contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(2){
    width: 54px;
  }
  .contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(3){
    width: 51px;
  }
  .contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(4){
    width: 36px;
  }
  .contents01 .contents01_01 .contents01_01_02 ul li:nth-of-type(5){
    width: 80px;
  }
}

.contents01 .contents01_01 .contents01_01_02 ul li img{
  width: 100%;
  height: auto;
  display: block;
}
.contents01 .contents01_01 .contents01_01_02 .text06{
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px){
  .contents01 .contents01_01 .contents01_01_02 .text06{
    text-align: left;
    margin-top: 20px;
  }
}

/*contents02ここから*/
.contents02{
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.contents02 .contents02_01{
  width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 150px 0 0 ;
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01{
    width: 90%;
    max-width: 335px;
    padding: 70px 0 0 ;
  }
}
.contents02 .contents02_01 h3{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.contents02 .contents02_01 .title{
  font-size: 82px;
  line-height: 82px;
  text-align: center;
  margin-left: -30px;
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01 .title{
    font-size: 50px;
    line-height: 60px;
  }
}
.contents02 .contents02_01 h3 .sub{
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01 h3 .sub{
    font-size: 16px;
    margin-top: 10px;
  }
}
.contents02 .contents02_01 .item{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 80px;
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01 .item{
    margin-top: 40px;
  }
}
.contents02 .contents02_01 .item:nth-of-type(2){
  margin-top: 180px;
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01 .item:nth-of-type(2){
    margin-top: 70px;
  }
}
.contents02 .contents02_01 .item h4{
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01 .item h4{
    font-size: 42px;
    line-height: 42px;
  }
}
.contents02 .contents02_01 .item .text07{
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01 .item .text07{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
  }
}
.item .item01{
  width: 800px;
  height: auto;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
  .item .item01{
    width: 100%;
    margin: 25px auto 0;
    gap: 70px;
  }
}
.item .item01 .item01_01{
  width: 350px;
  height: auto;
  transition: all .5s;
}
@media only screen and (max-width: 767px){
  .item .item01 .item01_01{
    width: 100%;
  }
}
.item .item01 .item01_01 .item01_01_01{
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: all .5s;
}
@media only screen and (max-width: 767px) {
  .item .item01 .item01_01 .item01_01_01{
    width: 100%;
    max-width: 335px;
  }
}
.item .item01 .item01_01 .item01_01_01:hover{
  opacity: 0.6;
  transition: all .5s;
}
.item .item01 .item01_01 .item01_01_01 .item_img{
  width: 100%;
  height: auto;
  display: block;
}
.item .item01 .item01_01 .item01_01_01 h5{
  width: 100%;
  height: auto;
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px;
  position: relative;
  border-bottom: 1px solid #818181;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px){
  .item .item01 .item01_01 .item01_01_01 h5{
    font-size: 34px;
    line-height: 34px;
  }
}
.item .item01 .item01_01 .item01_01_01 h5 .arrow{
  width: 30px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all .5s;
}
.item .item01 .item01_01 .item01_01_01:hover h5 .arrow{
  opacity: 0;
}
.item .item01 .item01_01 .item01_01_01 h5 .arrow_on{
  opacity: 0;
  transition: all .5s;
}
.item .item01 .item01_01 .item01_01_01:hover h5 .arrow_on{
  opacity: 1;
  transition: all .5s;
}
.item .item01 .item01_01 .item01_01_01 .text08{
  font-size: 16px;
  line-height: 26px;
}
.item .item01 .item01_01 .item01_01_01 .text09{
  font-size: 14px;
  line-height: 28px;
  color: #818181;
}
.item .item01 .item01_01 .item_link{
  width: 100%;
  height: 45px;
  background-color: #262626;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.04em;
  position: relative;
}
@media only screen and (max-width: 767px){
  .item .item01 .item01_01 .item_link{
    width: 90%;
    margin: 30px auto 0;
  }
}
.item .item01 .item01_01 .item_link::after{
  content:'';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow03.png);
  background-repeat:no-repeat; 
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 96px;
  margin: auto;
}
@media only screen and (max-width: 767px){
  .item .item01 .item01_01 .item_link::after{
    right: 0;
    left: 150px;
  }
}





/*ポッポアップ部分ここから*/
.item01_02{
  width: 100%;
  min-width: 1280px;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 767px){
  .item01_02{
    min-width: 320px;
  }
}
.item01_02 .item01_02_01{
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: 50px 0;
  margin: 0 auto;
  display: block;
  overflow-y: auto; /* スクロールできるように */
    -webkit-overflow-scrolling: touch; /* iOS対応（慣性スクロール） */
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01{
    padding: 50px 0;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01{
  width: 980px;
  height: auto;
  padding: 65px 65px;
  margin: 0 auto;
  background-color: #ffffff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01{
    width: 90%;
   /* max-width: 335px;*/
    padding: 50px 28px;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .popup-close-btn{
  width: 28px;
  height: 28px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 29px;
  bottom: auto;
  left: auto;
  right: 30px;
  margin: auto;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .popup-close-btn{
    width: 20px;
    height: 20px;
    top: 20px;
    right: 16px;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .popup-close-btn .line-bar{
  width: 28px;
  height: 1.5px;
  background-color: #707070;
  border-radius: 1px;
  position: relative;
  margin: 0;
  transform: rotate(135deg);
  display: block;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .popup-close-btn .line-bar{
    width: 20px;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .popup-close-btn .line-bar::before{
  content: "";
  display: block;
  background-color: #707070;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 1.5px;
  transform: rotate(90deg);
  top: 0;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01{
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .left{
  width: 360px;
  height: auto;
  display: block;
  flex-shrink: 0;
  position: sticky;
  top: 0
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .left{
    width: 100%;
    position: initial;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .left .popuup_img{
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .left .popuup_img{
    max-width: 230px;
    margin: 0 auto;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .left .item_link{
  width: 100%;
  height: 45px;
  background-color: #262626;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.04em;
  position: relative;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .left .item_link::after{
  content:'';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow03.png);
  background-repeat:no-repeat; 
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 96px;
  margin: auto;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .left .item_link::after{
    right: 0;
    left: 150px;
  }
}

/*右側テキスト*/
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text{
  width: auto;
  height: auto;
  display: block;
  text-align: left;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01 .text_box01_01{
  width: auto;
  height: auto;
  display: block;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01 .text_box01_01 .sub_name{
  font-size: 22px;
  line-height: 22px;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01 .text_box01_01 .sub_name{
    font-size: 18px;
    line-height: 18px;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01 .text_box01_01 .item_name{
  font-size: 40px;
  line-height: 44px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01 .text_box01_01 .item_name{
    font-size: 36px;
    line-height: 40px;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01 .item_logo{
  width: 73px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box01 .item_logo{
    width: 55px;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box02{
  width: 100%;
  height: auto;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box02 ul{
  width: 100%;
  height: auto;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box02 ul li{
  font-size: 15px;
  line-height: 26px;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box02 ul li:nth-of-type(3){
  font-size: 15px;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box02 .pop_text01{
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text .text_box02 .pop_text01{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px){
  .contents02 .contents02_01 .item .item01 .item01_01 .item01_02.popup .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text a.item_link{
    width: 100%;
    height: 60px;
    background-color: #262626;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto 0;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.04em;
    position: relative;
  }
  .contents02 .contents02_01 .item .item01 .item01_01 .item01_02.popup .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text a.item_link::after{
    content:'';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/arrow03.png);
    background-repeat:no-repeat; 
    background-size: 100% auto;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    left: 150px;
    margin: auto;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table{
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-top: 50px;
  border-top: 1px solid #B7B7B7;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr{
  width: 100%;
  height: auto;
  border-bottom: 1px solid #B7B7B7;
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr th{
  width: 80px;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr th{
    width: 100%;
    display: block;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr th span{
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 13px;
  border-right: 1px solid #B7B7B7;
  font-weight: 400;
  display: block;
  margin: 15px 0;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr th span{
    margin: 15px 0 0;
    border-right: 0;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr td{
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr td{
    width: 100%;
   display: block;
  }
}
.item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr td span{
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 23px;
  display: block;
  margin: 15px 0;
  padding: 0 13px;
}
@media only screen and (max-width: 767px){
  .item01_02 .item01_02_01 .item01_02_01_01 .item01_02_01_01_01 .popup_text table tr td span{
    margin: 8px 0 15px;
    padding: 0 0;
  }
}
.contents03{
  width: 100%;
  height: auto;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 130px 0 180px;
}
@media only screen and (max-width: 767px){
  .contents03{
    padding: 70px 0 90px;
  }
}
.contents03 a{
  width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px){
  .contents03 a{
    width: 100%;
    max-width: 335px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.contents03 a img{
  width: 100%;
  height: auto;
  display: block;
}

/*問い合わせここから*/
.contact01{
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.contact01 .contact01_01{
  width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 150px 0 180px ;
}
@media only screen and (max-width: 767px){
  .contact01 .contact01_01{
    width: 90%;
    max-width: 335px;
    padding: 70px 0 90px ;
  }
}
.contact01 .contact01_01 h3{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.contact01 .contact01_01 .title{
  font-size: 82px;
  line-height: 82px;
  text-align: center;
  margin-left: -30px;
}
@media only screen and (max-width: 767px){
  .contact01 .contact01_01 .title{
    font-size: 50px;
    line-height: 60px;
  }
}
.contact01 .contact01_01 h3 .sub{
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px){
  .contact01 .contact01_01 h3 .sub{
    font-size: 16px;
    margin-top: 10px;
  }
}

.contact01 .contact01_01 .form01{
  width: 750px;
  height: auto;
  position: relative;
  margin: 100px auto 0;
}
@media only screen and (max-width: 767px){
  .contact01 .contact01_01 .form01{
    width: 100%;
    height: auto;
    position: relative;
    margin: 30px auto 0;
  }
}
select {
  color: #000 !important; /* 黒に設定 */
}




/*パララックスCSS*/
.parallax-section {
  position: relative;
  height: 510px;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 767px){
  .parallax-section {
    height: 237px;
  }
}
.parallax-section02{
  height: 430px;
}
@media only screen and (max-width: 767px){
  .parallax-section02{
    height: 126px;
  }
}
.parallax-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.image {
  background-image: url(../img/index/mid_visual.png);
}
@media only screen and (max-width: 767px){
  .image {
    background-image: url(../img/index/mid_visual_sp.png);
  }
}

.image2 {
  background-image: url(../img/index/btm_visual.jpg);
}








.item01_02 .item01_02_02{
  width: 100%;
  height: 100%;
  background-color: rgba( 54, 54, 54, .95);
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}



