/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

iframe {
  vertical-align: bottom;
}

body {
  font-family: "Roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
  background-color: #7FB0BF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  letter-spacing: 0.08em;
}

.wrapper {
  overflow: hidden;
}

.l-footer {
  text-align: center;
}
.l-footer__wrapper {
  background-color: #BBCCD1;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.l-footer__logo-img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-img {
    width: 48px;
    height: 48px;
  }
}
.l-footer__logo-text {
  font-size: 48px;
  line-height: 1;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-text {
    font-size: 32px;
    margin-top: 12px;
  }
}
.l-footer__nav {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 24px;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 24px;
  }
}
.l-footer__copyright {
  padding: 32px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 24px 0;
  }
}

.l-inner {
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-header {
  height: 100px;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: #7FB0BF;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 72px;
  }
}
.l-header__inner {
  width: 100%;
  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;
  -webkit-column-gap: 254px;
     -moz-column-gap: 254px;
          column-gap: 254px;
}
@media screen and (max-width: 1279px) {
  .l-header__inner {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__logo-link {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.l-header__logo-img {
  width: 61px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-img {
    width: 40px;
    height: 40px;
  }
}
.l-header__logo-text {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__btn {
    width: 240px;
    margin: 0 auto;
    margin-top: 32px;
  }
}
.l-header__btn-link {
  display: inline-block;
  padding: 18px 36px;
  background-color: #F4F0F0;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1279px) {
  .l-header__btn-link {
    background-color: #4E4E4E;
    color: #fff;
    text-align: center;
  }
}

.l-section {
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 60px;
  }
}

.c-btn-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .c-btn-menu {
    position: relative;
    z-index: 100;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #CFDBE1;
    padding: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-menu {
    width: 48px;
    height: 48px;
    padding: 14px;
  }
}
.c-btn-menu__line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  border-radius: 4px;
  background-color: #3A3A3A;
}
.c-btn-menu__line::before, .c-btn-menu__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 4px;
  background-color: inherit;
}
.c-btn-menu__line::before {
  top: -8px;
}
@media screen and (max-width: 767px) {
  .c-btn-menu__line::before {
    top: -6px;
  }
}
.c-btn-menu__line::after {
  bottom: -8px;
}
@media screen and (max-width: 767px) {
  .c-btn-menu__line::after {
    bottom: -6px;
  }
}
.c-btn-menu.is-active .c-btn-menu__line {
  background-color: transparent;
}
.c-btn-menu.is-active .c-btn-menu__line::before, .c-btn-menu.is-active .c-btn-menu__line::after {
  top: 0;
  background-color: #3A3A3A;
}
.c-btn-menu.is-active .c-btn-menu__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn-menu.is-active .c-btn-menu__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-heading {
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 28px;
  }
}

.p-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media screen and (max-width: 1279px) {
  .p-gnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    visibility: hidden;
    color: #fff;
    width: 420px;
    height: 100%;
    -webkit-transition: visibility 0.3s, opacity 0.3s ease;
    transition: visibility 0.3s, opacity 0.3s ease;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    -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;
    color: #4E4E4E;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  .p-gnav {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .p-gnav.is-show {
    visibility: visible;
    opacity: 1;
  }
}
.p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 1279px) {
  .p-gnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__list {
    font-size: 18px;
    row-gap: 24px;
  }
}
.p-gnav__item-link {
  display: block;
}

.p-mv {
  height: 764px;
  background-image: url(../img/mv.jpg);
  background-size: cover;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .p-mv {
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-position-x: 44%;
    height: 667px;
    margin-top: 72px;
  }
}
.p-mv__text-wrapper {
  position: absolute;
  width: 459px;
  height: 372px;
  background-image: url(../img/vector01.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 1279px) {
  .p-mv__text-wrapper {
    width: 356px;
    height: 280px;
    -webkit-transform: translate(140px, -50%);
            transform: translate(140px, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text-wrapper {
    width: 248px;
    height: 200px;
  }
}
.p-mv__text {
  position: absolute;
  font-size: 96px;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
  .p-mv__text {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 48px;
    right: 69px;
  }
}

.p-intro__text-wrapper {
  margin: 0 calc((100% - 920px) / 2);
  width: 651px;
  height: 433px;
  max-width: 100%;
  background-image: url(../img/vector02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-intro__text-wrapper {
    margin: 0 auto;
  }
}
.p-intro__title {
  line-height: 1;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 92px;
  left: 185px;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 24px;
    top: 52px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-intro__title::before, .p-intro__title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro__title::before, .p-intro__title::after {
    width: 12px;
    height: 12px;
  }
}
.p-intro__title::before {
  left: -57px;
}
@media screen and (max-width: 767px) {
  .p-intro__title::before {
    left: -32px;
  }
}
.p-intro__title::after {
  right: -57px;
}
@media screen and (max-width: 767px) {
  .p-intro__title::after {
    right: -32px;
  }
}
.p-intro__text {
  line-height: 2.5;
  width: 436px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    width: 240px;
    bottom: 84px;
  }
}
.p-intro__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #F4F0F0));
  background: linear-gradient(transparent 70%, #F4F0F0 60%);
}
.p-intro__img-wrapper {
  position: absolute;
  width: 328px;
  height: 328px;
  top: 42px;
  right: -269px;
}
@media screen and (max-width: 1279px) {
  .p-intro__img-wrapper {
    width: 280px;
    height: 280px;
    top: 370px;
    right: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__img-wrapper {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 1279px) {
  .p-feature {
    margin-top: 217px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature {
    margin-top: 138px;
  }
}
.p-feature__inner {
  max-width: 732px;
}
@media screen and (max-width: 1279px) {
  .p-feature__inner {
    max-width: 536px;
  }
}
.p-feature__list {
  margin-top: 60px;
  display: grid;
  row-gap: 78px;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    row-gap: 60px;
  }
}

.p-feature-item {
  position: relative;
  background-color: #F4F0F0;
  border-radius: 30px;
  padding: 36px 32px 36px 88px;
}
@media screen and (max-width: 1279px) {
  .p-feature-item {
    padding-left: 32px;
  }
}
.p-feature-item__number {
  position: absolute;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 48px;
  display: grid;
  place-items: center;
  background-color: #CFDBE1;
}
@media screen and (max-width: 1279px) {
  .p-feature-item__number {
    width: 72px;
    height: 72px;
    left: 26px;
    top: 12px;
    font-size: 28px;
  }
}
.p-feature-item__inner {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-feature-item__inner {
    text-align: center;
  }
}
.p-feature-item__img-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-feature-item__img-wrapper {
    position: static;
  }
}
.p-feature-item__img {
  width: 240px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-feature-item__title {
  font-size: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 1279px) {
  .p-feature-item__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-item__title {
    font-size: 16px;
  }
}
.p-feature-item__text {
  margin-top: 30px;
  width: 248px;
  line-height: 1.25;
}
@media screen and (max-width: 1279px) {
  .p-feature-item__text {
    width: 100%;
    text-align: left;
  }
}

.p-banner01, .p-banner02 {
  margin-top: 152px;
  height: 347px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .p-banner01, .p-banner02 {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner01, .p-banner02 {
    height: 200px;
    margin-top: 100px;
  }
}

.p-banner01 {
  background-image: url(../img/banner01.jpg);
}

.p-banner02 {
  background-image: url(../img/banner02.jpg);
}

.p-voice {
  padding-bottom: 232px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-bottom: 137px;
  }
}
.p-voice__heading {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .p-voice__heading {
    margin-bottom: 60px;
  }
}

.p-voice-item {
  width: 323px;
  height: 323px;
  border-radius: 50%;
  background-color: #F4F0F0;
}
@media screen and (max-width: 767px) {
  .p-voice-item {
    width: 280px;
    height: 280px;
  }
}
.p-voice-item__title {
  text-align: center;
  margin-top: 87px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-voice-item__title {
    margin-top: 63px;
  }
}
.p-voice-item__title::after {
  margin-top: 14px;
  display: block;
  content: "";
  width: 67px;
  height: 1px;
  background-color: #4E4E4E;
  margin: 0 auto;
  margin-top: 14px;
}
.p-voice-item__profile {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.p-voice-item__weight span {
  display: block;
  font-size: 32px;
  line-height: 1;
}
.p-voice-item__age {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}
.p-voice-item__profile-img-wrapper {
  width: 91px;
  height: 91px;
}
.p-voice-item__profile-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -100px;
}
@media screen and (max-width: 767px) {
  .p-cta span {
    width: 32px;
    top: -60px;
  }
}
.p-cta span::before, .p-cta span::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta span::before, .p-cta span::after {
    width: 32px;
  }
}
.p-cta span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 116px;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .p-cta span::before {
    top: 75px;
  }
}
.p-cta span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 116px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .p-cta span::after {
    bottom: 75px;
  }
}
.p-cta__btn-wrapper {
  width: 583px;
  height: 184px;
  margin: 0 auto;
  background-color: #EDEFF0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(102, 158, 170, 0.25);
          box-shadow: 0 10px 10px 0 rgba(102, 158, 170, 0.25);
  text-align: center;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrapper {
    max-width: 100%;
    height: 156px;
  }
}
.p-cta__btn-wrapper::before, .p-cta__btn-wrapper::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7FB0BF;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrapper::before, .p-cta__btn-wrapper::after {
    width: 20px;
    height: 20px;
  }
}
.p-cta__btn-wrapper::before {
  left: 86px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrapper::before {
    left: 20px;
  }
}
.p-cta__btn-wrapper::after {
  right: 86px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrapper::after {
    right: 20px;
  }
}
.p-cta__btn {
  padding-top: 36px;
}
.p-cta__text01 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-cta__text01 {
    font-size: 20px;
  }
}
.p-cta__text02 {
  font-size: 64px;
  color: #7FB0BF;
}
@media screen and (max-width: 767px) {
  .p-cta__text02 {
    font-size: 48px;
  }
}

.p-faq__inner {
  max-width: 800px;
}
.p-faq__body {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-faq__body {
    margin-top: 60px;
  }
}

.accordion__item:not(:first-child) {
  margin-top: 32px;
}
.accordion__question {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px;
  background-color: #F4F0F0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion__question {
    font-size: 16px;
  }
}
.accordion__question.active .accordion__question-inner::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion__answer {
  display: none;
  padding-top: 24px;
  font-weight: normal;
}
.accordion__answer.active {
  display: block;
}
.accordion__question-inner, .accordion__answer-inner {
  position: relative;
}
.accordion__question-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .accordion__question-inner {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.accordion__question-inner::after {
  display: block;
  content: "expand_more";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Material Icons Round";
  font-size: 24px;
  color: #C6C6C6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__label {
  font-family: "Roboto";
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .accordion__label {
    font-size: 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.accordion__text {
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .accordion__text {
    padding-right: 30px;
  }
}
.accordion__text--answer {
  letter-spacing: normal;
}

.p-contact-banner__btn-wrapper {
  width: 720px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #4E4E4E;
}
@media screen and (max-width: 1279px) {
  .p-contact-banner__btn-wrapper {
    width: 624px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-banner__btn-wrapper {
    width: 100%;
    max-width: 350px;
  }
}
.p-contact-banner__btn {
  display: block;
  font-size: 32px;
  text-align: center;
  padding: 40px 108px;
  color: #fff;
  line-height: 1.1111111111;
}
@media screen and (max-width: 1279px) {
  .p-contact-banner__btn {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-banner__btn {
    padding: 18px 22px;
    font-size: 18px;
  }
}

.p-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 72px;
}
@media screen and (max-width: 1279px) {
  .p-plan__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    margin-top: 60px;
  }
}

.p-plan-item {
  width: 260px;
  height: 260px;
  background-color: #F4F0F0;
  border-radius: 50%;
  text-align: center;
  padding: 40px 44px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-plan-item {
    width: 190px;
    height: 190px;
    padding: 28px 32px;
  }
}
.p-plan-item span {
  display: grid;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  place-items: center;
  font-size: 40px;
  background-color: #7FB0BF;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-plan-item span {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.p-plan-item__title {
  font-size: 22px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-plan-item__title {
    font-size: 18px;
    margin-top: 24px;
  }
}

.p-plan-list {
  margin-top: 112px;
}
@media screen and (max-width: 1279px) {
  .p-plan-list {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-list {
    margin-top: 60px;
  }
}
.p-plan-list__list {
  display: grid;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .p-plan-list__list {
    gap: 60px;
  }
}
.p-plan-list__inner {
  margin: 0 auto;
  width: 956px;
}
@media screen and (max-width: 1279px) {
  .p-plan-list__inner {
    max-width: 780px;
    width: 100%;
  }
}

.p-plan-list-item {
  padding: 40px 64px 64px 40px;
  background-color: #F4F0F0;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item {
    padding: 20px;
  }
}
.p-plan-list-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__heading {
    gap: 16px;
  }
}
.p-plan-list-item__number {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  font-size: 40px;
  border-radius: 30px;
  background-color: #7FB0BF;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__number {
    width: 56px;
    height: 56px;
    border-radius: 24px;
    font-size: 24px;
  }
}
.p-plan-list-item__title {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__title {
    font-size: 18px;
  }
}
.p-plan-list-item__content {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 94px;
     -moz-column-gap: 94px;
          column-gap: 94px;
}
@media screen and (max-width: 1279px) {
  .p-plan-list-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__content {
    row-gap: 20px;
  }
}
.p-plan-list-item__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__menu-wrapper {
    gap: 10px;
  }
}
.p-plan-list-item__menu {
  font-size: 20px;
  width: 152px;
  height: 72px;
  text-align: center;
  padding: 24px 0;
  border-radius: 20px;
  background-color: #7FB0BF;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__menu {
    font-size: 16px;
    padding: 14px;
    width: auto;
    height: auto;
  }
}
.p-plan-list-item__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
.p-plan-list-item__price-label {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__price-label {
    font-size: 24px;
  }
}
.p-plan-list-item__price {
  font-size: 96px;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .p-plan-list-item__price {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__price {
    font-size: 40px;
  }
}
.p-plan-list-item__price span {
  font-size: 48px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__price span {
    font-size: 24px;
  }
}
.p-plan-list-item__text-wrapper {
  margin-top: 72px;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__text-wrapper {
    margin-top: 48px;
    gap: 32px;
  }
}
.p-plan-list-item__text-main {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__text-main {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.p-plan-list-item__text-sub {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__text-sub {
    padding-left: 24px;
  }
}
.p-plan-list-item__text-sub::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #7FB0BF;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-plan-list-item__text-sub::before {
    width: 10px;
    height: 10px;
    top: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-contact {
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 60px;
  }
}

.p-form {
  padding: 96px 210px;
  background-color: #F4F0F0;
  max-width: 1010px;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 1279px) {
  .p-form {
    padding: 0;
  }
}
.p-form * {
  letter-spacing: normal;
}
.p-form__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .p-form__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: 48px 20px;
  }
}
.p-form__heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1279px) {
  .p-form__heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__heading {
    font-size: 24px;
  }
}
.p-form__heading span {
  position: relative;
  letter-spacing: 0.08em;
}
.p-form__heading span::before, .p-form__heading span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #7FB0BF;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form__heading span::before, .p-form__heading span::after {
    width: 14px;
    height: 14px;
  }
}
.p-form__heading span::before {
  left: -56px;
}
@media screen and (max-width: 767px) {
  .p-form__heading span::before {
    left: -36px;
  }
}
.p-form__heading span::after {
  right: -56px;
}
@media screen and (max-width: 767px) {
  .p-form__heading span::after {
    right: -36px;
  }
}
.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    display: block;
  }
}
.p-form__item + .p-form__item {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-form__item + .p-form__item {
    margin-top: 30px;
  }
}
.p-form__title {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  font-weight: bold;
}
.p-form__require {
  font-size: 14px;
  padding: 7px 11px;
  border-radius: 10px;
  background-color: #7FB0BF;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__require {
    font-size: 12px;
  }
}
.p-form__radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-form__radio-wrapper {
    margin-top: 8px;
  }
}
.p-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__radio label {
  position: relative;
  padding-left: 23px;
}
.p-form__radio label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F4F0F0;
  border: 2px solid #4E4E4E;
}
.p-form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-form__radio input[type=radio]:checked + label::before {
  border: 6px solid #4E4E4E;
}
.p-form__input {
  font-weight: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #CFDBE1;
  line-height: 2;
}
.p-form__input--date {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-form__input--date {
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__input {
    width: 100%;
    margin-top: 16px;
  }
}
.p-form__input::-webkit-input-placeholder {
  color: #A7A5A5;
}
.p-form__input::-moz-placeholder {
  color: #A7A5A5;
}
.p-form__input:-ms-input-placeholder {
  color: #A7A5A5;
}
.p-form__input::-ms-input-placeholder {
  color: #A7A5A5;
}
.p-form__input::placeholder {
  color: #A7A5A5;
}
.p-form__btn {
  text-align: center;
  margin-top: 66px;
}
.p-form__btn-link {
  padding: 15px;
  max-width: 100%;
  width: 243px;
  background-color: #7FB0BF;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}

.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1279px) {
  .target {
    -webkit-animation-name: floating-y-lv1280;
            animation-name: floating-y-lv1280;
  }
}
@media screen and (max-width: 767px) {
  .target {
    -webkit-animation-name: floating-y-lv767;
            animation-name: floating-y-lv767;
  }
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translate(140px, -60%);
            transform: translate(140px, -60%);
  }
  100% {
    -webkit-transform: translate(140px, -40%);
            transform: translate(140px, -40%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translate(140px, -60%);
            transform: translate(140px, -60%);
  }
  100% {
    -webkit-transform: translate(140px, -40%);
            transform: translate(140px, -40%);
  }
}
@-webkit-keyframes floating-y-lv1280 {
  0% {
    -webkit-transform: translate(-30px, -40%);
            transform: translate(-30px, -40%);
  }
  100% {
    -webkit-transform: translate(-30px, -20%);
            transform: translate(-30px, -20%);
  }
}
@keyframes floating-y-lv1280 {
  0% {
    -webkit-transform: translate(-30px, -40%);
            transform: translate(-30px, -40%);
  }
  100% {
    -webkit-transform: translate(-30px, -20%);
            transform: translate(-30px, -20%);
  }
}
@-webkit-keyframes floating-y-lv767 {
  0% {
    -webkit-transform: translate(-90px, -20%);
            transform: translate(-90px, -20%);
  }
  100% {
    -webkit-transform: translate(-90px, 20%);
            transform: translate(-90px, 20%);
  }
}
@keyframes floating-y-lv767 {
  0% {
    -webkit-transform: translate(-90px, -20%);
            transform: translate(-90px, -20%);
  }
  100% {
    -webkit-transform: translate(-90px, 20%);
            transform: translate(-90px, 20%);
  }
}
.rotate {
  -webkit-animation: rotate_anime 20s linear infinite;
          animation: rotate_anime 20s linear infinite;
}
@media screen and (max-width: 1279px) {
  .rotate {
    -webkit-animation-name: rotate_anime-lv1280;
            animation-name: rotate_anime-lv1280;
  }
}

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_anime-lv1280 {
  0% {
    -webkit-transform: translateX(50%) rotate(0deg);
            transform: translateX(50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) rotate(360deg);
            transform: translateX(50%) rotate(360deg);
  }
}
@keyframes rotate_anime-lv1280 {
  0% {
    -webkit-transform: translateX(50%) rotate(0deg);
            transform: translateX(50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) rotate(360deg);
            transform: translateX(50%) rotate(360deg);
  }
}
.fade-in, .fade-in-row, .fade-in-row-reverse {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  will-change: opacity, transform;
}

.fade-in {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fade-in-row {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.fade-in-row-reverse {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-row.visible, .fade-in-row-reverse.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#loading .kvArea {
  width: 100%;
}

#loading .kvArea .img_box {
  text-align: center;
}

#loading .kvArea .img_box img {
  max-width: 100%;
  height: auto;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(360deg);
            transform: translateY(-100px) rotate(360deg);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(360deg);
            transform: translateY(-100px) rotate(360deg);
  }
}
#loading_text {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

#loading_text .progressbar-text {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  font-family: "Roboto" !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #4E4E4E !important;
  top: 15px !important;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */