@charset "UTF-8";

main{
  overflow: initial;
}
.title_block.PCshow .title_block_in02{
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .is-pc{
    display: none;
  }
}
.is-sp{
  display: none;
}
@media screen and (max-width: 640px) {
  .is-sp{
    display: inline-block;
  }
  .title_block.PCshow .title_block_in02{
    width: auto!important;
  }
}
/********** hero **********/
.hero{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 86px;
}
.hero-slider_pc {
  margin: 0 auto;
}
.hero-slider_pc .hero-slide {
  margin:0 3px;
  width: 978px;
}
.hero-slider_pc .hero-slide img{
  height: 384px;
}
.hero-slider_sp{
  display: none;
}
@media screen and (max-width: 640px) {
  .hero{
    width: auto;
    left: 0;
    transform: translateX(0);
    margin-bottom: 18px;
  }
  .hero-slider_pc {
    display: none;
  }
  .hero-slider_sp{
    display: block;
  }
}

.custom-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  max-width: 302px;
  width: 100%;
  height: 3px;
  overflow: hidden;
  margin: 18px auto 0;
}
.custom-dots li{
  flex: 1;
  height: 100%;
  background: transparent;
  cursor: pointer;
  background: #ccc;
  border-radius: 3px;
}
.custom-dots li.slick-active{
  background: #000;
}
.custom-dots li button{
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .custom-dots{
    gap: 5px;
    max-width: 170px;
    margin-top: 10px;
  }
  .custom-dots li{
    border-radius: 1px;
  }
}

/********** lead **********/
@media screen and (max-width: 640px) {
  .layout-Section2{
    padding-inline: 0;
  }
}
.lead{
  text-align: center;
}
.lead img{
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .lead img{
    padding: 0 20px 10px;
    margin-bottom: 0;
    max-width: 360px;
  }
}
.lead h2{
  font-size: 37px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.23;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .lead h2{
    font-size: 25px;
    line-height: 1.5;
    margin: 0 20px 22px;
    letter-spacing: -1px;
  }
}
.lead p{
  font-size: 20px;
  line-height: 2.1;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .lead p{
    font-size: 14px;
    line-height: 2.1;
    margin: 0 20px 40px;
  }
}
.lead-more{
  text-align: center;
  margin-bottom: 76px;
}
.lead-more p {
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  margin-bottom: 16px;
}
.lead-more img{
  width: 74px;
}
@media screen and (max-width: 640px) {
  .lead-more{
    margin-bottom: 80px;
  }
  .lead-more p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .lead-more img{
    width: 44px;
    height: auto;
  }
}

/********** interview **********/
.interview-Block{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 54px 0 42px;
}
@media screen and (max-width: 640px) {
  .interview-Block{
    width: auto;
    left: 0;
    transform: translateX(0);
    padding: 0;
  }
}
.interview-Block:first-child{
  padding-top: 0;
}
.interview-Block:last-child{
  margin-bottom: 0;
  padding-bottom: 244px!important;
  position: relative;
  background: url(../img/light-img.png) center bottom 6vw / 108px no-repeat,
              url(../img/light-img_bg_pc.png) center bottom / 110% no-repeat;
}
@media screen and (max-width: 640px) {
  .interview-Block:last-child{
    padding-bottom: 80px!important;
    background: url(../img/light-img.png) center bottom 5vw / 50px no-repeat,
                url(../img/light-img_bg_sp.png) center bottom / 100% no-repeat;
  }
}
/* .interview-Block:last-child:before{
  content: "";
  width: 108px;
  height: 84px;
  display: block;
  position: absolute;
  background-image: url(../img/light-img.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 68px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.interview-Block:last-child:after{
  content: "";
  width: 100%;
  height: 14vh;
  background-image: url(../img/light-img_bg_pc.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: red;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
} */
.interview-Block:nth-last-child(odd){
  padding: 60px 0 46px;
  background-color: #f9f5eb;
}
@media screen and (max-width: 640px) {
  /* .interview-Block:last-child:before{
    content: "";
    width: 69px;
    height: 54px;
    bottom: 58px;
    background-size: contain;
  }
  .interview-Block:last-child:after{
    width: 100%;
    height: 79px;
    background-image: url(../img/light-img_bg_sp.png);
  } */
  .interview-Block:nth-last-child(odd){
    padding: 30px 0 1px;
    background-color: #f9f5eb;
  }
}
.interview-Block_inner{
  width: 976px;
  height: 680px;
  margin: auto;
  position: relative;
  display: block;
  color: #000;
}
@media screen and (max-width: 640px) {
  .interview-Block_inner{
    width: auto;
    height: auto;
  }
}
.interview-Block_inner:hover p, .interview-Block_inner:hover span{
  color: #000!important;
  font-family: "Zen Old Mincho", serif!important;
}
.interview-Block_inner:hover img{
  opacity: 1!important;
}
.interview-heading{
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  padding-top: 117px;
}
.interview-heading span{
  font-size: 90px;
  letter-spacing: -1px;
  padding-right: 14px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .interview-heading{
    padding: 0 5% 0;
    margin: 72px 0 40px 0;
    font-size: 21px;
  }
  .interview-heading span{
    line-height: 1;
    font-size: 50px;
    padding-right: 7px;
  }
}
.interview-company{
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 23px;
  margin: 26px 0 108px;
  position: relative;
}
.interview-company:before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: -23px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.interview-company span{
  font-size: 15px;
  letter-spacing: 0;
  padding-left: 1px;
  padding-right: 0;
}
.interview-Block_inner:hover .interview-company span{
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif!important;
}
@media screen and (max-width: 640px) {
  .interview-company{
    margin: 14px 0 0;
    font-size: 14px;
  }
  .interview-company:before{
    top: -8px;
  }
  .interview-company span{
    font-size: 10px;
  }
}

.interview-company_img{
  width: 290px;
}
@media screen and (max-width: 640px) {
  .interview-company_img{
    position: absolute;
    right: 3%;
    top: -28px;
    max-width: 240px;
    width: auto;
    max-height: 142px;
    height: 24%;
  }
}
.interview-contents{
  position: absolute;
  top: 0;
  right: -113px;
}
.interview-contents_img{
  width: 770px;
}
@media screen and (max-width: 640px) {
  .interview-contents{
    position: relative;
    top: 0;
    right: auto;
    padding-left: 5%;
  }
}
.interview-contents_text{
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  text-align: right;
  letter-spacing: -0.5px;
  margin-right: 113px;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .interview-contents_text{
    margin: 12px 3% 0 0;
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 1.6;
  }
}
.interview-contents_btn{
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  text-align: right;
  margin-right: 113px;
  margin-top: 20px;
  padding-right: 140px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .interview-contents_btn{
    font-size: 20px;
    margin: 6px 3% 38px 0;
    padding-right: 44px;
  }
}
.interview-contents_btn:after{
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 94px;
  width: 38px;
  height: 9px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: width .5s, right .5s;
}
@media screen and (max-width: 640px) {
  .interview-contents_btn:after{
    right: 6px;
    top: 14px;
    width: 35px;
    transform: skew(40deg);
  }
}

@media screen and (min-width: 641px) {
  .interview-Block_inner:hover .interview-contents_btn:after{
    width: 118px;
    right: 13px;
  }
}

.interview-Block.is-left .interview-contents{
  left: -113px;
  right: auto;
}
.interview-Block.is-left .interview-Block_inner{
  text-align: right;
}
.interview-Block.is-left .interview-contents_text{
  margin-right: 0;
  margin-left: 93px;
  padding-left: 20px;
  text-align: left;
}
.interview-Block.is-left .interview-contents_btn{
  margin-right: 0;
  margin-left: 113px;
  text-align: left;
}
.interview-Block.is-left .interview-contents_btn:after{
  right: auto;
  left: 118px;
}
@media screen and (max-width: 640px) {
  .interview-Block.is-left .interview-heading{
    margin-top: 40px;
  }
  .interview-Block.is-left .interview-contents{
    left: 0;
    padding-left: 0;
    padding-right: 5%;
  }
  .interview-Block.is-left .interview-contents_text{
    margin-left: 5%;
    padding-left: 0;
  }
  .interview-Block.is-left .interview-contents_btn{
    margin-left: 5%;
  }
  .interview-Block.is-left .interview-contents_btn:after{
    right: auto;
    left: 97px;
    top: 13px;
  }
  .interview-Block.is-left .interview-company_img{
    right: auto;
    left: 5%;
  }
}

/********** point **********/
.layout-Section3{
  margin-top: 24px!important;
}
.layout-Section3 h3{
  font-size: 34px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .layout-Section3{
    padding: 0 40px;
    margin-top: 20px!important;
  }
  .layout-Section3 h3{
    font-size: 22px;
    line-height: 1.4;
  }
}
.point-Block{
  display: flex;
  align-items: flex-start;
  max-width: 922px;
  margin: 112px auto 0;
}
@media screen and (max-width: 640px) {
  .point-Block.is-left .point-Block_left{
    margin-bottom: 8px;
  }
  .point-Block.is-left .point-Block_right img{
    width: 100%;
  }
}
.point-Block.is-left .point-Block_left{
  order: 2;
  margin-top: 7px;
}
.point-Block:first-of-type{
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .point-Block{
    display: block;
    max-width: none;
    margin: 38px auto 0;
  }
  .point-Block:first-of-type{
    margin-top: 20px;
  }
}
.point-Block_left{
  margin: 9px 94px 0 0;
  min-width: 270px;
}
@media screen and (max-width: 640px) {
  .point-Block_left{
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.point-Block_left.is-wide{
  min-width: auto;
  display: flex;
  align-items: center;
  margin-right: 115px;
}
.point-Block_left.is-wide > p{
  margin-top: -3px;
  margin-left: 16px;
}
@media screen and (max-width: 640px) {
  .point-Block_left.is-wide{
    display: block;
    margin-right: 0;
    max-width: 223px;
  }
  .point-Block_left.is-wide > p{
    margin-top: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .point-Block.is-column{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .point-Block_left.is-wide{
    margin-bottom: 0;
    margin-right: 10px;
  }
  .point-Block.is-column .point-Block_right img{
    width: 100%!important;
    max-width: 200px!important;
    margin-bottom: 7px;
  }
}

.point-heading{
  display: flex;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
.point-number{
  display: inline-block;
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3px 12px 8px 12px;
  margin-right: 20px;
}
.point-number span{
  font-size: 21px;
  display: block;
  letter-spacing: 0;
}
.point-heading p{
  font-size: 29px;
  line-height: 1.3;
  margin-top: -3px;
  letter-spacing: -0.2px;
}
.point-Block_left > p{
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -1px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .point-number{
    font-size: 21px;
    padding: 2px 7px 6px 5px;
    text-align: center;
    margin-right: 10px;
  }
  .point-number span{
    font-size: 12px;
    margin-bottom: 2px;
    letter-spacing: 0.6px;
  }
  .point-heading{
    display: flex;
    align-items: center;
  }
  .point-heading p{
    font-size: 17px!important;
    letter-spacing: 0;
  }
  .point-Block_left > p{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.point-Block_right{
  display: flex;
}
.point-01_img{
  width: 268px;
  height: auto;
}
.point-02_img{
  width: 563px;
  height: auto;
}
.point-03_img{
  width: 221px;
  height: auto;
}
.point-Block_right img:nth-child(2){
  margin-left: 22px;
}
@media screen and (max-width: 640px) {
  .point-Block_right img{
    max-width: 100%;
    width: calc((100% - 14px) / 2);
  }
  .point-Block_right img:nth-child(2){
    margin-left: 14px;
  }
}

.point-Block.is-left .point-Block_left{
  margin-right: 0;
  margin-left: 38px;
}
@media screen and (max-width: 640px) {
  .point-Block.is-left .point-Block_left{
    margin-left: 0;
  }
}

.layout-Section4{
  margin-top: 108px!important;
  text-align: center;
}
.layout-Section4 img:nth-child(2){
  margin: 72px 0 80px;
}
@media screen and (max-width: 640px) {
  .layout-Section4{
    margin-top: 42px!important;
    padding: 0 23px;
  }
  .layout-Section4 img:nth-child(4){
    margin: 42px 0 46px;
  }
}

.layout-Section4 img{
  width: 977px;
}
.layout-Section4 .flat-lamp_btn{
  text-align: center;
  margin: 0 auto 80px;
  font-size: 24px;
  color: #000;
  border: 1px solid #000;
  padding: 16px 10px 14px;
  width: 796px;
  display: inline-block;
  position: relative;
}
.layout-Section4 .flat-lamp_btn:after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  right: 171px;
  width: 30px;
  height: 7px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: width .3s, right .3s;
}
.layout-Section4 .flat-lamp_btn:hover::after{
  width: 100px;
  right: 101px;
}
@media screen and (max-width: 640px) {
  .layout-Section4 .flat-lamp_btn{
    margin: 0 auto 58px;
    font-size: 16px;
    padding: 13px 20px 10px;
    width: 100%;
    line-height: 1.3;
  }
  .layout-Section4 .flat-lamp_btn:after{
    right: 20px;
    width: 30px;
  }
  .layout-Section4 .flat-lamp_btn:hover::after{
    width: 30px;
    right: 20px;
  }
}