@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.dummy {
  color: #ff31f1 !important;
}

.still {
  position: relative;
  overflow: hidden;
}
.still::after {
  content: "仮置き";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  font-size: 3rem;
  height: 100%;
  background-color: #ff31f1;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  opacity: 0.7;
}
/*
====================================
共通
====================================
*/
html {
  overflow-x: hidden;
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.075em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
}

.lowerpage__content {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

.fixed-btn {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  transition-duration: 0.5s;
}
.fixed-btn.is-show {
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.5s;
}
.fixed-btn .btn {
  display: block;
  width: 49%;
}
.fixed-btn .btn .microcopy {
  margin-bottom: 4px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: vdl-penletter, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}
.fixed-btn .btn a {
  display: block;
  width: 100%;
}

/*
====================================
ヘッダー
====================================
*/
.header {
  position: absolute;
  height: 95px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.header__inner {
  height: 100%;
}
.header .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.header .lr .left .logo {
  width: 277px;
}
.header .lr .left .logo img {
  width: 100%;
  height: auto;
}
.header .lr .right .btns {
  display: flex;
  justify-content: right;
}
.header .lr .right .btns .btn {
  width: 230px;
}
.header .lr .right .btns .btn .microcopy {
  display: block;
  text-align: center;
  font-family: vdl-penletter, sans-serif;
  font-size: 1.3rem;
  color: #000;
}
.header .lr .right .btns .btn a {
  display: inline-block;
}
.header .lr .right .btns .btn a img {
  width: 100%;
}
.header .lr .right .btns .btn:nth-of-type(2) {
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .header {
    height: 56px;
  }
  .header .lr .left {
    width: 100%;
  }
  .header .lr .left .logo {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }
  .header .lr .left .logo img {
    width: 100%;
    height: auto;
  }
  .header .lr .right {
    display: none;
  }
}
/*
====================================
メインコンテンツ
====================================
*/
.keyvisual {
  margin-top: 95px;
}

.section.method-first {
  margin-top: -48px;
}
.section.method-first .method-first__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section.method-first .method-first__item {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section.method-first .method-first__item--lead {
  background-color: #FF6301;
  color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.section.method-first .method-first__item--lead .method-first__catch {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.section.method-first .method-first__item--lead .method-first__catch span {
  font-size: 300%;
  font-weight: 600;
  line-height: 1;
  font-family: vdl-penletter, sans-serif;
}
.section.method-first .method-first__card {
  background-color: #fff;
  border: 2px solid #FF6301;
  border-radius: 10px;
  padding: 18px 0;
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.section.method-first .method-first__number {
  font-size: 5rem;
  font-weight: 700;
  font-family: vdl-penletter, sans-serif;
  color: #FF6301;
  margin-bottom: 4px;
  line-height: 1;
}
.section.method-first .method-first__image {
  width: 125px;
  height: 125px;
  border: 3px solid #FF6301;
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
  background-color: #ddd;
}
.section.method-first .method-first__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section.method-first .method-first__microcopy {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.section.method-first .method-first__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FF6301;
}

.section.cta {
  margin: 64px 0;
  background-size: cover;
  background-position: center;
  padding: 40px 0px 80px;
  text-align: center;
}
.section.cta .cta__title {
  font-family: vdl-penletter, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 24px;
}
.section.cta .cta__buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.section.cta .cta__btn {
  display: inline-block;
}
.section.cta .cta__btn img {
  width: 380px;
  height: auto;
  display: block;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
}

.section.result {
  padding: 0px 20px;
  color: #000;
}
.section.result .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.section.result .result__container {
  border: #F89468 3px solid;
  border-radius: 20px;
  overflow: hidden;
}
.section.result .result__title {
  font-family: vdl-penletter, sans-serif;
  font-size: 3.2rem;
  color: #fff;
  background-color: #F89468;
  text-align: center;
  padding: 12px 0;
}
.section.result .result__schools {
  padding: 24px 64px 24px 64px;
  font-size: 1.7rem;
  line-height: 2.1;
}
.section.result .result__voice {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 120px);
  margin-bottom: 40px;
  background-color: rgba(255, 145, 97, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  padding: 48px 32px;
}
.section.result .result__photo {
  width: 40%;
  text-align: center;
}
.section.result .result__photo img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.result .result__photo .result__caption {
  margin-top: 12px;
  font-size: 1.5rem;
}
.section.result .result__message {
  width: 50%;
}
.section.result .result__message .result__message-normal {
  font-family: vdl-penletter, sans-serif;
  font-size: 2.4rem;
  line-height: 2.2;
}
.section.result .result__message .result__message-vdl {
  font-family: vdl-penletter, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2;
}

.section.concern {
  margin-top: 40px;
  padding: 40px 20px 40px;
  color: #000;
  background-color: #255f6e;
}
.section.concern .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.section.concern .concern__container {
  border: 3px solid #4695A9;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.section.concern .concern__title {
  font-family: vdl-penletter, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  padding: 32px 0 0;
}
.section.concern .concern__title span {
  font-size: 160%;
  color: #4695A9;
}
.section.concern .concern__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 32px 48px;
}
.section.concern .concern__list {
  width: 45%;
  font-size: 1.8rem;
  line-height: 2.2;
  list-style: none;
  padding-left: 0;
}
.section.concern .concern__list li {
  padding: 8px 0;
  font-family: vdl-penletter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  border-bottom: solid 1px #ddd;
}
.section.concern .concern__list li strong {
  position: relative;
  z-index: 0;
}
.section.concern .concern__list li strong::after {
  content: "";
  border-radius: 10px;
  opacity: 0.8;
  background-color: #ff8f78;
  z-index: -1;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -2.5px;
  left: 0;
}
.section.concern .concern__image {
  width: 40%;
  text-align: center;
}
.section.concern .concern__image img {
  width: 100%;
  height: auto;
}

.section.method-visual {
  background-size: cover;
  background-position: center;
  padding: 40px 20px 40px;
  text-align: center;
}
.section.method-visual .method-visual__head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  gap: 15px;
}
.section.method-visual .method-visual__head .method-visual__logo {
  width: 45.5%;
}
.section.method-visual .method-visual__head .method-visual__logo:nth-of-type(2) {
  width: 40%;
}
.section.method-visual .merit {
  margin-top: 40px;
}
.section.method-visual .merit .instructors {
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.section.method-visual .merit .instructors .item {
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.section.method-visual .merit .sub {
  margin-top: 24px;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  font-weight: 600;
  font-family: vdl-penletter, sans-serif;
  color: #FF6301;
}
.section.method-visual .merit h3 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.section.method-visual .merit .box {
  margin-top: 24px;
  width: 800px;
  padding: 32px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: #FF6301 solid 2px;
  border-radius: 10px;
}
.section.method-visual .merit .box .lr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.method-visual .merit .box .lr .heading span {
  font-size: 1.4rem;
  font-weight: 600;
  font-weight: 400;
  font-weight: 600;
  font-family: vdl-penletter, sans-serif;
  color: #FF6301;
  display: block;
}
.section.method-visual .merit .box .lr .heading h4 {
  font-size: 2rem;
  display: inline-block;
  padding: 4px;
  background-color: #f3ff75;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.section.method-visual .merit .box .lr p {
  margin-top: 10px;
  font-size: 1.4rem;
  width: 82.6%;
  margin-left: auto;
  margin-right: auto;
}
.section.method-visual .merit .box .lr .left {
  position: relative;
  padding-right: 16px;
  width: 46%;
}
.section.method-visual .merit .box .lr .left::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  background-repeat: no-repeat;
  background-image: url("../img/icon-merit-cross.svg");
  background-size: cover;
  height: 18px;
}
.section.method-visual .merit .box .lr .right {
  padding-left: 16px;
  width: 46%;
}
.section.method-visual .equal {
  margin-top: 24px;
  display: block;
  width: 17px;
  margin-left: auto;
  margin-right: auto;
}
.section.method-visual .equal img {
  width: 100%;
  height: auto;
}
.section.method-visual .method-visual__lead {
  color: #d50000;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 0px;
  border-radius: 50px;
}
.section.method-visual .method-visual__lead strong {
  margin-left: 6px;
  margin-right: 6px;
  padding: 2.4px;
  display: inline-block;
  background-color: #ffc7c7;
  font-size: 3.2rem;
}
.section.method-visual .method__list {
  display: flex;
  justify-content: space-between;
}
.section.method-visual .method__item {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section.method-visual .method__number {
  font-size: 6.4rem;
  font-weight: 700;
  color: #FF6301;
  margin-bottom: 4px;
  font-weight: 700;
  font-family: vdl-penletter, sans-serif;
  line-height: 1;
}
.section.method-visual .method__image {
  width: 100px;
  height: 100px;
  border: 2px solid #FF6301;
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
  background-color: #ddd;
}
.section.method-visual .method__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section.method-visual .method__microcopy {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.section.method-visual .method__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FF6301;
}
.section.method-visual .method-visual__cta {
  margin-top: 32px;
  text-align: center;
}
.section.method-visual .method-visual__cta .method-visual__btn {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #FFA000;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  border: solid 2px #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.section.graduates {
  position: relative;
  padding: 120px 20px;
  z-index: 0;
}
.section.graduates::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(252, 189, 182, 0.3), rgb(252, 189, 182));
  z-index: 0.5;
  opacity: 0.2;
}
.section.graduates::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44.875vw;
  background-image: url("../img/back-sakura.png");
  background-size: 100% 44.875vw;
  background-repeat: no-repeat;
  z-index: 1;
}
.section.graduates .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.section.graduates .graduates__head {
  text-align: center;
  margin-bottom: 80px;
}
.section.graduates .graduates__microcopy {
  font-size: 3.2rem;
  color: #FF6301;
  margin-bottom: 0;
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
}
.section.graduates .graduates__title {
  font-size: 6.4rem;
  color: #FF6301;
  margin-bottom: 0px;
  font-family: vdl-penletter, sans-serif;
  line-height: 1;
  font-weight: 400;
}
.section.graduates .graduates__title--sub {
  font-size: 1.6rem;
}
.section.graduates .graduates__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.section.graduates .graduates__list--flex {
  justify-content: space-between;
  gap: 0;
}
.section.graduates .graduates__list--flex .swiper-wrapper {
  justify-content: center;
  gap: 64px 24px;
  flex-wrap: wrap;
}
.section.graduates .graduates__list--flex .swiper-wrapper .graduates__item {
  max-width: initial;
  width: 40.75%;
}
.section.graduates .graduates__list--swiper {
  overflow: hidden;
}
.section.graduates .graduates__list--swiper .graduates__item {
  min-width: 300px;
  max-width: 320px;
  flex: 0 0 auto;
}
.section.graduates .graduates__item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 4px 7px 4px rgba(243, 152, 0, 0.5);
  width: 100%;
  max-width: 370px;
}
.section.graduates .graduates__item .gokaku {
  position: absolute;
  right: -5%;
  top: -5%;
  width: 25%;
}
.section.graduates .graduates__top {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
.section.graduates .graduates__image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.graduates .graduates__school .graduates__university {
  font-weight: bold;
  color: #F39800;
  font-size: 2.4rem;
}
.section.graduates .graduates__school .graduates__major {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #F39800;
}
.section.graduates .graduates__dreamblock {
  margin-bottom: 20px;
}
.section.graduates .graduates__dreamblock .upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #FFA000;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.section.graduates .graduates__dreamblock .upper .graduates__dreamhead {
  font-weight: bold;
  font-size: 1.8rem;
  color: #FFA000;
  text-align: center;
  -webkit-text-decoration: underline #FFA000;
          text-decoration: underline #FFA000;
  margin-bottom: 4px;
  width: 30%;
}
.section.graduates .graduates__dreamblock .upper .graduates__dreamtext {
  padding-left: 12px;
  font-family: vdl-penletter, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 8px;
  width: 70%;
}
.section.graduates .graduates__dreamblock .graduates__desc {
  font-size: 1.5rem;
  line-height: 1.8;
}
.section.graduates .graduates__message {
  background-color: rgba(243, 152, 0, 0.1);
  padding: 32px 24px;
  border-radius: 10px;
}
.section.graduates .graduates__message .graduates__messagehead {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #FF6301;
  font-family: vdl-penletter, sans-serif;
  margin-bottom: 12px;
}
.section.graduates .graduates__message .graduates__messagetext {
  font-size: 1.5rem;
  line-height: 1.8;
}
.section.graduates .graduates__cta {
  margin-top: 56px;
  text-align: center;
}
.section.graduates .graduates__cta .graduates__btn {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #FF9161;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  width: 400px;
  border-radius: 50px;
  border: solid 2px #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.section.reason {
  position: relative;
  background-color: #fff;
  padding: 80px 0px 160px;
  color: #000;
  position: relative;
}
.section.reason > .illust {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 20%;
}
.section.reason > .back-circle {
  position: absolute;
  opacity: 0.5;
}
.section.reason > .back-circle--1 {
  width: 646px;
  height: 646px;
  left: -323px;
  top: 10%;
}
.section.reason > .back-circle--2 {
  width: 646px;
  height: 646px;
  left: -403px;
  bottom: 0;
}
.section.reason > .back-circle--3 {
  width: 646px;
  height: 646px;
  right: -503px;
  bottom: 50%;
  transform: translateY(50%);
}
.section.reason .reason__title-outer {
  text-align: center;
}
.section.reason .reason__title {
  display: inline-block;
  position: relative;
  font-size: 4rem;
  font-weight: 300;
  font-family: vdl-penletter, sans-serif;
  text-align: center;
  color: #000000;
  line-height: 1.5;
  z-index: 0;
  margin-bottom: 64px;
}
.section.reason .reason__title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 16px;
  border-radius: 50px;
  background-color: #FDEACC;
}
.section.reason .reason__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 24px 0;
  justify-content: space-between;
}
.section.reason .reason__item {
  width: 32%;
  background-color: #f8f8f8;
  padding: 32px 24px 32px;
  position: relative;
}
.section.reason .reason__item::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 120px;
  height: 111px;
  background-image: url("../img/illust-pen.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section.reason .reason__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 40px solid #fff;
  border-top: 40px solid #E1D0B8;
}
.section.reason .reason__item .lr .left {
  padding-right: 0;
  width: 100%;
}
.section.reason .reason__item .lr .right {
  width: 100%;
}
.section.reason .upper .title-gr .reason__label {
  display: inline-block;
  background-color: #FFA000;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 2.4px 24px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-family: vdl-penletter, sans-serif;
  line-height: 1.4;
}
.section.reason .upper .title-gr .reason__label span {
  font-size: 150%;
  margin-left: 4px;
}
.section.reason .upper .title-gr .microcopy {
  font-family: vdl-penletter, sans-serif;
  font-size: 1.7rem;
  display: block;
  color: #d50000;
}
.section.reason .upper .title-gr .reason__subtitle {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 12px;
  color: #000;
  line-height: 1.4;
}
.section.reason .upper .title-gr .reason__subtitle .strong {
  font-weight: 600;
}
.section.reason .upper .title-gr .reason__subtitle span {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4px;
}
.section.reason .upper .title-gr .image {
  width: 100%;
  aspect-ratio: 1/0.75;
  border: solid 2px #d50000;
  overflow: hidden;
}
.section.reason .upper .title-gr .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.section.reason .reason__text {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.section.reason .reason__text small {
  margin-top: 8px;
  position: relative;
  padding-left: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
  color: #666;
  text-decoration: underline;
}
.section.reason .reason__text small::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  margin-right: 2.4px;
}

.section.cta-2 {
  padding: 60px 0px;
  background: url("../img/back-cta.jpg") center center/contain repeat;
}
.section.cta-2 .cta__grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 40px;
}
.section.cta-2 .cta__item {
  position: relative;
  flex: 1 1 calc(50% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
}
.section.cta-2 .cta__copy {
  font-family: vdl-penletter, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #000;
}
.section.cta-2 .cta__image {
  position: absolute;
  right: 7.5%;
  bottom: -8px;
  width: 17%;
}
.section.cta-2 .cta__image img {
  max-width: 120px;
  margin-left: 24px;
}
.section.cta-2 .cta__wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 20px;
  padding: 48px 32px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.section.cta-2 .cta__consult {
  margin-bottom: 40px;
}
.section.cta-2 .cta__consult-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section.cta-2 .cta__consult-left {
  width: 55%;
}
.section.cta-2 .cta__consult-right {
  width: 45%;
}
.section.cta-2 .cta__lead {
  font-family: vdl-penletter, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 2.8rem;
  margin-bottom: 8px;
}
.section.cta-2 .cta__title {
  font-size: 4rem;
  color: #FF6301;
  font-weight: bold;
}
.section.cta-2 .cta__footer {
  text-align: center;
}
.section.cta-2 .cta__footer-title {
  font-family: vdl-penletter, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.section.cta-2 .cta__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.section.cta-2 .cta__btn img {
  height: 72px;
  width: auto;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
}

.method {
  padding: 40px 0;
  background-color: #FDEACC;
}
.method .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.method__head {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  margin-bottom: 60px;
}
.method__head-left .method__microcopy {
  font-family: "VDL-PenLetter", sans-serif;
  font-size: 3.2rem;
  color: #000;
  margin-bottom: 0px;
}
.method__head-left .method__title {
  position: relative;
  font-family: "VDL-PenLetter", sans-serif;
  font-size: 6.4rem;
  color: #000000;
  line-height: 1.1;
}
.method__head-left .method__title span {
  color: #FF6301;
  font-size: 120%;
}
.method__head-left .method__title::after {
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "";
  width: 100%;
  height: 15px;
  border-radius: 50px;
  background-color: #F39800;
  opacity: 0.25;
}
.method__head-right img {
  max-width: 300px;
  height: auto;
}
.method__item {
  max-width: 800px;
  margin: 32px auto;
  position: relative;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}
.method__item--full {
  padding-left: 0;
  padding-right: 0;
}
.method__item .method__number {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFA000;
  font-family: vdl-penletter, sans-serif;
  font-size: 4rem;
}
.method__item .method__microcopy {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 5px;
}
.method__item .method__main-title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #FFA000;
  font-weight: bold;
  border-bottom: solid 4px;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.method__item .method__illustration {
  position: absolute;
  top: 56px;
  right: 56px;
  width: 131px;
}
.method__item .method__illustration--2 {
  width: 80px;
}
.method__item .method__illustration--3 {
  width: 80px;
}
.method__item .method__illustration img {
  width: 100%;
  height: auto;
}
.method__item .method__text {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.method__item .method__photos {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.method__item .method__photos img {
  width: calc(50% - 10px);
  aspect-ratio: 1/0.75;
  display: block;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.method__highlight-gray {
  background-color: #F5F5F5;
  padding: 40px;
  border-radius: 16px;
}
.method__highlight-gray.method__highlight--blue {
  background-color: rgba(70, 149, 169, 0.1);
}
.method__highlight-gray.method__highlight--blue .method__highlight-title {
  color: #4695A9;
}
.method__highlight-gray .method__highlight-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFA000;
  text-align: center;
  margin-bottom: 10px;
}
.method__highlight-gray .method__highlight-text {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 30px;
}
.method__highlight-gray .method__highlight-text strong {
  margin: 0 2px;
  position: relative;
  z-index: 0;
  border-bottom: solid 3px #7bc4ff;
}
.method__highlight-gray .method__highlight-white {
  background-color: #fff;
  border: 1px solid #FF6301;
  padding: 30px 24px 24px;
  border-radius: 16px;
  position: relative;
}
.method__highlight-gray .method__highlight-white .method__highlight-plus {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 40px;
  background-color: #FF6301;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}
.method__highlight-gray .method__highlight-white .method__highlight-title {
  font-size: 18px;
  font-weight: bold;
  color: #FF6301;
  margin-bottom: 10px;
}
.method__highlight-gray .method__highlight-white .method__highlight-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
}
.method__feedback {
  background-color: #dcffdc;
  padding: 40px;
  border-radius: 16px;
  margin-top: 24px;
  font-family: vdl-penletter, sans-serif;
}
.method__feedback .title {
  font-size: 2.4rem;
  color: #43a643;
  font-weight: bold;
  margin-bottom: 12px;
}
.method__feedback .lr {
  display: flex;
  gap: 24px;
}
.method__feedback .left {
  width: 50%;
}
.method__feedback .right {
  width: 50%;
}
.method__feedback .right .chat-above {
  text-align: center;
}
.method__feedback .right .chat-container {
  height: 500px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #f0f0f0;
  border-radius: 12px;
  overflow-y: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.method__feedback .right .message {
  background: #fff;
  padding: 10px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  max-width: 85%;
  font-family: "Noto Sans JP", sans-serif;
}
.method__feedback .right .message--user {
  background: #dcf8c6;
  margin-left: auto;
}
.method__feedback .text {
  font-family: "Noto Sans JP", sans-serif;
}
.method__feedback .text strong {
  color: #FF6301;
  border-bottom: solid 2px #FF6301;
}

.method__instructors {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #FAF6F5;
  padding: 24px;
}
.method__instructor {
  position: relative;
  background-color: #fff;
  padding: 32px;
  box-shadow: -4px 4px 2px rgba(0, 0, 0, 0.08);
}
.method__instructor::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #fff;
  border-top: 40px solid #FAF6F5;
}
.method__instructor-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.method__instructor-img img {
  width: 160px;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-bottom: 8px;
}
.method__instructor-img h4 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0;
  color: #333;
}
.method__instructor-info h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #FFA000;
}
.method__instructor-info ul {
  padding-left: 20px;
  margin: 0;
}
.method__instructor-info ul li {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #444;
  list-style: disc;
}
.method__instructor-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.method__instructor--pair .method__instructor-inner {
  justify-content: center;
}
.method__instructor--pair .method__instructor-inner .method__instructor-img {
  text-align: center;
}
.method__instructor--pair .method__instructor-inner .method__instructor-img img {
  width: 160px;
  height: auto;
  margin: 0 auto 12px;
}
.method__instructor--pair .method__instructor-inner .method__instructor-img h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0;
  color: #FFA000;
}
.method__instructor--pair .method__instructor-inner .method__instructor-info {
  display: none;
}
.method__instructor--pair .method__instructor-desc {
  margin-top: 20px;
  text-align: left;
}
.method__subhead {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #FFA000;
  padding: 12px 24px;
  border-radius: 8px;
  margin-bottom: 32px;
  text-align: center;
}
.method__steps {
  background-color: #e9f8ff;
  padding: 32px;
  margin-top: 32px;
}
.method__steps > li {
  margin-bottom: 40px;
}
.method__steps > li:last-of-type {
  margin-bottom: 0;
}
.method__step-block {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.method__step-img {
  width: 180px;
  overflow: hidden;
  border-radius: 8px;
}
.method__step-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.method__step-body {
  width: calc(100% - 180px);
  padding-left: 8px;
  flex: 1;
  font-size: 16px;
  color: #333;
}
.method__step-body > strong {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0099e0;
  margin-bottom: 8px;
  font-family: vdl-penletter, sans-serif;
}
.method__step-body > strong .num {
  font-size: 4.8rem;
  line-height: 1;
  color: #0099e0;
  font-weight: bold;
}
.method__step-body ul {
  margin-top: 12px;
  padding-left: 20px;
  list-style: disc;
  background-color: #fff;
  padding: 24px;
}
.method__step-body ul li {
  margin-left: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 4px;
}
.method__step-body ul li strong {
  color: #FF6301;
}
.method__steps-before {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
}
.method__steps-before strong {
  color: #0099e0;
  border-bottom: solid 2px #0099e0;
}
.method__steps-after {
  padding: 24px;
  font-size: 1.8;
  line-height: 1.8;
  color: #fff;
  margin-top: 24px;
  background-color: #1a7ba8;
  border-radius: 16px;
  text-align: center;
}
.method__steps-after strong {
  color: #fff;
  border-bottom: solid 2px #fff;
}

.image-section {
  position: relative;
  padding: 60px 0;
}
.image-section > .back-circle {
  position: absolute;
  opacity: 0.5;
}
.image-section > .back-circle--1 {
  left: -25%;
  top: 60px;
  width: 50%;
}
.image-section > .back-circle--2 {
  right: -25%;
  bottom: 60px;
  width: 50%;
}
.image-section > .back-circle--3 {
  width: 646px;
  height: 646px;
  right: -503px;
  bottom: 50%;
  transform: translateY(50%);
}
.image-section__inner {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.image-section__inner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.courses {
  position: relative;
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
.courses > .back-circle {
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}
.courses > .back-circle--1 {
  left: -25%;
  top: 60px;
  width: 50%;
}
.courses > .back-circle--2 {
  right: -25%;
  bottom: 60px;
  width: 50%;
}
.courses > .back-circle--3 {
  width: 646px;
  height: 646px;
  right: -503px;
  bottom: 50%;
  transform: translateY(50%);
}
.courses__microcopy {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  color: #FFA000;
  margin-bottom: 0px;
}
.courses__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  font-size: 4.8rem;
  color: #FF6301;
  font-weight: bold;
  margin-bottom: 64px;
  line-height: 1;
  z-index: 2;
  font-family: vdl-penletter, sans-serif;
}
.courses__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 16px;
  border-radius: 50px;
  background-color: #FDEACC;
}
.courses__tabs {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.courses__tab-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.courses__tab-buttons li {
  width: 24%;
  padding: 12px 8px;
  background-color: #ccc;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.courses__tab-buttons li.active {
  position: relative;
  background-color: #FF6301;
}
.courses__tab-buttons li.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #FF6301;
}
.courses__tab-buttons li:hover {
  opacity: 0.8;
}
.courses__tab-contents {
  background: #FDEACC;
  padding: 48px 32px;
}
.courses__tab-content {
  display: none;
}
.courses__tab-content.active {
  display: block;
}
.courses__sub-microcopy {
  color: #FF6301;
  font-family: vdl-penletter, sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
}
.courses__heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
.courses__heading + p {
  font-size: 1.4rem;
  line-height: 2;
}
.courses .courses__point-box {
  background-color: #f7f7f7;
  padding: 20px;
  border-left: 5px solid #FFA000;
  margin-top: 20px;
  text-align: left;
}
.courses .courses__point-box .heading {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #FF6301;
}
.courses .courses__point-box .text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 12px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 16px;
}
.courses .courses__point-box .text:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.courses .courses__point-box .courses__point {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 12px;
}
.courses .courses__point-box .courses__point strong {
  color: #000;
  border-bottom: solid 2px #888;
}
.courses__table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}
.courses__table th,
.courses__table td {
  border: 1px solid #ccc;
  padding: 24px 12px;
  text-align: left;
  font-size: 1.7rem;
}
.courses__table th {
  background-color: #FF6301;
  font-weight: bold;
  color: #fff;
  width: 30%;
}
.courses__table td {
  background-color: #fff;
  width: 70%;
}
.courses__table tr:nth-child(even) td {
  background-color: #fafafa;
}

.atelier-message {
  position: relative;
  padding: 80px 0 80px;
  background-color: #fff;
}
.atelier-message > .back-circle {
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}
.atelier-message > .back-circle--1 {
  left: -25%;
  top: 60px;
  width: 50%;
}
.atelier-message > .back-circle--2 {
  right: -25%;
  bottom: 60px;
  width: 50%;
}
.atelier-message > .back-circle--3 {
  width: 646px;
  height: 646px;
  right: -503px;
  bottom: 50%;
  transform: translateY(50%);
}
.atelier-message__box {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-top: 25px solid #FFA000;
  border-bottom: 25px solid #FFA000;
  border-radius: 20px;
  padding: 40px 24px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.atelier-message__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.atelier-message__label {
  font-family: vdl-penletter, sans-serif;
  font-size: 4rem;
  color: #FFA000;
  line-height: 1.5;
}
.atelier-message__logo img {
  width: 200px;
  height: auto;
}
.atelier-message__body {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #333333;
}

.atelier-section {
  position: relative;
  padding: 64px 0;
  background-color: #fff;
}
.atelier-section > .back-circle {
  position: absolute;
  opacity: 0.5;
}
.atelier-section > .back-circle--1 {
  width: 646px;
  height: 646px;
  left: -323px;
  top: 10%;
}
.atelier-section > .back-circle--2 {
  width: 646px;
  height: 646px;
  left: -403px;
  bottom: 0;
}
.atelier-section > .back-circle--3 {
  width: 646px;
  height: 646px;
  right: -503px;
  bottom: 50%;
  transform: translateY(50%);
}
.atelier-section__heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 48px;
  font-size: 3rem;
  font-weight: 400;
  font-family: vdl-penletter, sans-serif;
}
.atelier-section__heading ruby rt {
  font-size: 1.4rem;
  color: #666;
}
.atelier-section__heading span.orange {
  line-height: 1;
  display: block;
  color: #FFA000;
  font-size: 150%;
}
.atelier-section .atelier-section__fukidashi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 0px;
}
.atelier-section .atelier-section__fukidashi .fukidashi-row {
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
.atelier-section .atelier-section__fukidashi-item {
  width: 378px;
}
.atelier-section .atelier-section__fukidashi-item img {
  width: 100%;
  height: auto;
  display: block;
}
.atelier-section .atelier-section__fukidashi-item.fukidashi--up {
  transform: translateY(-20px);
}
.atelier-section .atelier-section__fukidashi-item.fukidashi--right {
  transform: translateX(20px);
}
.atelier-section__student {
  text-align: center;
  margin-bottom: 0;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.atelier-section__student img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.atelier-section .atelier-section__voice {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 120px);
  margin-bottom: 40px;
  background-color: rgba(255, 145, 97, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  padding: 48px 32px;
}
.atelier-section .atelier-section__voice-photo {
  width: 40%;
  text-align: center;
}
.atelier-section .atelier-section__voice-photo img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.atelier-section .atelier-section__voice-photo .atelier-section__voice-caption {
  margin-top: 12px;
  font-size: 1.5rem;
}
.atelier-section .atelier-section__voice-message {
  width: 50%;
}
.atelier-section .atelier-section__voice-message-normal {
  font-family: vdl-penletter, sans-serif;
  font-size: 2.4rem;
  line-height: 2.2;
}
.atelier-section .atelier-section__voice-message-vdl {
  font-family: vdl-penletter, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2;
}

.result__voice {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.result__voice .result__photo {
  flex: 0 0 200px;
  text-align: center;
}
.result__voice .result__photo img {
  width: 100%;
  border-radius: 8px;
}
.result__voice .result__photo .result__caption {
  font-size: 1.4rem;
  margin-top: 8px;
}
.result__voice .result__message {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
.result__voice .result__message .result__message-normal {
  margin-bottom: 16px;
}
.result__voice .result__message .result__message-vdl {
  font-family: "VDL Penletter", sans-serif;
  font-size: 1.8rem;
  color: #FFA000;
}

.intro-message {
  background: url("../img/back-cta.jpg") no-repeat center center/cover;
  padding: 60px 20px;
}
.intro-message__inner {
  background: #fff;
  border-top: 10px solid #4695A9;
  border-bottom: 25px solid #4695A9;
  margin: 0 auto;
  padding: 64px 24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
.intro-message__title {
  font-family: vdl-penletter, sans-serif;
  font-size: 4rem;
  text-align: left;
  color: #FFA000;
  line-height: 1.6;
  margin-bottom: 32px;
}
.intro-message__content {
  font-size: 1.9rem;
  line-height: 2;
  color: #000;
  font-family: vdl-penletter, sans-serif;
}
.intro-message__content p {
  margin-bottom: 20px;
}
.intro-message__author {
  justify-content: right;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-top: 0px;
  font-family: vdl-penletter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.intro-message__author img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.intro-message__author p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}
.intro-message__author p span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.blog {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  overflow: hidden;
}
.blog > .back-circle {
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}
.blog > .back-circle--1 {
  left: -25%;
  top: 60px;
  width: 50%;
}
.blog > .back-circle--2 {
  right: -25%;
  bottom: 60px;
  width: 50%;
}
.blog > .back-circle--3 {
  width: 646px;
  height: 646px;
  right: -503px;
  bottom: 50%;
  transform: translateY(50%);
}
.blog__heading {
  position: relative;
  z-index: 2;
  font-size: 4.2rem;
  font-family: vdl-penletter, sans-serif;
  color: #FFA000;
  text-align: center;
  margin-bottom: 48px;
}
.blog__items {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: space-between;
}
.blog__items::after {
  content: "";
  width: 32.1%;
}
.blog .blog__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 32.1%;
}
.blog .blog__item .blog__thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.blog .blog__item .blog__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blog__item .blog__thumb img.noimage {
  padding: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f4ebe8;
}
.blog .blog__item .blog__meta {
  padding-top: 16px;
  text-align: left;
}
.blog .blog__item .blog__meta .blog__date {
  font-size: 1.5rem;
  font-family: vdl-penletter, sans-serif;
  color: #999;
  margin-bottom: 4px;
  line-height: 1;
  display: block;
}
.blog .blog__item .blog__meta .blog__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #FFA000;
}
.blog .blog__item .blog__meta .blog__excerpt {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #999;
}
.blog__more {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  text-align: center;
}
.blog__more .btn {
  display: inline-block;
  background-color: #FFA000;
  color: #fff;
  padding: 12px 24px;
  font-size: 1.6rem;
  border-radius: 6px;
  transition: 0.3s;
}
.blog__more .btn:hover {
  opacity: 0.8;
}
.blog__videos {
  position: relative;
  z-index: 2;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.blog__video {
  flex: 1 1 45%;
  min-width: 280px;
}
.blog__video iframe {
  width: 100%;
  height: 315px;
  border-radius: 12px;
}

.flow {
  background-color: #fff;
  padding: 0px 0 80px;
  position: relative;
  z-index: 0;
}
.flow > .back-circle {
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}
.flow > .back-circle--1 {
  left: -25%;
  top: 60px;
  width: 50%;
}
.flow > .back-circle--2 {
  right: -25%;
  bottom: 60px;
  width: 50%;
}
.flow > .back-circle--3 {
  width: 646px;
  height: 646px;
  right: -503px;
  bottom: 50%;
  transform: translateY(50%);
}
.flow .section-title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 48px;
  font-family: vdl-penletter, sans-serif;
  color: #FFA000;
}
.flow__steps {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.flow__steps::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #F39800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flow__step {
  background-color: #FAF6F5;
  border: 2px solid #F39800;
  border-radius: 20px;
  padding: 32px;
}
.flow__step:last-of-type {
  background-color: #FF6301;
  border-color: #FF6301;
}
.flow__step:last-of-type .flow__step-header {
  color: #FF6301;
}
.flow__step:last-of-type .flow__step-title {
  color: #FF6301;
}
.flow__step:last-of-type .flow__step-text {
  color: #fff;
}
.flow__step-box-inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 16px;
}
.flow__step-header {
  padding-right: 16px;
  margin-right: 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #FFA000;
  line-height: 1.2;
  border-right: solid 1px;
}
.flow__step-header .flow__step-label {
  display: block;
  line-height: 1;
}
.flow__step-header .flow__step-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  display: block;
  margin-top: 4px;
}
.flow__step-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #FFA000;
}
.flow__step-text {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}
.flow__step-text a.line {
  color: #43a643;
  text-decoration: underline !important;
}
.flow__step-text a.entry {
  color: #FF6301;
  text-decoration: underline !important;
}

.faq {
  background-color: #FFA000;
  padding: 80px 0;
}
.faq__title {
  font-size: 3.6rem;
  text-align: center;
  font-family: vdl-penletter, sans-serif;
  color: #fff;
  margin-bottom: 48px;
}
.faq__list {
  max-width: 800px;
  margin: 0 auto;
}
.faq__block {
  margin-bottom: 32px;
  padding: 24px;
  background-color: white;
  border-radius: 0;
}
.faq__question {
  font-weight: bold;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: vdl-penletter, sans-serif;
  margin-bottom: 12px;
  color: #FFA000;
}
.faq__answer {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 750px) {
  /*
  ====================================
  共通
  ====================================
  */
  html {
    overflow-y: initial;
    font-size: 10px;
    letter-spacing: 0.075em;
  }
  body {
    overflow-x: hidden;
    font-feature-settings: "palt";
    background-color: #fff;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
  }
  .lowerpage__content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
  }
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  /*
  ====================================
  メインコンテンツ
  ====================================
  */
  .keyvisual {
    position: relative;
  }
  .keyvisual .btns {
    position: absolute;
    width: 54vw;
    bottom: 14.2vw;
    left: 6vw;
  }
  .keyvisual .btns a {
    display: block;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
  .keyvisual .btns a img {
    width: 100%;
    display: block;
  }
  .keyvisual .btns a:nth-of-type(2) {
    margin-top: 8px;
  }
  .keyvisual {
    margin-top: 0px;
  }
  .section.method-first {
    position: relative;
    z-index: 2;
    margin-top: 13px;
  }
  .section.method-first .method-first__list {
    display: block;
  }
  .section.method-first .method-first__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section.method-first .method-first__item--lead {
    margin-bottom: 8px;
    border-radius: 0px;
    padding: 4px 12px;
  }
  .section.method-first .method-first__item--lead .method-first__catch {
    font-size: 1.6rem;
  }
  .section.method-first .method-first__card {
    margin-top: 4px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 8px 12px;
    border-width: 1.5px;
  }
  .section.method-first .method-first__number {
    top: 10px;
    left: 10px;
    position: absolute;
    font-size: 2.4rem;
    margin-bottom: 0px;
  }
  .section.method-first .method-first__image {
    width: 85px;
    height: 85px;
    margin: 0;
    border-width: 1.5px;
  }
  .section.method-first .txt-gr {
    padding-left: 12px;
    width: calc(100% - 85px);
  }
  .section.method-first .method-first__microcopy {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 4px;
  }
  .section.method-first .method-first__title {
    font-size: 2rem;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
    color: #FF6301;
  }
  .section.cta {
    margin: 48px 0 0;
    padding: 0px 0px 80px;
    text-align: center;
  }
  .section.cta .cta__title {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .section.cta .cta__buttons {
    gap: 8px;
    flex-wrap: wrap;
  }
  .section.cta .cta__btn {
    display: inline-block;
  }
  .section.cta .cta__btn img {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .section.result {
    padding: 0px 0px;
    color: #000;
  }
  .section.result .result__container {
    border: #F89468 2px solid;
    border-radius: 10px;
  }
  .section.result .result__title {
    font-size: 2.2rem;
    padding: 4px 0;
  }
  .section.result .result__schools {
    padding: 12px 12px 24px 12px;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.8;
  }
  .section.result .result__voice {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
    margin-bottom: 16px;
    display: block;
    border-radius: 12px;
    padding: 24px 16px;
  }
  .section.result .result__photo {
    width: 100%;
  }
  .section.result .result__photo img {
    width: 100%;
    border-radius: 15px;
  }
  .section.result .result__photo .result__caption {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .section.result .result__message {
    margin-top: 24px;
    width: 100%;
  }
  .section.result .result__message .result__message-normal {
    font-size: 1.9rem;
    line-height: 1.8;
  }
  .section.result .result__message .result__message-vdl {
    font-size: 1.9rem;
    line-height: 1.8;
  }
  .section.concern {
    padding: 24px 0px 40px;
  }
  .section.concern .concern__container {
    border: 2px solid #4695A9;
    border-radius: 10px;
    overflow: hidden;
  }
  .section.concern .concern__title {
    font-size: 2rem;
    padding: 16px 0 0;
  }
  .section.concern .concern__body {
    flex-direction: column-reverse;
    padding: 0px 12px 24px;
  }
  .section.concern .concern__list {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    list-style: none;
    padding-left: 0;
  }
  .section.concern .concern__list li {
    padding: 8px 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section.concern .concern__image {
    width: 60%;
  }
  .section.method-visual {
    padding: 24px 0px 24px;
  }
  .section.method-visual .method-visual__head {
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }
  .section.method-visual .method-visual__head .method-visual__logo {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .section.method-visual .method-visual__head .method-visual__logo:nth-of-type(2) {
    margin-top: 4px;
    width: 50%;
  }
  .section.method-visual .method-visual__lead {
    font-size: 1.8rem;
    padding: 8px 0px;
    margin-bottom: 24px;
  }
  .section.method-visual .merit {
    margin-top: 40px;
  }
  .section.method-visual .merit .instructors {
    max-width: 703px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .section.method-visual .merit .instructors .item {
    max-width: 703px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .section.method-visual .merit .sub {
    margin-top: 24px;
    display: block;
    font-size: 2.2rem;
    font-weight: 400;
    font-weight: 600;
    font-family: vdl-penletter, sans-serif;
    color: #FF6301;
  }
  .section.method-visual .merit h3 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .section.method-visual .merit .box {
    margin-top: 24px;
    width: 800px;
    padding: 32px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: #FF6301 solid 2px;
    border-radius: 10px;
  }
  .section.method-visual .merit .box .lr {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section.method-visual .merit .box .lr .heading span {
    font-size: 1.4rem;
    font-weight: 600;
    font-weight: 400;
    font-weight: 600;
    font-family: vdl-penletter, sans-serif;
    color: #FF6301;
    display: block;
  }
  .section.method-visual .merit .box .lr .heading h4 {
    font-size: 2rem;
    display: inline-block;
    padding: 4px;
    background-color: #f3ff75;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
  }
  .section.method-visual .merit .box .lr p {
    margin-top: 10px;
    font-size: 1.4rem;
    width: 82.6%;
    margin-left: auto;
    margin-right: auto;
  }
  .section.method-visual .merit .box .lr .left {
    position: relative;
    padding-right: 16px;
    width: 46%;
  }
  .section.method-visual .merit .box .lr .left::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-merit-cross.svg");
    background-size: cover;
    height: 18px;
  }
  .section.method-visual .merit .box .lr .right {
    padding-left: 16px;
    width: 46%;
  }
  .section.method-visual .equal {
    margin-top: 24px;
    display: block;
    width: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .section.method-visual .equal img {
    width: 100%;
    height: auto;
  }
  .section.method-visual .method-visual__lead {
    color: #d50000;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 12px 0px;
    border-radius: 50px;
    margin-bottom: 0;
  }
  .section.method-visual .method-visual__lead strong {
    margin-left: 6px;
    margin-right: 6px;
    padding: 0 4px;
    display: inline-block;
    background-color: #ffc7c7;
    font-size: 3.2rem;
  }
  .section.method-visual .method__list {
    display: block;
  }
  .section.method-visual .merit {
    margin-top: 24px;
  }
  .section.method-visual .merit .instructors {
    max-width: 100%;
    gap: 4.8px;
  }
  .section.method-visual .merit .instructors .item {
    gap: 24px;
  }
  .section.method-visual .merit .sub {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .section.method-visual .merit h3 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .section.method-visual .merit .box {
    margin-top: 12px;
    width: 100%;
    padding: 24px 4px;
  }
  .section.method-visual .merit .box .lr {
    align-items: flex-start;
  }
  .section.method-visual .merit .box .lr .heading span {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .section.method-visual .merit .box .lr .heading h4 {
    margin-top: 4px;
    font-size: 1.5rem;
    padding: 2.4px;
  }
  .section.method-visual .merit .box .lr p {
    margin-top: 10px;
    font-size: 1.25rem;
    text-align: justify;
  }
  .section.method-visual .merit .box .lr .left {
    padding-right: 16px;
    width: 46%;
  }
  .section.method-visual .merit .box .lr .left::after {
    content: "";
    position: absolute;
    right: -4px;
    width: 12px;
    height: 12px;
  }
  .section.method-visual .merit .box .lr .right {
    padding-left: 16px;
    width: 46%;
  }
  .section.method-visual .equal {
    margin-top: 12px;
    width: 11px;
  }
  .section.method-visual .method-visual__lead {
    font-size: 1.8rem;
    padding: 2.4px 0px;
  }
  .section.method-visual .method-visual__lead strong {
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0px;
    font-size: 2.4rem;
  }
  .section.method-visual .method__item {
    width: 100%;
    display: block;
  }
  .section.method-visual .method__card {
    margin-top: 4px;
    position: relative;
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 12px 12px 24px;
  }
  .section.method-visual .method__number {
    font-size: 3.2rem;
    margin-bottom: 0px;
  }
  .section.method-visual .method__microcopy {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 4px;
  }
  .section.method-visual .method__title {
    font-size: 2.4rem;
    text-align: center;
  }
  .section.method-visual .method-visual__cta {
    margin-top: 28px;
  }
  .section.method-visual .method-visual__cta .method-visual__btn {
    font-size: 1.5rem;
    padding: 8px 0px;
    width: 100%;
  }
  .section.graduates {
    padding: 80px 0px;
  }
  .section.graduates .graduates__head {
    text-align: center;
    margin-bottom: 24px;
  }
  .section.graduates .graduates__microcopy {
    font-size: 1.7rem;
  }
  .section.graduates .graduates__title {
    font-size: 3.2rem;
  }
  .section.graduates .graduates__title--sub {
    font-size: 1.4rem;
  }
  .section.graduates .graduates__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  .section.graduates .graduates__list--flex {
    display: block;
  }
  .section.graduates .graduates__list--flex .swiper-wrapper {
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .section.graduates .graduates__list--flex .swiper-wrapper .graduates__item {
    width: 100%;
  }
  .section.graduates .graduates__list--swiper {
    overflow: hidden;
  }
  .section.graduates .graduates__list--swiper .graduates__item {
    min-width: initial;
    max-width: initial;
  }
  .section.graduates .graduates__item {
    margin-top: 16px;
    border-radius: 10px;
    padding: 32px 12px;
  }
  .section.graduates .graduates__item .gokaku {
    position: absolute;
    right: 0%;
    top: -2.5%;
    width: 20%;
  }
  .section.graduates .graduates__top {
    gap: 8px;
    margin-bottom: 16px;
    justify-content: space-between;
    align-items: center;
  }
  .section.graduates .graduates__image img {
    width: 90px;
    height: 90px;
  }
  .section.graduates .graduates__school {
    width: calc(100% - 90px);
    padding-left: 8px;
  }
  .section.graduates .graduates__school .graduates__university {
    font-size: 1.8rem;
  }
  .section.graduates .graduates__school .graduates__major {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .section.graduates .graduates__dreamblock {
    margin-bottom: 12px;
  }
  .section.graduates .graduates__dreamblock .upper {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .section.graduates .graduates__dreamblock .upper .graduates__dreamhead {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 4px;
    width: 100%;
  }
  .section.graduates .graduates__dreamblock .upper .graduates__dreamtext {
    padding-left: 0px;
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
  .section.graduates .graduates__dreamblock .graduates__desc {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .section.graduates .graduates__message {
    padding: 24px 12px;
    border-radius: 5px;
  }
  .section.graduates .graduates__message .graduates__messagehead {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .section.graduates .graduates__message .graduates__messagetext {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .section.graduates .graduates__cta {
    margin-top: 28px;
  }
  .section.graduates .graduates__cta .graduates__btn {
    font-size: 1.5rem;
    padding: 8px 0px;
    width: 100%;
  }
  .section.reason {
    padding: 40px 0px 80px;
    color: #000;
    position: relative;
  }
  .section.reason > .illust {
    bottom: 24px;
    width: 50%;
  }
  .section.reason > .back-circle {
    position: absolute;
    opacity: 0.5;
  }
  .section.reason > .back-circle--1 {
    width: 50vw;
    height: 50vw;
    left: -50vw;
    top: 10%;
  }
  .section.reason > .back-circle--2 {
    width: 50vw;
    height: 50vw;
    left: -40vw;
    bottom: 0;
  }
  .section.reason > .back-circle--3 {
    width: 50vw;
    height: 50vw;
    right: -50vw;
  }
  .section.reason .reason__title {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .section.reason .reason__item {
    width: 48.75%;
    padding: 40px 12px 56px;
    position: relative;
  }
  .section.reason .reason__item::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -12px;
    width: 13vw;
    height: 15vw;
  }
  .section.reason .reason__item .lr {
    display: block;
  }
  .section.reason .reason__item .lr .left {
    padding-right: 0;
    width: 100%;
  }
  .section.reason .reason__item .lr .right {
    width: 100%;
  }
  .section.reason .reason__item .lr .right .image {
    width: 100%;
  }
  .section.reason .upper {
    display: block;
  }
  .section.reason .upper .title-gr .reason__label {
    font-size: 1.5rem;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
  }
  .section.reason .upper .title-gr .reason__label span {
    font-size: 150%;
    margin-left: 4px;
  }
  .section.reason .upper .title-gr .microcopy {
    font-size: 1.4rem;
    line-height: 1.2;
    display: block;
    text-align: center;
  }
  .section.reason .upper .title-gr .reason__subtitle {
    margin-top: 8px;
    font-size: 1.7rem;
    margin-bottom: 8px;
    text-align: center;
  }
  .section.reason .upper .title-gr .reason__subtitle span {
    font-size: 1.4rem;
    display: inline-block;
  }
  .section.reason .reason__text {
    margin-bottom: 12px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .section.cta-2 {
    padding: 32px 0px;
    background: url("../img/back-cta.jpg") center center/contain repeat;
  }
  .section.cta-2 .cta__grid {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 0;
    margin-bottom: 12px;
  }
  .section.cta-2 .cta__item {
    position: relative;
    width: 49%;
    flex: initial;
    border-radius: 10px;
    padding: 12px 12px;
    display: block;
  }
  .section.cta-2 .cta__copy {
    font-size: 1.5rem;
    text-align: left;
    width: 70%;
  }
  .section.cta-2 .cta__image {
    position: absolute;
    right: 0%;
    bottom: 0px;
    width: 25%;
  }
  .section.cta-2 .cta__image img {
    max-width: 100%;
    margin-left: 0px;
  }
  .section.cta-2 .cta__wrap {
    border-radius: 10px;
    padding: 24px 16px;
  }
  .section.cta-2 .cta__consult {
    margin-bottom: 12px;
  }
  .section.cta-2 .cta__consult-inner {
    display: block;
  }
  .section.cta-2 .cta__consult-left {
    width: 100%;
  }
  .section.cta-2 .cta__consult-right {
    width: 100%;
  }
  .section.cta-2 .cta__lead {
    font-size: 2rem;
    margin-bottom: 8px;
    text-align: center;
  }
  .section.cta-2 .cta__title {
    font-size: 2.8rem;
    text-align: center;
  }
  .section.cta-2 .cta__footer-title {
    font-family: vdl-penletter, sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .section.cta-2 .cta__buttons {
    margin-top: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .section.cta-2 .cta__btn img {
    margin: 2.4px 0;
    height: auto;
    width: 100%;
  }
  .method {
    padding: 24px 0;
    background-color: #FDEACC;
  }
  .method .wrapper {
    padding: 0 12px;
  }
  .method__head {
    margin-bottom: 16px;
  }
  .method__head-left {
    text-align: center;
  }
  .method__head-left .method__microcopy {
    font-size: 2rem;
  }
  .method__head-left .method__title {
    display: inline-block;
    font-size: 3.2rem;
  }
  .method__head-left .method__title::after {
    bottom: 0px;
  }
  .method__head-right {
    text-align: center;
  }
  .method__head-right img {
    max-width: 110px;
    height: auto;
  }
  .method__item {
    margin: 32px auto;
    position: relative;
    padding: 24px 16px;
    border-radius: 10px;
  }
  .method__item .method__number {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .method__item .method__microcopy {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
  .method__item .method__main-title {
    font-size: 2.4rem;
    border-bottom: solid 2.4px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .method__item .method__illustration {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20%;
  }
  .method__item .method__illustration--2 {
    width: 16%;
  }
  .method__item .method__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .method__item .method__photos {
    margin-bottom: 16px;
    gap: 0;
    justify-content: space-between;
  }
  .method__item .method__photos img {
    margin: 2.4px 0;
    display: block;
    width: 48.75%;
  }
  .method__highlight-gray {
    padding: 32px 16px;
    border-radius: 10px;
  }
  .method__highlight-gray .method__highlight-title {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  .method__highlight-gray .method__highlight-text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .method__highlight-gray .method__highlight-text strong {
    border-bottom: solid 2px #7bc4ff;
  }
  .method__highlight-gray .method__highlight-white {
    margin-top: 24px;
    padding: 30px 12px 24px;
    border-radius: 16px;
    position: relative;
  }
  .method__highlight-gray .method__highlight-white .method__highlight-plus {
    top: -12px;
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
  .method__highlight-gray .method__highlight-white .method__highlight-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .method__highlight-gray .method__highlight-white .method__highlight-text {
    font-size: 13px;
  }
  .method__feedback {
    padding: 24px 16px;
    border-radius: 10px;
    margin-top: 12px;
  }
  .method__feedback .title {
    font-size: 1.8rem;
    margin-bottom: 12px;
    line-height: 1.32;
    text-align: center;
  }
  .method__feedback .lr {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .method__feedback .left {
    width: 100%;
  }
  .method__feedback .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .method__feedback .right .chat-container {
    height: 100vw;
    width: 100%;
    margin: 0 auto;
    padding: 24px 12px;
    font-size: 1.25rem;
    line-height: 1.8;
    border-radius: 10px;
  }
  .method__feedback .right .message {
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    max-width: 90%;
  }
  .method__feedback .text {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .method__feedback .text strong {
    border-bottom: solid 1px #FF6301;
  }
  .method__instructors {
    margin-top: 24px;
    gap: 24px;
    padding: 24px 15px;
  }
  .method__instructor {
    padding: 24px 16px;
  }
  .method__instructor::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 24px solid #FAF6F5;
  }
  .method__instructor-inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
  }
  .method__instructor-img img {
    width: 140px;
    border-radius: 10px;
    margin-bottom: 4px;
  }
  .method__instructor-img h4 {
    font-size: 1.6rem;
  }
  .method__instructor-info h4 {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
  .method__instructor-info ul {
    padding-left: 17px;
  }
  .method__instructor-info ul li {
    font-size: 1.3rem;
    margin-bottom: 2.4px;
  }
  .method__instructor-desc {
    font-size: 1.3rem;
  }
  .method__instructor--pair .method__instructor-inner .method__instructor-img img {
    width: 150px;
    margin: 0 auto 5px;
  }
  .method__instructor--pair .method__instructor-inner .method__instructor-img h4 {
    font-size: 1.6rem;
  }
  .method__instructor--pair .method__instructor-desc {
    margin-top: 20px;
    text-align: left;
  }
  .method__subhead {
    font-size: 16px;
    padding: 8px 4px;
    border-radius: 4px;
    margin-bottom: 16px;
  }
  .method__steps {
    padding: 0px 16px 32px;
    margin-top: 16px;
  }
  .method__steps > li {
    margin-bottom: 12px;
  }
  .method__step-block {
    display: block;
    gap: 0px;
  }
  .method__step-img {
    margin-left: auto;
    margin-right: auto;
    width: 75px;
  }
  .method__step-body {
    width: 100%;
    padding-left: 0px;
    font-size: 1.4rem;
    text-align: center;
  }
  .method__step-body > strong {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .method__step-body > strong .num {
    font-size: 3.2rem;
    line-height: 1;
  }
  .method__step-body ul {
    margin-top: 12px;
    padding-left: 20px;
    list-style: disc;
    background-color: #fff;
    padding: 24px;
    text-align: left;
  }
  .method__step-body ul li {
    margin-left: 16px;
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .method__step-body ul li strong {
    color: #FF6301;
  }
  .method__steps-before {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .method__steps-after {
    padding: 12px 16px;
    font-size: 1.8;
    line-height: 1.8;
    margin-top: 12px;
    border-radius: 0px;
    text-align: center;
  }
  .method__steps-after strong {
    border-bottom: solid 2px #fff;
  }
  .image-section {
    padding: 30px 0;
  }
  .image-section > .back-circle {
    position: absolute;
    opacity: 0.9;
  }
  .image-section > .back-circle--1 {
    left: -25%;
    top: 60px;
    width: 75%;
  }
  .image-section > .back-circle--2 {
    right: -50%;
    bottom: 60px;
    width: 75%;
  }
  .image-section > .back-circle--3 {
    width: 646px;
    height: 646px;
    right: -503px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .courses {
    padding: 40px 0;
    text-align: center;
  }
  .courses > .back-circle {
    position: absolute;
    opacity: 0.5;
    z-index: 0;
  }
  .courses > .back-circle--1 {
    top: 40px;
    width: 75%;
  }
  .courses > .back-circle--2 {
    right: -25%;
    bottom: 60px;
    width: 75%;
  }
  .courses__microcopy {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .courses__title {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
  .courses__title::after {
    bottom: 0;
    height: 10px;
  }
  .courses__tab-buttons {
    margin-bottom: 16px;
    justify-content: space-between;
    gap: 8px 0;
  }
  .courses__tab-buttons li {
    width: 48.75%;
    padding: 8px 4px;
    font-size: 1.4rem;
  }
  .courses__tab-contents {
    padding: 24px 16px;
  }
  .courses__sub-microcopy {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .courses__heading {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .courses__heading + p {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .courses__table {
    width: 100%;
    margin-top: 12px;
    display: block;
  }
  .courses__table tbody {
    width: 100%;
    display: block;
  }
  .courses__table tr {
    display: block;
  }
  .courses__table th,
  .courses__table td {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .courses__table th {
    padding: 8px 8px;
    text-align: center;
  }
  .courses__table td {
    padding: 24px 8px;
  }
  .atelier-message {
    padding: 40px 0 40px;
  }
  .atelier-message > .back-circle {
    opacity: 0.9;
  }
  .atelier-message > .back-circle--1 {
    left: -25%;
    top: 40px;
    width: 75%;
  }
  .atelier-message > .back-circle--2 {
    right: -50%;
    bottom: 40px;
  }
  .atelier-message__box {
    border-top: 10px solid #FFA000;
    border-bottom: 10px solid #FFA000;
    border-radius: 10px;
    padding: 24px 16px;
  }
  .atelier-message__top {
    gap: 24px;
    margin-bottom: 12px;
    flex-wrap: nowrap;
  }
  .atelier-message__label {
    font-size: 2.5rem;
  }
  .atelier-message__logo img {
    width: 100px;
    height: auto;
  }
  .atelier-message__body {
    font-size: 1.4rem;
    line-height: 2;
  }
  .atelier-section {
    padding: 32px 0;
  }
  .atelier-section > .back-circle {
    position: absolute;
    opacity: 0.9;
  }
  .atelier-section > .back-circle--1 {
    left: -25%;
    top: 60px;
    width: 75%;
  }
  .atelier-section > .back-circle--2 {
    right: -50%;
    bottom: 60px;
    width: 75%;
  }
  .atelier-section > .back-circle--3 {
    display: none;
  }
  .atelier-section__heading {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .atelier-section__heading ruby rt {
    font-size: 1.4rem;
    color: #666;
  }
  .atelier-section__heading span.orange {
    font-size: 150%;
  }
  .atelier-section .atelier-section__fukidashi {
    margin-top: 32px;
    gap: 0 24px;
    margin-bottom: 0px;
  }
  .atelier-section .atelier-section__fukidashi .fukidashi-row {
    gap: 0 0px;
  }
  .atelier-section .atelier-section__fukidashi-item {
    width: 49%;
  }
  .atelier-section__student {
    margin-bottom: 32px;
    width: 100%;
  }
  .atelier-section .atelier-section__voice {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 16px;
    display: block;
    border-radius: 12px;
    padding: 24px 16px;
  }
  .atelier-section .atelier-section__voice-photo {
    width: 100%;
  }
  .atelier-section .atelier-section__voice-photo .atelier-section__voice-caption {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .atelier-section .atelier-section__voice-message {
    margin-top: 24px;
    width: 100%;
  }
  .atelier-section .atelier-section__voice-message-normal {
    font-size: 1.9rem;
    line-height: 1.8;
  }
  .atelier-section .atelier-section__voice-message-vdl {
    font-size: 1.9rem;
    line-height: 1.8;
  }
  .intro-message {
    background: url("../img/back-cta-sp.jpg") no-repeat center center/cover;
    padding: 30px 20px;
  }
  .intro-message__inner {
    background: #fff;
    border-top: 5px solid #4695A9;
    border-bottom: 5px solid #4695A9;
    padding: 32px 16px;
  }
  .intro-message__title {
    font-size: 2.4rem;
    text-align: left;
    color: #FFA000;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .intro-message__content {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .intro-message__content p {
    margin-bottom: 12px;
  }
  .intro-message__author {
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    font-size: 1.5rem;
  }
  .intro-message__author img {
    width: 110px;
    height: 110px;
  }
  .intro-message__author p {
    font-size: 1.7rem;
  }
  .intro-message__author p span {
    font-size: 1.4rem;
  }
  .blog {
    padding: 40px 0;
  }
  .blog > .back-circle {
    opacity: 0.9;
  }
  .blog > .back-circle--1 {
    left: -25%;
    top: 40px;
    width: 75%;
  }
  .blog > .back-circle--2 {
    right: -50%;
    bottom: 40px;
    width: 75%;
  }
  .blog > .back-circle--3 {
    display: none;
  }
  .blog__heading {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .blog .blog__item {
    width: 48.75%;
  }
  .blog .blog__item .blog__thumb img.noimage {
    padding: 12px;
  }
  .blog .blog__item .blog__meta {
    padding-top: 8px;
  }
  .blog .blog__item .blog__meta .blog__date {
    font-size: 1.25rem;
    margin-bottom: 2.4px;
  }
  .blog .blog__item .blog__meta .blog__title {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
  .blog .blog__item .blog__meta .blog__excerpt {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .blog__more {
    margin-top: 24px;
  }
  .blog__more .btn {
    padding: 12px 24px;
    font-size: 1.3rem;
  }
  .blog__videos {
    margin-top: 32px;
    display: block;
    gap: 32px;
  }
  .blog__video {
    margin-top: 12px;
    flex: initial;
  }
  .blog__video iframe {
    width: 100%;
    height: 50vw;
    border-radius: 10px;
  }
  .flow {
    padding: 0px 0 40px;
  }
  .flow > .back-circle {
    opacity: 0.9;
  }
  .flow > .back-circle--1 {
    top: 40px;
    width: 75%;
  }
  .flow > .back-circle--2 {
    right: -25%;
    bottom: 40px;
    width: 75%;
  }
  .flow > .back-circle--3 {
    display: none;
  }
  .flow .section-title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .flow__steps {
    gap: 12px;
  }
  .flow__step {
    border-radius: 10px;
    padding: 24px 16px;
  }
  .flow__step-box-inner {
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 8px;
  }
  .flow__step-header {
    padding-right: 8px;
    margin-right: 8px;
    font-size: 1.7rem;
  }
  .flow__step-header .flow__step-num {
    font-size: 2.4rem;
    margin-top: 2.4px;
  }
  .flow__step-title {
    font-size: 1.7rem;
  }
  .flow__step-text {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .faq {
    padding: 40px 0;
  }
  .faq__title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .faq__block {
    margin-bottom: 16px;
    padding: 24px 16px;
  }
  .faq__question {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .faq__answer {
    font-size: 1.4rem;
  }
}
/*
====================================
エントリーページ
====================================
*/
.entry-form-section {
  margin-top: 94px;
  padding: 60px 0;
  background: url("../img/back-cta.jpg") center center/contain repeat;
}
.entry-form-section .cta__grid {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 32px 0;
  border: none;
  margin-top: 24px;
  border-radius: 17px;
}
.entry-form-section .cta__item {
  width: 22.3%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 12px;
  background-color: #e4eff2;
}
.entry-form-section .cta__copy {
  font-family: vdl-penletter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
.entry-form-section .cta__image {
  position: absolute;
  right: -23px;
  bottom: -3px;
  width: 33%;
}
.entry-form-section .cta__image img {
  max-width: 100%;
  margin-left: 0px;
}
.entry-form-section .entry-form {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 48px 32px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.entry-form-section .entry-form__header {
  margin-bottom: 40px;
}
.entry-form-section .entry-form__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-form-section .entry-form__header-text {
  width: 55%;
}
.entry-form-section .entry-form__header-image {
  width: 45%;
}
.entry-form-section .entry-form__header-image img {
  max-width: 100%;
  height: auto;
}
.entry-form-section .entry-form__header .entry-form__lead {
  font-family: vdl-penletter, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 400;
}
.entry-form-section .entry-form__header .entry-form__title {
  font-size: 3.2rem;
  color: #FF6301;
  font-weight: bold;
}
.entry-form-section .entry-form__header .desc {
  margin-top: 13px;
  display: block;
  font-size: 1.4rem;
}
.entry-form-section .entry-form__content select {
  -webkit-appearance: none; /* iOS Safari */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  box-shadow: none;
  outline: none;
  background-image: none; /* Safariのデフォルト矢印を消す */
  background-color: #fff;
  height: 40px;
}
.entry-form-section .entry-form__content form {
  background-color: #eee;
  padding: 56px 32px;
  display: grid;
  gap: 24px;
  /* iOS用の追加調整（selectをタップしたときの背景） */
}
.entry-form-section .entry-form__content form label {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.entry-form-section .entry-form__content form input[type=text],
.entry-form-section .entry-form__content form input[type=email],
.entry-form-section .entry-form__content form input[type=tel],
.entry-form-section .entry-form__content form textarea,
.entry-form-section .entry-form__content form select {
  width: 100%;
  padding: 12px 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 0;
}
.entry-form-section .entry-form__content form input[type=text]::-moz-placeholder, .entry-form-section .entry-form__content form input[type=email]::-moz-placeholder, .entry-form-section .entry-form__content form input[type=tel]::-moz-placeholder, .entry-form-section .entry-form__content form textarea::-moz-placeholder, .entry-form-section .entry-form__content form select::-moz-placeholder {
  color: #a7a7a7;
}
.entry-form-section .entry-form__content form input[type=text]::placeholder,
.entry-form-section .entry-form__content form input[type=email]::placeholder,
.entry-form-section .entry-form__content form input[type=tel]::placeholder,
.entry-form-section .entry-form__content form textarea::placeholder,
.entry-form-section .entry-form__content form select::placeholder {
  color: #a7a7a7;
}
.entry-form-section .entry-form__content form select {
  padding-top: 4px;
  padding-bottom: 4px;
}
.entry-form-section .entry-form__content form select:focus {
  outline: none;
}
.entry-form-section .entry-form__content form .wpcf7-submit {
  background-color: #FF6301;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 40px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.23);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.entry-form-section .entry-form__content form .wpcf7-submit:hover {
  background-color: #cd4f00;
}

.form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: grid;
  gap: 32px;
}
.form-wrapper .form-group.name .name-fields {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.form-wrapper .form-group.name .name-fields .name-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-wrapper .form-group.name .name-fields .name-field--last {
  flex: 0 0 40%;
}
.form-wrapper .form-group.name .name-fields .name-field--first {
  flex: 0 0 55%;
}
.form-wrapper .form-group.name .name-fields .name-field .name-label {
  font-size: 1.4rem;
  color: #444;
}
.form-wrapper .form-group.name .name-fields .name-field input {
  width: 100%;
}
.form-wrapper .form-group.tel .tel-input-wrap {
  max-width: 360px;
}
.form-wrapper .form-group.email .email-input-wrap {
  max-width: 360px;
}
.form-wrapper label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  line-height: 1.6;
}
.form-wrapper .required {
  color: #d00;
  font-size: 1.4rem;
  margin-left: 4px;
}
.form-wrapper small {
  font-weight: normal;
  font-size: 1.4rem;
  color: #666;
}
.form-wrapper input[type=text],
.form-wrapper input[type=email],
.form-wrapper input[type=tel],
.form-wrapper select,
.form-wrapper textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  transition: border-color 0.3s;
}
.form-wrapper input[type=text]:focus,
.form-wrapper input[type=email]:focus,
.form-wrapper input[type=tel]:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
  border-color: #FFA000;
  outline: none;
}
.form-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-wrapper .form-group.name .name-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-wrapper .form-group.name .name-fields .name-label {
  font-weight: normal;
  width: 100%;
  font-size: 1.4rem;
  color: #444;
}
.form-wrapper .form-group.name .name-fields input {
  flex: 1;
}
.form-wrapper .char-counter {
  font-size: 1.3rem;
  color: #666;
  margin-top: 4px;
}
.form-wrapper .form-group.privacy {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper .form-group.privacy .privacy-box {
  border: 1px solid #ccc;
  padding: 24px 16px;
  border-radius: 6px;
  background-color: #eee;
  font-size: 12px;
  line-height: 1.8;
}
.form-wrapper .form-group.privacy .privacy-scroll {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 12px;
}
.form-wrapper .form-group.privacy .privacy-scroll h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #000;
}
.form-wrapper .form-group.privacy .privacy-scroll p {
  margin-bottom: 12px;
}
.form-wrapper .form-group.privacy .privacy-scroll ul {
  padding-left: 1.2em;
  margin-bottom: 12px;
}
.form-wrapper .form-group.privacy .privacy-scroll ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}
.form-wrapper .form-group.privacy .privacy-scroll a {
  color: #4695A9;
  text-decoration: underline;
}
.form-wrapper .form-group.privacy .privacy-scroll a:hover {
  text-decoration: none;
}
.form-wrapper .privacy-check {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.form-wrapper .privacy-check input[type=checkbox] {
  margin-right: 8px;
}
.form-wrapper .privacy-check .wpcf7-list-item {
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .form-wrapper .privacy-check .privacy-scroll {
    max-height: 180px;
  }
}
.form-wrapper .form-submit {
  text-align: center;
}
.form-wrapper .form-submit input[type=submit] {
  background-color: #FF6301;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px 0;
  width: 320px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.23);
  transition: background-color 0.3s ease;
}
.form-wrapper .form-submit input[type=submit]:hover {
  background-color: #cd4f00;
}
.form-wrapper .wpcf7-spinner {
  display: block;
}

.invalid .wpcf7-response-output {
  background-color: #c90000;
  border: none !important;
  color: #fff;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .entry-form-section {
    margin-top: 0;
    padding: 30px 0;
  }
  .entry-form-section .cta__grid {
    margin-bottom: 24px;
    gap: 12px 0;
    margin-top: 16px;
    border-radius: 10px;
  }
  .entry-form-section .cta__item {
    width: 48%;
    border-radius: 10px;
    padding: 12px 8px;
  }
  .entry-form-section .cta__copy {
    font-size: 1.5rem;
  }
  .entry-form-section .cta__image {
    right: 0px;
    bottom: -3px;
    width: 24%;
  }
  .entry-form-section .entry-form {
    border-radius: 20px;
    padding: 24px 16px;
  }
  .entry-form-section .entry-form__header {
    margin-bottom: 24px;
  }
  .entry-form-section .entry-form__header-inner {
    display: block;
    position: relative;
  }
  .entry-form-section .entry-form__header-text {
    width: 100%;
  }
  .entry-form-section .entry-form__header-image {
    width: 33%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .entry-form-section .entry-form__header .entry-form__lead {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
  .entry-form-section .entry-form__header .entry-form__title {
    font-size: 2.4rem;
  }
  .entry-form-section .entry-form__header .desc {
    margin-top: 6px;
    font-size: 1.25rem;
    width: 63%;
    text-align: justify;
  }
  .entry-form-section .entry-form__content form {
    padding: 32px 12px;
    gap: 12px;
  }
  .entry-form-section .entry-form__content form label {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
  }
  .entry-form-section .entry-form__content form input[type=text],
  .entry-form-section .entry-form__content form input[type=email],
  .entry-form-section .entry-form__content form input[type=tel],
  .entry-form-section .entry-form__content form textarea,
  .entry-form-section .entry-form__content form select {
    padding: 12px 8px;
    font-size: 1.4rem;
  }
  .entry-form-section .entry-form__content form select {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .form-wrapper {
    margin: 0 auto;
    font-size: 1.4rem;
    display: grid;
    gap: 16px;
  }
  .form-wrapper .form-group.name .name-fields {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .form-wrapper .form-group.name .name-fields .name-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .form-wrapper .form-group.name .name-fields .name-field--last {
    flex: 0 0 40%;
  }
  .form-wrapper .form-group.name .name-fields .name-field--first {
    flex: 0 0 55%;
  }
  .form-wrapper .form-group.name .name-fields .name-field .name-label {
    font-size: 1.4rem;
  }
  .form-wrapper label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    line-height: 1.6;
  }
  .form-wrapper .required {
    color: #d00;
    font-size: 1.25rem;
    margin-left: 4px;
  }
  .form-wrapper small {
    font-size: 1.25rem;
  }
  .form-wrapper input[type=text],
  .form-wrapper input[type=email],
  .form-wrapper input[type=tel],
  .form-wrapper select,
  .form-wrapper textarea {
    width: 100%;
    padding: 12px 8px;
    font-size: 1.4rem;
  }
  .form-wrapper .form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .form-wrapper .form-group.name .name-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .form-wrapper .form-group.name .name-fields .name-label {
    font-weight: normal;
    width: 100%;
    font-size: 1.4rem;
    color: #444;
  }
  .form-wrapper .form-group.name .name-fields input {
    flex: 1;
  }
  .form-wrapper .char-counter {
    font-size: 1.3rem;
    color: #666;
    margin-top: 4px;
  }
  .form-wrapper .form-group.privacy {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-wrapper .form-group.privacy .privacy-box {
    padding: 12px 8px;
    font-size: 10px;
  }
  .form-wrapper .form-group.privacy .privacy-scroll {
    max-height: 150px;
  }
  .form-wrapper .form-group.privacy .privacy-scroll h3 {
    font-size: 12.5px;
    margin-bottom: 6px;
  }
  .form-wrapper .form-group.privacy .privacy-scroll p {
    margin-bottom: 6px;
  }
  .form-wrapper .form-group.privacy .privacy-scroll ul {
    margin-bottom: 6px;
  }
  .form-wrapper .form-group.privacy .privacy-scroll ul li {
    margin-bottom: 2.4px;
  }
  .form-wrapper .form-submit {
    text-align: center;
  }
  .form-wrapper .form-submit input[type=submit] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    padding: 8px 0;
    width: 200px;
  }
}
/*
====================================
フッター
====================================
*/
.footer {
  padding: 24px 0 80px;
  background-color: #FDEACC;
}
.footer .logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .copyright {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  font-family: vdl-penletter, sans-serif;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 16px 0 80px;
  }
  .footer .logo {
    width: 160px;
  }
  .footer .copyright {
    font-size: 1.3rem;
    display: block;
    text-align: center;
    font-family: vdl-penletter, sans-serif;
  }
}
/* 全体のレイアウト */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
  flex-wrap: wrap;
  font-size: 16px;
}

/* ページ番号・リンク */
.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: solid 1px #FFA000 !important;
  color: #FFA000;
}

/* ホバー時 */
.wp-pagenavi a:hover {
  background-color: #FFA000;
  color: #fff;
}

/* 現在のページ */
.wp-pagenavi .current {
  background-color: #FFA000;
  color: #fff;
  border: none;
  font-weight: bold;
}

/* 「pages: 1/3」などの非表示 */
.wp-pagenavi .pages {
  display: none;
}

/* 前へ・次へ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-weight: bold;
}

.back-to-top {
  text-align: center;
  margin-top: 40px;
}
.back-to-top a {
  color: #fff;
  display: inline-block;
  width: 320px;
  border-radius: 50px;
  padding: 12px 0;
  font-size: 1.6rem;
  background-color: #FF6301;
}

.single {
  position: relative;
  background-color: #FFF8EC;
  padding: 80px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  overflow: hidden;
}
.single .back-circle {
  position: absolute;
  z-index: 0;
}
.single .back-circle--1 {
  top: -80px;
  left: -80px;
  width: 200px;
  opacity: 0.2;
}
.single .back-circle--2 {
  top: 200px;
  right: -100px;
  width: 300px;
  opacity: 0.2;
}
.single .back-circle img {
  width: 100%;
  height: auto;
}
.single__article {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}
.single__date {
  font-size: 1.6rem;
  color: #999;
  font-family: vdl-penletter, sans-serif;
}
.single__title {
  margin-top: 14px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #000;
  font-family: vdl-penletter, sans-serif;
}
.single__thumb {
  margin-bottom: 2rem;
}
.single__thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single__content {
  font-size: 1.6rem;
  line-height: 2;
}
.single__content p {
  margin-bottom: 1.5em;
}
.single__content h2 {
  background-color: #FF6301;
  color: #fff;
  font-size: 2.8rem;
  padding: 8px 14px;
  border-radius: 10px;
  font-family: vdl-penletter, sans-serif;
}
.single__content h3 {
  color: #FF6301;
  border-top: solid 2px #FF6301;
  font-family: vdl-penletter, sans-serif;
  border-bottom: solid 2px #FF6301;
  font-size: 2.3rem;
  padding: 8px 14px;
  background-color: #FFF8EC;
}
.single__content h4 {
  color: #FF6301;
  font-family: vdl-penletter, sans-serif;
  border-bottom: solid 2px #FF6301;
  font-size: 2rem;
  padding: 8px 14px;
}
.single__content h2, .single__content h3, .single__content h4 {
  font-weight: bold;
  margin: 2em 0 1em;
}
.single__content a {
  color: #FFA000;
  text-decoration: underline;
}
.single__content a:hover {
  text-decoration: none;
}
.single .single__nav {
  display: flex;
  justify-content: space-between;
  margin: 64px 0 40px;
}
.single .single__nav a {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #FFA000;
  text-decoration: none;
}
.single .single__nav a i {
  margin: 0 0.5em;
}
.single .single__nav a:hover {
  text-decoration: underline;
}
.single .single__footer {
  text-align: center;
}
.single .single__footer .btn--back {
  padding-bottom: 4px;
  display: inline-block;
  border-bottom: solid 1px #FFA000;
  text-align: center;
  align-items: center;
  font-size: 1.6rem;
  color: #FFA000;
  text-decoration: none;
}
.single .single__footer .btn--back i {
  margin-right: 0.5em;
}
.single .single__footer .btn--back:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .single {
    padding: 32px 0;
  }
  .single > .back-circle {
    position: absolute;
    opacity: 0.5;
  }
  .single > .back-circle--1 {
    width: 50vw;
    height: 50vw;
    left: -50vw;
    top: 10%;
  }
  .single > .back-circle--2 {
    width: 50vw;
    height: 50vw;
    left: -40vw;
    bottom: 0;
  }
  .single > .back-circle--3 {
    width: 50vw;
    height: 50vw;
    right: -50vw;
  }
  .single__article {
    width: 100%;
    padding: 24px 12px;
    border-radius: 8px;
  }
  .single__date {
    font-size: 1.4rem;
  }
  .single__title {
    margin-top: 4px;
    line-height: 1.3;
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .single__thumb {
    margin-bottom: 1rem;
  }
  .single__content {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .single__content p {
    margin-bottom: 1.4rem;
  }
  .single__content h2 {
    font-size: 2.4rem;
    padding: 4.8px 8px;
    border-radius: 7px;
  }
  .single__content h3 {
    border-top: solid 1px #FF6301;
    border-bottom: solid 1px #FF6301;
    font-size: 1.9rem;
    padding: 4px 7.5px;
  }
  .single__content h4 {
    border-bottom: solid 1px #FF6301;
    font-size: 1.6rem;
    padding: 4px 7.5px;
  }
  .single__content h2, .single__content h3, .single__content h4 {
    margin: 1em 0 0.5em;
  }
  .single .btn--back {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}/*# sourceMappingURL=style.css.map */