@charset "UTF-8";

/* 目次 */
/* __00: 先生紹介 */
/* __00: お問い合わせ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/



/* 先生紹介 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body.teachers img {
  width: 100%;
}
body.teachers .inner {
  max-width: 1020px;
  margin: auto;
  padding: 3rem 0 4rem;
  position: relative;
  z-index: 1;
}
body.teachers .kv .inner {
  padding-top: 0;
}
body.teachers .kv figure {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
body.teachers .lead {
  max-width: 700px;
  margin: 5rem auto;
}
body.teachers .lead p {
  font-size: clamp(1rem, 0.9054rem + 0.2523vw, 1.25rem);
  font-weight: 600;
  line-height: 1.75;
  margin-top: 1rem;
}
body.teachers .page-jump ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
body.teachers .page-jump ul a {
  border-radius: 100vw;
  line-height: 80px;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  background-image: linear-gradient(90deg, rgba(174, 145, 182, 1) 20%, rgba(17, 159, 216, 1));
  text-align: center;
  width: 200px;
}
body.teachers .page-jump ul li:nth-child(2) a { background-image: linear-gradient(90deg, rgba(243,160,136,1) 0%, rgba(233,75,108,1) 100%);}
body.teachers .page-jump ul li:nth-child(3) a { background-image: linear-gradient(90deg, rgba(202,203,211,1) 0%, rgba(150,150,148,1) 100%);}
body.teachers .page-jump ul li:nth-child(4) a { background-image: linear-gradient(90deg, rgba(187,116,61,1) 0%, rgba(224,184,140,1) 100%);}
body.teachers .page-jump ul li:nth-child(5) a { background-image: linear-gradient(90deg, rgba(0,167,127,1) 0%, rgba(166,217,225,1) 100%);}
body.teachers .page-jump ul li:nth-child(6) a { background-image: linear-gradient(90deg, rgba(227,100,27,1) 0%, rgba(250,192,61,1) 100%);}
body.teachers .page-jump ul li:nth-child(7) a { background-image: linear-gradient(90deg, rgba(172,77,140,1) 0%, rgba(189,147,190,1) 100%);}
body.teachers .page-jump ul li:nth-child(7) a:hover { opacity: .7;}
body.teachers .sec01,body.teachers .sec02,body.teachers .sec03,body.teachers .sec04,
body.teachers .sec05,body.teachers .sec06,body.teachers .sec07 {
  max-width: 1120px;
  margin: 0 auto 30px;
  overflow: hidden;
}
body.teachers .sec07 {
  margin-bottom: 100px;}
body.teachers .teacher-head {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.25rem;
  padding: 15px 30px;
  position: relative;
  background-image: linear-gradient(90deg, rgba(174, 145, 182, 1) 20%, rgba(17, 159, 216, 1));
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%); /* 右側を斜めに */
}
body.teachers .teacher-head span {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url(../img/teacher/arrow-01.png) no-repeat center/cover;
  transition: all 0.5s 0s ease;
}
body.teachers .teacher-head.close span {
  transform: rotate(180deg);
}
body.teachers .teacher-inner {
  display: none;
  margin-top: -100px;
  padding: 130px 5% 5%;
  background-color: #e0eaf5;
  background-image: repeating-linear-gradient(-45deg,#dee8f2, #dee8f2 10px,transparent 0, transparent 20px) !important;
}
body.teachers .teacher-inner .flex {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
body.teachers .teacher-inner figure {
  max-width: 250px;
  margin: auto;
}
body.teachers .teacher-inner .box {
  width: calc(100% / 2 - 2rem);
}
body.teachers .teacher-inner .box .name {
  color: #4684C5;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 1rem auto 0;
}
body.teachers .teacher-inner .box .name span {
  font-size: 65%;
  padding-left: 5px;
}
body.teachers .teacher-inner .box .head {
  color: #4684C5;
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
  margin: 2rem auto 1rem;
  position: relative;
}
body.teachers .teacher-inner .box .head::before,
body.teachers .teacher-inner .box .head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% / 2 - 4rem);
  height: 4px;
  background-image: linear-gradient(90deg, rgba(174, 145, 182, 1) 20%, rgba(17, 159, 216, 1));
}
body.teachers .teacher-inner .box .head::before {
  left: 0;}
body.teachers .teacher-inner .box .head::after {
  right: 0;}
body.teachers .teacher-inner .box .head:last-of-type::before,
body.teachers .teacher-inner .box .head:last-of-type::after {
  width: calc(100% / 2 - 8rem);}
body.teachers .teacher-inner .box p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}
body.teachers .teacher-inner .box-flex {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
body.teachers .button {
  display: block;
  max-width: 400px;
  margin: 3rem auto 0;
}
body.teachers .button:hover {
  opacity: .7;
}
/* sec02 */
body.teachers .sec02 .teacher-head {
  background-image: linear-gradient(90deg, rgba(243,160,136,1) 0%, rgba(233,75,108,1) 100%);}
body.teachers .sec02 .teacher-head span {
  background-image: url(../img/teacher/arrow-02.png);}
body.teachers .sec02 .teacher-inner {
  background-color: #fbdee3;
  background-image: repeating-linear-gradient(-45deg,#f8dce1, #f8dce1 10px,transparent 0, transparent 20px) !important;}
body.teachers .sec02 .teacher-inner .box .name,
body.teachers .sec02 .teacher-inner .box .head {
  color: #E73C59;}
body.teachers .sec02 .teacher-inner .box .head::before,
body.teachers .sec02 .teacher-inner .box .head::after {
  background-image: linear-gradient(90deg, rgba(243,160,136,1) 0%, rgba(233,75,108,1) 100%);}
/* sec03 */
body.teachers .sec03 .teacher-head {
  background-image: linear-gradient(90deg, rgba(202,203,211,1) 0%, rgba(150,150,148,1) 100%);}
body.teachers .sec03 .teacher-head span {
  background-image: url(../img/teacher/arrow-03.png);}
body.teachers .sec03 .teacher-inner {
  background-color: #e2e2e2;
  background-image: repeating-linear-gradient(-45deg,#e0e0e0, #e0e0e0 10px,transparent 0, transparent 20px) !important;}
body.teachers .sec03 .teacher-inner .box .name,
body.teachers .sec03 .teacher-inner .box .head {
  color: #545252;}
body.teachers .sec03 .teacher-inner .box .head::before,
body.teachers .sec03 .teacher-inner .box .head::after {
  background-image: linear-gradient(90deg, rgba(202,203,211,1) 0%, rgba(150,150,148,1) 100%);}
/* sec04 */
body.teachers .sec04 .teacher-head {
  background-image: linear-gradient(90deg, rgba(187,116,61,1) 0%, rgba(224,184,140,1) 100%);}
body.teachers .sec04 .teacher-head span {
  background-image: url(../img/teacher/arrow-04.png);}
body.teachers .sec04 .teacher-inner {
  background-color: #ede6e2;
  background-image: repeating-linear-gradient(-45deg,#ebe4e0, #ebe4e0 10px,transparent 0, transparent 20px) !important;}
body.teachers .sec04 .teacher-inner .box .name,
body.teachers .sec04 .teacher-inner .box .head {
  color: #976B53;}
body.teachers .sec04 .teacher-inner .box .head::before,
body.teachers .sec04 .teacher-inner .box .head::after {
  background-image: linear-gradient(90deg, rgba(187,116,61,1) 0%, rgba(224,184,140,1) 100%);}
/* sec05 */
body.teachers .sec05 .teacher-head {
  background-image: linear-gradient(90deg, rgba(0,167,127,1) 0%, rgba(166,217,225,1) 100%);}
body.teachers .sec05 .teacher-head span {
  background-image: url(../img/teacher/arrow-05.png);}
body.teachers .sec05 .teacher-inner {
  background-color: #e5f3e4;
  background-image: repeating-linear-gradient(-45deg,#e3f0e2, #e3f0e2 10px,transparent 0, transparent 20px) !important;}
body.teachers .sec05 .teacher-inner .box .name,
body.teachers .sec05 .teacher-inner .box .head {
  color: #0FA67B;}
body.teachers .sec05 .teacher-inner .box .head::before,
body.teachers .sec05 .teacher-inner .box .head::after {
  background-image: linear-gradient(90deg, rgba(0,167,127,1) 0%, rgba(166,217,225,1) 100%);}
/* sec06 */
body.teachers .sec06 .teacher-head {
  background-image: linear-gradient(90deg, rgba(227,100,27,1) 0%, rgba(250,192,61,1) 100%);}
body.teachers .sec06 .teacher-head span {
  background-image: url(../img/teacher/arrow-06.png);}
body.teachers .sec06 .teacher-inner {
  background-color: #fceada;
  background-image: repeating-linear-gradient(-45deg,#f9e8d8, #f9e8d8 10px,transparent 0, transparent 20px) !important;}
body.teachers .sec06 .teacher-inner .box .name,
body.teachers .sec06 .teacher-inner .box .head {
  color: #EE8023;}
body.teachers .sec06 .teacher-inner .box .head::before,
body.teachers .sec06 .teacher-inner .box .head::after {
  background-image: linear-gradient(90deg, rgba(227,100,27,1) 0%, rgba(250,192,61,1) 100%);}
/* sec07 */
body.teachers .sec07 .teacher-head {
  background-image: linear-gradient(90deg, rgba(172,77,140,1) 0%, rgba(189,147,190,1) 100%);}
body.teachers .sec07 .teacher-head span {
  background-image: url(../img/teacher/arrow-07.png);}
body.teachers .sec07 .teacher-inner {
  background-color: #eae6f1;
  background-image: repeating-linear-gradient(-45deg,#e8e4ee, #e8e4ee 10px,transparent 0, transparent 20px) !important;}
body.teachers .sec07 .teacher-inner .box .name,
body.teachers .sec07 .teacher-inner .box .head {
  color: #846BAD;}
body.teachers .sec07 .teacher-inner .box .head::before,
body.teachers .sec07 .teacher-inner .box .head::after {
  background-image: linear-gradient(90deg, rgba(172,77,140,1) 0%, rgba(189,147,190,1) 100%);}

@media only screen and (max-width: 769px){
  body.teachers .inner {
    padding: 1.5rem 0 2rem;
    width: 90%;
  }
  body.teachers .lead {
    margin: 2.5rem auto;
    width: 95%;
  }
  body.teachers .page-jump ul {
    gap: .75rem 0;
    justify-content: space-between;
  }
  body.teachers .page-jump ul li {
    width: calc(100% / 3 - .5rem);
  }
  body.teachers .page-jump ul a {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
  }
  body.teachers .button {
    margin-top: 1.5rem;
    max-width: 300px;
  }
  body.teachers .sec01, body.teachers .sec02, body.teachers .sec03,
  body.teachers .sec04, body.teachers .sec05, body.teachers .sec06, body.teachers .sec07 {
    margin-bottom: 20px;
    width: 90%;
  }
  body.teachers .sec07 { margin-bottom: 50px;}
  body.teachers .teacher-head {
    font-size: 20px;
    padding: 10px 20px;
  }
  body.teachers .teacher-head span {
    right: 15px;
    width: 23px;
    height: 23px;
  }
  body.teachers .teacher-inner {
    margin-top: -40px;
    padding: 70px 10% 10%;
  }
  body.teachers .teacher-inner .flex {
    flex-direction: column;
    gap: 3rem;
  }
  body.teachers .teacher-inner .box {
    width: 100%;
  }
  body.teachers .teacher-inner .box .name {
    font-size: 25px;
  }
  body.teachers .teacher-inner .box .head {
    font-size: 18px;
    margin: 1rem auto .5rem;
  }
  body.teachers .teacher-inner .box .head::before,
  body.teachers .teacher-inner .box .head::after {
    height: 2px;
    width: calc(100% / 2 - 3rem);
  }
  body.teachers .teacher-inner .box .head:last-of-type::before,
  body.teachers .teacher-inner .box .head:last-of-type::after {
    width: calc(100% / 2 - 6rem);
  }
  body.teachers .teacher-inner .box p {
    font-size: 14px;
  }
}


/* お問い合わせ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main.inquiry {
  background: url(../img/libs/bg01.png);
}
main.inquiry .inner {
  padding-block: 5rem;
}
main.inquiry .text_base {
  font-size: clamp(14px, 18/1366* 100vw, 18px);
  font-weight: 600;
  line-height: 1.7;
}
main.inquiry h3 {
  border: none;
  padding: 0;
  margin: 0 auto 2em;
  color: #EA5504;
  font-size: clamp(22px, 35/1366* 100vw, 35px);
  font-weight: bold;
  text-align: center;
}
/* sec01 */
main.inquiry #sec01 .inner {
  padding-bottom: 0;
}
/* sec02 */
main.inquiry #sec02 .content-separater {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;}
main.inquiry #sec02 a {
  background: linear-gradient(90deg, rgb(236, 106, 113) 0%, rgb(245, 170, 0) 100%);
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1.5em 0;}
main.inquiry #sec02 h4 {
  font-size: clamp(18px, 24/1366* 100vw, 24px);
  font-weight: 600;
  margin: 5px 0 10px;}
main.inquiry #sec02 p {
  line-height: 1.5;
  text-align: center;}
main.inquiry #sec02 small {
  display: block;
  font-size: 70%;
  line-height: 1.4;}
/* sec03 */
main.inquiry #sec03 .inner {
  padding-bottom: 15rem;
}
main.inquiry #sec03 .content-separater {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
main.inquiry #sec03 a {
  background: #fff;
  border: 10px solid #F6B42D;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  width: calc((100% - 4em) / 3);
  min-height: 200px;
}
main.inquiry #sec03 a:hover {
  opacity: .7;
}
main.inquiry #sec03 .head {
  background: #EA5504;
  border-radius: 100vw;
  color: #fff;
  font-size: clamp(12px, 20/1366* 100vw, 20px);
  font-weight: bold;
  line-height: 2;
  margin-bottom: 25px;
  position: relative;
  width: 11em;
  text-align: center;
}
main.inquiry #sec03 .head::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-color: #EA5504;
  clip-path: polygon(50% 18px, 0% 0%, 18px 0%);
}
main.inquiry #sec03 .text_base {
  color: #F19600;
  text-align: center;
  line-height: 1.5;
}
main.inquiry #sec03 a:nth-of-type(n+4) .text_base {
  line-height: 3;
}
@media only screen and (max-width: 769px){
  main.inquiry .inner {
    padding-block: 2.5rem;
    width: 90%;
  }
  main.inquiry h3 {
    margin-bottom: 1em;
  }
  main.inquiry #sec02 .content-separater {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
  main.inquiry #sec02 a {
    justify-content: center;
    min-height: 160px;
    padding: 1.2em 0;}
  main.inquiry #sec02 img {
    width: 40px;
    height: 40px;}
  main.inquiry #sec03 .inner {
    padding-bottom: 5rem;
  }
  main.inquiry #sec03 .content-separater {
    gap: 1em;}
  main.inquiry #sec03 a {
    border-width: 5px;
    min-height: 135px;
    padding: 10px;
    width: calc((100% - 1em) / 2);}
  main.inquiry #sec03 .head {
    margin-bottom: 15px;}
  main.inquiry #sec03 .head::after {
    bottom: -10px;
    width: 12px;
    height: 12px;
    clip-path: polygon(50% 12px, 0% 0%, 12px 0%);}
}
