@charset "UTF-8";

body {
  font-size: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  /* background: #fff; */
}

.scroll-spacer {
  height: 0;
}

.scroll_content {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity .6s ease, transform .6s ease;
}

.scroll_content.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.js-maincopy {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .8s ease, transform .8s ease;
}

.js-maincopy.is-show {
  opacity: 1;
  transform: translateY(0);
}



#sec01 {
  z-index: 1;
}

#sec02 {
  padding: 100px 0 220px 0;
  z-index: 2;
}


.sec-wrapper {
  position: relative;
  border-radius: 30px 30px 0px 0px;
}

.sec-body {
  position: relative;
  width: 100%;
  z-index: 0;
}

.bg-image-fixed,
.bg-image-fixed02 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

.bg-image-fixed {
  background-image: url(../img/index/rec_fixbg01.png);
  background-position: top right;
}

.bg-image-fixed02 {
  background-image: url(../img/index/rec_fixbg02.png);
  background-position: top center;
}

.maincopy {
  width: 72vw;
  padding-top: 10vw;
  margin: 0 auto 0 4vw;
}

.area_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.txt_flex {
  flex-wrap: wrap;
  justify-content: center;
}

.area_ttl {
  margin: 10px 80px 0 0;
}

.area_ttl img {
  height: 26px;
}

.area_txt h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

.rec_txt {
  font-size: 16px;
  line-height: 1.8;
}

.messe_area {
  width: 100%;
  position: relative;
  z-index: 10;
}

.messe_area .area_inner {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.interview_area {
  background: rgba(255, 255, 255, 1);
}

.interview_area .area_inner {
  padding-bottom: 120px;
}

.interview_area .rec_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.member_flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 4%;
  row-gap: 40px;
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0;
  list-style: none;
}

.member_flex li {
  justify-self: center;
  margin: 0;
  box-sizing: border-box;
}

.member_flex li:nth-of-type(3),
.member_flex li:nth-of-type(6) {
  grid-column: 1 / -1;
}

.member_flex li a {
  transition: all .5s;
}

.member_flex li a:hover {
  opacity: 0.7;
}

.member_flex li a:hover img {
  transition: all .5s;
}

.member_flex li a:hover img {
  transform: scale(1.1);
}

.member_flex img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 368px;
  margin: 0 auto;
}


.under_btn {
  width: 90%;
  max-width: 700px;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
  padding: 30px 30px;
  margin: 0 auto;
}

.under_btn:nth-of-type(n+2) {
  margin-top: 30px;
}

.under_btn .rec_btn {
  text-align: center;
}

.under_btn .rec_btn:nth-of-type(n+2) {
  margin-top: 10px;
}

/* tab */
@media (max-width: 1180px) {}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  .bg-image-fixed02 {
    background: none;
  }

  /* 疑義要素でfixbg02を表示しているためのz-index */
  #sec01 {
    z-index: 3;
  }

  #sec02 {
    padding: 60px 0 150px 0;
    overflow: hidden;
    position: relative
  }

  #sec02::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateZ(0);
  }

  #sec02::before {
    background-image: url(../img/index/rec_fixbg02.png);
  }

  #sec02::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    inset: 0;
    z-index: 0;
  }

  #sec02.is-scrolled::after {
    content: none;
  }


  .maincopy {
    width: 78%;
    /* padding-top: 15vw; */
    position: relative;
  }

  .bg-image-fixed {
    background-size: contain;
    background-position: top 83px center;
  }

  .txt_flex {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .area_ttl {
    margin: 0 auto 20px;
  }

  .area_ttl img {
    width: auto;
    max-width: auto;
    height: 12px;
  }

  .area_txt {
    width: 100%;
  }

  .area_txt h3 {
    font-size: 20px;
    text-align: center;
  }

  .rec_txt {
    font-size: 14px;
    text-align: center;
  }

  .messe_area {
    background-image: url(../img/index/messe_bg.png);
    background-repeat: no-repeat;
    background-size: 350%;
    margin-top: -13vw;
    position: static;
    z-index: 0;
  }

  .messe_area .area_inner {
    padding: 32% 0 20% 0;
    position: static;
    transform: initial;
  }

  .interview_area {
    padding: 0 0 0 0;
  }

  .interview_area .area_inner {
    padding-bottom: 60px;
  }

  .member_flex {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-top: 20px;
  }

  .member_flex li {
    width: 90%;
    margin: 0 auto;
  }

  .member_flex li:nth-of-type(3),
  .member_flex li:nth-of-type(6) {
    grid-column: auto;
  }

  .member_flex li a:hover img {
    transform: scale(1);
  }

  .member_flex img {
    max-width: 100%;
  }

  .under_btn {
    padding: 20px 20px;
  }

  .under_btn h4 {
    font-size: 20px;
  }

  .under_btn .rec_txt {
    text-align: left;
  }
}