@media screen and (max-width: 860px) {
  img.company_fv {
    display: none;
  }
}

img.company_fv_sp {
  display: none;
}
@media screen and (max-width: 860px) {
  img.company_fv_sp {
    display: block;
  }
}

.concept__info {
  max-width: 1280px;
  overflow-x: hidden;
}
.concept__info .con_info__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .concept__info .con_info__inner {
    flex-direction: column;
  }
}
.concept__info .con_info__inner .con_info__img {
  width: 33%;
}
@media screen and (max-width: 860px) {
  .concept__info .con_info__inner .con_info__img {
    min-width: 280px;
    position: relative;
  }
}
@media screen and (max-width: 650px) {
  .concept__info .con_info__inner .con_info__img::before {
    background-image: url(../img/page-concept_bird.png);
    background-size: contain;
    content: "";
    width: 137px;
    height: 58px;
    top: 0;
    right: -60px;
    position: absolute;
  }
}
.concept__info .con_info__inner .con_info__txt {
  width: 65%;
}
@media screen and (max-width: 860px) {
  .concept__info .con_info__inner .con_info__txt {
    width: 100%;
  }
}
.concept__info .con_info__inner .con_info__txt h3 {
  color: #4C4C4C;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .concept__info .con_info__inner .con_info__txt h3 {
    font-size: 1.25rem;
    letter-spacing: 0.07em;
    text-align: center;
  }
}
.concept__info .con_info__inner .con_info__txt h3::before {
  background-image: url(../img/page-concept_bird.png);
  background-size: contain;
  content: "";
  width: 217px;
  height: 92px;
  top: 24px;
  right: 10%;
  position: absolute;
}
@media screen and (max-width: 650px) {
  .concept__info .con_info__inner .con_info__txt h3::before {
    content: none;
  }
}
.concept__info .con_info__inner .con_info__txt p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.concept__info .con_info__inner .con_info__txt p:last-child {
  margin-bottom: 0;
}

.message {
  margin-top: 120px;
  max-width: 1016px;
}
@media screen and (max-width: 500px) {
  .message {
    margin-top: 70px;
  }
}
.message .message__inner {
  align-items: center;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 860px) {
  .message .message__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.message .message__inner .message__txt .message__bg {
  position: relative;
}
.message .message__inner .message__txt .message__bg .melody01 {
  content: "";
  bottom: 0;
  left: 10%;
  position: absolute;
  width: 45px;
}
@media screen and (max-width: 500px) {
  .message .message__inner .message__txt .message__bg .melody01 {
    left: 0;
  }
}
.message .message__inner .message__txt .message__bg .melody02 {
  content: "";
  top: 0;
  right: 10%;
  position: absolute;
  width: 37px;
}
@media screen and (max-width: 500px) {
  .message .message__inner .message__txt .message__bg .melody02 {
    right: 0;
  }
}
.message .message__inner .message__txt p {
  margin-top: 24px;
}
.message .message__inner .ceo_img {
  background-color: #e2f5f6;
  border-radius: 50%;
  flex-shrink: 0;
  width: 348px;
  height: 348px;
}
@media screen and (max-width: 500px) {
  .message .message__inner .ceo_img {
    width: 250px;
    height: 250px;
  }
}

.company {
  margin-top: 120px;
  max-width: 900px;
}
.company .company__inner {
  text-align: center;
}
.company .company__inner h3 {
  color: #4C4C4C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  .company .company__inner h3 {
    font-size: 1.375rem;
  }
}
.company .company__inner .company__table {
  text-align: left;
}
.company .company__inner .company__table table {
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
}
.company .company__inner .company__table table tr {
  padding: 32px 0;
}
.company .company__inner .company__table table th {
  border-bottom: 2px solid #d8efff;
  width: 30%;
  font-size: 1.125rem;
  text-align: center;
  padding: 32px 0;
}
@media screen and (max-width: 860px) {
  .company .company__inner .company__table table th {
    font-size: 0.875rem;
    width: 25%;
  }
}
.company .company__inner .company__table table td {
  border-bottom: 2px solid #e5f4ff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  padding: 32px 0 32px 80px;
}
@media screen and (max-width: 860px) {
  .company .company__inner .company__table table td {
    font-size: 0.875rem;
    padding-left: 30px;
  }
}

.license__txt {
  text-align: center;
  padding: 70px 0 40px;
}

.license__lineup {
  padding: 90px 10px 0;
  margin-top: 0;
  overflow: hidden;
}
.license__lineup .lineup__inner {
  margin: 0 auto;
}
.license__lineup .lineup__inner h3.page_ttl__en::before {
  content: "COURSE LINEUP";
  white-space: nowrap;
}
.license__lineup .lineup__inner .lineup__box {
  background-color: #ffe7e3;
  border-radius: 40px;
  margin: 0 auto;
  padding: 35px 55px;
  max-width: 500px;
  position: relative;
  box-shadow: 2px 2px 10px 0px rgba(226, 226, 226, 0.5);
}
@media screen and (max-width: 860px) {
  .license__lineup .lineup__inner .lineup__box {
    padding: 25px;
  }
}
.license__lineup .lineup__inner .lineup__box h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .license__lineup .lineup__inner .lineup__box h4 {
    font-size: 1.25rem;
  }
}
.license__lineup .lineup__inner .lineup__box .license__img {
  border: solid 2px #fff;
  border-radius: 20px;
  margin-top: 20px;
}
.license__lineup .lineup__inner .lineup__box .license__img img {
  border-radius: 20px;
}
.license__lineup .lineup__inner .lineup__box p {
  margin-top: 32px;
}
.license__lineup .lineup__inner .lineup__box h5 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  .license__lineup .lineup__inner .lineup__box h5 {
    font-size: 1rem;
  }
}
.license__lineup .lineup__inner .lineup__box ul {
  margin-bottom: 20px;
}
.license__lineup .lineup__inner .lineup__box ul .license__point {
  line-height: 2.4;
  margin-left: 16px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .license__lineup .lineup__inner .lineup__box ul .license__point {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.license__lineup .lineup__inner .lineup__box ul .license__point::before {
  background-color: #fff;
  content: "";
  width: 8px;
  height: 8px;
  top: 16px;
  left: -14px;
  position: absolute;
}
@media screen and (max-width: 860px) {
  .license__lineup .lineup__inner .lineup__box ul .license__point::before {
    top: 9px;
  }
}
.license__lineup .lineup__inner .slick-dots {
  display: none;
}

.license__flow {
  margin-top: 140px;
}
@media screen and (max-width: 500px) {
  .license__flow {
    margin: 100px 10px 0;
  }
}
.license__flow .lic_flow__inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.license__flow .lic_flow__inner .lic_flow__contents {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents {
    flex-direction: column;
    gap: 20px;
    margin: 10px auto;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box,
.license__flow .lic_flow__inner .lic_flow__contents .free__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1px 10px 0px rgba(226, 226, 226, 0.5);
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box {
  background-color: #fffdf0;
  border-radius: 50px;
  flex: 1;
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 55%;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box {
    max-width: 500px;
    width: 100%;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box .lic_flow__box-ttl {
  background-color: #F9F1B3;
  border-radius: 50px 50px 0 0;
  padding: 35px 0;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box .lic_flow__box-ttl {
    padding: 22px 0;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box .lic_flow__box-ttl h3 {
  color: #4C4C4C;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box .lic_flow__box-ttl h3 {
    font-size: 1.25rem;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol {
  padding: 50px 7% 0;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol {
    padding: 30px 11% 0;
  }
}
@media screen and (max-width: 500px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol {
    padding: 30px 20px 0;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  text-align: left;
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number:last-child {
  margin-bottom: 36px;
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number img {
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number img {
    width: 49px;
    height: 49px;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number p {
  font-size: 1.25rem;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number p {
    font-size: 1rem;
    font-weight: 400;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number p span {
  font-size: 1rem;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol li.lic_flow__number p span {
    font-size: 0.875rem;
    font-weight: 300;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box ol:nth-of-type(2) {
  padding: 50px 13%;
}
.license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box .lesson-btn {
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .lic_flow__box .lesson-btn {
    margin-bottom: 28px;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box {
  background-color: #f0feff;
  border-radius: 50px;
  flex: 1;
  max-width: 504px;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 41%;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .free__box {
    max-width: 500px;
    width: 100%;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box .free__box-ttl {
  background-color: #81D1D7;
  border-radius: 50px 50px 0 0;
  padding: 35px 0;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .free__box .free__box-ttl {
    padding: 22px 0;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box .free__box-ttl h3 {
  color: #fff;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .free__box .free__box-ttl h3 {
    font-size: 1.25rem;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt {
  text-align: left;
  padding: 64px 13% 67px;
}
@media screen and (max-width: 500px) {
  .license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt {
    padding: 30px 20px 0;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt ul {
  padding-bottom: 61px;
}
@media screen and (max-width: 500px) {
  .license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt ul {
    padding-bottom: 30px;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt ul li p.free__point {
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 26px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 860px) {
  .license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt ul li p.free__point {
    font-size: 1rem;
  }
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt ul li p.free__point::before {
  background-color: #f8c8be;
  border-radius: 5px;
  content: "";
  width: 12px;
  height: 12px;
  top: 10px;
  left: -22px;
  position: absolute;
}
.license__flow .lic_flow__inner .lic_flow__contents .free__box .free__txt p {
  margin-bottom: 32px;
}

.after {
  margin-top: 210px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .after {
    margin-top: 50px;
  }
}
.after::before {
  background-image: url(../img/page-license_cong.png);
  background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.after .after__inner {
  margin: 0 auto;
  max-width: 930px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .after .after__inner {
    margin: 0 10px;
    padding-bottom: 30px;
  }
}
.after .after__inner::before {
  background-image: url(../img/after_baloon.png);
  content: "";
  width: 215px;
  height: 351px;
  top: 28%;
  left: -36px;
  position: absolute;
}
@media screen and (max-width: 860px) {
  .after .after__inner::before {
    background-size: contain;
    content: "";
    width: 130px;
    height: 220px;
    top: 14%;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .after .after__inner::before {
    content: none;
  }
}
.after .after__inner::after {
  background-image: url(../img/after_baloon02.png);
  content: "";
  width: 171px;
  height: 350px;
  top: 19%;
  right: 0px;
  position: absolute;
}
@media screen and (max-width: 860px) {
  .after .after__inner::after {
    background-size: contain;
    content: "";
    width: 106px;
    height: 217px;
    right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .after .after__inner::after {
    content: none;
  }
}
.after .after__inner h3 {
  color: #4C4C4C;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-top: 130px;
}
@media screen and (max-width: 860px) {
  .after .after__inner h3 {
    font-size: 1.25rem;
    padding-top: 70px;
  }
}
.after .after__inner p {
  margin-top: 36px;
}
.after .after__inner .after__contents {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .after .after__inner .after__contents {
    flex-direction: column;
    margin-top: 20px;
    padding: 0;
  }
}
.after .after__inner .after__contents .after__box {
  border-right: 1px solid #f0f0f0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .after .after__inner .after__contents .after__box {
    align-items: center;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    flex-direction: row;
    justify-content: center;
    padding: 12px 5px;
  }
}
.after .after__inner .after__contents .after__box:last-child {
  border-right: none;
}
@media screen and (max-width: 500px) {
  .after .after__inner .after__contents .after__box:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 500px) {
  .after .after__inner .after__contents .af_box__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 33%;
  }
}
.after .after__inner .after__contents .af_box__left .af_box__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.after .after__inner .after__contents .af_box__left .af_box__img img {
  max-width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .after .after__inner .after__contents .af_box__left .af_box__img img {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .after .after__inner .after__contents .af_box__left .af_box__img01 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-left: 10px;
  }
}
.after .after__inner .after__contents .af_box__left h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.after .after__inner .after__contents p {
  margin-top: 12px;
}

.teacher__txt {
  background-image: url(../img/teacher_txt_bg.png);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 860px) {
  .teacher__txt {
    background-size: contain;
  }
}
.teacher__txt .teacher__inner {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 35%;
}
@media screen and (max-width: 860px) {
  .teacher__txt .teacher__inner {
    padding-bottom: 40%;
  }
}

.category {
  margin-top: 60px;
}
.category .cate__inner {
  max-width: 900px;
  text-align: center;
}
.category .cate__inner ul {
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}
.category .cate__inner ul li {
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 860px) {
  .category .cate__inner ul li {
    font-size: 1rem;
  }
}
.category .cate__inner ul li::before {
  content: "";
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #FEA28F;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 860px) {
  .category .cate__inner ul li::before {
    border-width: 6px 0 6px 10px;
    left: -13px;
  }
}

.line {
  background-color: #f8c8be;
  height: 2px;
  width: 100%;
}

.teacher .tec__inner {
  max-width: 1080px;
}
.teacher .tec__inner ul.les__list {
  margin-top: 120px;
}
.teacher .tec__inner ul.les__list .les__box h3 {
  color: #4C4C4C;
  text-align: center;
  margin-bottom: 20px;
}

ul.tec__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 860px) {
  ul.tec__list {
    flex-direction: column;
  }
}
ul.tec__list li.tec__box {
  width: 47.8%;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box {
    width: 100%;
  }
}
ul.tec__list li.tec__box a {
  display: flex;
  gap: 6%;
}
ul.tec__list li.tec__box a .box__img {
  border-radius: 5px;
  width: 54.1%;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box a .box__img {
    width: 44%;
  }
}
ul.tec__list li.tec__box a .box__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
ul.tec__list li.tec__box a .box__txt {
  flex: 1;
}
ul.tec__list li.tec__box a .box__txt .address {
  display: flex;
  gap: 4px;
}
ul.tec__list li.tec__box a .box__txt .address .off {
  background-color: #FEA28F;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 1px 5px;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box a .box__txt .address .off {
    font-size: 0.6875rem;
  }
}
ul.tec__list li.tec__box a .box__txt .on {
  background-color: #fff;
  border: solid 1px #FEA28F;
  border-radius: 5px;
  color: #FEA28F;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 1px 5px;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box a .box__txt .on {
    font-size: 0.6875rem;
  }
}
ul.tec__list li.tec__box a .box__txt .job,
ul.tec__list li.tec__box a .box__txt .qualification {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box a .box__txt .job,
  ul.tec__list li.tec__box a .box__txt .qualification {
    font-size: 0.75rem;
  }
}
ul.tec__list li.tec__box a .box__txt .job span,
ul.tec__list li.tec__box a .box__txt .qualification span {
  color: #FEA28F;
  font-size: 1.125rem;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box a .box__txt .job span,
  ul.tec__list li.tec__box a .box__txt .qualification span {
    font-size: 0.875rem;
  }
}
ul.tec__list li.tec__box a .box__txt .name {
  font-size: 1.25rem;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box a .box__txt .name {
    font-size: 1rem;
  }
}
ul.tec__list li.tec__box a .box__txt .name span {
  font-size: 0.75rem;
}
@media screen and (max-width: 860px) {
  ul.tec__list li.tec__box a .box__txt .name span {
    font-size: 0.625rem;
  }
}

.teacher__infomation .info__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 80px auto;
}
@media screen and (max-width: 860px) {
  .teacher__infomation .info__inner {
    display: block;
    max-width: 560px;
    margin: 0 auto 30px;
  }
}
.teacher__infomation .info__inner .teacher__img {
  width: 44.4%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .teacher__infomation .info__inner .teacher__img {
    width: 64.4%;
  }
}
.teacher__infomation .info__inner .teacher__img img {
  max-width: 480px;
}
@media screen and (max-width: 860px) {
  .teacher__infomation .info__inner .teacher__img img {
    min-width: 240px;
  }
}
.teacher__infomation .info__inner .teacher_info__txt {
  width: 50%;
}
@media screen and (max-width: 860px) {
  .teacher__infomation .info__inner .teacher_info__txt {
    margin-top: 16px;
    width: 100%;
  }
}
.teacher__infomation .info__inner .teacher_info__txt .info__ttl .info__address {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.teacher__infomation .info__inner .teacher_info__txt .info__ttl .info__address .area {
  background-color: #FEA28F;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 0;
  padding: 2px 16px;
}
.teacher__infomation .info__inner .teacher_info__txt .info__ttl .info__address .online {
  background-color: #fff;
  border: solid 1px #FEA28F;
  border-radius: 5px;
  color: #FEA28F;
  font-size: 0.875rem;
  margin-top: 0;
  padding: 2px 16px;
}
.teacher__infomation .info__inner .teacher_info__txt .info__ttl h3 {
  color: #4C4C4C;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
  .teacher__infomation .info__inner .teacher_info__txt .info__ttl h3 {
    font-size: 1.75rem;
  }
}
.teacher__infomation .info__inner .teacher_info__txt .info__ttl h3 span {
  font-size: 1rem;
}
.teacher__infomation .info__inner .teacher_info__txt .info__ttl p {
  color: #4C4C4C;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  .teacher__infomation .info__inner .teacher_info__txt .info__ttl p {
    font-size: 1rem;
  }
}
.teacher__infomation .info__inner .teacher_info__txt .info__ttl p.message {
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 28px;
}
@media screen and (max-width: 860px) {
  .teacher__infomation .info__inner .teacher_info__txt .info__ttl p.message {
    font-size: 0.875rem;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}
.teacher__infomation .info__inner .teacher_info__txt .info__icon {
  align-items: center;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 860px) {
  .faq__license {
    margin: 0 10px;
  }
}
.faq__license .faq_lic__inner {
  background-color: #ffe7e3;
  border-radius: 50px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 0 115px;
}
@media screen and (max-width: 860px) {
  .faq__license .faq_lic__inner {
    padding: 35px 10px;
  }
}
.faq__license .faq_lic__inner h3 {
  color: #4C4C4C;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .faq__license .faq_lic__inner h3 {
    margin-bottom: 0;
  }
}

.faq__lesson {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  .faq__lesson {
    margin: 60px 10px 0;
  }
}
.faq__lesson .faq_les__inner {
  background-color: #fffdf0;
  border-radius: 50px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 10px 115px;
}
@media screen and (max-width: 860px) {
  .faq__lesson .faq_les__inner {
    padding: 35px 10px;
  }
}
.faq__lesson .faq_les__inner h3 {
  font-size: 1.5rem;
  font-weight: 300;
}
.faq__lesson .faq_les__inner h3.faq_ttl {
  color: #4C4C4C;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .faq__lesson .faq_les__inner h3.faq_ttl {
    margin-bottom: 0;
  }
}

.form {
  padding-top: 80px;
}
@media screen and (max-width: 500px) {
  .form {
    padding: 40px 10px 0;
  }
}
.form .form__inner {
  background-image: url(../img/form_bg.jpg);
  background-size: cover;
  border-radius: 50px;
  max-width: 1180px;
  padding: 70px 0 60px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .form .form__inner {
    padding: 50px 20px 40px;
  }
}
.form .form__inner .form__contents {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .form .form__inner .form__contents {
    margin-top: 30px;
  }
}
.form .form__inner .form__contents .form__item,
.form .form__inner .form__contents .form__item2 {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 500px) {
  .form .form__inner .form__contents .form__item,
  .form .form__inner .form__contents .form__item2 {
    display: block;
  }
}
.form .form__inner .form__contents .form__item p,
.form .form__inner .form__contents .form__item2 p {
  flex: 1;
  text-align: left;
}
.form .form__inner .form__contents .form__item p .wpcf7-spinner,
.form .form__inner .form__contents .form__item2 p .wpcf7-spinner {
  display: none;
}
.form .form__inner .form__contents .form__item .form__txt,
.form .form__inner .form__contents .form__item2 .form__txt {
  flex: 0 0 36%;
}
.form .form__inner .form__contents .form__item .form__txt span,
.form .form__inner .form__contents .form__item2 .form__txt span {
  background-color: #FEA28F;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 5px;
}
.form .form__inner .form__contents .form__item .wpcf7-form-control-wrap input,
.form .form__inner .form__contents .form__item .wpcf7-form-control-wrap textarea,
.form .form__inner .form__contents .form__item2 .wpcf7-form-control-wrap input,
.form .form__inner .form__contents .form__item2 .wpcf7-form-control-wrap textarea {
  background-color: #fff;
  border: solid 1px #FEA28F;
  border-radius: 10px;
  max-width: 485px;
  padding: 2px 10px;
  width: 100%;
}
.form .form__inner .form__contents .form__item .wpcf7-form-control-wrap .wpcf7-list-item label,
.form .form__inner .form__contents .form__item2 .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex;
}
.form .form__inner .form__contents .form__item .wpcf7-form-control-wrap .wpcf7-list-item label input,
.form .form__inner .form__contents .form__item2 .wpcf7-form-control-wrap .wpcf7-list-item label input {
  width: auto;
}
.form .form__inner .form__contents .send.form__item p {
  text-align: center !important;
}

.page_fv__en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
}

h2.page_fv__ttl {
  font-family: "M PLUS Rounded 1c";
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 50px;
}

h3.page_ttl__en {
  color: #4C4C4C;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 860px) {
  h3.page_ttl__en {
    font-size: 0.875rem;
    margin-bottom: 34px;
  }
}
h3.page_ttl__en::before {
  content: "Message";
  color: #e2f5f6;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -10;
}
@media screen and (max-width: 860px) {
  h3.page_ttl__en::before {
    font-size: 2.75rem;
    top: -21px;
  }
}

.page__fv {
  padding-top: 55px;
}
@media screen and (max-width: 860px) {
  .page__fv {
    margin: 40px 0 0;
    padding-top: 0;
  }
}
.page__fv .page_fv__inner {
  text-align: center;
}
.page__fv .page_fv__inner img {
  height: 417px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .page__fv .page_fv__inner img {
    height: 307px;
  }
}

.breadcrumb {
  position: relative;
  z-index: 300;
}
.breadcrumb .bread__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  padding-left: 36px;
  padding-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .breadcrumb .bread__inner {
    padding-top: 12px;
    padding-left: 15px;
  }
}
.breadcrumb .bread__inner ul {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.8;
}
.breadcrumb .bread__inner ul li {
  color: #4C4C4C;
  font-size: 0.875rem;
  margin-right: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  .breadcrumb .bread__inner ul li {
    font-size: 0.75rem;
  }
}
.breadcrumb .bread__inner ul li a {
  color: #4C4C4C;
  position: relative;
  line-height: 1;
}
.breadcrumb .bread__inner ul li a::after {
  content: "";
  background-color: #4C4C4C;
  width: 1px;
  height: 16px;
  position: absolute;
  right: -15px;
  top: 1px;
}
@media screen and (max-width: 860px) {
  .breadcrumb .bread__inner ul li a::after {
    height: 14px;
    right: -13px;
    top: 0;
  }
}
.breadcrumb .bread__inner ul:last-child {
  margin-right: 0;
}

.error_btn {
  margin-top: 40px;
}
@media screen and (max-width: 860px) {
  .error_btn {
    margin-top: 24px;
  }
}/*# sourceMappingURL=page.css.map */