@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
:root {
  --vw: 1vw;
  --gutter: 4rem;
}

body,
input,
select,
textarea,
button {
  font-family: "Zen Kaku Gothic New", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.u-bold {
  font-weight: 700;
}

.u-black {
  font-weight: 900;
}

.u-nowrap {
  display: inline-block;
}

.u-fs-70 {
  font-size: 70%;
}

.u-fs-120 {
  font-size: 120%;
}

.u-fs-130 {
  font-size: 130%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
address {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

section {
  position: relative;
}

body {
  color: #424242;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #f9f9f9;
  margin: 0 0 20px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  outline: 0;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
  color: #424242;
}

table {
  border-collapse: collapse;
}

a {
  color: #424242;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

html {
  font-size: 62.5%;
  font-size: 0.7320644217vw;
}
@media screen and (min-width: 1367px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.4rem;
  }
}
body.is-hidden {
  overflow: hidden;
}

@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  width: 37rem;
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .l-header__logo {
    width: 42.5333333333vw;
  }
}
.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__info-tel {
  width: 24rem;
  margin-right: 1.8rem;
}
@media screen and (max-width: 750px) {
  .l-header__info-tel {
    width: 13rem;
    height: 8rem;
    margin-right: 1rem;
    margin-bottom: 0.3rem;
  }
}
.l-header__info-tel .icn {
  display: block;
  width: 4.2666666667vw;
  margin: 0 auto;
}
.l-header__info-tel a {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .l-header__info-tel a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #424242;
    border-radius: 1rem;
    line-height: 1;
    font-weight: 700;
    -webkit-box-shadow: 0 0.3rem 0 #2d2d2d;
            box-shadow: 0 0.3rem 0 #2d2d2d;
  }
}
.l-header__info-tel a .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .l-header__info-tel a .txt {
    margin-top: 1.1rem;
    display: block;
  }
}
.l-header__info-btn {
  margin-right: 3rem;
}
@media screen and (max-width: 750px) {
  .l-header__info-btn {
    margin-right: 2rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .l-header__info-btn .icn {
    width: 3.6vw;
    margin: 0 auto;
  }
}
.l-header__info-btn a {
  width: 25.7rem;
  height: 4.5rem;
  font-size: 1.7rem;
  gap: 0.8em;
  padding: 0 0 0.1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ed5923;
  color: #FFF;
  font-weight: 700;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
  border-radius: 999rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .l-header__info-btn a {
    width: 13rem;
    height: 8rem;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0;
    border-radius: 1rem;
    line-height: 1;
    gap: 0.5rem;
    -webkit-box-shadow: 0 0.3rem 0 #ad3915;
            box-shadow: 0 0.3rem 0 #ad3915;
  }
}
@media (hover: hover) {
  .l-header__info-btn a:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
.l-header__info-btn a:after {
  content: "";
  display: inline-block;
  width: 0.3235294118em;
  aspect-ratio: 0.55;
  background: url(../img/icn_arrow_right_white.svg) no-repeat center/100%;
  margin-top: 0.1em;
}
@media screen and (max-width: 750px) {
  .l-header__info-btn a:after {
    display: none;
  }
}
.l-header__info-hamb {
  width: 8rem;
  height: 8rem;
  background-color: #006d62;
  padding: 2.7rem 2.1rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .l-header__info-hamb {
    width: 10rem;
    height: 10rem;
    padding: 3.4rem 2.7rem;
  }
}
.l-header__info-hamb-lines {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__info-hamb-lines .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__info-hamb-lines .line:nth-of-type(1) {
  top: 0;
}
.is-open .l-header__info-hamb-lines .line:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(1rem, 1rem);
          transform: rotate(45deg) translate(1rem, 1rem);
}
@media screen and (max-width: 750px) {
  .is-open .l-header__info-hamb-lines .line:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(1rem, 1rem);
            transform: rotate(45deg) translate(1rem, 1rem);
  }
}
.l-header__info-hamb-lines .line:nth-of-type(2) {
  top: calc(50% - 0.15rem);
}
.is-open .l-header__info-hamb-lines .line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.l-header__info-hamb-lines .line:nth-of-type(3) {
  bottom: 0;
}
.is-open .l-header__info-hamb-lines .line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(0.6rem, -0.6rem);
          transform: rotate(-45deg) translate(0.6rem, -0.6rem);
}
@media screen and (max-width: 750px) {
  .is-open .l-header__info-hamb-lines .line:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(1rem, -1rem);
            transform: rotate(-45deg) translate(1rem, -1rem);
  }
}
.l-header__info-hamb-menu {
  position: fixed;
  top: 8rem;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .l-header__info-hamb-menu {
    top: 10rem;
  }
}
.is-open .l-header__info-hamb-menu {
  opacity: 1;
  pointer-events: all;
}
.l-header__info-hamb-menu .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.8;
}
.l-header__info-hamb-menu .list {
  position: relative;
  z-index: 1;
  background-color: #006d62;
  width: 100%;
  height: 100%;
  max-width: 47rem;
  max-height: calc(100% - 8rem);
  margin-left: auto;
  padding: 1.3rem 4rem 0.5rem;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .l-header__info-hamb-menu .list {
    max-width: initial;
    max-height: calc(100% - 10rem);
  }
}
.l-header__info-hamb-menu .item {
  border-bottom: 1px solid #FFF;
}
.l-header__info-hamb-menu .item:last-child {
  border-bottom: none;
}
.l-header__info-hamb-menu .item a {
  text-align: center;
  display: block;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 700;
  padding: 1.95rem 0;
}
@media screen and (max-width: 750px) {
  .l-header__info-hamb-menu .item a {
    font-size: 3rem;
    padding: 2.5rem 0;
  }
}

.l-footer {
  padding: 3.5rem 0 11rem;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-bottom: 13.8rem;
  }
}
.l-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__privacy {
    gap: 3rem;
  }
}
.l-footer__privacy .img {
  width: 7.6rem;
  min-width: 7.6rem;
}
@media screen and (max-width: 750px) {
  .l-footer__privacy .img {
    width: 14rem;
    min-width: 14rem;
  }
}
.l-footer__privacy .txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: -0.04em;
  word-break: break-word;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .l-footer__privacy .txt {
    font-size: 2rem;
  }
}
.l-footer__copyright {
  border-top: 0.2rem solid #dde4e4;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3.3rem;
  padding-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    font-size: 2rem;
  }
}

.l-inner {
  width: calc(110rem + var(--gutter) * 2);
  padding: 0 calc(var(--gutter));
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-inner {
    width: 100%;
    padding: 0 3.6rem;
  }
}

.l-container {
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  .l-container {
    padding-top: 10rem;
  }
}
.l-container__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-container__floating {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #FFF;
  -webkit-box-shadow: 0 -0.4rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.4rem 0.5rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 0;
  gap: 3.2rem;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .l-container__floating {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 1.2rem 1fr;
    grid-template-columns: 45% 1fr;
    gap: 1.2rem;
    padding: 1.8rem 1.2rem;
  }
}
.l-container__floating.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-container__floating-tel {
  width: 24rem;
}
@media screen and (max-width: 750px) {
  .l-container__floating-tel {
    width: 100%;
  }
}
.l-container__floating-tel a {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .l-container__floating-btn a {
    width: 100% !important;
    font-size: 2.7rem !important;
    height: 7.8rem !important;
    padding-right: 1.4rem !important;
  }
}
@media screen and (max-width: 750px) {
  .l-container__floating-btn a:after {
    right: 2.6rem !important;
    margin-top: -0.07em !important;
    width: 1rem !important;
  }
}

@media screen and (max-width: 750px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn.--center {
  text-align: center;
}
.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ed5923;
  color: #FFF;
  font-weight: 700;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
  border-radius: 999rem;
  width: 39rem;
  height: 6.3rem;
  font-size: 2.38rem;
  gap: 1.1em;
  padding: 0 0 0.1em 1.4em;
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .c-btn a:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@media screen and (max-width: 750px) {
  .c-btn a {
    width: 100%;
    height: 11rem;
    font-size: 3.7rem;
    padding: 0 0 0.2em 0;
  }
}
.c-btn a:after {
  content: "";
  display: inline-block;
  width: 0.3235294118em;
  aspect-ratio: 0.55;
  background: url(../img/icn_arrow_right_white.svg) no-repeat center/100%;
  margin-top: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-btn a:after {
    position: absolute;
    right: 3.9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.2rem;
    margin-top: 0;
  }
}

.c-head {
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
}
.c-head .txt {
  position: relative;
  display: inline-block;
}
.c-head .txt::before, .c-head .txt::after {
  content: "";
  width: 0.375em;
  height: 100%;
  border: 0.2rem solid #424242;
  position: absolute;
  top: 0;
}
.c-head .txt::before {
  left: 0;
  border-right: none;
}
.c-head .txt::after {
  right: 0;
  border-left: none;
}

.c-cta {
  background: #00a99d;
  background: -webkit-gradient(linear, left top, right top, from(#00a99d), to(rgb(47, 212, 195)));
  background: linear-gradient(90deg, #00a99d 0%, rgb(47, 212, 195) 100%);
  padding: 3.9rem 0 4.1rem;
}
.c-cta__block {
  position: relative;
  background-color: #FFF;
  max-width: 87rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 4.2rem 0 3.5rem;
}
@media screen and (max-width: 750px) {
  .c-cta__block {
    padding: 4.1rem 0;
  }
}
.c-cta__txt01 {
  width: 56.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-cta__txt01 {
    width: 44rem;
    margin-left: 3.9rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.c-cta__txt02 {
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .c-cta__txt02 {
    font-size: 3.6rem;
    line-height: 1.3888888889;
    text-align: left;
    margin: 2.8rem 3.9rem 0;
    border-top: 1px solid #00a99d;
    padding-top: 2.2rem;
  }
}
.c-cta__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.1rem;
  gap: 2.2rem 3.4rem;
}
@media screen and (max-width: 750px) {
  .c-cta__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3.8rem;
    margin-top: 4.3rem;
  }
}
.c-cta__contact-tel {
  width: 24rem;
}
@media screen and (max-width: 750px) {
  .c-cta__contact-tel {
    width: 100%;
  }
}
.c-cta__contact-tel a {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .c-cta__contact-tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 11rem;
    border-radius: 999rem;
    background-color: #424242;
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .c-cta__contact-tel a:after {
    content: "";
    position: absolute;
    right: 3.9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.2rem;
    aspect-ratio: 0.55;
    background: url(../img/icn_arrow_right_white.svg) no-repeat center/100%;
  }
}
@media screen and (max-width: 750px) {
  .c-cta__contact-tel a img {
    width: 41.6rem;
  }
}
.c-cta__img {
  width: 26.5rem;
  position: absolute;
  bottom: -4.1rem;
  right: -17.2rem;
}
@media screen and (max-width: 750px) {
  .c-cta__img {
    width: 22.9rem;
    right: -3.65rem;
    bottom: initial;
    top: -2.4rem;
  }
}

.p-fv {
  overflow: hidden;
  background: url(../img/bg_fv.jpg) no-repeat center bottom/100%;
}
@media screen and (max-width: 750px) {
  .p-fv {
    background-image: url(../img/bg_fv_sp.jpg);
    padding: 3.7rem 0 5.6rem;
  }
}
.p-fv__inner {
  width: calc(81.2591508053vw + var(--gutter) * 2);
}
@media screen and (max-width: 750px) {
  .p-fv__inner {
    width: 100%;
    padding: 0;
  }
}
.p-fv__head {
  display: inline-block;
  padding: 3.4407027818vw 0 0 3.953147877vw;
}
@media screen and (max-width: 750px) {
  .p-fv__head {
    padding: 0;
  }
}
.p-fv__head-txt01 {
  width: 42.6793557833vw;
  margin-left: 1.0248901903vw;
}
@media screen and (max-width: 750px) {
  .p-fv__head-txt01 {
    margin: 0 auto;
    width: 87%;
  }
}
.p-fv__head-txt02 {
  width: 44.5827232796vw;
  margin-top: 1.2445095168vw;
}
@media screen and (max-width: 750px) {
  .p-fv__head-txt02 {
    width: 88.8%;
    margin: 2rem 0 0 3.8rem;
  }
}
.p-fv__head-txt03 {
  text-align: center;
  font-size: 1.9033674963vw;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5384615385;
  margin-top: 2.2693997072vw;
}
@media screen and (max-width: 750px) {
  .p-fv__head-txt03 {
    font-size: 3.2rem;
    text-align: left;
    margin-top: 2.5rem;
    padding-left: 3.8rem;
  }
}
@media screen and (max-width: 750px) {
  .p-fv__head-txt03 .adj {
    letter-spacing: -0.065em;
  }
}
.p-fv__img {
  position: absolute;
  right: calc(50% - 22.7672035139vw);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-fv__img {
    right: 0;
    -webkit-transform: none;
            transform: none;
    bottom: 71.4rem;
  }
}
.p-fv__img-main {
  position: relative;
  z-index: 1;
  width: 26.4275256223vw;
}
@media screen and (max-width: 750px) {
  .p-fv__img-main {
    width: 28.8rem;
  }
}
.p-fv__img-txt {
  position: absolute;
  top: 4.9780380673vw;
  right: -4.2459736457vw;
  width: 12.8111273792vw;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0.0732064422vw 0.0732064422vw 0.439238653vw rgba(0, 0, 0, 0.08);
          box-shadow: 0.0732064422vw 0.0732064422vw 0.439238653vw rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 750px) {
  .p-fv__img-txt {
    z-index: 1;
    border-radius: 1.5rem 0 0 1.5rem;
    top: initial;
    bottom: 2.5rem;
    right: 0;
    width: 17.1rem;
    height: 17.1rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .p-fv__img-txt img {
    margin: -6% 0 0 -8.5%;
    max-width: initial;
    width: 116%;
  }
}
.p-fv__list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.39238653vw;
  padding: 0 4.0263543192vw;
}
@media screen and (max-width: 750px) {
  .p-fv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3.5rem;
    gap: 2.26rem;
    margin-top: 3rem;
  }
}
.p-fv__item {
  width: 31.8%;
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0 -0.2928257687vw 0.7320644217vw rgba(0, 0, 0, 0.2);
          box-shadow: 0 -0.2928257687vw 0.7320644217vw rgba(0, 0, 0, 0.2);
  border-radius: 1.4641288433vw 1.4641288433vw 0 0;
  padding-bottom: 1.0980966325vw;
}
@media screen and (max-width: 750px) {
  .p-fv__item {
    width: 100%;
    border-radius: 1rem;
    padding-bottom: 2rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
}
.p-fv__item-ttl {
  text-align: center;
  font-size: 1.6105417277vw;
  font-weight: 700;
  margin: 5.270863836vw auto 0;
  max-width: 81.5%;
  padding-bottom: 0.878477306vw;
  border-bottom: max(0.0732064422vw, 1px) solid #00a99d;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-fv__item-ttl {
    font-size: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.6rem auto 0;
    max-width: 88.4%;
    padding-bottom: 1.7rem;
  }
}
.p-fv__item-ttl.--ls-m {
  letter-spacing: -0.02em;
}
.p-fv__item-ttl.--ls-p {
  letter-spacing: 0.04em;
}
.p-fv__item-ttl > img {
  width: 7.3206442167vw;
  position: absolute;
  top: -2.9282576867vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-fv__item-ttl > img {
    position: relative;
    top: initial;
    right: initial;
    right: initial;
    width: 5.84rem;
    margin: 0.4rem 2rem 0 0;
  }
}
.p-fv__item-txt {
  font-size: 1.2445095168vw;
  line-height: 1.7647058824;
  text-align: center;
  min-height: 8.78477306vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8052708638vw;
}
@media screen and (max-width: 750px) {
  .p-fv__item-txt {
    font-size: 2.4rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.9rem 4rem 0 4rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 750px) {
  .p-fv__item-txt.adj {
    letter-spacing: -0.085em;
  }
}

.p-intro {
  background-color: #f9f9f9;
  padding: 7.3rem 0 8rem;
}
.p-intro__ttl {
  margin-top: 0.7rem;
}
.p-intro__ttl .txt {
  padding: 0 2.35em 0.1em;
}
@media screen and (max-width: 750px) {
  .p-intro__ttl .txt {
    padding: 0 0 0.1em;
    display: block;
  }
}
.p-intro__ttl-txt {
  width: 43.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-intro__ttl-txt {
    width: 75%;
  }
}
.p-intro__block {
  margin: 4.6rem auto 0;
  max-width: 75.5%;
  border: 0.2rem solid #424242;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 2.1rem;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .p-intro__block {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.p-intro__block-ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  color: #FFF;
  background-color: #424242;
  padding: 0.2rem 0 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-intro__block-ttl {
    font-size: 3.2rem;
    padding: 0.5rem 0 1rem;
  }
}
.p-intro__block-txt01 {
  width: 45rem;
  margin: 1.9rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-intro__block-txt01 {
    width: 75%;
    margin: 3rem auto 0;
  }
}
.p-intro__block-txt02 {
  width: 73rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-intro__block-txt02 {
    width: 160%;
    margin: 4rem 0 0 -30%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #fffcee), to(#fffcee));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #fffcee 50%, #fffcee 100%);
    padding-bottom: 3rem;
  }
}
.p-intro__about {
  margin-top: 6.2rem;
  border-radius: 1rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2.4rem 4.6rem 4rem 5rem;
}
@media screen and (max-width: 750px) {
  .p-intro__about {
    padding: 3rem 4rem 4rem;
  }
}
.p-intro__about-ttl {
  position: relative;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .p-intro__about-ttl {
    font-size: 4.2rem;
  }
}
.p-intro__about-ttl::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #00a99d;
  position: absolute;
  top: calc(50% + 0.3rem);
  left: 0;
}
.p-intro__about-ttl .txt {
  position: relative;
  background-color: #fff;
  padding: 0 6rem;
}
@media screen and (max-width: 750px) {
  .p-intro__about-ttl .txt {
    padding: 0 0.6rem 0 1.2rem;
  }
}
.p-intro__about-box {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.7rem 6rem 1fr;
  grid-template-columns: 37.7rem 1fr;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-intro__about-box {
    margin-top: 3rem;
    gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-intro__about-box .txt {
  letter-spacing: -0.07em;
}
@media screen and (max-width: 750px) {
  .p-intro__about-box .txt {
    letter-spacing: -0.05em;
  }
}

.p-about {
  background-color: #eaf4f3;
  padding: 8.2rem 0 7.2rem;
}
.p-about__ttl .txt {
  padding: 0 1.15em 0.05em;
}
@media screen and (max-width: 750px) {
  .p-about__ttl .txt {
    display: block;
    padding: 0 0 0.1em;
  }
}
.p-about__block {
  margin-top: 5.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 48.9rem;
  grid-template-columns: 1fr 48.9rem;
  gap: 5rem;
}
@media screen and (max-width: 750px) {
  .p-about__block {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
}
.p-about__block-txts .ttl {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.3157894737;
  padding: 0.2em 0 0.65em;
  border-bottom: 0.2rem solid #00a99d;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-about__block-txts .ttl {
    padding-top: 0;
    font-size: 4.2rem;
  }
}
.p-about__block-txts .txt {
  margin-top: 3.4rem;
  letter-spacing: -0.07em;
}

.p-reason {
  padding: 8.3rem 0 7.3rem;
  background: #fff url(../img/bg_reason.png) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .p-reason {
    padding-bottom: 8rem;
  }
}
.p-reason__ttl {
  width: 44.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-reason__ttl {
    width: 80%;
  }
}
.p-reason__block {
  padding: 0 11.5rem;
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block {
    padding: 0;
    margin-top: 7rem;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-reason__block + .p-reason__block {
  margin-top: 4.2rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block + .p-reason__block {
    margin-top: 7rem;
  }
}
.p-reason__block:nth-of-type(odd) .p-reason__block-img {
  margin-top: 4.5rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block:nth-of-type(odd) .p-reason__block-img {
    margin-top: 0;
  }
}
.p-reason__block:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7rem;
  }
}
.p-reason__block:nth-of-type(even) .p-reason__block-img {
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block:nth-of-type(even) .p-reason__block-img {
    margin-top: 0;
  }
}
.p-reason__block:nth-of-type(even) .p-reason__block-txts-ttl {
  padding-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block:nth-of-type(even) .p-reason__block-txts-ttl {
    padding-top: 0;
  }
}
.p-reason__block-img {
  width: 29.7rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block-img {
    width: 55%;
  }
}
.p-reason__block-img.--no-mt {
  margin-top: 0 !important;
}
.p-reason__block-txts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts {
    width: 100%;
  }
}
.p-reason__block-txts-ttl {
  border-bottom: 0.2rem solid #00a99d;
  padding: 0.9rem 0 1.7rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-ttl {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-ttl > img {
    padding-top: 1rem;
  }
}
.p-reason__block-txts-ttl > img.--01 {
  width: 11.8rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-ttl > img.--01 {
    width: 17rem;
  }
}
.p-reason__block-txts-ttl > img.--02 {
  width: 12.5rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-ttl > img.--02 {
    width: 17.5rem;
  }
}
.p-reason__block-txts-ttl > img.--03 {
  width: 12.4rem;
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-ttl > img.--03 {
    width: 17.5rem;
  }
}
.p-reason__block-txts-ttl .txt {
  display: block;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.4705882353;
  margin-top: 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-ttl .txt {
    font-size: 3.8rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-ttl .txt > span {
    margin: 0 -0.2em;
  }
}
.p-reason__block-txts-txt {
  margin-top: 3.2rem;
  letter-spacing: -0.055em;
}
@media screen and (max-width: 750px) {
  .p-reason__block-txts-txt {
    letter-spacing: -0.035em;
  }
}

.p-execute {
  background-color: #f0f4e6;
  padding: 8.2rem 0 7.6rem;
}
.p-execute__ttl .txt {
  padding: 0 1.5em 0.04em;
}
@media screen and (max-width: 750px) {
  .p-execute__ttl .txt {
    padding: 0 0 0.1em;
    display: block;
  }
}
.p-execute__ttl-sub {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.7692307692;
  text-align: center;
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-execute__ttl-sub {
    font-size: 3rem;
  }
}
.p-execute__txt {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.3157894737;
  margin-top: 5.15rem;
}
@media screen and (max-width: 750px) {
  .p-execute__txt {
    font-size: 4.2rem;
  }
}
.p-execute__box {
  background-color: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-top: 4.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42.5rem 5.2rem 1fr;
  grid-template-columns: 42.5rem 1fr;
  padding: 2.8rem 5rem 5rem;
  gap: 5.2rem;
}
@media screen and (max-width: 750px) {
  .p-execute__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 3rem 4rem 4rem;
    gap: 3rem;
  }
}
.p-execute__box + .p-execute__box {
  margin-top: 4rem;
}
.p-execute__box-txts .ttl {
  font-size: 3.8rem;
  font-weight: 900;
  border-bottom: 0.2rem solid #00a99d;
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .p-execute__box-txts .ttl {
    font-size: 4.2rem;
    padding-bottom: 1.2rem;
  }
}
.p-execute__box-txts .txt {
  margin: 3.3rem 0 0.8rem;
  letter-spacing: -0.033em;
}
@media screen and (max-width: 750px) {
  .p-execute__box-txts .txt {
    margin: 2.2rem 0 0.5rem;
  }
}
.p-execute__box-img {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-execute__box-img {
    margin-top: 1rem;
  }
}
.p-execute__block {
  background-color: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-top: 4rem;
  padding: 2.6rem 5rem 0;
}
@media screen and (max-width: 750px) {
  .p-execute__block {
    padding: 3rem 4rem 4rem;
  }
}
.p-execute__block-ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  border-bottom: 0.2rem solid #424242;
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .p-execute__block-ttl {
    font-size: 4.2rem;
    padding-bottom: 1.2rem;
  }
}
.p-execute__block-head {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 2.7rem;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 750px) {
  .p-execute__block-head {
    font-size: 2.8rem;
    letter-spacing: -0.04em;
  }
}
.p-execute__course {
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .p-execute__course {
    padding-bottom: 3rem;
  }
}
.p-execute__course-list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .p-execute__course-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-execute__course-notes {
  max-width: 61.6rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21.8rem 1fr;
  grid-template-columns: 21.8rem 1fr;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-execute__course-notes {
    max-width: 100%;
    -ms-grid-columns: 38% 1fr;
    grid-template-columns: 38% 1fr;
    margin-top: 3rem;
  }
}
.p-execute__course-notes .ttl,
.p-execute__course-notes .txt {
  border-bottom: 0.2rem solid #dde4e4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.p-execute__course-notes .ttl:last-of-type,
.p-execute__course-notes .txt:last-of-type {
  border-bottom: none;
}
.p-execute__course-notes .ttl {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 750px) {
  .p-execute__course-notes .ttl {
    padding-left: 2rem;
  }
}
.p-execute__course-notes .ttl::before {
  content: "";
  display: block;
  width: 0.835em;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/icn_check.svg) no-repeat center/100%;
  margin-top: 0.45em;
}
.p-execute__course-notes .txt.adj {
  margin-top: -0.35em;
  line-height: 1.6;
}
.p-execute__target {
  padding-bottom: 5rem;
}
.p-execute__target-box {
  background-color: #f9f9f9;
  border-radius: 1rem;
  margin-top: 3.6rem;
  padding: 2.4rem 4rem 2.5rem;
}
@media screen and (max-width: 750px) {
  .p-execute__target-box {
    margin-top: 3rem;
    padding: 2.2rem 3rem 3rem;
  }
}
.p-execute__target-box .txt {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  border-bottom: 0.2rem solid #dde4e4;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 750px) {
  .p-execute__target-box .txt {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
  }
}
.p-execute__target-box .txt::before {
  content: "";
  display: block;
  min-width: 0.625em;
  width: 0.625em;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/icn_check.svg) no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .p-execute__target-box .txt::before {
    min-width: 1em;
    width: 1em;
  }
}
.p-execute__target-box .note {
  margin-top: 1.2rem;
  letter-spacing: -0.065em;
}
@media screen and (max-width: 750px) {
  .p-execute__target-box .note {
    margin-top: 1.8rem;
  }
}

.p-college {
  background: url(../img/bg_college.jpg) no-repeat center top/100%;
  padding: 14rem 0 20rem;
}
@media screen and (max-width: 750px) {
  .p-college {
    padding: 10rem 0 22.5rem;
  }
}
.p-college__ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.2rem 3.8rem 1fr;
  grid-template-columns: 31.2rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8rem;
  padding: 0 3.6rem;
}
@media screen and (max-width: 750px) {
  .p-college__ttl {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-college__ttl-logo {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}
.p-college__ttl-txt {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-college__ttl-txt {
    text-align: center;
    display: block;
    margin-top: 2rem;
  }
}
.p-college__ttl-txt .small {
  display: block;
  font-size: 2.6rem;
  letter-spacing: -0.05em;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 750px) {
  .p-college__ttl-txt .small {
    font-size: 3rem;
  }
}
.p-college__head {
  margin-top: 3.8rem;
  padding: 0 11.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45rem 3.5rem 1fr;
  grid-template-columns: 45rem 1fr;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-college__head {
    margin-top: 4.2rem;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-college__head-img {
    width: 80%;
    margin: 0 auto;
  }
}
.p-college__head-txt {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.46;
  white-space: nowrap;
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .p-college__head-txt {
    text-align: center;
    font-size: 3.4rem;
  }
}
.p-college__block {
  margin-top: 6.4rem;
  border: 0.2rem solid #00a99d;
  border-radius: 1rem;
  padding: 4.4rem 4rem 3.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35.2rem 4.6rem 1fr;
  grid-template-columns: 35.2rem 1fr;
  gap: 4.6rem;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .p-college__block {
    padding: 3rem 4rem 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-college__block + .p-college__block {
  margin-top: 4.2rem;
}
@media screen and (max-width: 750px) {
  .p-college__block-img {
    margin-top: 1rem;
  }
}
.p-college__block-txts .ttl {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 900;
  color: #FFF;
  background: #00a99d;
  background: -webkit-gradient(linear, left top, right top, from(#00a99d), to(rgb(47, 212, 195)));
  background: linear-gradient(90deg, #00a99d 0%, rgb(47, 212, 195) 100%);
  padding: 0.04em 1em 0.1em 0.9em;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 750px) {
  .p-college__block-txts .ttl {
    font-size: 3.8rem;
  }
}
.p-college__block-txts .txt {
  margin-top: 2.3rem;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 750px) {
  .p-college__block-txts .txt {
    margin-top: 1.8rem;
  }
}

.p-support__head {
  position: relative;
  margin-top: -15rem;
  overflow: hidden;
}
.p-support__head::before {
  content: "";
  width: calc(100% + 10rem);
  height: 110%;
  position: absolute;
  left: calc(50% + 5rem);
  top: 4.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f9f9f9;
  border-radius: 50% 50% 0 0;
  margin-left: -5rem;
  margin-right: -5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 750px) {
  .p-support__head::before {
    width: calc(100% + 28rem);
    left: calc(50% + 14rem);
    margin-left: -14rem;
    margin-right: -14rem;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
.p-support__head-ttl {
  position: relative;
  width: 68.2rem;
  margin: 0 auto;
}
.p-support__body {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 0 0 7.5rem;
  margin-top: -1px;
}
.p-support__support {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.9rem 4.5rem 1fr;
  grid-template-columns: 48.9rem 1fr;
  gap: 4.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6.4rem;
}
@media screen and (max-width: 750px) {
  .p-support__support {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 5rem;
    gap: 4rem;
  }
}
.p-support__support-txts {
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .p-support__support-txts {
    padding-bottom: 0;
  }
}
.p-support__support-txts .ttl {
  font-size: 3.8rem;
  font-weight: 900;
  border-bottom: 0.2rem solid #00a99d;
  letter-spacing: -0.03em;
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .p-support__support-txts .ttl {
    font-size: 4.2rem;
  }
}
.p-support__support-txts .txt {
  letter-spacing: -0.08em;
  margin-top: 3.2rem;
}
.p-support__onestop {
  margin-top: 5.9rem;
  background-color: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2.4rem 5rem 4rem;
}
@media screen and (max-width: 750px) {
  .p-support__onestop {
    padding: 3rem 4rem 4rem;
  }
}
.p-support__onestop-ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 750px) {
  .p-support__onestop-ttl {
    font-size: 4.2rem;
    line-height: 1.35;
  }
}
.p-support__onestop-txts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.7rem 6.1rem 1fr;
  grid-template-columns: 37.7rem 1fr;
  gap: 0 6.1rem;
  margin-top: 1.9rem;
}
@media screen and (max-width: 750px) {
  .p-support__onestop-txts {
    display: block;
  }
}
.p-support__onestop-txts .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.p-support__onestop-txts .list {
  width: 55.3rem;
}
@media screen and (max-width: 750px) {
  .p-support__onestop-txts .list {
    width: 100%;
    overflow: hidden;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .p-support__onestop-txts .list img {
    width: 132%;
    max-width: initial;
  }
}
.p-support__onestop-txts .txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .p-support__onestop-txts .txt {
    font-size: 2.6rem;
    margin-top: 4rem;
  }
}
.p-support__conclusion {
  margin-top: 5.1rem;
}
.p-support__conclusion-ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-ttl {
    font-size: 4.2rem;
    line-height: 1.35;
  }
}
.p-support__conclusion-ttl .txt {
  position: relative;
  padding: 0 0.95em;
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-ttl .txt {
    display: block;
    padding: 0;
  }
}
.p-support__conclusion-ttl .txt::before, .p-support__conclusion-ttl .txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8%;
  width: 0.2rem;
  height: 70%;
  background-color: #424242;
}
.p-support__conclusion-ttl .txt::before {
  left: 0;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-ttl .txt::before {
    left: 5%;
  }
}
.p-support__conclusion-ttl .txt::after {
  right: 0;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-ttl .txt::after {
    right: 5%;
  }
}
.p-support__conclusion-txt01 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-top: 1.2rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-txt01 {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
}
.p-support__conclusion-txt02 {
  margin: 3.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-txt02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-support__conclusion-txt02 > img {
  position: relative;
  z-index: 1;
  width: 29.6rem;
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-txt02 > img {
    width: 50%;
  }
}
.p-support__conclusion-txt02 .txt {
  width: 57.6rem;
  height: 22.8rem;
  background-color: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.1em;
  margin: 0.8rem 0 0 -15rem;
  padding-left: 15.6rem;
}
@media screen and (max-width: 750px) {
  .p-support__conclusion-txt02 .txt {
    margin: -8rem 0 0;
    width: 90%;
    height: auto;
    padding: 10.5rem 0 3.5rem 1.5rem;
    font-size: 2.6rem;
  }
}
.p-support__conclusion-txt03 {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.3157894737;
  font-weight: 900;
  margin-top: 4.2rem;
  letter-spacing: -0.05em;
}

.p-voice {
  padding: 8.3rem 0 8rem;
}
.p-voice__block {
  background-color: #FFF;
  border: 0.2rem solid #424242;
  border-radius: 1rem;
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21.2rem 4rem 1fr;
  grid-template-columns: 21.2rem 1fr;
  padding: 4rem 3.8rem 3.4rem;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .p-voice__block {
    display: block;
    padding: 3.5rem 3.5rem 4rem;
  }
}
.p-voice__block + .p-voice__block {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-voice__block-ttl {
    width: 60%;
    margin: 0 auto 5rem;
  }
}
.p-voice__block-list .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: 0.2rem solid #dde4e4;
  padding: 0 0 1.3rem;
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em;
}
@media screen and (max-width: 750px) {
  .p-voice__block-list .ttl {
    font-size: 3.2rem;
    margin-top: 3.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.35;
    gap: 0.5em;
  }
}
.p-voice__block-list .ttl:first-child {
  margin-top: -0.8rem;
}
.p-voice__block-list .ttl .num {
  white-space: nowrap;
}
.p-voice__block-list .ttl .note {
  font-size: 75%;
  color: #FFF;
  background-color: #424242;
  padding: 0.3em 1em 0.4em;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-voice__block-list .ttl .note {
    font-size: 82%;
  }
}
.p-voice__block-list .txt {
  margin-top: 1.2rem;
  letter-spacing: -0.08em;
}
.p-voice__block-list .txt.adj {
  letter-spacing: -0.1em;
}
.p-voice01__ttl .txt {
  padding: 0 1.2em;
}
.p-voice01__block {
  border-color: #00a99d;
}
.p-voice02 {
  background-color: #f0f4e6;
}
.p-voice02__ttl .txt {
  padding: 0 1.2em;
}

.p-flow {
  background: url(../img/bg_flow.jpg) repeat center top/100%;
  padding: 8.2rem 0 7.8rem;
}
.p-flow__ttl .txt {
  padding: 0 1.6em 0.03em;
  letter-spacing: -0.07em;
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .p-flow__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem 6rem;
  }
}
.p-flow__item {
  width: 17.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-flow__item {
    width: calc(29.5% - 3rem);
  }
}
.p-flow__item::before {
  content: "";
  position: absolute;
  top: 6.4rem;
  right: -4.6rem;
  width: 2.4rem;
  height: 4.5rem;
  background: #d1dbda;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 750px) {
  .p-flow__item::before {
    top: 7rem;
    right: -4.4rem;
  }
}
@media screen and (max-width: 750px) {
  .p-flow__item:first-child {
    margin-left: -4rem;
  }
}
.p-flow__item:last-child::before {
  display: none;
}

.p-qa {
  background-color: #f9f9f9;
  padding: 7.7rem 0 8rem;
}
.p-qa__ttl .txt {
  padding: 0 1.25em;
}
.p-qa__list {
  margin-top: 6.4rem;
}
.p-qa__item {
  background-color: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2.85rem 6rem 3.5rem 4rem;
}
@media screen and (max-width: 750px) {
  .p-qa__item {
    padding: 3rem 3.5rem 4rem;
  }
}
.p-qa__item + .p-qa__item {
  margin-top: 4rem;
}
.p-qa__item .ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  border-bottom: 0.2rem solid #dde4e4;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-qa__item .ttl {
    font-size: 3.2rem;
    line-height: 1.35;
  }
}
.p-qa__item .ttl::before {
  content: "Q";
  color: #00a99d;
  padding-right: 2.2rem;
}
.p-qa__item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.4rem;
  gap: 3rem;
  letter-spacing: -0.05em;
}
.p-qa__item .txt::before {
  content: "A";
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: -0.7rem;
}
@media screen and (max-width: 750px) {
  .p-qa__item .txt::before {
    font-size: 3.2rem;
    margin-top: -0.9rem;
  }
}

.p-company {
  background-color: #eaf4f3;
  padding: 7.8rem 0 8.2rem;
}
.p-company__ttl .txt {
  padding: 0 1.3em;
}
.p-company__block {
  margin-top: 6.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42.5rem 4rem 1fr;
  grid-template-columns: 42.5rem 1fr;
  padding: 0 7.8rem;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .p-company__block {
    display: block;
    padding: 0;
  }
}
.p-company__block-txts {
  margin-top: -0.4rem;
}
@media screen and (max-width: 750px) {
  .p-company__block-txts {
    margin-top: 3rem;
  }
}
.p-company__block-txts > .ttl {
  font-size: 2.8rem;
  border-bottom: 0.2rem solid #424242;
  font-weight: 900;
  line-height: 1.4;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-company__block-txts > .ttl {
    text-align: center;
    font-size: 3.8rem;
    padding-bottom: 1.8rem;
  }
}
.p-company__block-txts > .ttl .small {
  font-size: 64.2%;
  display: block;
  letter-spacing: -0.05em;
  white-space: nowrap;
  font-weight: 500;
}
.p-company__block-txts > .ttl .txt {
  margin-left: -0.4em;
}
@media screen and (max-width: 750px) {
  .p-company__block-txts > .ttl .txt {
    display: block;
    margin: 0.4rem 0 0;
  }
}
.p-company__block-txts .address {
  font-style: normal;
  margin-top: 2.1rem;
}
@media screen and (max-width: 750px) {
  .p-company__block-txts .address {
    font-size: 2.8rem;
  }
}
.p-company__block-txts .address .ttl {
  font-size: 133.5%;
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-clearfix::after {
  content: "";
  display: block;
  block-size: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.u-color-01 {
  color: #00a99d;
}

.u-color-02 {
  color: #ed5923;
}