@charset "UTF-8";
/*------------------------------------------
  Base Setting
------------------------------------------*/
html {
  font-size: 0.78125vw;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media only screen and (min-width: 1281px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  background: #f8f0f0;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
.is--tab {
  display: none;
}

.is--sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is--tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is--pc {
    display: none;
  }
  .is--sp {
    display: block;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
/*------------------------------------------
  Animation
------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translateY(4rem);
}
.fadeInUp.js-scr-active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}

/*------------------------------------------
  layout
------------------------------------------*/
.l-flex {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-inner {
  position: relative;
  margin: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 104rem;
  box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
.l-header {
  position: fixed;
  top: 2rem;
  left: 4rem;
  z-index: 100;
}
.l-header .header-logo {
  width: 35rem;
}

@media only screen and (max-width: 767px) {
  .l-header {
    position: absolute;
    top: 4.5rem;
    left: 2rem;
  }
  .l-header .header-logo {
    width: 18.8rem;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  position: relative;
  background: #fff;
  padding: 6rem 0 2.5rem;
}
.l-footer__inner {
  padding-right: 13rem;
  max-width: 100%;
  gap: 4.5rem 0;
  justify-content: space-between;
}
.l-footer .footer-logo {
  width: 35rem;
}
.l-footer .footer-contents {
  gap: 5rem;
}
.l-footer .footer-link__official {
  margin-bottom: 3.2rem;
}
.l-footer .footer-link__official a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #606060;
  padding-right: 2.6rem;
  background-image: url(../images/common/icon-link.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.2rem;
}
.l-footer .footer-link__sns {
  gap: 2.6rem;
}
.l-footer .footer-link__sns img {
  width: auto;
  height: 3rem;
}
.l-footer .footer-nav {
  gap: 5rem;
}
.l-footer .footer-nav li {
  margin-bottom: 0.5em;
}
.l-footer .footer-nav li:last-child {
  margin-bottom: 0;
}
.l-footer .footer-nav a {
  font-size: 1.4rem;
  color: #606060;
  display: block;
  padding-left: 1em;
  position: relative;
}
.l-footer .footer-nav a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.l-footer .footer-copy {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #606060;
  font-weight: 200;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .l-footer__inner {
    padding-right: 2rem;
    gap: 0;
    justify-content: center;
  }
  .l-footer .footer-logo {
    width: 22rem;
    margin-bottom: 3rem;
  }
  .l-footer .footer-contents {
    width: 100%;
    gap: 4rem;
    justify-content: center;
  }
  .l-footer .footer-link {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
  }
  .l-footer .footer-link__official {
    width: 100%;
    -ms-order: 2;
    order: 2;
    margin: 3rem 0 0;
    text-align: center;
  }
  .l-footer .footer-link__official a {
    font-size: 1.3rem;
    padding-right: 2rem;
    background-size: 1rem;
  }
  .l-footer .footer-link__sns {
    width: 100%;
    -ms-order: 1;
    order: 1;
    justify-content: center;
    gap: 2rem;
  }
  .l-footer .footer-link__sns img {
    height: 2.3rem;
  }
  .l-footer .footer-nav {
    width: 100%;
    max-width: 50rem;
    margin: auto;
    gap: 0;
    justify-content: space-between;
  }
  .l-footer .footer-nav__list {
    width: 46%;
  }
  .l-footer .footer-nav li {
    margin-bottom: 0.5em;
  }
  .l-footer .footer-nav li:last-child {
    margin-bottom: 0;
  }
  .l-footer .footer-nav a {
    font-size: 1.3rem;
  }
  .l-footer .footer-copy {
    font-size: 1.2rem;
    margin-top: 4rem;
  }
}
.fixed-entry {
  position: fixed;
  top: 3.6rem;
  right: 4.4rem;
  padding: 0.9rem 0 0.9rem 1rem;
  width: 37.2rem;
  text-align: center;
  border-radius: 2.3rem;
  background: #e48b29;
  display: block;
  z-index: 100;
}
.fixed-entry img {
  width: auto;
  height: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .fixed-entry {
    top: auto;
    bottom: 2rem;
    right: 1.25rem;
    padding: 0.9rem 0 0.9rem 1rem;
    width: 35rem;
  }
  .fixed-entry img {
    height: 2.6rem;
  }
}
.fixed-pagetop {
  display: block;
  width: 6.3rem;
  position: fixed;
  bottom: 6.4rem;
  right: 3.2rem;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .fixed-pagetop {
    width: 5.5rem;
    bottom: 8rem;
    right: 1.25rem;
    margin-left: auto;
  }
}
/*------------------------------------------
  contents
------------------------------------------*/
/* ========== メインビジュアル ========== */
.p-mv {
  position: relative;
  text-align: center;
  background-color: #fff;
  background-image: url(../images/top/mv-bg-top.png), url(../images/top/mv-bg-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
}
.p-mv:before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #f8f0f0 0%, rgba(248, 240, 240, 0) 100%);
}
.p-mv__inner {
  padding: 18rem 0 14rem;
  position: relative;
  z-index: 1;
  background-image: url(../images/top/mv-bg-middle.png);
  background-repeat: no-repeat;
  background-position: center top 11rem;
  background-size: 138.9rem;
}
.p-mv .mv-title {
  margin-bottom: 18rem;
}
.p-mv .mv-title img {
  width: 71.7rem;
}
.p-mv .mv-lead {
  margin-bottom: 6.5rem;
}
.p-mv .mv-lead img {
  width: 48.8rem;
}
.p-mv .mv-text {
  color: #383838;
  font-size: 1.8rem;
  line-height: 2.22;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../images/top/mv-bg-top-sp.png), url(../images/top/mv-bg-bottom.png);
    background-size: 100%, 98rem;
  }
  .p-mv__inner {
    padding: 24rem 0 34rem;
    background-image: url(../images/top/mv-bg-middle-sp.png);
    background-position: center top 6rem;
    background-size: 100%;
  }
  .p-mv__inner:after {
    content: "";
    width: 100%;
    height: 29.2rem;
    position: absolute;
    left: 0;
    bottom: 1.8rem;
    background: url(../images/top/mv-bg-bottom-sp.png) no-repeat center;
    background-size: 100%;
  }
  .p-mv .mv-title {
    margin-bottom: 29rem;
  }
  .p-mv .mv-title img {
    width: 33.2rem;
  }
  .p-mv .mv-lead {
    margin-bottom: 4rem;
  }
  .p-mv .mv-lead img {
    width: 36.2rem;
  }
  .p-mv .mv-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
/* ========== ABOUT ========== */
.p-about {
  padding: 10rem 0 13rem;
}
.p-about__inner {
  max-width: 105rem;
}
.p-about__head {
  margin-bottom: 4rem;
  justify-content: space-between;
}
.p-about .about-title {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  line-height: 1.333;
  font-weight: 600;
  color: rgba(228, 139, 41, 0.3);
}
.p-about .about-message {
  font-weight: 500;
  line-height: 1.7;
}
.p-about .about-message__lead {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.5em;
}
.p-about .about-message__text {
  font-size: 1.8rem;
}
.p-about .about-step {
  text-align: center;
}
.p-about .about-step__box {
  position: relative;
  width: 33.333%;
  color: #e48b29;
  height: 30rem;
}
.p-about .about-step__box:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.p-about .about-step__box:nth-child(1):before {
  opacity: 0.5;
  height: 20%;
}
.p-about .about-step__box:nth-child(2):before {
  opacity: 0.7;
  height: 50%;
}
.p-about .about-step__box:nth-child(3):before {
  height: 80%;
}
.p-about .about-step__box:nth-child(3) .box-arrow {
  width: 35%;
}
.p-about .about-step__box:nth-child(3) .box-arrow:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #e48b29;
  border-right: 1px solid #e48b29;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-about .about-step__box .box-arrow {
  width: 100%;
  height: 1px;
  background: #e48b29;
  position: absolute;
  left: 50%;
  top: 4rem;
}
.p-about .about-step__box .box-label {
  width: 8rem;
  height: 8rem;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e48b29;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.p-about .about-step__box .box-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.5em;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-about {
    padding: 4rem 0 6rem;
  }
  .p-about__inner {
    padding: 0;
  }
  .p-about__head {
    padding: 0 2rem;
  }
  .p-about .about-title {
    width: 100%;
    font-size: 3.6rem;
  }
  .p-about .about-message {
    width: 100%;
  }
  .p-about .about-message__lead {
    font-size: 2.5rem;
    line-height: 1.28;
    margin-bottom: 0;
    transform: translateY(-1em);
  }
  .p-about .about-message__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-about .about-step__box {
    width: 100%;
    height: auto;
    padding: 1.4rem 0;
    display: flex;
    align-items: center;
    padding-left: 3rem;
    gap: 2.6rem;
  }
  .p-about .about-step__box:nth-child(1):before {
    height: 100%;
    width: 30%;
  }
  .p-about .about-step__box:nth-child(2):before {
    height: 100%;
    width: 60%;
  }
  .p-about .about-step__box:nth-child(3) {
    padding-bottom: 2rem;
  }
  .p-about .about-step__box:nth-child(3):before {
    height: 100%;
  }
  .p-about .about-step__box:nth-child(3) .box-arrow {
    width: 1px;
    height: 40%;
  }
  .p-about .about-step__box:nth-child(3) .box-arrow:after {
    width: 0.8rem;
    height: 0.8rem;
    right: 0;
    top: 100%;
    transform: translate(50%, 0) rotate(135deg);
    margin-top: -0.8rem;
    margin-right: 1px;
  }
  .p-about .about-step__box .box-arrow {
    width: 1px;
    height: 100%;
    left: 6rem;
    top: 50%;
    z-index: 1;
  }
  .p-about .about-step__box .box-label {
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
    margin: 0;
  }
  .p-about .about-step__box .box-text {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
/* ========== こんな違和感がある方へ ========== */
.p-worries {
  padding: 0 0 9rem;
}
.p-worries__head {
  text-align: center;
  height: 46.875vw;
  padding: 4.6875vw 0 0;
  margin-bottom: 4rem;
  background-image: url(../images/top/worries-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.p-worries .worries-title {
  font-weight: 700;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.33;
  margin-bottom: 5rem;
}
.p-worries .worries-title .dots {
  display: inline-block;
  position: relative;
}
.p-worries .worries-title .dots:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateY(-50%);
}
.p-worries .worries-list {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.p-worries .worries-list li {
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  margin-bottom: 1.6rem;
  padding: 0 1rem 1.6rem 3.5rem;
  position: relative;
  letter-spacing: 0.08em;
  background: url(../images/top/worries-icon-check.svg) no-repeat left top 0.5rem;
  background-size: 2.8rem;
}
.p-worries .worries-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-worries .worries-message {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.75;
}
.p-worries .worries-message strong {
  font-weight: 500;
  font-size: 2.2rem;
  color: #e48b29;
  background: rgba(228, 139, 41, 0.2);
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .p-worries {
    padding: 0 0 5rem;
  }
  .p-worries__head {
    height: 46rem;
    padding: 4.6rem 0 0;
    margin-bottom: 2rem;
    background-image: url(../images/top/worries-bg-sp.png);
  }
  .p-worries .worries-title {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
  .p-worries .worries-list {
    display: block;
    padding: 0 2rem;
  }
  .p-worries .worries-list li {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
    padding: 0 0.5rem 1.4rem 2.4rem;
    background-size: 2rem;
  }
  .p-worries .worries-message {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-worries .worries-message strong {
    font-weight: 500;
    font-size: 2.2rem;
    color: #e48b29;
    background: rgba(228, 139, 41, 0.2);
    letter-spacing: 0.08em;
  }
}
/* ========== 3年間でどう変わるのか ========== */
.p-plan {
  padding: 9rem 0 0;
}
.p-plan__head {
  margin-bottom: 6.5rem;
}
.p-plan .plan-title {
  text-align: center;
  color: #e48b29;
  font-size: 3.8rem;
  font-weight: 700;
}
.p-plan .plan-title__sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.p-plan__contents {
  background: #fff;
  padding: 6rem 2rem;
}
.p-plan .plan-list {
  max-width: 90.5rem;
  margin: auto;
}
.p-plan .plan-item {
  position: relative;
  margin-bottom: 6rem;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.p-plan .plan-item:last-child {
  margin-bottom: 0;
}
.p-plan .plan-item__label {
  width: 4.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e48b29;
  font-size: 1.8rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 1em;
}
.p-plan .plan-item__label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.2rem solid transparent;
  border-left: 2.2rem solid transparent;
  border-top: 2rem solid #e48b29;
  border-bottom: 0;
}
.p-plan .plan-item__label.first {
  background: rgba(228, 139, 41, 0.1);
}
.p-plan .plan-item__label.first:after {
  opacity: 0.1;
}
.p-plan .plan-item__label.second {
  background: rgba(228, 139, 41, 0.3);
}
.p-plan .plan-item__label.second:after {
  opacity: 0.3;
}
.p-plan .plan-item__label.third {
  background: rgba(228, 139, 41, 0.5);
}
.p-plan .plan-item__label.third:after {
  opacity: 0.5;
}
.p-plan .plan-item__text {
  width: 56rem;
  margin-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-plan .plan-item__textTitle {
  font-size: 1.8rem;
  margin-bottom: 1em;
  background: #e48b29;
  color: #fff;
  min-width: 12.8rem;
  border-radius: 2.4rem;
  text-align: center;
  display: inline-block;
}
.p-plan .plan-item__image {
  width: 24rem;
  height: 24rem;
  margin-left: auto;
}
.p-plan .plan-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 767px) {
  .p-plan {
    padding: 5rem 0 0;
  }
  .p-plan__head {
    margin-bottom: 3.5rem;
  }
  .p-plan .plan-title {
    font-size: 2.5rem;
  }
  .p-plan .plan-title__sub {
    font-size: 1.4rem;
  }
  .p-plan__contents {
    padding: 4rem 2rem 6rem;
  }
  .p-plan .plan-list {
    max-width: 100%;
  }
  .p-plan .plan-item {
    margin-bottom: 4rem;
    gap: 0 1rem;
  }
  .p-plan .plan-item__label {
    width: 3rem;
  }
  .p-plan .plan-item__label:after {
    border-right: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    border-top: 2rem solid #e48b29;
  }
  .p-plan .plan-item__text {
    width: auto;
    flex: 1;
    margin-left: 0;
  }
  .p-plan .plan-item__textTitle {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    min-width: 10rem;
  }
  .p-plan .plan-item__image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}
/* ========== GDCで学べること ========== */
.p-curriculum {
  padding: 14rem 0 15.5rem;
}
.p-curriculum__head {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-curriculum .curriculum-title {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  line-height: 1.333;
  font-weight: 600;
  color: rgba(228, 139, 41, 0.3);
}
.p-curriculum .curriculum-lead {
  text-align: center;
}
.p-curriculum .curriculum-lead__title {
  font-size: 3.8rem;
  color: #e48b29;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-curriculum .curriculum-lead__text {
  font-size: 1.8rem;
}
.p-curriculum .curriculum-list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 6.4rem 4%;
  align-items: flex-start;
}
.p-curriculum .curriculum-item {
  width: 48%;
  background: #fff;
  border: 2px solid #e48b29;
  color: #e48b29;
  border-radius: 1.5rem;
  padding: 0 4rem 4rem 2rem;
}
.p-curriculum .curriculum-item:nth-child(2n) {
  transform: translateY(7.5rem);
}
.p-curriculum .curriculum-item__head {
  font-size: 2.8rem;
  position: relative;
  margin-top: -1.2em;
}
.p-curriculum .curriculum-item__head .num {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 9rem;
  line-height: 1.1;
}
.p-curriculum .curriculum-item__text {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .p-curriculum {
    padding: 6rem 0;
  }
  .p-curriculum__head {
    margin-bottom: 3rem;
  }
  .p-curriculum .curriculum-title {
    width: 100%;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .p-curriculum .curriculum-lead {
    width: 100%;
  }
  .p-curriculum .curriculum-lead__title {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
  }
  .p-curriculum .curriculum-lead__text {
    font-size: 1.6rem;
  }
  .p-curriculum .curriculum-list {
    gap: 2.6rem 0;
  }
  .p-curriculum .curriculum-item {
    width: 100%;
    padding: 1rem 2rem 2rem;
  }
  .p-curriculum .curriculum-item:nth-child(2n) {
    transform: translateY(0);
  }
  .p-curriculum .curriculum-item__head {
    font-size: 2rem;
    margin-top: -1.5em;
    margin-bottom: 0.5em;
  }
  .p-curriculum .curriculum-item__head .num {
    font-size: 6rem;
  }
}
/* ========== 地方でも成立する支援を整えます ========== */
.p-support {
  padding: 6rem 0;
  background: #fff;
}
.p-support__head {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.p-support .support-title {
  -ms-order: 2;
  order: 2;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  line-height: 1.333;
  font-weight: 600;
  color: rgba(228, 139, 41, 0.3);
}
.p-support .support-lead {
  -ms-order: 1;
  order: 1;
}
.p-support .support-lead__title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #e48b29;
  margin-bottom: 1em;
}
.p-support .support-lead__text {
  font-size: 1.8rem;
  line-height: 1.75;
  max-width: 55rem;
}
.p-support .support-list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}
.p-support .support-item {
  width: 16.2rem;
  height: 16.2rem;
  border-radius: 50%;
  background: rgba(228, 139, 41, 0.2);
  color: #e48b29;
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-support {
    padding: 6rem 0 3.4rem;
  }
  .p-support__head {
    margin-bottom: 2rem;
  }
  .p-support .support-title {
    width: 100%;
    -ms-order: 1;
    order: 1;
    font-size: 3.6rem;
    margin-bottom: 0.5em;
  }
  .p-support .support-lead {
    width: 100%;
    -ms-order: 2;
    order: 2;
  }
  .p-support .support-lead__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .p-support .support-lead__text {
    font-size: 1.6rem;
    line-height: 2;
    max-width: 100%;
  }
  .p-support .support-list {
    justify-content: flex-start;
    gap: 0 6rem;
  }
  .p-support .support-item {
    width: 9.7rem;
    height: 9.7rem;
    font-size: 1.7rem;
  }
  .p-support .support-item:nth-child(3), .p-support .support-item:nth-child(4) {
    transform: translate(8rem, -2.6rem);
  }
}
/* ========== 理事長メッセージ ========== */
.p-message {
  padding: 10rem 0;
}
.p-message__head {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}
.p-message .message-head {
  width: 44rem;
}
.p-message .message-title {
  color: #e48b29;
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 5rem;
}
.p-message .message-title__sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.p-message .message-image {
  position: relative;
  width: calc(100% + (100vw - 104rem) / 2);
  margin-left: calc((100vw - 104rem) / -2);
}
.p-message .message-image img {
  width: 100%;
}
.p-message .message-text {
  width: 55rem;
  padding-top: 5rem;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 2;
}
.p-message .message-text__from {
  margin-top: 4rem;
  font-size: 1.8rem;
}
.p-message .message-text__from .name {
  font-size: 3.2rem;
  font-weight: 300;
  margin-left: 1em;
}
.p-message .message-button {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 3rem 5%;
}
.p-message .message-button a {
  display: flex;
  align-items: center;
  width: 30%;
  height: 8.2rem;
  padding: 0 3rem;
  background: #fff;
  border: 2px solid #e48b29;
  border-radius: 4rem;
  font-size: 1.7rem;
  font-weight: 500;
  gap: 2rem;
}
.p-message .message-button a img {
  width: 3.5rem;
}
.p-message .message-button a .button-text {
  flex: 1;
  padding-right: 4rem;
  background: url(../images/common/arrow-r01.svg) no-repeat center right;
  background-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .p-message {
    padding: 6rem 0 4.5rem;
  }
  .p-message__inner {
    padding: 0;
  }
  .p-message__head {
    display: block;
    margin-bottom: 4.5rem;
  }
  .p-message .message-head {
    width: 100%;
  }
  .p-message .message-title {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.5rem;
  }
  .p-message .message-title__sub {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .p-message .message-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3.5rem;
  }
  .p-message .message-text {
    width: 100%;
    padding: 0 2rem;
    line-height: 1.75;
  }
  .p-message .message-text__from {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
  .p-message .message-text__from .name {
    font-size: 2.5rem;
  }
  .p-message .message-button {
    padding: 0 2rem;
    gap: 2rem;
  }
  .p-message .message-button a {
    width: 100%;
    height: 6rem;
    padding: 0 2rem;
    gap: 0;
  }
  .p-message .message-button a .button-text {
    text-align: center;
    padding-right: 3.5rem;
  }
}
/* ========== 見学までの流れ ========== */
.p-flow {
  padding: 8rem 0 6rem;
  background: #fff;
}
.p-flow__head {
  margin-bottom: 7rem;
}
.p-flow .flow-title {
  text-align: center;
  color: #e48b29;
  font-size: 3.8rem;
  font-weight: 700;
}
.p-flow .flow-title__sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.p-flow .flow-list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem 5rem;
}
.p-flow .flow-item {
  width: 29.4rem;
  background: #fff;
  border: 1px solid #e48b29;
  position: relative;
  padding: 5rem 4rem;
}
.p-flow .flow-item:before {
  content: "";
  width: 11rem;
  height: 1px;
  background: #e48b29;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -3rem;
}
.p-flow .flow-item:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-top: 1px solid #e48b29;
  border-right: 1px solid #e48b29;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: -3rem;
  transform: rotate(45deg);
  transform-origin: right top;
}
.p-flow .flow-item:first-child:before, .p-flow .flow-item:first-child:after {
  content: none;
}
.p-flow .flow-item__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #e48b29;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 50%;
}
.p-flow .flow-item__icon {
  text-align: center;
  margin-bottom: 1rem;
}
.p-flow .flow-item__icon img {
  width: 7.4rem;
}
.p-flow .flow-item__title {
  font-size: 2rem;
  margin-bottom: 0.5em;
  color: #e48b29;
  text-align: center;
}
.p-flow .flow-item__text {
  font-size: 1.8rem;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .p-flow {
    padding: 6rem 0;
  }
  .p-flow__head {
    margin-bottom: 5rem;
  }
  .p-flow .flow-title {
    font-size: 2.5rem;
  }
  .p-flow .flow-title__sub {
    font-size: 1.4rem;
  }
  .p-flow .flow-list {
    gap: 7rem 0;
  }
  .p-flow .flow-item {
    width: 100%;
    padding: 3.5rem 2rem 2rem;
  }
  .p-flow .flow-item:before {
    width: 1px;
    height: 4.4rem;
    top: 100%;
    right: 50%;
    margin-right: 0;
    margin-top: -1rem;
  }
  .p-flow .flow-item:after {
    right: 50%;
    top: 100%;
    margin-top: 3.4rem;
    margin-right: 0.5px;
    transform: rotate(135deg);
    transform-origin: right top;
  }
  .p-flow .flow-item:first-child:before, .p-flow .flow-item:first-child:after {
    content: "";
  }
  .p-flow .flow-item:last-child:before, .p-flow .flow-item:last-child:after {
    content: none;
  }
  .p-flow .flow-item__num {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.5rem;
  }
  .p-flow .flow-item__title {
    font-size: 1.8rem;
  }
  .p-flow .flow-item__text {
    font-size: 1.6rem;
  }
}
/* ========== よくある不安 ========== */
.p-faq {
  padding: 10rem 0 11.5rem;
}
.p-faq__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-faq .faq-title {
  color: #e48b29;
  font-size: 3.8rem;
  font-weight: 700;
}
.p-faq .faq-title__sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.p-faq__contents {
  width: 73.4rem;
  padding-top: 4rem;
}
.p-faq .faq-item {
  margin-bottom: 4rem;
}
.p-faq .faq-item:last-child {
  margin-bottom: 0;
}
.p-faq .faq-item__question {
  position: relative;
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-left: 5rem;
}
.p-faq .faq-item__question:before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  color: #e48b29;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.1;
}
.p-faq .faq-item__answer {
  background: #fff;
  padding: 2rem 2rem 2rem 6rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.75;
}
.p-faq .faq-item__answer:before {
  content: "A.";
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  color: #e48b29;
  position: absolute;
  left: 2rem;
  top: 2rem;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .p-faq {
    padding: 10rem 0 11.5rem;
  }
  .p-faq__inner {
    gap: 4rem;
  }
  .p-faq__head {
    width: 100%;
  }
  .p-faq .faq-title {
    text-align: center;
    font-size: 2.5rem;
  }
  .p-faq .faq-title__sub {
    font-size: 1.4rem;
  }
  .p-faq__contents {
    width: 100%;
    padding-top: 0;
  }
  .p-faq .faq-item {
    margin-bottom: 3.5rem;
  }
  .p-faq .faq-item__question {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-faq .faq-item__question:before {
    font-size: 3.6rem;
    bottom: auto;
    top: -1rem;
  }
  .p-faq .faq-item__answer {
    padding: 1.6rem 3.4rem 1.6rem 4.8rem;
    font-size: 1.6rem;
  }
  .p-faq .faq-item__answer:before {
    font-size: 2.4rem;
  }
}
/* ========== 最後に ========== */
.p-end {
  background: #fff;
  padding: 0 0 13rem;
  position: relative;
}
.p-end__inner {
  position: relative;
  background-image: url(../images/top/end-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-end .end-message {
  text-align: center;
  color: #fff;
  padding: 12rem 0 11rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.9375;
}
.p-end .end-message .marker {
  background: rgba(228, 139, 41, 0.8);
}
.p-end .end-button {
  width: 19.4rem;
  height: 19.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #e48b29;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -7rem);
}
.p-end .end-button__text {
  font-size: 2rem;
  position: relative;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 2.6rem;
  background: url(../images/common/arrow-double.svg) no-repeat center bottom;
  background-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-end {
    padding: 0 0 10rem;
  }
  .p-end__inner {
    background-image: url(../images/top/end-bg-sp.jpg);
  }
  .p-end .end-message {
    padding: 12.6rem 0 9rem;
    font-size: 2rem;
  }
  .p-end .end-button {
    width: 16rem;
    height: 16rem;
  }
  .p-end .end-button__text {
    font-size: 1.6rem;
    background-size: 1.6rem;
  }
}
/* ========== フォーム ========== */
.p-entry {
  padding: 20rem 0 15rem;
}
.p-entry__head {
  position: relative;
  margin-bottom: 8rem;
}
.p-entry__head:before {
  content: "";
  width: 36.75rem;
  height: 36.75rem;
  background: url(../images/form/entry-img.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 3rem;
  right: -4rem;
}
.p-entry .entry-logo {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  z-index: 1;
}
.p-entry .entry-title {
  color: #e48b29;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.p-entry .entry-lead {
  font-size: 1.8em;
  line-height: 1.75;
  margin-top: 2em;
}
.p-entry__contents {
  background: #fff;
  padding: 9rem 0 12rem;
}

@media only screen and (max-width: 767px) {
  .p-entry {
    overflow: hidden;
    padding: 11rem 0 4rem;
  }
  .p-entry__head {
    margin-bottom: 4rem;
  }
  .p-entry__head:before {
    width: 19.8rem;
    height: 19.8rem;
    top: 1rem;
  }
  .p-entry .entry-logo {
    position: relative;
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .p-entry .entry-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .p-entry .entry-lead {
    font-size: 1.6em;
    line-height: 2;
    margin-top: 1em;
  }
  .p-entry__contents {
    padding: 2rem 1.4rem;
  }
}
.entry-form {
  width: 55.6rem;
  margin: auto;
}
.entry-form__thanks {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.entry-form__note {
  margin-top: 3rem;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #e48b29;
  background: rgba(228, 139, 41, 0.1);
  font-weight: 500;
}
.entry-form__required {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #cccccc;
}
.entry-form__submit {
  margin-top: 6rem;
}
.entry-form__submit input {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #e48b29;
  width: 29.2rem;
  height: 6.1rem;
  border-radius: 3rem;
}

@media only screen and (max-width: 767px) {
  .entry-form {
    width: 100%;
  }
  .entry-form__note {
    margin-top: 2rem;
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .entry-form__submit {
    margin-top: 4rem;
  }
  .entry-form__submit input {
    font-size: 1.5rem;
    width: 100%;
    height: 4.8rem;
  }
}
::-moz-placeholder {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
input, textarea, select, ::placeholder {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.form-block {
  font-weight: 500;
  margin-bottom: 2rem;
}
.form-block__title {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-block__title span {
  color: #fff;
  font-size: 1rem;
  border-radius: 0.4rem;
  padding: 0 0.5em;
}
.form-block__title .required {
  background: #e48b29;
}
.form-block__title .option {
  background: #606060;
}
.form-block__contents {
  font-size: 1.6rem;
  line-height: 1.75;
}
.form-block input[type=text], .form-block input[type=email] {
  width: 50rem;
  height: 4rem;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 1em;
  max-width: 100%;
}
.form-block input[type=text].--half, .form-block input[type=email].--half {
  width: 24rem;
}
.form-block ::-moz-placeholder {
  color: #CDD6DD;
}
.form-block ::placeholder {
  color: #CDD6DD;
}
.form-block textarea {
  padding: 1em;
  background: #fff;
  border: 1px solid #ccc;
  resize: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  ::-moz-placeholder {
    font-size: 1.5rem;
  }
  input, textarea, select, ::placeholder {
    font-size: 1.5rem;
  }
  .form-block {
    margin-bottom: 2.5rem;
  }
  .form-block__title {
    font-size: 1.5rem;
  }
  .form-block__title span {
    padding: 0 0.3em;
    font-size: 1.2rem;
  }
  .form-block__contents {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  .form-block input[type=text].--half {
    width: 20rem;
  }
}
.wpcf7-radio, .wpcf7-checkbox {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1rem;
}

.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  width: 100%;
}

.radio-wrap.--col2 .wpcf7-radio {
  gap: 0.5em;
}
.radio-wrap.--col2 .wpcf7-list-item {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .radio-wrap.--col2 .wpcf7-radio {
    gap: 0.5em 4%;
  }
  .radio-wrap.--col2 .wpcf7-list-item {
    width: 48%;
  }
}
.radio-wrap.--col3 .wpcf7-radio {
  gap: 0.5em 5%;
}
.radio-wrap.--col3 .wpcf7-list-item {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .radio-wrap.--col3 .wpcf7-radio {
    gap: 0.5em 4%;
  }
  .radio-wrap.--col3 .wpcf7-list-item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .radio-wrap.--sp-col1 .wpcf7-radio {
    gap: 0.5em;
  }
  .radio-wrap.--sp-col1 .wpcf7-list-item {
    width: 100%;
  }
}

/* ラジオボタン・チェックボックス */
.wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.wpcf7-list-item input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 2.2rem;
  line-height: 1.5;
  display: inline-block;
}

.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #ccc;
  background: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

input[type=radio] + .wpcf7-list-item-label::before {
  border-radius: 50%;
}

input:checked + .wpcf7-list-item-label::before {
  border-color: #e48b29;
}

.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

input[type=radio] + .wpcf7-list-item-label::after {
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #e48b29;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
  left: 0.3rem;
  top: 48%;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #e48b29;
  border-bottom: 2px solid #e48b29;
}

input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-response-output {
  width: 55.6rem;
  margin: 5rem auto !important;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .wpcf7-response-output {
    width: 100%;
    font-size: 1.6rem;
  }
}