@charset "utf-8";

/*TOPページ（ログイン前）*/

/*背景設定*/
/*------------PC左右のエリア-------------*/
@media (any-hover: hover) {
  .teniteku {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .teniteku:hover {
    opacity: 0.65;
  }
}

@media screen and (min-width: 641px) {
  .pcSideArea .teniteku {
    width: 8.658rem;
    z-index: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea .teniteku {
    width: 13rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .pcSideArea .teniteku {
    width: 8rem;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea .teniteku img {
    width: 100%;
  }
  .pcSideArea .igBtn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    gap: 20px;
  }
  .pcSideArea .igBtn:hover {
    opacity: 0.65;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea__top {
    display: none;
    height: 0;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea__top .teniteku {
    position: absolute;
    top: min(12vh, 5.994rem);
    left: 3.996rem;
  }
  .pcSideArea__top .igBtn {
    top: min(11.5vh, 5.328rem);
    right: 2.664rem;
  }
  .pcSideArea__main {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - max(23.75vw, 23.75rem) - 38.5rem);
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../img/IMG_3018.png) no-repeat bottom/cover;
    z-index: -5;
  }
  .pcSideArea__main__inner {
    height: 100%;
    padding-top: min(12vh, 6.66rem);
    padding-bottom: min(6vh, 3.33rem);
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea__main {
    width: calc(100vw - min(500px, 50rem));
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .pcSideArea__main {
    width: calc(100% - min(500px, 50rem));
    left: 0;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea__main .teniteku {
    position: absolute;
    top: min(6vh, 2.997rem);
    left: 3.33rem;
  }
  .pcSideArea__main .copy {
    position: absolute;
    right: 3.33rem;
    top: min(4.5vh, 1.998rem);
  }
  .pcSideArea__main .copy img {
    width: 15.318rem;
  }
  .pcSideArea__main .kv {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  .pcSideArea__main .kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .pcSideArea__aside {
    position: fixed;
    top: 0;
    right: 0;
    width: max(23.75vw, 23.75rem);
    height: 100%;
    background: url(../img/pcSidearea_main.png) no-repeat center/cover;
    z-index: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea__aside {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea__aside__inner {
    height: 100%;
    padding-bottom: min(6vh, 3.33rem);
  }
  .pcSideArea__aside .igBtn {
    left: 2.664rem;
    top: min(6vh, 2.997rem);
    z-index: 99;
    color: #fff;
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .pcSideArea {
    display: none !important;
  }
}

#wrap {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  margin: 0 max(23.75vw, 23.75rem) 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  #wrap {
    margin-right: 0;
    max-width: min(500px, 50rem);
  }
}
@media screen and (max-width: 640px) {
  #wrap {
    max-width: 100%;
    margin: 0;
  }
}

main {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /*Firefox対応*/
  scrollbar-width: none;
}
main::-webkit-scrollbar {
  display: none;
}

.container {
  padding: 0 10px;
}

section {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

section::-webkit-scrollbar {
  display: none;
}

body#page-index {
  background: transparent !important;
  background-color: transparent !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}

/*サイドメニュー*/
.sidemenu li a,
.sidemenu li a:hover,
.sidemenu li a:visited {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0.5rem;
}
.sidemenu {
  margin-top: 50px;
  line-height: 2;
}

.logo {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

/*ログインボタン*/
.member-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 100px;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: -0.1em;
  transition: all 0.3s ease;
  background-color: #db3e3c;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  margin: 0 auto;
}

a.member-login-btn-link {
  color: #fff;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.member-login-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  width: 97%;
  height: 88%;
}

/*フォント設定*/
.row,
.col-12 {
  margin: 0 !important;
  padding: 0 !important;
}

.toppage-logout {
  position: relative;
  font-weight: 400;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 0 0 auto;
  overflow-x: clip;
  overflow-y: visible;
  min-height: 100vh;
}

/*背景固定*/
.toppage-logout::before {
  background-image: url(../img/admissionfee-bg_u.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  right: max(23.75vw, 23.75rem);
  position: fixed;
  top: 0;
  width: 37.5rem;
  max-width: 100%;
  z-index: -1;
  background-color: transparent;
}

.container.box-main {
  padding: 0 !important;
  margin: 0 max(23.75vw, 23.75rem) 0 auto;
}

/*コンテンツ部分の背景を消す*/
.tile-inner {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ハンバーガーメニュー */
.header-login {
  margin-left: auto;
  color: #242424;
}

.menu-btn {
  width: 60px;
  height: 60px;
  z-index: 99;
}

.menu-btn span {
  background-color: #fff;
  color: #fff;
  background: #fff;
}

.menu-btn.menu-open span {
  background-color: #242424;
  color: #242424;
  background: #242424;
}

.menu-btn span:nth-of-type(1) {
  top: 10px;
}

.menu-btn.menu-open span:nth-of-type(1) {
  transform: rotate(20deg);
}

.menu-btn span:nth-of-type(2) {
  top: 30px;
}

.menu-btn span:nth-of-type(2)::after {
  content: "MENU";
  position: absolute;
  top: 3px !important;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.menu-btn.menu-open span:nth-of-type(2) {
  transform: rotate(-20deg);
  opacity: 1;
}

.menu-btn.menu-open span:nth-of-type(2)::after {
  content: "CLOSE";
  top: 3px !important;
  left: 50%;
  transform: translate(-65%, 50%) rotate(20deg);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.menu-btn span:nth-of-type(3) {
  opacity: 0;
}

.user-icon {
  display: none;
}

/* ハンバーガーメニューの中 */
.menu-box {
  top: 0px;
  height: 100vh;
}

.ttl-sm {
  font-size: 1.4rem;
}

#header-sp_line {
  margin: 10px auto;
  width: fit-content;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: #fff 1px solid;
}

#header-sp_line i {
  color: #06c755;
}

/* レッスン一覧 */
.major-category {
  border-bottom: none !important;
}

.menu-section-box.menu-lessons {
  padding: 0;
}

.menu-section-box.menu-lessons .ttl-sm {
  background-color: #cccccc;
  color: #fff;
  padding: 15px;
  margin: 0;
}

.menu-section-box.menu-lessons .category-list-item {
  margin: 0;
  padding: 0;
}

.category-list-item:last-of-type {
  display: none;
  opacity: 0;
}

.menu-section-box.menu-lessons h4.ttl-menu-lesson {
  padding: 10px 15px;
  border-bottom: 1px solid #4d7a52;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-section-box.menu-lessons .sub-category-list {
  opacity: 0;
  font-size: 1rem;
}

.menu-section-box.menu-lessons .sub-category-list > li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 15px;
}

.menu-section-box.menu-lessons .sub-category-list > li > a {
  display: block;
}

/* 見放題コース契約ボタン色変更 */
.menu-section-box.menu-mihoudai {
  background-color: #00b5ec;
  color: #fff;
}

.menu-section-box.menu-mihoudai a,
.menu-section-box.menu-mihoudai a:hover,
.menu-section-box.menu-mihoudai a:visited {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.menu-section-box .footer-link {
  padding: 0 0 30px;
}

/* ハンバーガーメニューの中　終わり */

/*メインビジュアル*/
.main-wrap {
  position: relative;
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}

.main_copy p {
  padding-bottom: 50px;
}

.main_copy img {
  width: 190px;
}

/* スクロールダウンの位置 */
.scroll-arrow {
  position: absolute;
  right: 10%;
  bottom: 25%;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  color: #fff;
}
/* 線のアニメーション部分 */
.scroll-arrow::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -90px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2;
}
/* 線の背景色 */
.scroll-arrow::after {
  background-color: #242424;
  bottom: -90px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*ログインボタン*/
.member-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: -0.1em;
  transition: all 0.3s ease;
  background-color: #b34746;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  margin: 0 auto;
}

a.member-login-btn-link {
  color: #fff;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.member-login-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 97%;
  height: 88%;
}

/*カタログ請求ボタン*/
.catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 5px;
  width: 74%;
  height: 100px;
  font-weight: bold;
  border-bottom: 4px solid #179e43;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #19d256;
  margin: 0 auto;
}

a.catalog-btn-link {
  color: #fff;
  width: 100%;
  z-index: 99;
  font-weight: 800;
  display: block;
  position: relative;
  text-align: center;
}

a.catalog-btn-link span {
  display: inline-block;
  animation: btn_animation 2.5s infinite;
}

@keyframes btn_animation {
  0% {
    transform: translate(8px, 0px);
  }
  5% {
    transform: translate(-8px, 0px);
  }
  10% {
    transform: translate(8px, 0px);
  }
  15% {
    transform: translate(-8px, 0px);
  }
  20% {
    transform: translate(8px, 0px);
  }
  25% {
    transform: translate(-8px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

/*フェードイン*/
.fade-in {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%;
}

.fade-in.is-show {
  opacity: 1;
  translate: 0;
  transition-duration: 1.8s;
  transition-timing-function:
    opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
}

/*フェードイン02(テニテクとはの部分）*/
.fade-in02 {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%;
}

.fade-in02.is-show {
  opacity: 1;
  translate: 0;
  transition-duration: 0.6s;
  transition-timing-function:
    opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
}

/*左右スライドイン*/
.SlideInLeft,
.SlideInRight {
  position: absolute;
  z-index: 5;
  transition: transform 0.6s ease;
}

.SlideInLeft {
  transform: translateX(-100%);
}

.SlideInRight {
  transform: translateX(100%);
}

.SlideInLeft.is-show,
.SlideInRight.is-show {
  transform: translateX(0);
}

/*イントロ*/
#index_intro {
  background: url(../img/index_intro-bg_u.png) no-repeat center;
  background-size: cover;
  padding: 5px 0;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

#index_intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 103.02%;
  height: 13.95%;
  background: url(../img/border-001.png) no-repeat center;
  background-size: contain;
  transform: translate(-5px, -50%);
  z-index: 10;
}

#index_intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103.02%;
  height: 13.95%;
  background: url(../img/border-002.png) no-repeat center;
  background-size: contain;
  transform: translate(-5px, 50%);
  z-index: 10;
}

#index_intro .message {
  width: 356px;
  margin: 65px auto;
  padding: 115px 0;
  background: url(../img/index_intro-bg.png) no-repeat center;
  background-size: contain;
  text-align: center;
}

#index_intro h2 {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

#index_intro p.fade-text {
  font-size: 1rem;
}

/*文字1行ずつ表示*/
.fade-text em {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  font-style: normal;
}

.fade-text em.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*スライドイン画像*/

#index_intro-img001 {
  width: 180px;
  top: 387px;
  left: -10%;
}

#index_intro-img002 {
  width: 165px;
  bottom: -21.5px;
  right: -40px;
}

/* 需要について */
#index-needs {
  background: url(../img/index_needs-bg_u.png) no-repeat center;
  background-size: cover;
  padding: 5px 0 137px;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

#index-needs::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103.02%;
  height: 13.95%;
  background: url(../img/border-001.png) no-repeat center;
  background-size: contain;
  transform: translate(-5px, 50%);
  z-index: 10;
}

#index-needs .title {
  text-align: center;
  margin-top: 159.96px;
}

#index-needs .title h2 {
  font-size: 3.7517rem;
  font-weight: 800;
  padding-bottom: 60.03px;
}

#index-needs .title h2 .font-small {
  font-size: 2.752rem;
}

#index-needs .title img:first-of-type {
  padding: 0 10px;
}

#index-needs .title img.width-78 {
  width: 675.96px;
  padding-bottom: 100.02px;
}

#index-needs h3 {
  font-size: 2.4994rem;
}

#index-needs .position-l {
  height: 100%;
  background-size: cover;
  line-height: 1.6;
  position: relative;
  text-align: center;
}

#index-needs .position-l > h3 {
  margin: 0 auto;
  width: 91.67%;
}

#index-needs .position-r {
  margin: 0 auto 90px;
  z-index: 5;
  background-size: cover;
}

#index-needs .position-r > h3 {
  width: 100%;
  text-align: center;
}

#index-needs h3 .font-small {
  font-size: 2rem;
}

#index-needs h3 .font-big {
  font-size: 3rem;
}

#index-needs > .message {
  text-align: center;
  margin-top: 80px;
  background: url(../img/index_needs-smoke.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 0 10px;
}

#index-needs .message .needs-p {
  padding: 0px 7% 80px;
}

#index-needs .message .needs-p:nth-of-type(1) {
  width: 70%;
  margin: 0 auto;
}

#index-needs .message .needs-p .font-small {
  font-size: 2rem;
}

#index-needs .message .needs-p:last-of-type {
  position: relative;
  z-index: 5;
}

#index-needs .needs-paper {
  position: relative;
  background: url(../img/index_needs-bg_paper.png) no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  margin: 80px 0;
}

#index-needs-item001 {
  position: absolute;
  bottom: -86px;
  left: -43px;
  width: 200px;
  height: 328px;
}

#index-needs .needs-paper p.needs-paper-p {
  text-align: center;
  position: absolute;
  padding: 160px 0 220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

/*案件の獲得事例*/
#index-voice {
  position: relative;
  padding: 80px 0 110px;
  background-image: url(../img/index_voices-bg_u.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow-x: clip;
  overflow-y: visible;
  min-height: 6000px;
}

#index-voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/border-002.png) no-repeat center;
  width: 103.02%;
  height: 13.95%;
  background-size: contain;
  transform: translate(-5px, 50%);
  z-index: 10;
}

#index-voice > .title {
  text-align: center;
  width: 300px;
  height: 200px;
  background-image: url(../img/index_voices-title.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}

#index-voice > .title h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#index-voice .voice-sec1 {
  background-image: url(../img/index_voices-sec1_bg_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 75px;
  margin-top: 55px;
  min-height: 883px;
}

/*森さん*/

.voice-sec1 > .title {
  width: 480px;
  height: 160px;
  text-align: center;
  margin: 0 auto 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.voice-sec1 > .title > h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.voice-inner {
  width: 480px;
  margin: 0 auto;
}

.voice-inner-flex {
  display: flex;
  justify-content: space-between;
}

.voice-inner-flex:first-of-type {
  gap: 25px;
}

.voice-inner-flex:first-of-type .voice-inner-item-l {
  width: 50%;
}
.voice-inner-flex h4 {
  font-size: 1rem;
  line-height: 1.5;
}
.voice-inner-flex h4 .font-medium {
  font-size: 1.25rem;
}

.voice-inner-flex h4 .font-large {
  font-size: 1.875rem;
}

.font-noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding: 20px 0 40px;
}

.voice-inner-item-r > .font-noto {
  font-size: 0.875rem;
  padding: 20px 0 0;
}

.font-noto span {
  font-size: 0.75rem;
}

.voice-inner-flex:nth-of-type(2) {
  padding-bottom: 50px;
}

.voice-inner-flex:nth-of-type(2) .voice-inner-item-l,
.voice-inner-flex:nth-of-type(2) .voice-inner-item-r {
  width: 220px;
  height: 350px;
}
.voice-sec1 .voice-inner-flex:nth-of-type(2) .voice-inner-item-r {
  position: relative;
}

.voice-sec1 .voice-inner-flex:nth-of-type(2) .voice-inner-item-r::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../img/index_voices-sec1_item-frame.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

#index-voice-inner001,
#index-voice-inner002,
#index-voice-inner003,
#index-voice-inner004 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 6s infinite;
}
#index-voice-inner001 {
  background-image: url(../img/index_voices-sec1_item001.png);
  animation-delay: 0s;
}
#index-voice-inner002 {
  background-image: url(../img/index_voices-sec1_item002.png);
  animation-delay: 3s;
}

#index-voice-inner003 {
  background-image: url(../img/index_voices-sec2_item001.png);
  animation-delay: 0s;
}
#index-voice-inner004 {
  background-image: url(../img/index_voices-sec2_item002.png);
  animation-delay: 3s;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.voice-inner-flex:nth-of-type(2) .font-noto {
  padding-top: 35px;
}

/*木原さん*/

#index-voice .voice-sec2 {
  background-image: url(../img/index_voices-sec2_bg_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 75px;
  margin-top: 55px;
  min-height: 883px;
}
.voice-sec2 > .title {
  width: 480px;
  height: 160px;
  text-align: center;
  margin: 0 auto 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.voice-sec2 > .title > h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.voice-sec2 .voice-inner-flex:first-of-type .voice-inner-item-r,
.voice-sec2 .voice-inner-flex:first-of-type .voice-inner-item-l {
  width: 480px;
}

.voice-sec2 .voice-inner-flex:nth-of-type(2) .voice-inner-item-l {
  position: relative;
}

.voice-sec2 .voice-inner-flex:nth-of-type(2) .voice-inner-item-l::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../img/index_voices-sec1_item-frame.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

#index-voice .voice-sec2 .voice-inner-flex:nth-of-type(2) .voice-inner-item-r > .font-noto {
  font-size: 0.875rem;
  padding: 0;
}

/*本と写真が重なるパーツ*/
.voice-slide-wrapper {
  position: relative;
  min-height: 3100px;
}

#voice-slide1,
#voice-slide2,
#voice-slide3,
#voice-slide4,
#voice-slide5,
#voice-slide6,
#voice-slide7,
#voice-slide8 {
  position: absolute;
}

#voice-slide1.voice-fade-in_book,
#voice-slide2.voice-fade-in_book,
#voice-slide3.voice-fade-in_photo,
#voice-slide4.voice-fade-in_photo,
#voice-slide5.voice-fade-in_photo,
#voice-slide6.voice-fade-in_photo,
#voice-slide7.voice-fade-in_photo,
#voice-slide8.voice-fade-in_photo {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 30%;
}

#voice-slide1.voice-fade-in_book.is-show,
#voice-slide2.voice-fade-in_book.is-show,
#voice-slide3.voice-fade-in_photo.is-show,
#voice-slide4.voice-fade-in_photo.is-show,
#voice-slide6.voice-fade-in_photo.is-show,
#voice-slide7.voice-fade-in_photo.is-show,
#voice-slide8.voice-fade-in_photo.is-show {
  transition-duration: 1s;
  opacity: 1;
  translate: 0;
  transition-timing-function:
    opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
}

#voice-slide5.voice-fade-in_photo.is-show {
  transition-duration: 2s;
  opacity: 1;
  translate: 0;
  transition-timing-function:
    opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
}

#voice-slide1 {
  z-index: 2;
  width: 162.21%;
  height: 620px;
  background-image: url(../img/index_voices-book001.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  top: -40px;
  left: -90px;
}

#voice-slide1.SlideInRight,
#voice-slide4.SlideInLeft,
#voice-slide5.SlideInRight {
  transition: transform 1.6s ease;
  opacity: 0;
}

#voice-slide1.SlideInRight.is-show,
#voice-slide4.SlideInLeft.is-show,
#voice-slide5.SlideInRight.is-show {
  opacity: 1;
}
#voice-slide1 > .inner {
  position: absolute;
  top: 50px;
  left: 120px;
  padding: 0;
  line-height: 1.5;
}

#voice-slide1 > .inner h4,
#voice-slide2 > .inner h4 {
  width: 380px;
}

#voice-slide1 > .inner p.font-noto,
#voice-slide2 > .inner p.font-not {
  font-size: 1.2rem;
  padding: 1rem 0 0;
}

#voice-slide1 > .inner p.font-noto span.font-small,
#voice-slide2 > .inner p.font-noto span.font-small {
  font-size: 0.875rem;
}
#voice-slide2 {
  z-index: 3;
  width: 184%;
  height: 900px;
  background-image: url(../img/index_voices-book002.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  top: 350px;
  right: -160px;
}

#voice-slide2 > .inner {
  position: absolute;
  top: 160px;
  right: 186px;
  text-align: right;
  padding: 0;
}

#voice-slide3 {
  z-index: 4;
  width: 162.21%;
  height: 103.26%;
  background-image: url(../img/index_voices-book003.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  top: 1000px;
  right: -50px;
}

#voice-slide3 > h4 {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 400px;
}

#voice-slide4 {
  z-index: 5;
  width: 486px;
  height: 665px;
  top: 1450px;
  right: -50px;
}
#voice-slide5 {
  z-index: 6;
  width: 550px;
  top: 1100px;
  left: 0;
}

#voice-slide6 {
  z-index: 7;
  width: 550px;
  top: 1900px;
  left: -80px;
}
#voice-slide7 {
  z-index: 8;
  width: 500px;
  top: 2100px;
  right: 0;
}
#voice-slide8 {
  z-index: 9;
  width: 550px;
  top: 2530px;
  left: 0px;
}

.voice-slide-wrapper p.font-small {
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  bottom: 39.99px;
}

/*テニテクとは*/
#index-about {
  position: relative;
  background-color: #fffef5;
  padding: 43px 0 110px;
  background-image: url(../img/index_about-bg_u.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow-x: clip;
  overflow-y: visible;
}

#index-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103.02%;
  height: 13.95%;
  background: url(../img/border-002.png) no-repeat center;
  background-size: contain;
  transform: translate(-5px, 50%);
  z-index: 10;
}

#index-about .about-inner .title {
  margin-top: 70px;
  text-align: center;
  font-weight: bold;
}

#index-about .title p {
  padding-top: 37px;
  font-size: 1.2rem;
}

#index-about .cards {
  width: 540px;
  height: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 300px;
}

#index-about .cards:nth-of-type(2) {
  background: url(../img/index_about-bg001.png) no-repeat center;
  background-size: 100%;
}

#index-about .cards:nth-of-type(3) {
  background: url(../img/index_about-bg002.png) no-repeat center;
  background-size: 100%;
}

#index-about .cards:nth-of-type(4) {
  background: url(../img/index_about-bg003.png) no-repeat center;
  background-size: 100%;
}

#index-about .cards:nth-of-type(5) {
  background: url(../img/index_about-bg004.png) no-repeat center;
  background-size: 100%;
}

#index-about .cards:nth-of-type(6) {
  background: url(../img/index_about-bg005.png) no-repeat center;
  background-size: 100%;
}

.cards.fade-in.is-show {
  transition-duration: 0.6s;
}

#index-about .cards h3 {
  font-size: 1.25rem;
  padding: 135px 0 20px;
}

#index-about .cards img {
  width: 400px;
}

#index-about .index-about-video {
  width: 384px;
  height: 240px;
  margin: 0 auto;
}

#index-about .cards p {
  font-size: 1rem;
  line-height: 1.875;
  padding-top: 30px;
}

#index-about .cards p span.font-small {
  font-size: 0.75rem;
}

/*特別な才能は必要ありません*/
#index-talent {
  padding: 85px 0 90px;
  text-align: center;
  background: url(../img/index_talent-bg_u.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

#index-talent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103.02%;
  height: 13.95%;
  background: url(../img/border-001.png) no-repeat center;
  background-size: contain;
  transform: translate(-5px, 50%);
  z-index: 10;
}

#index-talent h2 {
  font-size: 1.88rem;
  font-weight: bold;
  padding-bottom: 80px;
}

#index-talent h2 span.font-small {
  font-size: 1.63rem;
}

#index-talent .talent-p {
  font-size: 2rem;
  font-weight: bold;
}

#index-talent .talent-p:first-of-type {
  padding: 75px 0;
  position: relative;
  z-index: 5;
}

#index-talent .talent-p span.font-small {
  font-size: 1.2rem;
}

#index-talent .parallax-image {
  position: absolute;
}

/*施工事例スライダー*/

#index-talent .slider-wrapper {
  display: flex;
  overflow: hidden;
}

#index-talent .slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  z-index: 5;
}

#index-talent .slide {
  width: 358px;
  padding-left: 30px;
}

#index-talent .slide img {
  display: block;
  width: 100%;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#index-talent .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  height: 500px;
}

.flex-l {
  width: 300px;
  transform: translateX(-100%);
}

.flex-l.fade-in.SlideInLeft.is-show {
  transition-duration: 0.6s;
}

.flex-r {
  text-align: left;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  z-index: 5;
}

.talent-p_wrap {
  margin: 50px 0;
  position: relative;
}

.talent-p_wrap::before {
  position: absolute;
  content: "";
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 24px;
  background-size: 100%;
}

#index-talent .talent-p_wrap .talent-p {
  padding: 0 20px 100px;
}

/*お申込みの流れ*/
#index-flow {
  position: relative;
  padding: 75px 0 110px;
  height: 2700px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow-x: clip;
  overflow-y: visible;
  text-align: center;
}

#index-flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103.02%;
  height: 13.95%;
  background: url(../img/border-002.png) no-repeat center;
  background-size: contain;
  transform: translate(-5px, 50%);
  z-index: 10;
}

#index-flow .flow-inner .title {
  margin-top: 72px;
  text-align: center;
  font-weight: bold;
}

#index-flow h2.flow-h2 {
  font-size: 1.88rem;
  padding-bottom: 56px;
}

#index-flow .flow-cards {
  display: grid;
  place-items: center;
  gap: 64px;
}

#index-flow .flow-cards .card {
  width: 400px;
  border-radius: 20px;
  border: 4px solid #e5d7bd;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
}

#index-flow .flow-cards .card:nth-of-type(1),
#index-flow .flow-cards .card:nth-of-type(2),
#index-flow .flow-cards .card:nth-of-type(3),
#index-flow .flow-cards .card:nth-of-type(4),
#index-flow .flow-cards .card:nth-of-type(5) {
  position: relative;
}

#index-flow .flow-cards .card:nth-of-type(1)::after,
#index-flow .flow-cards .card:nth-of-type(2)::after,
#index-flow .flow-cards .card:nth-of-type(3)::after,
#index-flow .flow-cards .card:nth-of-type(4)::after,
#index-flow .flow-cards .card:nth-of-type(5)::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/arrow.png) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 21.5px;
}

#index-flow .flow-cards .card .card-title {
  background-color: #e5d7bd;
  font-size: 1.25rem;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

#index-flow .flow-cards .card .card-p {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  padding: 30px 0;
}

#index-flow .flow-cards .card .card-p .catalog-btn {
  margin-top: 28px;
}

#index-flow .flow-cards .card .card-p span.font-small {
  font-size: 0.75rem;
}

#index-flow > .catalog-btn {
  margin: 50px auto;
}

#index-flow .admissionfee {
  width: 500px;
  margin: 50px auto 0;
}

#index-flow .admissionfee .admissionfee-inner {
  height: 100%;
  background-size: contain;
  margin-bottom: 16px;
}

#index-flow .admissionfee p {
  font-size: 1rem;
  text-align: left;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*メッセージ*/
#index-message {
  position: relative;
  background-color: #fffef5;
  padding: 100px 0 50px;
  background-image: url(../img/index_message-bg_u.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow-x: clip;
  overflow-y: visible;
  text-align: center;
}

#index-message .message-title {
  font-size: 2.25rem;
  width: 314px;
  height: 119px;
  background: url(../img/message-title.png) no-repeat center;
  background-size: contain;
  display: grid;
  place-items: center;
  margin: 0 auto;
  font-family: "shippori-mincho", sans-serif;
}

#index-message > img {
  width: 265px;
  padding: 20px 0 60px;
}

#index-message > p {
  font-size: 1.2rem;
  padding-bottom: 70px;
}

#low_policy {
  padding-top: 70px;
}

#low_policy a {
  color: #242424;
  display: block;
}
