@charset "UTF-8";
/*==================================================
reset
==================================================*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==================================================
base
==================================================*/
html {
  font-size: 62.5%;
  font-weight: 400;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

/* footer
---------------------------------------*/
.l-footer {
  padding: 81px 0 163px;
}
@media all and (max-width: 1024px) {
  .l-footer {
    padding: 32px 0 118px;
  }
}

.l-footer-links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .l-footer-links-container {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 40.9px;
  }
}

.l-footer__logo {
  width: 301.73px;
  height: 25.1px;
}

@media all and (max-width: 1024px) {
  .l-footer__links {
    width: 323px;
  }
}
@media all and (max-width: 767px) {
  .l-footer__links {
    margin-bottom: 40px;
  }
}

.l-footer__link-lists {
  display: flex;
  justify-content: flex-end;
}
.l-footer__link-lists + .l-footer__link-lists {
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .l-footer__link-lists + .l-footer__link-lists {
    margin-top: 23px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__link-lists {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.l-footer__link-list:not(:first-child) {
  padding-left: 22px;
}
@media all and (max-width: 1024px) {
  .l-footer__link-list:not(:first-child) {
    padding-left: 25px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__link-list:nth-of-type(4) {
    padding-left: 0;
  }
  .l-footer__link-list:nth-of-type(n + 4) {
    margin-top: 23px;
  }
}

.l-footer__link-list.-sp-adjustment {
  padding-left: 0;
  margin-top: 23px;
  margin-bottom: 46px;
}

.p-foote__link {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  transition: opacity 0.2s;
}
.p-foote__link:hover {
  opacity: 0.6;
}
@media all and (max-width: 1024px) {
  .p-foote__link {
    font-size: 1.6rem;
  }
}

.l-footer__border {
  border-bottom: 1px solid #fff;
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 10px;
}

/* l-inner
---------------------------------------*/
.l-inner {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 767px) {
  .l-inner {
    padding-left: 7.7vw;
    padding-right: 7.7vw;
  }
}

/* l-inner--wide
---------------------------------------*/
.l-inner--wide {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-right: 43px;
  padding-left: 43px;
}
@media all and (max-width: 1024px) {
  .l-inner--wide {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* l-inner--narrow
---------------------------------------*/
.l-inner--narrow {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
  padding-right: 43px;
  padding-left: 43px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .l-inner--narrow {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*l-mv
---------------------------------------*/
.l-mv {
  position: absolute;
  top: 0;
  left: 0;
}

/* footer-contact
---------------------------------------*/
.l-footer-contact {
  padding: 31.9px 0 19px;
}
@media all and (max-width: 767px) {
  .l-footer-contact {
    padding: 32px 0 23px;
  }
}

.l-footer-contact__logo {
  text-align: center;
  padding-bottom: 39px;
}

.l-footer-contact__logo-img {
  width: 301.73px;
  height: 25.1px;
}

.l-footer-contact__border {
  border-bottom: 1px solid #fff;
}

.l-footer-contact__copyright {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 10px;
}

/*cta
---------------------------------------*/
/* heading
---------------------------------------*/
.c-heading {
  text-align: center;
  position: relative;
  display: inline;
}

.c-heading__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.c-heading__ttl::after {
  content: "";
  width: 80px;
  height: 6px;
  display: block;
  border-radius: 100px;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .c-heading__ttl::after {
    width: 40px;
    height: 5px;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .c-heading__ttl {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 767px) {
  .c-heading__ttl .fs-sp-90 {
    font-size: 0.9em;
  }
}

.c-heading--green {
  font-size: 4rem;
  color: #007440;
}
@media all and (max-width: 767px) {
  .c-heading--green {
    font-size: 3.2rem;
  }
}

.c-heading--pink {
  position: relative;
  font-size: 5.6rem;
  color: #db709d;
  margin-left: -10px;
}
.c-heading--pink::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 19px;
  background: url(../img/decoration.svg) center center/contain no-repeat;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  .c-heading--pink {
    font-size: 4.8rem;
  }
  .c-heading--pink::before {
    width: 40.04px;
    height: 14.19px;
    top: 6px;
  }
}

.c-heading--marker {
  background: linear-gradient(transparent 60%, #fff14a 60%);
}

.c-heading--line {
  position: relative;
  padding: 0 33px;
}
.c-heading--line::before, .c-heading--line::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 50px;
}
.c-heading--line::before {
  border-left: 5px dotted #007440;
  transform: rotate(-20deg);
  margin-right: 30px;
  left: 0;
  top: 0;
}
.c-heading--line::after {
  border-right: 5px dotted #007440;
  transform: rotate(20deg);
  right: 0;
  top: 0;
}
@media all and (max-width: 1200px) {
  .c-heading--line {
    padding: 0 53px;
  }
  .c-heading--line::before, .c-heading--line::after {
    height: 60%;
  }
  .c-heading--line::before {
    top: 10%;
  }
  .c-heading--line::after {
    top: 10%;
  }
}
@media all and (max-width: 767px) {
  .c-heading--line {
    padding: 0 27px;
  }
}

/* winter
---------------------------------------*/
.c-heading__alert__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 767px) {
  .c-heading__alert__ttl {
    font-size: 2.4rem;
  }
}
.c-heading__alert__ttl > span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-heading__alert__ttl__bubble {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .c-heading__alert__ttl__bubble {
    font-size: 2.2rem;
  }
}
.c-heading__alert__ttl__bubble::before, .c-heading__alert__ttl__bubble::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0D276A;
  position: absolute;
  top: 0;
}
.c-heading__alert__ttl__bubble::before {
  left: -40px;
  transform: rotate(135deg);
}
@media all and (max-width: 767px) {
  .c-heading__alert__ttl__bubble::before {
    left: -25px;
  }
}
.c-heading__alert__ttl__bubble::after {
  right: -40px;
  transform: rotate(45deg);
}
@media all and (max-width: 767px) {
  .c-heading__alert__ttl__bubble::after {
    right: -25px;
  }
}

/* float-banner
---------------------------------------*/
/* pc - sp */
.c-float-banner {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

/* pc */
.c-float-banner__container-pc {
  position: relative;
  background-color: #fff;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.16);
  height: 120px;
  padding-right: 27px;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner__container-pc {
    padding-right: 10px;
  }
}
.c-float-banner__container-pc::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5%;
  height: 120px;
}
@media all and (min-width: 1366px) {
  .c-float-banner__container-pc::before {
    width: 21%;
  }
}

@media all and (min-width: 1366px) {
  .-winter .c-float-banner__container-pc::before {
    width: 16%;
  }
}

.c-float-banner .l-inner--wide {
  max-width: 1440px;
}
@media all and (max-width: 1440px) {
  .c-float-banner .l-inner--wide {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-float-banner__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 100%;
}

.c-float-banner__head {
  position: relative;
  width: 24.96%;
  height: 120px;
}
.c-float-banner__head::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  border-style: solid;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 0;
}

.c-float-banner__head-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  padding-left: 8%;
  z-index: 1;
}
@media all and (min-width: 1200px) and (max-width: 1365px) {
  .c-float-banner__head-ttl {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner__head-ttl {
    font-size: 2rem;
  }
}

.c-float-banner__tel {
  flex: 0 1 37%;
}
@media all and (min-width: 1599px) {
  .c-float-banner__tel {
    margin-left: 5%;
  }
}
@media all and (min-width: 1366px) and (max-width: 1598px) {
  .c-float-banner__tel {
    margin-left: 4.5%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1365px) {
  .c-float-banner__tel {
    margin-left: 4.5%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner__tel {
    margin-left: 4.5%;
    flex: 0 1 27%;
  }
}

.c-float-banner__tel-txt-box {
  text-align: center;
}

.c-float-banner__tel-txt {
  text-align: left;
  position: relative;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1;
  padding-left: 52px;
  height: 120px;
  white-space: nowrap;
  display: inline-block;
}
.c-float-banner__tel-txt::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  top: 42px;
  left: 0;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner__tel-txt::before {
    width: 32px;
    height: 32px;
    top: 24px;
    left: 0;
  }
}
@media all and (min-width: 1200px) and (max-width: 1365px) {
  .c-float-banner__tel-txt {
    font-size: 4rem;
    margin-top: 15px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner__tel-txt {
    font-size: 3rem;
    margin-top: 42px;
    padding-left: 36px;
  }
}

.c-float-banner--txt-l {
  line-height: 1.2;
}

.c-float-banner--txt-s {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner--txt-s {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner--txt-s.-tel {
    font-size: 1.6rem;
  }
}

.c-float-banner--txt-m {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.c-float-banner__btn {
  flex: 1;
}

.c-float-banner__btn-link {
  position: relative;
  display: inline-block;
  border-radius: 60px;
  padding: 14px 50px 14px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 2.6rem;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.c-float-banner__btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 3s cubic-bezier(0.59, 0, 0.99, 0.31) infinite;
          animation: shine 3s cubic-bezier(0.59, 0, 0.99, 0.31) infinite;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner__btn-link {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1024px) {
  .c-float-banner__btn-link {
    padding: 13px 0;
  }
}
@media all and (max-width: 767px) {
  .c-float-banner__btn-link {
    padding: 16px 0;
  }
}
.c-float-banner__btn-link::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-banner.svg) center center/contain no-repeat;
  width: 18px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .c-float-banner__btn-link {
    padding: 14px 48px 14px 30px;
  }
}

.-winter .c-float-banner__btn-link {
  font-size: 2rem;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .-winter .c-float-banner__btn-link {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.c-float-banner__btn-link-txt-box {
  text-align: left;
  display: inline-block;
  line-height: 1;
}

.c-float-banner__line {
  margin-left: 1.8%;
}

.c-float-banner__line-link {
  display: block;
  width: 90px;
  transition: opacity 0.2s;
}
.c-float-banner__line-link:hover {
  opacity: 0.6;
}

/* sp */
.c-float-banner__container-sp {
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.16);
  height: 85px;
  width: 100%;
}

.c-float-banner-sp__lists {
  display: flex;
  width: 100%;
  height: 85px;
}

.c-float-banner-sp__list-tel {
  width: 38.46%;
  position: relative;
  height: 85px;
  background-color: #fff;
}

.c-float-banner-sp__list-tel-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-float-banner__list-tel-no {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 35px;
  white-space: nowrap;
}
.c-float-banner__list-tel-no::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
}

.c-float-banner__list-tel-txt {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 2px;
  border-radius: 40px;
  margin-top: 3px;
  text-align: center;
}

.c-float-banner-sp__list-link {
  flex: 1;
  text-align: center;
}

.c-float-banner-sp__list-link-btn {
  width: 100%;
  height: 85px;
  display: block;
  position: relative;
  overflow: hidden;
}
.c-float-banner-sp__list-link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 3s cubic-bezier(0.59, 0, 0.99, 0.31) infinite;
          animation: shine 3s cubic-bezier(0.59, 0, 0.99, 0.31) infinite;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.c-float-banner-sp__list-link-btn-txt {
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  height: 100%;
}
.c-float-banner-sp__list-link-btn-txt img {
  max-height: 100%;
}

/* header
---------------------------------------*/
.p-header {
  text-align: center;
  height: 60px;
  position: relative;
  z-index: 1;
}

.p-header__logo {
  padding: 17px 0;
}
@media all and (max-width: 767px) {
  .p-header__logo {
    padding: 20px 0;
  }
}

.p-header__logo-img {
  width: 301.73px;
}
@media all and (max-width: 767px) {
  .p-header__logo-img {
    width: 237.27px;
  }
}

/* mv
---------------------------------------*/
.p-mv {
  padding-top: clamp(20px, 20px + 20 * (100vw - 768px) / 598, 40px);
  padding-bottom: clamp(30px, 30px + 50 * (100vw - 768px) / 598, 80px);
  position: relative;
  overflow-y: hidden;
}
@media all and (max-width: 767px) {
  .p-mv {
    overflow-x: hidden;
  }
}
.p-mv::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 58%;
  padding-top: 53%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .p-mv::before {
    max-width: 60.25%;
    padding-top: 102.5%;
  }
}

.p-mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .p-mv__inner {
    padding: 0 7.7vw;
  }
}

.p-mv__list {
  display: flex;
}
@media all and (max-width: 767px) {
  .p-mv__list {
    flex-direction: column;
  }
}

.p-mv__list-item {
  max-width: clamp(120px, 15.6661786237vw, 214px);
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.08));
}
@media all and (max-width: 767px) {
  .p-mv__list-item {
    max-width: 92.3vw;
    margin-right: calc(50% - 50vw);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 5vw;
  }
}
.p-mv__list-item + .p-mv__list-item {
  margin-left: 15px;
}
@media all and (max-width: 767px) {
  .p-mv__list-item + .p-mv__list-item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-mv__btn {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.2rem, 1.4641288433vw, 2rem);
  font-weight: 700;
  padding: 1.25em 2em;
  border-radius: 100px;
}
.p-mv__btn::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.05em;
  background-image: url("/assets/img/calendar-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.8em;
}

/* sp-cta
---------------------------------------*/
.p-sp-cta {
  padding: 20px 7.7vw 30px;
  color: #fff;
  text-align: center;
}

.p-sp-cta__heading {
  font-size: 1.8rem;
  font-weight: 600;
}

.p-sp-cta__tel {
  font-size: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-sp-cta__tel-txt {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.3em;
}
.p-sp-cta__tel-txt::before {
  content: "";
  width: 0.875em;
  height: 0.875em;
  background-image: url("/assets/img/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.2em;
}

.p-sp-cta__tel-suppl {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.25em;
}

.p-sp-cta__form {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 100px;
  margin-top: 15px;
}

.p-sp-cta__form-suppl {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-sp-cta__form-txt {
  font-size: 2rem;
  font-weight: 700;
}
.p-sp-cta__form-txt::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.05em;
  background-image: url(/assets/img/calendar-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.8em;
}

/* problems
---------------------------------------*/
.p-problems {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media all and (max-width: 767px) {
  .p-problems {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-problems__figure {
  width: 155px;
  position: absolute;
  top: -70px;
  right: -170px;
}
@media all and (max-width: 1023px) {
  .p-problems__figure {
    display: none;
  }
}

.p-problems__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}
@media all and (max-width: 1100px) {
  .p-problems__list {
    margin-top: 50px;
  }
}

.-winter .p-problems__list {
  margin-top: 40px;
}
@media all and (max-width: 1100px) {
  .-winter .p-problems__list {
    margin-top: 30px;
  }
}

.p-problems__list-item {
  border-radius: 20px;
  padding: 35px 30px 30px;
  width: 31%;
  text-align: center;
  position: relative;
}
@media all and (max-width: 1100px) {
  .p-problems__list-item + .p-problems__list-item {
    width: 100%;
    margin-top: 50px;
  }
}
@media all and (max-width: 1100px) {
  .p-problems__list-item {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .p-problems__list-item {
    padding: 35px 5vw 30px;
  }
}

@media all and (max-width: 1100px) {
  .-winter .p-problems__list-item + .p-problems__list-item {
    margin-top: 30px;
  }
}

.p-problems__list-item__figure {
  width: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-problems__list-item__figure img {
  width: 100%;
}

.p-problems__list-item__heading {
  font-size: 2rem;
  font-weight: 700;
}

.p-problems__list-item__list {
  margin-top: 15px;
}

.p-problems__list-item__list-item {
  font-size: 1.6rem;
  background-color: #fff;
  height: 80px;
  padding: 15px;
  border-radius: 12px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.08));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-problems__list-item__list-item + .p-problems__list-item__list-item {
  margin-top: 10px;
}
@media all and (max-width: 1100px) {
  .p-problems__list-item__list-item {
    flex-direction: row;
  }
}
@media all and (max-width: 767px) {
  .p-problems__list-item__list-item {
    font-size: 1.5rem;
    flex-direction: column;
  }
}

.p-problems__list-item__list-item span {
  display: inline-block;
}

/* reason
---------------------------------------*/
.p-reason {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 767px) {
  .p-reason {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-reason__list {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .p-reason__list {
    margin-top: 30px;
  }
}

.p-reason__list-item {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 12px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.08));
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 300px 215px;
  background-position: right 20px center;
  position: relative;
}
.p-reason__list-item + .p-reason__list-item {
  margin-top: 25px;
}
@media all and (max-width: 1200px) {
  .p-reason__list-item {
    background-image: none !important;
  }
}
@media all and (max-width: 767px) {
  .p-reason__list-item {
    padding: 6.4vw;
  }
}

@media all and (max-width: 767px) {
  .p-reason__list-item__icon {
    position: absolute;
    top: 7vw;
    left: 6.4vw;
  }
}

.p-reason__list-item__icon-txt {
  font-size: 2.4rem;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .p-reason__list-item__icon-txt {
    font-size: clamp(2.4rem, 2.9166666667vw, 3.5rem);
  }
}
@media all and (max-width: 767px) {
  .p-reason__list-item__icon-txt {
    font-size: 1.2rem;
  }
}

.p-reason__list-item__icon-num {
  font-size: 8rem;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .p-reason__list-item__icon-num {
    font-size: clamp(8rem, 10vw, 12rem);
  }
}
@media all and (max-width: 767px) {
  .p-reason__list-item__icon-num {
    font-size: 4rem;
  }
}

.p-reason__list-item__content {
  text-align: left;
  font-size: 1.6rem;
  margin-left: 60px;
}
@media all and (max-width: 1200px) {
  .p-reason__list-item__content {
    margin-left: clamp(6rem, 6.6666666667vw, 8rem);
  }
}
@media all and (max-width: 767px) {
  .p-reason__list-item__content {
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.p-reason__list-item__content__heading {
  font-size: 2.8rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .p-reason__list-item__content__heading {
    font-size: 2rem;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
  }
}

.p-reason__list-item__content__heading span {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .p-reason__list-item__content__heading span.fs-90 {
    font-size: 0.9em;
  }
}

.p-reason__list-item__content__figure {
  display: none;
}
@media all and (max-width: 1200px) {
  .p-reason__list-item__content__figure {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
}
@media all and (max-width: 767px) {
  .p-reason__list-item__content__figure {
    width: 45%;
    margin: 10px auto;
  }
}

.li-circle {
  padding-left: 1em;
  text-indent: -1em;
}

.p-reason__list-item__content__list {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .p-reason__list-item__content__list {
    margin-top: 15px;
  }
}

.p-reason__list-item__content__list-item + .p-reason__list-item__content__list-item {
  margin-top: 0.75em;
}

.li-circle::before {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  border-radius: 100%;
  margin-right: 0.5em;
}

/* course
---------------------------------------*/
.p-course {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .p-course {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-course__list {
  margin: 40px 60px 0;
}
@media all and (max-width: 1023px) {
  .p-course__list {
    margin: 40px 0 0;
  }
}
@media all and (max-width: 767px) {
  .p-course__list {
    margin: 30px 0 0;
  }
}

@media all and (max-width: 767px) {
  .-winter .p-course__list {
    margin: 40px 0 0;
  }
}

.p-course__list-item {
  background-color: #fff;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.12));
  position: relative;
  border-radius: 12px;
}
.p-course__list-item + .p-course__list-item {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .p-course__list-item + .p-course__list-item {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  .-winter .p-course__list-item + .p-course__list-item {
    margin-top: 60px;
  }
}

.p-course__list-item__heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  padding: 15px 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media all and (max-width: 767px) {
  .p-course__list-item__heading {
    font-size: 1.9rem;
    line-height: 40px;
  }
}

.p-course__list-item__heading__sub {
  font-size: 2rem;
  display: block;
}
@media all and (max-width: 767px) {
  .p-course__list-item__heading__sub {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.p-course__list-item__badge {
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #E61212;
  color: #fff;
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 100px;
  position: absolute;
  top: -20px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
@media all and (max-width: 1023px) {
  .p-course__list-item__badge {
    width: 100px;
    height: 100px;
    top: -40px;
    left: -30px;
    font-size: 1.6rem;
  }
}
.p-course__list-item__badge .fs-160 {
  font-size: 1.6em;
}

.p-course__list-item__content {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .p-course__list-item__content {
    flex-direction: column;
  }
}

.p-course__list-item__content__figure {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 12px;
}
@media all and (max-width: 767px) {
  .p-course__list-item__content__figure {
    width: 100%;
    padding-top: 42.5%;
  }
}

.p-course__list-item__content__list {
  width: 50%;
  padding: 30px;
}
@media all and (max-width: 767px) {
  .p-course__list-item__content__list {
    width: 100%;
    padding: 20px 6.4vw 30px;
  }
}

.p-course__list-item__content__list-item {
  text-align: left;
  font-size: 1.6rem;
}
.p-course__list-item__content__list-item + .p-course__list-item__content__list-item {
  margin-top: 1em;
}
@media all and (max-width: 767px) {
  .p-course__list-item__content__list-item {
    font-size: 1.5rem;
  }
}

.p-course__list-item__content__list-item__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .p-course__list-item__content__list-item__heading {
    font-size: 1.7rem;
  }
}

.p-course__list-item__content__list-item__txt {
  display: block;
  padding-left: 0.5em;
  text-indent: 0;
  margin-top: 0.5em;
}

.p-course__option {
  background-color: #fff;
  padding: 50px 80px;
  border-radius: 20px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.08));
  position: relative;
  margin-top: 140px;
  display: inline-block;
}
@media all and (max-width: 1023px) {
  .p-course__option {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .p-course__option {
    padding: 30px 6.4vw;
    margin-top: 80px;
  }
}
.p-course__option::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: none;
}
@media all and (max-width: 767px) {
  .p-course__option::before {
    width: 50px;
    height: 50px;
    top: -15px;
  }
}

.p-course__option__heading {
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0px 0.8em;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .p-course__option__heading {
    font-size: 1.7rem;
  }
}

.p-course__option__list {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .p-course__option__list {
    flex-direction: column;
  }
}

.p-course__option__list-item {
  text-align: left;
  font-size: 1.6rem;
  position: relative;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .p-course__option__list-item {
    font-size: 1.5rem;
  }
}
.p-course__option__list-item + .p-course__option__list-item {
  margin-left: 80px;
}
@media all and (max-width: 767px) {
  .p-course__option__list-item + .p-course__option__list-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.p-course__option__list-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-course__option__list-item__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .p-course__option__list-item__heading {
    font-size: 1.7rem;
  }
}

.p-course__option__list-item__txt {
  display: block;
  margin-top: 0.5em;
}

/* story
---------------------------------------*/
.p-story {
  padding-top: 80px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow-x: hidden;
}
@media all and (max-width: 767px) {
  .p-story {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-story__data__list {
  display: flex;
  justify-content: space-between;
  margin: 50px 60px 0;
}
@media all and (max-width: 1023px) {
  .p-story__data__list {
    margin: 50px 0 0;
  }
}
@media all and (max-width: 767px) {
  .p-story__data__list {
    flex-direction: column;
    margin: 30px 0 0;
  }
}

.p-story__data__list-item {
  max-width: 300px;
  background-color: #fff;
  border-radius: 150px;
  padding: 30px;
  margin: 0 10px;
}
@media all and (max-width: 767px) {
  .p-story__data__list-item {
    max-width: 240px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-story__data__list-item + .p-story__data__list-item {
    margin-top: 20px;
  }
}

.p-story__list {
  margin-top: clamp(160px, 440px + -280 * (100vw - 768px) / 598, 440px);
}
@media all and (max-width: 767px) {
  .p-story__list {
    margin-top: 56.5vw;
  }
}

.-winter .p-story__list {
  margin-top: clamp(140px, 440px + -300 * (100vw - 768px) / 598, 440px);
}
@media all and (max-width: 767px) {
  .-winter .p-story__list {
    margin-top: 53.5vw;
  }
}

.p-story__list-item {
  position: relative;
}
.p-story__list-item + .p-story__list-item {
  margin-top: clamp(140px, 420px + -280 * (100vw - 768px) / 598, 420px);
}
@media all and (max-width: 767px) {
  .p-story__list-item + .p-story__list-item {
    margin-top: 60vw;
  }
}

.p-story__list-item__figure {
  position: absolute;
  top: clamp(-380px, -380px + 320 * (100vw - 768px) / 598, -60px);
  width: 600px;
}
@media all and (max-width: 767px) {
  .p-story__list-item__figure {
    width: 77vw;
    top: -45vw;
  }
}

.p-story__list-item:nth-of-type(1) .p-story__list-item__figure {
  left: -140px;
}
@media all and (max-width: 767px) {
  .p-story__list-item:nth-of-type(1) .p-story__list-item__figure {
    left: -7.7vw;
  }
}

.p-story__list-item:nth-of-type(2) .p-story__list-item__figure {
  right: -140px;
}
@media all and (max-width: 767px) {
  .p-story__list-item:nth-of-type(2) .p-story__list-item__figure {
    right: -7.7vw;
  }
}

.p-story__list-item__content {
  text-align: left;
  font-size: 1.6rem;
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.12));
}
@media all and (max-width: 767px) {
  .p-story__list-item__content {
    padding: 6.4vw;
    font-size: 1.5rem;
  }
}

.p-story__list-item:nth-of-type(1) .p-story__list-item__content {
  margin-left: clamp(100px, 100px + 300 * (100vw - 1024px) / 342, 400px);
}
@media all and (max-width: 767px) {
  .p-story__list-item:nth-of-type(1) .p-story__list-item__content {
    margin-left: 0;
  }
}

.p-story__list-item:nth-of-type(2) .p-story__list-item__content {
  margin-right: clamp(100px, 100px + 300 * (100vw - 1024px) / 342, 400px);
}
@media all and (max-width: 767px) {
  .p-story__list-item:nth-of-type(2) .p-story__list-item__content {
    margin-right: 0;
  }
}

.p-story__list-item__content__sub-heading {
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .p-story__list-item__content__sub-heading {
    font-size: 1.6rem;
  }
}

.p-story__list-item__content__heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 0.15em;
}
@media all and (max-width: 767px) {
  .p-story__list-item__content__heading {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
  }
}

.p-story__list-item__content__result {
  margin-top: 30px;
}

.p-story__list-item__content__result-item {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .p-story__list-item__content__result-item {
    align-items: stretch;
  }
}
.p-story__list-item__content__result-item + .p-story__list-item__content__result-item {
  margin-top: 30px;
}
.p-story__list-item__content__result-item + .p-story__list-item__content__result-item .p-story__list-item__content__result-item__heading {
  position: relative;
}
.p-story__list-item__content__result-item + .p-story__list-item__content__result-item .p-story__list-item__content__result-item__heading::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-story__list-item__content__result-item__heading {
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 90px;
  padding: 20px 10px;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .p-story__list-item__content__result-item__heading {
    width: 24%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-story__list-item__content__result-item__txt {
  margin-left: 20px;
  width: calc(100% - 110px);
}
@media all and (max-width: 767px) {
  .p-story__list-item__content__result-item__txt {
    margin-left: 6%;
    width: 70%;
  }
}

.p-story__list-item__content__point {
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .p-story__list-item__content__point {
    padding: 5vw;
  }
}

.p-story__list-item__content__point__heading {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-story__list-item__content__point__list {
  margin-top: 15px;
}

.p-story__list-item__content__point__list-item + .p-story__list-item__content__point__list-item {
  margin-top: 0.75em;
}

/* present
---------------------------------------*/
.p-present {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media all and (max-width: 1200px) {
  .p-present {
    overflow-x: hidden;
  }
}
@media all and (max-width: 767px) {
  .p-present {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-present__new-member {
  margin: 120px 100px 0;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 50px 40px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .p-present__new-member {
    margin-right: clamp(0px, 0px + 100 * (100vw - 1000px) / 200, 100px);
    margin-left: clamp(0px, 0px + 100 * (100vw - 1000px) / 200, 100px);
  }
}
@media all and (max-width: 767px) {
  .p-present__new-member {
    padding: 8vw 5.4vw;
    margin-top: 50px;
  }
}
.p-present__new-member::before {
  content: "New Member Present";
  font-size: 8.1rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: -100px;
  transform: translateY(-100%);
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .p-present__new-member::before {
    margin-left: calc(50% - 50vw);
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-present__new-member::before {
    font-size: 3.85rem;
    top: 2px;
  }
}

@media all and (max-width: 767px) {
  .-winter .p-present__new-member {
    margin-top: 80px;
  }
}

.-winter .p-present__new-member:before {
  content: "Third Year Student";
}

.-winter .p-present__new-member.no-img:before {
  content: "First&Second Year Student";
}

.p-present__new-member__heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.5em 1.25em;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 40px;
  transform: translate(0, -50%);
}
@media all and (max-width: 767px) {
  .p-present__new-member__heading {
    font-size: 1.8rem;
    padding: 0.2em 1em;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.-winter .p-present__new-member__heading {
  padding: 0.6em 1.25em;
}
.-winter .p-present__new-member__heading .fs-70 {
  font-size: 0.7em;
  margin-right: 0.5em;
}

.p-present__new-member__heading__limit {
  display: inline-block;
  font-size: 1.2rem;
  color: #333;
  padding: 2px 20px;
  border-radius: 100px;
  border: 2px solid #fff;
  position: absolute;
  top: -25px;
  left: 0;
}
.p-present__new-member__heading__limit .fs-180 {
  font-size: 1.8em;
}
@media all and (max-width: 767px) {
  .p-present__new-member__heading__limit {
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-present__new-member__list {
  counter-reset: number;
}

.no-img .p-present__new-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-present__new-member__list-item {
  font-size: 2.2em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  counter-increment: number;
}
@media all and (max-width: 767px) {
  .p-present__new-member__list-item {
    font-size: 1.5em;
  }
}
.p-present__new-member__list-item + .p-present__new-member__list-item {
  margin-top: 0.75em;
}
.p-present__new-member__list-item::before {
  content: counter(number) ".";
  vertical-align: top;
  position: relative;
  top: 0.5em;
}
.p-present__new-member__list-item .fs-140 {
  font-size: 1.4em;
  margin: 0 0.2em;
}
.p-present__new-member__list-item .fs-80 {
  font-size: 0.8em;
}
.p-present__new-member__list-item .fs-sp-85 {
  font-size: 0.85em;
}

.no-img .p-present__new-member__list-item {
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 1000px) {
  .no-img .p-present__new-member__list-item {
    width: 100%;
  }
}

.no-img .p-present__new-member__list-item + .p-present__new-member__list-item {
  margin-top: 0;
}
@media all and (max-width: 1000px) {
  .no-img .p-present__new-member__list-item + .p-present__new-member__list-item {
    margin-top: 0.75em;
  }
}

.no-img .p-present__new-member__list-item:nth-of-type(n + 3) {
  margin-top: 0.75em;
}

.p-present__new-member__list-item__inner {
  display: inline-block;
}

.p-present__new-member__figure {
  width: 390px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media all and (max-width: 1023px) {
  .p-present__new-member__figure {
    width: clamp(300px, 300px + 90 * (100vw - 768px) / 256, 390px);
    right: clamp(-80px, -80px + 110 * (100vw - 768px) / 256, 30px);
  }
}
@media all and (max-width: 767px) {
  .p-present__new-member__figure {
    width: 36vw;
    right: -11vw;
    bottom: -20px;
  }
}

@media all and (max-width: 767px) {
  .-winter .p-present__new-member__figure {
    right: -15vw;
  }
}

.p-present__supplement__list {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 30px;
}

.p-present__special {
  margin: 120px 100px 0;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 60px 40px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .p-present__special {
    margin-right: clamp(0px, 0px + 100 * (100vw - 1000px) / 200, 100px);
    margin-left: clamp(0px, 0px + 100 * (100vw - 1000px) / 200, 100px);
  }
}
@media all and (max-width: 767px) {
  .p-present__special {
    padding: 8vw 5.4vw;
    margin-top: 90px;
  }
}
.p-present__special::before {
  content: "Special Present";
  font-size: 8.1rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: -100px;
  transform: translateY(-100%);
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .p-present__special::before {
    margin-left: calc(50% - 50vw);
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-present__special::before {
    font-size: 3.85rem;
    top: 2px;
  }
}
.p-present__special::after {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media all and (max-width: 767px) {
  .p-present__special::after {
    width: 50px;
    height: 50px;
    top: -80px;
  }
}

.p-present__special__heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.5em 1.25em;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  position: absolute;
  top: 0px;
  left: 40px;
  transform: translate(0, -50%);
}
@media all and (max-width: 767px) {
  .p-present__special__heading {
    font-size: 1.8rem;
    padding: 0.2em 1em;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

.p-present__special__list {
  display: flex;
}
@media all and (max-width: 1200px) {
  .p-present__special__list {
    flex-direction: column;
  }
}

.p-present__special__list-item {
  font-size: 1.8rem;
  text-align: left;
}
@media all and (max-width: 767px) {
  .p-present__special__list-item {
    font-size: 1.5rem;
  }
}
.p-present__special__list-item + .p-present__special__list-item {
  margin-left: 20px;
}
@media all and (max-width: 1200px) {
  .p-present__special__list-item + .p-present__special__list-item {
    margin-left: 0;
    margin-top: 0.75em;
  }
}

.p-present__friend {
  margin: 120px 140px 0;
  border-radius: 15px;
  padding: 20px 40px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  position: relative;
}
.p-present__friend + .p-present__friend {
  margin-top: 20px;
}
.p-present__friend + .p-present__friend::after {
  content: none;
}
@media all and (max-width: 1200px) {
  .p-present__friend {
    margin-right: clamp(0px, 0px + 100 * (100vw - 1000px) / 200, 100px);
    margin-left: clamp(0px, 0px + 100 * (100vw - 1000px) / 200, 100px);
  }
}
@media all and (max-width: 767px) {
  .p-present__friend {
    padding: 5.4vw 4vw;
    margin-top: 70px;
  }
}
.p-present__friend::after {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media all and (max-width: 767px) {
  .p-present__friend::after {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}

.p-present__friend__heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .p-present__friend__heading {
    font-size: 1.6rem;
    width: 21.5vw;
    height: 21.5vw;
  }
}

.p-present__friend__txt {
  margin-left: 20px;
  max-width: calc(100% - 140px);
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 767px) {
  .p-present__friend__txt {
    font-size: 1.5rem;
    margin-left: 4vw;
    max-width: calc(100% - 21.5vw);
    display: flex;
    flex-direction: column;
  }
}
.p-present__friend__txt .fs-180 {
  font-size: 1.8em;
  margin: 0 0.2em;
}
.p-present__friend__txt > span {
  display: inline-block;
}

/* counsel
---------------------------------------*/
.p-counsel {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 767px) {
  .p-counsel {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.p-counsel .c-heading__ttl {
  color: #fff;
}
@media all and (max-width: 767px) {
  .p-counsel .c-heading__ttl {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
.p-counsel .c-heading__ttl::after {
  content: none;
}

.p-counsel__figure {
  width: 200px;
  position: absolute;
  top: -80px;
  right: -200px;
}
@media all and (max-width: 1200px) {
  .p-counsel__figure {
    display: none;
  }
}

.p-counsel__list {
  margin: 50px 70px 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .p-counsel__list {
    flex-direction: column;
  }
}
@media all and (max-width: 1023px) {
  .p-counsel__list {
    margin: 50px 0 0;
  }
}
@media all and (max-width: 767px) {
  .p-counsel__list {
    margin: 25px 0 0;
  }
}

.-winter .p-counsel__list {
  margin: 50px 20px 0;
}
@media all and (max-width: 1023px) {
  .-winter .p-counsel__list {
    margin: 50px 0 0;
  }
}
@media all and (max-width: 767px) {
  .-winter .p-counsel__list {
    margin: 25px 0 0;
  }
}

.p-counsel__list-item {
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .p-counsel__list-item {
    align-items: center;
  }
  .p-counsel__list-item.tel {
    border: 1px solid #fff;
    padding: 3em 0;
  }
}
@media all and (max-width: 1200px) and (max-width: 767px) {
  .p-counsel__list-item.tel {
    padding: 7.7vw 0;
  }
}
@media all and (max-width: 1200px) {
  .p-counsel__list-item.form {
    margin-top: 50px;
  }
}
@media all and (max-width: 1200px) and (max-width: 767px) {
  .p-counsel__list-item.form {
    margin-top: 25px;
  }
}

.p-counsel__list-item__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .p-counsel__list-item__heading {
    font-size: 1.5rem;
  }
}

.p-counsel__list-item__txt {
  font-size: 5.2rem;
  font-weight: 700;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.1em;
}
@media all and (max-width: 767px) {
  .p-counsel__list-item__txt {
    font-size: 3.4rem;
    margin-top: 0;
  }
}
.p-counsel__list-item__txt::before {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-right: 0.21em;
  background-image: url("/assets/img/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.p-counsel__list-item__txt-suppl {
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .p-counsel__list-item__txt-suppl {
    font-size: 1.4rem;
  }
}

.p-counsel__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  padding: 1.25em 2em;
  border-radius: 100px;
  color: #fff;
  margin-top: 1em;
}
@media all and (max-width: 1200px) {
  .p-counsel__btn {
    width: 80%;
    padding: 2em 2em;
  }
}
@media all and (max-width: 767px) {
  .p-counsel__btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.75em;
    margin-top: 0.65em;
  }
}
.p-counsel__btn::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.05em;
  background-image: url(/assets/img/calendar-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.8em;
}
@media all and (max-width: 767px) {
  .p-counsel__btn::before {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.6em;
  }
}

@media all and (max-width: 1200px) {
  .-winter .p-counsel__btn {
    width: 100%;
  }
}

/* faq
---------------------------------------*/
.p-faq {
  padding: 80px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 767px) {
  .p-faq {
    padding: 40px 0;
  }
}

@media all and (max-width: 767px) {
  .p-faq .l-inner--narrow {
    padding-right: 7.7vw;
    padding-left: 7.7vw;
  }
}

.p-faq .c-heading {
  margin-bottom: 47px;
}
@media all and (max-width: 767px) {
  .p-faq .c-heading {
    margin-bottom: 36px;
  }
}

.p-faq__item {
  background-color: #fff;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.12));
  border-radius: 20px;
  padding: 37px 51px 43px;
  text-align: left;
}
.p-faq__item:not(first-child) {
  margin-top: 38px;
}
@media all and (max-width: 767px) {
  .p-faq__item:not(first-child) {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-faq__item:first-child {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-faq__item {
    padding: 26px 16px;
  }
}

.p-faq__item-question {
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .p-faq__item-question {
    padding-bottom: 15px;
  }
}

.p-faq__item-question-txt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
.p-faq__item-question-txt::before {
  position: absolute;
  content: "Q.";
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  left: 0;
  top: -8px;
}
@media all and (max-width: 767px) {
  .p-faq__item-question-txt::before {
    font-size: 2.4rem;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .p-faq__item-question-txt {
    font-size: 1.6rem;
    padding-left: 35px;
  }
}

.p-faq__item-answer-txt {
  font-size: 1.6rem;
  position: relative;
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .p-faq__item-answer-txt {
    padding-left: 35px;
    font-size: 1.5rem;
  }
}
.p-faq__item-answer-txt::before {
  position: absolute;
  content: "A.";
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  left: 0;
  top: -5px;
}
@media all and (max-width: 767px) {
  .p-faq__item-answer-txt::before {
    font-size: 2.4rem;
    top: 0;
  }
}

/* access
---------------------------------------*/
.p-access {
  background-color: #fff;
  padding: 80px 0 100px;
}
@media all and (max-width: 767px) {
  .p-access {
    padding: 40px 0 0;
  }
}

.p-access .c-heading {
  margin-bottom: 40px;
}

.p-access-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 60px;
}
@media all and (max-width: 1200px) {
  .p-access-container {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .p-access-container {
    margin-top: 30px;
  }
}

.p-access__item:first-child {
  width: calc(100% - 400px);
}
@media all and (max-width: 1200px) {
  .p-access__item:first-child {
    width: 100%;
  }
}

.p-access__item-lists {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .p-access__item-lists {
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .p-access__item-lists {
    display: block;
  }
}

.p-access__item-list-txt-box + .p-access__item-list-txt-box {
  margin-top: 0.6em;
}
@media all and (max-width: 767px) {
  .p-access__item-list-txt-box + .p-access__item-list-txt-box {
    margin-top: 15px;
  }
}

.p-access__item-list__data {
  width: calc(100% - 240px);
}
@media all and (max-width: 1200px) {
  .p-access__item-list__data {
    width: auto;
  }
}

.p-access__item-list-img {
  width: 200px;
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .p-access__item-list-img {
    margin: 0 auto;
  }
}

.p-access__item-list-address {
  padding-right: 50px;
}
@media all and (max-width: 767px) {
  .p-access__item-list-address {
    padding-right: 0;
  }
}

.p-access__item-list-head {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .p-access__item-list-head {
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 2rem;
  }
}

.p-access__item-list-txt-container {
  font-size: 1.6rem;
  text-align: left;
}

.p-access__item-list-txt-head {
  font-weight: 700;
}

.p-access__item-list-txt {
  padding-left: 1.4em;
}
@media all and (max-width: 767px) {
  .p-access__item-list-txt {
    font-size: 1.5rem;
  }
}

.p-access__item-map {
  max-width: 100%;
}
@media all and (max-width: 1200px) {
  .p-access__item-map {
    margin-right: 0;
  }
}

.p-access__item-map-iframe iframe {
  width: 400px;
  height: 400px;
}
@media all and (max-width: 1200px) {
  .p-access__item-map-iframe iframe {
    width: 100%;
    height: 200px;
  }
}
@media all and (max-width: 1200px) {
  .p-access__item-map-iframe {
    margin-top: 40px;
  }
}

/* recommend
---------------------------------------*/
.p-recommend {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 767px) {
  .p-recommend {
    padding-top: 40px;
    padding-bottom: 38vw;
  }
}

.p-recommend__container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 1200px) {
  .p-recommend__container {
    flex-direction: column;
  }
}

.p-recommend .c-heading__ttl {
  color: #fff;
  font-size: 4rem;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .p-recommend .c-heading__ttl {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .p-recommend .c-heading__ttl {
    font-size: 2.4rem;
  }
}
.p-recommend .c-heading__ttl::after {
  content: none;
}

.-winter .p-recommend .c-heading__ttl {
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .-winter .p-recommend .c-heading__ttl {
    font-size: 2.2rem;
  }
}

@media all and (max-width: 1200px) {
  .p-recommend__list {
    margin-top: 60px;
    padding: 0 80px;
  }
}
@media all and (max-width: 767px) {
  .p-recommend__list {
    margin-top: 30px;
    padding: 0;
  }
}

.p-recommend__list-item {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  padding: 0.8em 1.05em;
}
@media all and (max-width: 767px) {
  .p-recommend__list-item {
    font-size: 1.8rem;
    padding: 0.5em 1em;
  }
}
.p-recommend__list-item .fs-140 {
  font-size: 1.4em;
  margin: 0 0.2em;
}
.p-recommend__list-item .fs-80 {
  font-size: 0.8em;
  margin: 0 0.4em;
}
.p-recommend__list-item .fs-65 {
  font-size: 0.65em;
  margin: 0 0.4em;
}
@media all and (max-width: 1200px) {
  .p-recommend__list-item .fs-65 {
    font-size: 0.8em;
  }
}
.p-recommend__list-item + .p-recommend__list-item {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .p-recommend__list-item + .p-recommend__list-item {
    margin-top: 10px;
  }
}

.p-recommend__figure {
  position: absolute;
  bottom: -100px;
  left: -70px;
  width: 500px;
}
@media all and (max-width: 1200px) {
  .p-recommend__figure {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .p-recommend__figure {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    left: 0;
    bottom: -38vw;
  }
}

/* success
---------------------------------------*/
.p-success {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .p-success {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-success__list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media all and (max-width: 1023px) {
  .p-success__list {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .p-success__list {
    margin-top: 30px;
  }
}

.p-success__list-item {
  width: 33%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .p-success__list-item {
    width: 80%;
  }
  .p-success__list-item + .p-success__list-item {
    margin-top: 60px;
  }
}
@media all and (max-width: 1023px) and (max-width: 767px) {
  .p-success__list-item + .p-success__list-item {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .p-success__list-item {
    width: 100%;
    padding: 0 2.5vw;
  }
}

.p-success__list-item__figure {
  width: 130px;
  height: 130px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
@media all and (max-width: 767px) {
  .p-success__list-item__figure {
    width: 160px;
    height: 160px;
  }
}
.p-success__list-item__figure figure {
  width: 100%;
}
.p-success__list-item__figure figure img {
  width: 100%;
}

.p-success__list-item__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1em;
}
@media all and (max-width: 767px) {
  .p-success__list-item__heading {
    margin-top: 0.8em;
  }
}

.p-success__list-item__list {
  margin-top: 25px;
}

.p-success__list-item__list-item {
  text-align: left;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .p-success__list-item__list-item {
    font-size: 1.5rem;
  }
}
.p-success__list-item__list-item + .p-success__list-item__list-item {
  margin-top: 0.5em;
}

/* contact
---------------------------------------*/
.p-contact {
  padding: 74px 0 97px;
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
@media all and (max-width: 767px) {
  .p-contact {
    padding: 37px 0 53px;
  }
}

.p-contact .c-heading {
  margin-bottom: 61px;
  display: block;
}
@media all and (max-width: 767px) {
  .p-contact .c-heading {
    margin-bottom: 29px;
  }
}

.p-contact .c-heading__ttl::after {
  content: none;
}

.p-contact__container {
  background-color: #fdfaef;
  padding: 69px 140px 80px;
  border-radius: 20px;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .p-contact__container {
    padding: 69px 110px 80px;
  }
}
@media all and (max-width: 1024px) {
  .p-contact__container {
    padding: 69px 60px 80px;
  }
}
@media all and (max-width: 767px) {
  .p-contact__container {
    padding: 39px 25px 60px 25px;
  }
}

.p-contact__step {
  max-width: 570px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .p-contact__step {
    width: 100%;
    justify-content: center;
  }
}

.p-contact__step-2,
.p-contact__step-3 {
  margin-left: 1%;
}

.p-contact__step-1-circle,
.p-contact__step-2-circle,
.p-contact__step-3-circle {
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-contact__step-1-circle,
.p-contact__step-2-circle,
.p-contact__step-3-circle {
    width: 99px;
    height: 99px;
  }
}

.p-contact__step-2-circle {
  background-color: #fff;
}

.p-contact__step-3-circle {
  background-color: #fff;
}

.p-contact__step-1-txt,
.p-contact__step-2-txt,
.p-contact__step-3-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .p-contact__step-1-txt,
.p-contact__step-2-txt,
.p-contact__step-3-txt {
    font-size: 1.4rem;
  }
}

.p-contact__step-1-txt {
  color: #fff;
}

/* form */
.p-contact__form {
  margin: 53px auto 0 auto;
  max-width: 800px;
}
@media all and (max-width: 767px) {
  .p-contact__form {
    margin-top: 41px;
  }
}

.p-contact__form-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .p-contact__form-item {
    display: block;
  }
  .p-contact__form-item:not(:first-child) {
    margin-top: 22px;
  }
}

.p-contact__form-item.-first-input {
  margin-top: 26px;
}
@media all and (max-width: 1024px) {
  .p-contact__form-item.-first-input {
    margin-top: 14px;
  }
}

.p-contact__form-item-label {
  width: 100%;
  max-width: 201px;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media all and (max-width: 1200px) {
  .p-contact__form-item-label.-radio {
    margin-top: 10px;
    margin-bottom: auto;
  }
}
@media all and (max-width: 1024px) {
  .p-contact__form-item-label {
    max-width: 220px;
  }
}

.p-contact__form-item-label.-txtarea {
  margin-top: 8px;
  margin-bottom: auto;
}

.p-contact__form-item-label-required {
  margin-right: 8px;
  padding: 3px 0;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff9d86;
  border-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
}
@media all and (max-width: 1024px) {
  .p-contact__form-item-label-required {
    padding: 2px 0;
  }
}

.p-contact__form-item-label-option {
  margin-right: 8px;
  padding: 3px 0;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #d5d5d5;
  border-radius: 16px;
  font-size: 1.4rem;
}

/* radio */
.p-contact__form-radio {
  font-size: 1.6rem;
  margin-left: 40px;
}
@media all and (max-width: 1024px) {
  .p-contact__form-radio {
    margin-left: 0;
  }
}

.p-contact__form-radio [type=radio] {
  display: none;
}

.p-contact__form-radio span {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  line-height: 1;
  padding: 20px 0 20px 38px;
}
.p-contact__form-radio span::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #506059;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.p-contact__form-radio span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
@media all and (max-width: 1024px) {
  .p-contact__form-radio span {
    padding: 16px 0 16px 38px;
  }
}

.p-contact__form-radio [type=radio]:checked + span::after {
  display: block;
}

.p-contact__form-item-input {
  border: 1px solid #506059;
  border-radius: 8px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 50px;
  width: 100%;
  width: 360px;
  background: #fff;
  font-size: 1.6rem;
}
.p-contact__form-item-input::-moz-placeholder {
  color: rgba(80, 96, 100, 0.3);
}
.p-contact__form-item-input::placeholder {
  color: rgba(80, 96, 100, 0.3);
}
.p-contact__form-item-input.-s-input {
  width: 220px;
}
.p-contact__form-item-input.-m-input {
  width: 360px;
}
@media all and (max-width: 1024px) {
  .p-contact__form-item-input.-m-input {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .p-contact__form-item-input {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media all and (max-width: 767px) {
  .p-contact__form-item-input {
    width: 100%;
  }
}

.p-contact__form-item-input.-required {
  border: 1px solid #ff9d86;
  width: 360px;
}
@media all and (max-width: 1024px) {
  .p-contact__form-item-input.-required {
    width: 100%;
  }
}

.p-contact__form-required-txt {
  font-size: 1.4rem;
  color: #ff9d86;
  margin-left: 40px;
}
@media all and (max-width: 1024px) {
  .p-contact__form-required-txt {
    margin-left: 0;
  }
}

.p-contact__form-item-textarea {
  border: 1px solid #506059;
  border-radius: 8px;
  margin-left: 40px;
  padding: 8px 14px;
  height: 180px;
  width: 100%;
  max-width: 100%;
  background: #fff;
  font-size: 1.6rem;
}
@media all and (max-width: 1024px) {
  .p-contact__form-item-textarea {
    margin-left: 0;
    margin-top: 8px;
    height: 241px;
  }
}

.p-contact__form-item-privacy {
  display: block;
  font-size: 1.6rem;
  padding-left: 45px;
  position: relative;
  margin-left: 40px;
}
@media all and (max-width: 1024px) {
  .p-contact__form-item-privacy {
    margin-left: 0;
    padding-left: 42px;
  }
}
.p-contact__form-item-privacy::before {
  background: #fff;
  border-radius: 8px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  position: absolute;
  top: -2px;
  transition: 0.2s;
}
.p-contact__form-item-privacy:after {
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  content: "";
  display: block;
  height: 12px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  transition: 0.2s;
  width: 17px;
}

input[type=checkbox]:checked + .p-contact__form-item-privacy:after {
  opacity: 1;
}

.p-contact__form-item-privacy-link {
  text-decoration: underline;
}

.p-contact__form-btn {
  border-radius: 60px;
  margin: 62px auto 0 auto;
  padding: 27px 0;
  width: 360px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
.p-contact__form-btn:hover {
  transform: translateY(5px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 767px) {
  .p-contact__form-btn {
    width: 100%;
    margin: 44px auto 0 auto;
  }
}

.-privacy .err_box_agreement {
  margin-top: 10px;
}

.p-contact-confirm__form-content {
  font-size: 1.2rem;
  margin-left: 40px;
  border: 1px solid #506059;
  border-radius: 8px;
  background-color: #fff;
  padding: 1.4em;
  height: 160px;
  overflow-y: auto;
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-content {
    margin-left: 0;
    margin-top: 8px;
    height: 180px;
  }
}
.p-contact-confirm__form-content p:not(:last-of-type) {
  margin-bottom: 1.4em;
}

/* contact-confirm
---------------------------------------*/
.p-contact-confirm {
  padding: 74px 0 238px;
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
@media all and (max-width: 767px) {
  .p-contact-confirm {
    padding: 37px 0 53px;
  }
}

.p-contact-confirm .c-heading {
  margin-bottom: 61px;
  display: block;
}
@media all and (max-width: 767px) {
  .p-contact-confirm .c-heading {
    margin-bottom: 29px;
  }
}

.p-contact-confirm .c-heading__ttl::after {
  content: none;
}

.p-contact-confirm__container {
  background-color: #fdfaef;
  padding: 69px 140px 80px;
  border-radius: 20px;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .p-contact-confirm__container {
    padding: 69px 110px 80px;
  }
}
@media all and (max-width: 1024px) {
  .p-contact-confirm__container {
    padding: 69px 60px 80px;
  }
}
@media all and (max-width: 767px) {
  .p-contact-confirm__container {
    padding: 39px 25px 60px 25px;
  }
}

.p-contact-confirm__step {
  max-width: 570px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__step {
    width: 100%;
    justify-content: center;
  }
}

.p-contact-confirm__step-2,
.p-contact-confirm__step-3 {
  margin-left: 1%;
}

.p-contact-confirm__step-1-circle,
.p-contact-confirm__step-2-circle,
.p-contact-confirm__step-3-circle {
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__step-1-circle,
.p-contact-confirm__step-2-circle,
.p-contact-confirm__step-3-circle {
    width: 99px;
    height: 99px;
  }
}

.p-contact-confirm__step-3-circle {
  background-color: #fff;
}

.p-contact-confirm__step-1-txt,
.p-contact-confirm__step-2-txt,
.p-contact-confirm__step-3-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__step-1-txt,
.p-contact-confirm__step-2-txt,
.p-contact-confirm__step-3-txt {
    font-size: 1.4rem;
  }
}

.p-contact-confirm__step-1-txt,
.p-contact-confirm__step-2-txt {
  color: #fff;
}

/* form */
.p-contact-confirm__form {
  margin: 62px auto 0 auto;
  max-width: 800px;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form {
    margin-top: 38px;
  }
}

.p-contact-confirm__form-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 36px;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-item {
    display: block;
  }
  .p-contact-confirm__form-item:not(:first-child) {
    margin-top: 22px;
  }
}

.p-contact-confirm__form-item-label {
  width: 100%;
  max-width: 201px;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media all and (max-width: 1200px) {
  .p-contact-confirm__form-item-label.-radio {
    margin-top: 10px;
    margin-bottom: auto;
  }
}
@media all and (max-width: 1024px) {
  .p-contact-confirm__form-item-label {
    max-width: 220px;
  }
}

.p-contact-confirm__form-item-label.-txtarea {
  margin-top: -3px;
  margin-bottom: auto;
  width: 100%;
  max-width: 201px;
}

.p-contact-confirm__form-item-label-required {
  margin-right: 8px;
  padding: 3px 0;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff9d86;
  border-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-item-label-required {
    padding: 2px 0;
  }
}

.p-contact-confirm__form-item-label-option {
  margin-right: 8px;
  padding: 3px 0;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #d5d5d5;
  border-radius: 16px;
  font-size: 1.4rem;
}

.p-contact-confirm__form-txt {
  font-size: 1.6rem;
  margin-left: 40px;
  max-width: 554px;
  flex: 1;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-txt {
    margin-left: 0;
    margin-top: 7px;
  }
}
.p-contact-confirm__form-txt.-txtarea {
  margin-top: 0;
  line-height: 1.7;
}

.p-contact-confirm__form-btn {
  border-radius: 60px;
  margin: 52px auto 0 auto;
  padding: 27px 0;
  width: 360px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s;
}
.p-contact-confirm__form-btn:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-btn {
    width: 100%;
    margin: 44px auto 0 auto;
  }
}

.p-contact-confirm__form-before {
  text-align: center;
  margin-top: 39px;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-before {
    margin-top: 29px;
  }
}

.p-contact-confirm__form-before-link {
  font-size: 1.6rem;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.p-contact-confirm__form-before-link:hover {
  opacity: 0.6;
}

/* contact-confirm
---------------------------------------*/
.p-contact-thanks {
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}

.p-contact-thanks-wrapper {
  padding: 74px 0 97px;
}
@media all and (max-width: 767px) {
  .p-contact-thanks-wrapper {
    padding: 37px 0 53px;
  }
}

.p-contact-thanks .c-heading {
  margin-bottom: 61px;
  display: block;
}
@media all and (max-width: 767px) {
  .p-contact-thanks .c-heading {
    margin-bottom: 38px;
  }
}

.p-contact-thanks .c-heading__ttl::after {
  content: none;
}

.p-contact-thanks__container {
  background-color: #fdfaef;
  padding: 69px 140px 80px;
  border-radius: 20px;
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .p-contact-thanks__container {
    padding: 69px 110px 80px;
  }
}
@media all and (max-width: 1024px) {
  .p-contact-thanks__container {
    padding: 69px 60px 80px;
  }
}
@media all and (max-width: 767px) {
  .p-contact-thanks__container {
    padding: 39px 25px 60px 25px;
  }
}

.p-contact-thanks__step {
  max-width: 570px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__step {
    width: 100%;
    justify-content: center;
  }
}

.p-contact-thanks__step-2,
.p-contact-thanks__step-3 {
  margin-left: 1%;
}

.p-contact-thanks__step-1-circle,
.p-contact-thanks__step-2-circle,
.p-contact-thanks__step-3-circle {
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__step-1-circle,
.p-contact-thanks__step-2-circle,
.p-contact-thanks__step-3-circle {
    width: 99px;
    height: 99px;
  }
}

.p-contact-thanks__step-1-txt,
.p-contact-thanks__step-2-txt,
.p-contact-thanks__step-3-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__step-1-txt,
.p-contact-thanks__step-2-txt,
.p-contact-thanks__step-3-txt {
    font-size: 1.4rem;
  }
}

.p-contact-thanks__step-1-txt,
.p-contact-thanks__step-2-txt,
.p-contact-thanks__step-3-txt {
  color: #fff;
}

.p-contact-thanks__content {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__content {
    text-align: left;
    margin-top: 35px;
    padding: 0 7px;
  }
}

.p-contact-thanks__btn {
  border-radius: 60px;
  margin: 52px auto 0 auto;
  padding: 27px 0;
  width: 360px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s;
}
.p-contact-thanks__btn:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__btn {
    width: 100%;
    margin: 44px auto 0 auto;
    margin: 37px auto 0 auto;
  }
}

/* alert
---------------------------------------*/
.p-alert-1,
.p-alert-2 {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media all and (max-width: 767px) {
  .p-alert-1,
.p-alert-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-alert-1__container,
.p-alert-2__container {
  border-width: 4px;
  border-style: solid;
  border-radius: 20px;
  padding: 40px 100px 60px;
}
@media all and (max-width: 767px) {
  .p-alert-1__container,
.p-alert-2__container {
    padding: 6.4vw;
  }
}

.p-alert-1__list,
.p-alert-2__list {
  display: flex;
}
@media all and (max-width: 1100px) {
  .p-alert-1__list,
.p-alert-2__list {
    flex-direction: column;
  }
}

.p-alert-1__list-item,
.p-alert-2__list-item {
  width: calc((100% - 60px) / 2);
}
@media all and (max-width: 1100px) {
  .p-alert-1__list-item,
.p-alert-2__list-item {
    width: 100%;
  }
}
.p-alert-1__list-item + .p-alert-1__list-item,
.p-alert-1__list-item + .p-alert-2__list-item,
.p-alert-2__list-item + .p-alert-1__list-item,
.p-alert-2__list-item + .p-alert-2__list-item {
  margin-left: 60px;
}
@media all and (max-width: 1100px) {
  .p-alert-1__list-item + .p-alert-1__list-item,
.p-alert-1__list-item + .p-alert-2__list-item,
.p-alert-2__list-item + .p-alert-1__list-item,
.p-alert-2__list-item + .p-alert-2__list-item {
    margin-left: 0;
    margin-top: 40px;
  }
}

.p-alert-1__list-item__bubble,
.p-alert-2__list-item__bubble {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 10px;
  position: relative;
}
.p-alert-1__list-item__bubble::before, .p-alert-1__list-item__bubble::after,
.p-alert-2__list-item__bubble::before,
.p-alert-2__list-item__bubble::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.p-alert-1__list-item__bubble::before,
.p-alert-2__list-item__bubble::before {
  bottom: 0;
}
.p-alert-1__list-item__bubble::after,
.p-alert-2__list-item__bubble::after {
  bottom: 2px;
}

.c-heading__alert__ttl__txt {
  -webkit-animation: throb 3.5s linear infinite;
          animation: throb 3.5s linear infinite;
}

@-webkit-keyframes throb {
  0%, 50%, 100% {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(1.1);
  }
}

@keyframes throb {
  0%, 50%, 100% {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(1.1);
  }
}
.p-alert-1__list-item__heading,
.p-alert-2__list-item__heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-top: 25px;
  padding: 0 10px;
}

.p-alert-1__list-item__list,
.p-alert-2__list-item__list {
  margin-top: 20px;
  padding: 0 10px;
}

.p-alert-1__list-item__list-item,
.p-alert-2__list-item__list-item {
  text-align: left;
  font-size: 1.6rem;
}
.p-alert-1__list-item__list-item + .p-alert-1__list-item__list-item,
.p-alert-1__list-item__list-item + .p-alert-2__list-item__list-item,
.p-alert-2__list-item__list-item + .p-alert-1__list-item__list-item,
.p-alert-2__list-item__list-item + .p-alert-2__list-item__list-item {
  margin-top: 0.5em;
}

/*==================================================
非表示
==================================================*/
@media all and (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (min-width: 1025px) {
  .sp-tb-show {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .pc-up-hidden {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only-show {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tb-only-show {
    display: none !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .tb-only-hidden {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1201px) {
  .tb-pc-hidden {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .tb-pc-only-middle {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-up-hidden {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .tb-up-hidden {
    display: none !important;
  }
}

/* u-sp-lh-middle
---------------------------------------*/
.u-sp-lh-middle {
  line-height: 1.4;
}

/* u-sp-lh-wide
---------------------------------------*/
.u-sp-lh-wide {
  line-height: 1.5;
}

/* color
---------------------------------------*/
.u-color-main {
  color: #007440;
  font-weight: 600;
}

/* u-font-bold
---------------------------------------*/
.u-font-bold {
  font-weight: 600;
}

/* u-sp-txt-small
---------------------------------------*/
@media all and (max-width: 767px) {
  .u-sp-txt-small {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
}

/* u-sp-txt-middle
---------------------------------------*/
@media all and (max-width: 767px) {
  .u-sp-txt-middle {
    font-size: 2rem;
  }
}

/* u-sp-txt-large
---------------------------------------*/
@media all and (max-width: 767px) {
  .u-sp-txt-large {
    font-size: 3.2rem;
  }
}

/* u-sp-txt-middle-large
---------------------------------------*/
@media all and (max-width: 767px) {
  .u-sp-txt-middle-large {
    font-size: 2.4rem;
    letter-spacing: -0.05em;
  }
}

/* u-sp-margin-left-narrow
---------------------------------------*/
@media all and (max-width: 767px) {
  .u-sp-margin-left-narrow {
    margin-left: -5px;
  }
}

/* white-space-no
---------------------------------------*/
.u-white-space-no {
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */