@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 920px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-flex {
  display: flex;
}

.u-justify-center {
  justify-content: center;
}

.u-align-baseline {
  align-items: baseline;
}

.u-between {
  justify-content: space-between;
}

.u-align-center {
  align-items: center;
}

.u-overflowhidden {
  overflow: hidden;
}

.u-white {
  color: #fff;
}

.u-blue {
  color: #2D53A3;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-nowrap {
  white-space: nowrap;
}

.u-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-no-linebreak {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-color-main {
  color: #00AEBB;
}

.din {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-relative {
  position: relative;
}

.u-wrapper1 {
  max-width: 1406px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .u-wrapper1 {
    max-width: 100%;
  }
}

.u-wrapper2 {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .u-wrapper2 {
    max-width: 100%;
    padding: 0 4rem;
  }
}

.u-wrapper3 {
  max-width: 1266px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .u-wrapper3 {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline !important;
}

.bold {
  font-weight: bold;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ms-0 {
  margin-left: 0rem !important;
}

.u-ms-1 {
  margin-left: 1rem !important;
}

.u-ms-2 {
  margin-left: 2rem !important;
}

.u-ms-3 {
  margin-left: 3rem !important;
}

.u-ms-4 {
  margin-left: 4rem !important;
}

.u-ms-0-5 {
  margin-left: 0.5rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.u-ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-160 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.u-mt-00 {
  margin-top: 0rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-160 {
  padding-bottom: 16rem !important;
}

.u-pb-180 {
  padding-bottom: 18rem !important;
}

/* padding-top**/
.u-pt-35 {
  padding-top: 3.5rem;
}

.u-pt-40 {
  padding-top: 4rem;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-160 {
  padding-top: 16rem !important;
}

.u-pt-180 {
  padding-top: 18rem !important;
}

.u-pt-200 {
  padding-top: 20rem !important;
}

.u-ps-10 {
  padding-left: 10rem !important;
}

@media print, screen and (min-width: 921px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 920px) {
  .u-align-baseline_sp {
    align-items: baseline;
  }

  .u-align-end_sp {
    align-items: end;
  }

  .justify-center_sp {
    justify-content: center;
  }

  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .u-fz-14_sp {
    font-size: 1.4rem !important;
  }

  .u-fz-24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .u-mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .u-mb-10_sp {
    margin-bottom: 1rem !important;
  }

  .u-mb-20_sp {
    margin-bottom: 2rem !important;
  }

  .u-mb-25_sp {
    margin-bottom: 2.5rem !important;
  }

  .u-mb-30_sp {
    margin-bottom: 3rem !important;
  }

  .u-mb-35_sp {
    margin-bottom: 3.5rem !important;
  }

  .u-mb-40_sp {
    margin-bottom: 4rem !important;
  }

  .u-mb-45_sp {
    margin-bottom: 4.5rem !important;
  }

  .u-mb-50_sp {
    margin-bottom: 5rem !important;
  }

  .u-mb-60_sp {
    margin-bottom: 6rem !important;
  }

  .u-mb-65_sp {
    margin-bottom: 6.5rem !important;
  }

  .u-mb-70_sp {
    margin-bottom: 7rem !important;
  }

  .u-mb-80_sp {
    margin-bottom: 8rem !important;
  }

  .u-mb-85_sp {
    margin-bottom: 8.5rem !important;
  }

  .u-mb-90_sp {
    margin-bottom: 9rem !important;
  }

  .u-mt-0_sp {
    margin-top: 0rem !important;
  }

  .u-mt-40_sp {
    margin-top: 4rem !important;
  }

  .u-ms-0_sp {
    margin-left: 0 !important;
  }

  .u-ms-20_sp {
    margin-left: 2rem !important;
  }

  .mx-auto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-pt-20_sp {
    padding-top: 2rem !important;
  }

  .u-pt-25_sp {
    padding-top: 2.5rem !important;
  }

  .u-pt-30_sp {
    padding-top: 3rem !important;
  }

  .u-pt-35_sp {
    padding-top: 3.5rem !important;
  }

  .u-pt-40_sp {
    padding-top: 4rem !important;
  }

  .u-pt-50_sp {
    padding-top: 5rem !important;
  }

  .u-pt-55_sp {
    padding-top: 5.5rem !important;
  }

  .u-pt-60_sp {
    padding-top: 6rem !important;
  }

  .u-pt-70_sp {
    padding-top: 7rem !important;
  }

  .u-pt-80_sp {
    padding-top: 8rem !important;
  }

  .u-pt-90_sp {
    padding-top: 9rem !important;
  }

  .u-pt-100_sp {
    padding-top: 10rem !important;
  }

  .u-pb-0_sp {
    padding-bottom: 0rem !important;
  }

  .u-pb-40_sp {
    padding-bottom: 4rem !important;
  }

  .u-pb-50_sp {
    padding-bottom: 5rem !important;
  }

  .u-pb-60_sp {
    padding-bottom: 6rem !important;
  }

  .u-pb-80_sp {
    padding-bottom: 8rem !important;
  }

  .px-0_sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-15_sp {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .ps-0_sp {
    padding-left: 0 !important;
  }

  .ps-20_sp {
    padding-left: 2rem !important;
  }

  .pe-0_sp {
    padding-right: 0 !important;
  }

  .pe-20_sp {
    padding-right: 2rem !important;
  }

  .block_sp {
    display: block !important;
  }

  .u-text-center_sp {
    text-align: center !important;
  }

  .u-text-left_sp {
    text-align: left !important;
  }
}
/* checkbox **/
.input-checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  margin-bottom: 1rem;
  font-weight: normal;
}

.input-checkbox input {
  display: none;
}

.input-checkbox input + label::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  background-color: #edf2f4;
  border: solid 1px #edf2f4;
  border-radius: 2px;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}

.input-checkbox input[type=radio] + label::before {
  border-radius: 100%;
}

.input-checkbox input:checked + label::before {
  background-color: #edf2f4;
  border-color: #edf2f4;
}

.input-checkbox input:checked + label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 0.4em;
  height: 0.8em;
  display: inline-block;
  border: solid 2px #222;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  border-radius: 2px;
  margin-right: 0.5rem;
}

.input-checkbox input[type=radio] + label::after {
  border: solid 3px #fff;
  height: 0.4em;
  margin-top: 0.3em;
  transform: none;
  border-radius: 100%;
}

/** font util **/
.u-fz-14 {
  font-size: 1.4rem;
}

.u-fz-20 {
  font-size: 2rem;
}

.u-fz-32 {
  font-size: 3.2rem;
}

.u-fz-28 {
  font-size: 2.8rem;
}

.u-fz-36 {
  font-size: 3.6rem;
}

.u-fz-40 {
  font-size: 4rem;
}

@media screen and (max-width: 920px) {
  .u-fz-28_sp {
    font-size: 2.8rem !important;
  }

  .u-fz-20_sp {
    font-size: 2rem !important;
  }
}
.c-button {
  border: 0;
  width: 25rem;
  height: 6rem;
  background-color: #212121;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0 2rem;
  justify-content: center;
}
.c-button img {
  transition: 0.3s;
}
@media print, screen and (min-width: 921px) {
  .c-button:hover img {
    transform: translate(0.5rem, 0);
  }
}
.c-button--line {
  font-weight: bold;
}
@media print, screen and (min-width: 921px) {
  .c-button--line:hover img {
    transform: none;
    scale: 1.1;
  }
}

.c-section-heading {
  margin-bottom: 6rem;
}
.c-section-heading__title {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
}
.c-section-heading__title::after {
  content: "";
  width: 3.6rem;
  height: 0.3rem;
  background-color: #212121;
  margin: 0.9rem auto 0;
  display: block;
}

.c-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
}
@media screen and (max-width: 920px) {
  .c-flow {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4.5rem;
  }
}
.c-flow__item {
  border: solid 1px;
  background: #f5f5f5;
  position: relative;
  padding: 3.5rem 1.5rem 5rem;
}
@media screen and (max-width: 920px) {
  .c-flow__item {
    padding: 3rem 1.3rem;
  }
  .c-flow__item:last-child {
    margin-bottom: 0;
  }
}
.c-flow__item:last-child::after {
  display: none;
}
.c-flow__item-no {
  position: absolute;
  left: 1.5rem;
  top: -2.2rem;
}
@media screen and (max-width: 920px) {
  .c-flow__item-no {
    left: 2.5rem;
    top: -2rem;
    font-size: 3.5rem;
  }
}
.c-flow__item-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 920px) {
  .c-flow__item-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.c-data-table__item {
  display: flex;
  padding: 3.5rem 1.5rem;
  border-bottom: 1px solid #212121;
}
@media screen and (max-width: 920px) {
  .c-data-table__item {
    display: block;
    padding: 2.5rem 0.5rem;
  }
  .c-data-table__item:first-child {
    padding-top: 0;
  }
}
.c-data-table__item-left {
  font-weight: bold;
  flex: 0 0 26rem;
  font-weight: bold;
}
@media screen and (max-width: 920px) {
  .c-data-table__item-left {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 920px) {
  .c-data-table__item-right {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 920px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #f7f7f7;
  color: #212121;
  font-size: 1.6rem;
  color: #212121;
  position: relative;
}
@media screen and (max-width: 920px) {
  body iframe {
    width: 100%;
    height: 19rem;
  }
}

b {
  font-weight: bold;
}

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

p {
  font-size: 1.6rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 920px) {
  p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

.red {
  color: #CB0303;
}

.right {
  text-align: right;
}

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

video {
  max-width: 100%;
}

.header-scroll-wrap {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 2rem;
  z-index: -1;
}
@media screen and (max-width: 920px) {
  .header-scroll-wrap {
    bottom: auto;
    top: -3rem;
    left: -1.5rem;
  }
  .header-scroll-wrap img {
    max-width: none;
    width: 80rem;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 2.5rem 8rem;
  transition: 0.3s;
}
@media screen and (max-width: 920px) {
  .header {
    padding: 2rem 1.5rem 0;
  }
}
@media screen and (max-width: 920px) {
  .header.is-active .header__cta--line {
    transform: translateX(calc(-100% - 1rem));
  }
}
.header__cta {
  max-width: 20rem;
  gap: 1.5rem;
  position: fixed;
  right: 7rem;
  top: 2.2rem;
  z-index: 999;
}
@media screen and (max-width: 920px) {
  .header__cta {
    width: 5.5rem;
    height: 5.5rem;
    right: 1.5rem;
    top: 1rem;
  }
}
.header__cta--line {
  transform: translateX(-100%);
  margin-right: 3.5rem;
  background-color: #06C755;
  transition: 0.3s;
}
@media screen and (max-width: 920px) {
  .header__cta--line {
    margin-right: 0;
    transform: none;
  }
}
.header__logo {
  filter: drop-shadow(6px 9px 15px #f7f7f7);
  transition: 0.3s;
  background-size: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 920px) {
  .header__logo {
    max-width: 26.5rem;
  }
}
.header__logo:hover {
  scale: 1.05;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-weight: 500;
}
.header__menu.is-active {
  color: #00AEBB;
}
@media screen and (max-width: 920px) {
  .header__menu {
    padding: 16rem 0 0;
    display: block;
    background-color: #f5f5f5;
    color: #222;
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    transform: translate(100%, 0);
  }
}
.header__menu-item {
  margin-right: 3rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header__menu-item--normal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1rem;
  background-color: #00AEBB;
  scale: 0;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.45);
}
@media print, screen and (min-width: 921px) {
  .header__menu-item--normal:hover {
    color: #00AEBB;
  }
  .header__menu-item--normal:hover::after {
    scale: 1;
  }
}
@media screen and (max-width: 920px) {
  .header__menu-item--normal {
    font-size: 3.4rem;
    margin-bottom: 5.4rem;
  }
}
@media screen and (max-width: 920px) {
  .header__menu-item {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-bottom: 4rem;
  }
}

.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #00AEBB;
  color: #f5f5f5;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-btn:hover {
  scale: 1.05;
}
.menu-btn::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.501%22%20height%3D%228.988%22%20viewBox%3D%220%200%2031.501%208.988%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_65718%22%20data-name%3D%22%E3%83%91%E3%82%B9%2065718%22%20d%3D%22M2.468-9.66h-1.4V-.788h1.43v-5.9L4.472-2.5H5.519l2.017-4.23V-.788h1.43V-9.66H7.548L5.008-4.517Zm8.437%2C0V-.788h5.4V-2.074H12.385V-4.735h3.536V-6.021H12.385v-2.34H16.3v-1.3Zm11.7%2C0v6.108L18.984-9.66H17.708V-.788h1.43V-6.818L22.724-.788h1.315V-9.66Zm8.475%2C0v5.285c0%2C1.7-.6%2C2.4-1.812%2C2.4s-1.812-.707-1.812-2.4V-9.66H25.979v5.285c0%2C2.61%2C1.34%2C3.7%2C3.293%2C3.7s3.293-1.093%2C3.293-3.716V-9.66Z%22%20transform%3D%22translate(-1.064%209.66)%22%20fill%3D%22%23f5f5f5%22%2F%3E%3C%2Fsvg%3E");
  background-position: center bottom;
  background-size: contain;
  display: block;
  width: 100%;
  height: 0.9rem;
  margin-top: 2.2rem;
}
.menu-btn img {
  margin-top: 2.2rem;
}

.menu-btn span,
.menu-btn span:after {
  top: 1.8rem;
  content: "";
  display: block;
  height: 2px;
  width: 3.15rem;
  border-radius: 3px;
  background-color: #f5f5f5;
  position: absolute;
  transition: 0.3s;
}

.menu-btn span:after {
  top: 0.8rem;
  width: 70%;
  right: 0;
  margin-left: auto;
}

#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .header__menu {
  transform: none;
}

@media screen and (max-width: 920px) {
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: #f5f5f5 !important;
  }
  #menu-btn-check:checked ~ .menu-btn span::before, #menu-btn-check:checked ~ .menu-btn span::after {
    background-color: #000 !important;
  }
}

.scroll-wrap {
  overflow: hidden;
}

.scroll {
  display: flex;
}

.footer {
  background-color: #212121;
  color: #f5f5f5;
  padding: 5rem 0 6.5rem;
}
@media screen and (max-width: 920px) {
  .footer {
    padding: 3.5rem 0 10rem;
  }
}
.footer .footer-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 920px) {
  .footer .footer-copyright {
    bottom: -6rem;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  .footer__info {
    margin-top: 6rem;
  }
}
.footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .footer__inner {
    display: block;
  }
}
.footer__inner dl {
  display: flex;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 920px) {
  .footer__inner dl {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.footer__inner dl:last-child {
  margin-bottom: 0;
}
.footer__inner dl dt {
  text-align: right;
  margin-right: 4rem;
  width: 10rem;
}
@media screen and (max-width: 920px) {
  .footer__inner dl dt {
    width: 6.4rem;
  }
}

.c-hero {
  position: relative;
  top: 10.4rem;
  margin-bottom: 10.4rem;
  height: 66rem;
  color: #f5f5f5;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .c-hero {
    height: 51rem;
    top: 9.6rem;
    margin-bottom: 9.6rem;
  }
  .c-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c-hero--2 {
  height: 30.6rem;
  color: #222;
  background: #f2f5f5;
}
@media screen and (max-width: 920px) {
  .c-hero--2 {
    height: 35rem;
    margin-bottom: 12rem;
  }
}
.c-hero--2 .c-hero__inner {
  top: 55%;
}
@media screen and (max-width: 920px) {
  .c-hero--2 .c-hero__inner {
    top: 50%;
  }
}
.c-hero--2 .c-hero__title-ruby {
  font-size: 4.7rem;
}
@media screen and (max-width: 920px) {
  .c-hero--2 .c-hero__title-ruby {
    font-size: 5rem;
  }
}
.c-hero--2 .c-hero__title {
  margin-top: 1rem;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 920px) {
  .c-hero--2 .c-hero__title {
    letter-spacing: 0.027em;
    font-size: 2.7rem;
  }
}
.c-hero__inner {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.c-hero__title-ruby {
  font-size: 6.5rem;
  letter-spacing: 0.18em;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-weight: 700;
}
.c-hero__title {
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  font-weight: normal;
  margin-top: 2rem;
}
@media screen and (max-width: 920px) {
  .c-hero__title {
    font-size: 2.7rem;
  }
}
.c-hero__title--large {
  font-size: 4rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 920px) {
  .c-hero__title--large {
    word-break: keep-all;
    white-space: break-spaces;
  }
}

.c-form {
  max-width: 93rem;
  margin: auto;
}
.c-form input,
.c-form select {
  -webkit-appearance: none;
  appearance: none;
}
.c-form--type2 {
  max-width: 80rem;
}
.c-form--type2 ::placeholder {
  color: #a6a6a6;
}
.c-form--type2 .c-form-item__label {
  max-width: 16rem;
  flex: 0 0 16rem;
  justify-content: flex-start;
}
@media screen and (max-width: 920px) {
  .c-form--type2 .c-form-item__label {
    max-width: 100%;
  }
}
.c-form--type2 .c-form-item input[type=text],
.c-form--type2 .c-form-item input[type=email],
.c-form--type2 .c-form-item input[type=tel],
.c-form--type2 .c-form-item textarea,
.c-form--type2 .c-form-item select {
  background-color: #f5f5f5;
}
.c-form--type2 .c-form-item.require .c-form-item__label::after {
  content: "*";
  background-color: transparent;
  width: auto;
  padding: 0 0.5rem;
  color: #00AEBB;
}
@media screen and (max-width: 920px) {
  .c-form--type2 .c-form-item.require .c-form-item__label::after {
    padding: 0 0;
  }
}
.c-form__privacy {
  text-align: center;
  display: block;
  margin-bottom: 4.5rem;
}
.c-form__privacy a {
  text-decoration: underline;
}
.c-form__items {
  margin-bottom: 6rem;
}
.c-form__buttons {
  display: flex;
  justify-content: center;
}
.c-form__button {
  margin: 0 2rem;
  display: block;
  border: 0;
  background-color: #00AEBB;
  color: #f5f5f5;
  padding: 2.5rem 0;
  border-radius: 50px;
  width: 41.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
}

.c-form-item {
  display: flex;
  margin-bottom: 4.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 920px) {
  .c-form-item {
    display: block;
  }
}
.c-form-item:last-child {
  margin-bottom: 0;
}
.c-form-item input[type=text],
.c-form-item input[type=email],
.c-form-item input[type=tel],
.c-form-item select {
  height: 50px;
  border: 0;
  background: #edf2f4;
  width: 100%;
  padding: 1.8rem;
}
.c-form-item select {
  width: auto;
  padding: 1rem 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2214px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(52%2C%2052%2C%2052)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M14.723%2C2.489%20L8.503%2C9.957%20L2.283%2C2.489%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center right 0.75rem;
}
@media screen and (max-width: 920px) {
  .c-form-item select {
    padding: 1rem 5rem;
  }
}
.c-form-item textarea {
  border: 0;
  background: #edf2f4;
  width: 100%;
  padding: 1.8rem;
}
.c-form-item.require .c-form-item__label::after {
  display: block;
  content: "必須";
  text-align: center;
  color: #f5f5f5;
  width: 4.7rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 2.3rem;
  border-radius: 12.5px;
  background: #169738;
}
@media screen and (max-width: 920px) {
  .c-form-item.require .c-form-item__label::after {
    margin-left: 2rem;
    width: 6.8rem;
    height: 3.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 3.6rem;
  }
}
.c-form-item__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  font-weight: bold;
  padding-right: 2.4rem;
  width: 22.8rem;
  flex: 0 0 22.8rem;
}
@media screen and (max-width: 920px) {
  .c-form-item__label {
    width: fit-content;
    margin-bottom: 2.2rem;
  }
}
.c-form-item__caveat {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.c-form-item__input {
  flex: 1;
}
.c-form-item__input--2 {
  display: flex;
}
.c-form-item__input--2 input {
  max-width: 50%;
}
.c-form-item__input--2 input:first-child {
  margin-right: 3rem;
}

.thanks {
  padding: 16rem 2rem 12rem;
  text-align: center;
}

.thanks__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.form-inner {
  display: grid;
  grid-template-columns: 32.4rem 1fr;
  column-gap: 11.5rem;
}
@media screen and (max-width: 920px) {
  .form-inner {
    display: block;
  }
}

@media screen and (max-width: 920px) {
  .form-right {
    margin-top: -4rem;
    position: relative;
    z-index: 1;
  }
}

.form-left {
  position: relative;
}
.form-left .c-button--tel img {
  width: 24.1rem;
}
.form-left .c-button {
  display: block;
  margin: auto;
  width: 21rem;
  font-size: 1.4rem;
}
.form-left__inner {
  position: sticky;
  left: 0;
  top: 10rem;
}
.form-left__title {
  margin-bottom: 2.6rem;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 920px) {
  .form-left__title {
    margin-bottom: 1.5rem;
  }
}
.form-left__visual img {
  margin: auto;
}
.form-left__box {
  margin-top: 4rem;
  background: transparent;
  border: 1.5px solid #212121;
  color: #212121;
  padding: 2.5rem 3rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 920px) {
  .form-left__box {
    margin-bottom: 6rem;
    color: #212121;
    background-color: #f5f5f5;
    padding: 3rem 3.5rem 3rem;
  }
  .form-left__box .c-button--tel {
    font-size: 1.4rem;
    text-align: center;
  }
  .form-left__box .c-button--tel span {
    display: block;
  }
  .form-left__box .c-button--tel img {
    width: 24.1rem;
  }
  .form-left__box .c-button {
    padding: 0 !important;
  }
}

.cta-link {
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 920px) {
  .cta-link {
    width: 24rem;
    margin: auto;
    background-color: #06C755;
  }
  .cta-link:nth-child(3) {
    background-color: #212121;
  }
}
.cta-link:hover {
  opacity: 0.76;
}
.cta-link img {
  margin: auto;
}

.cta-link + .cta-link {
  margin-top: 2rem;
}

.entryform {
  margin: 11.5rem auto 2rem;
}
@media screen and (max-width: 920px) {
  .entryform {
    padding: 4rem 0 0rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.entryform .mw_wp_form_confirm .entryform__item-name::before {
  display: none !important;
}
.entryform .mw_wp_form_confirm .entryform__item {
  display: flex;
  padding: 3rem 0;
  margin-bottom: 0;
  border-bottom: dashed 1px;
}
@media screen and (max-width: 920px) {
  .entryform .mw_wp_form_confirm .entryform__item {
    display: block;
    padding: 1.5rem 0;
  }
}
.entryform .mw_wp_form_confirm .entryform__item:first-child {
  border-top: 1px solid;
}
.entryform .mw_wp_form_confirm .entryform__item-name {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 0;
  text-align: right;
  padding-right: 7rem;
}
@media screen and (max-width: 920px) {
  .entryform .mw_wp_form_confirm .entryform__item-name {
    max-width: 100%;
    padding: 0 0 2rem;
    text-align: left;
  }
}
.entryform .mw_wp_form_confirm .entryform__item-input {
  padding-right: 9rem;
  font-weight: normal;
}
@media screen and (max-width: 920px) {
  .entryform .mw_wp_form_confirm .entryform__item-input {
    padding-right: 0;
  }
}
.entryform .mw_wp_form_confirm .entryform__text {
  display: none;
}

.entryform__items {
  margin: auto;
}

.entryform__item {
  font-weight: bold;
  margin-bottom: 4rem;
}

.entryform__item--harf {
  max-width: 58rem;
}

@media screen and (max-width: 768px) {
  .entryform__item {
    margin-bottom: 3rem;
  }
}
.entryform__item-name {
  margin-bottom: 1.5rem;
}

.entryform__item-name span {
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .entryform__item-name span {
    vertical-align: baseline;
    letter-spacing: 0;
  }
}
.entryform__item-name::before {
  content: "任意";
  background-color: #a9a9a9;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.9rem;
}

.entryform__item-name.require::before {
  content: "必須";
  background-color: #ADA580;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .entryform__item-name.require::before {
    font-size: 1.2rem;
  }
}
.entryform__item-input .age {
  width: 16.5rem !important;
}

.entryform__item-input .sai {
  margin: 0 1rem;
}

.entryform__item-input {
  padding-bottom: 1.3rem;
}

.entryform__item-input input[type=text] {
  width: 100%;
  border-radius: 2px;
  font-weight: normal;
  background: transparent;
  padding: 2rem 1.8rem 2rem;
  border: 0;
  border-bottom: 1px solid;
}

.entryform__item-input input[type=email] {
  border-radius: 2px;
  font-weight: normal;
  padding: 1.2rem 1.8rem;
  width: 100%;
  background: transparent;
}

.entryform__item-input input[type=tel] {
  font-weight: normal;
  padding: 1.2rem 1.8rem;
  border-radius: 2;
  width: 100%;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .entryform__item-input input[type=tel] {
    padding: 1.15rem;
  }
}
.entryform__item-input select {
  font-weight: normal;
  border-radius: 2px;
  width: 44rem;
  padding: 1.4rem 1.8rem;
}

@media screen and (max-width: 768px) {
  .entryform__item-input select {
    padding: 1.15rem;
  }
}
@media screen and (max-width: 768px) {
  .entryform__item-input input[type=text],
.entryform__item-input input[type=email],
.entryform__item-input select {
    padding: 1.15rem;
    width: 100%;
  }
}
.entryform__item-input textarea {
  width: 100%;
  border: 0;
  background: transparent;
  font-weight: normal;
  width: 100%;
  height: 24rem;
  border-bottom: 1px solid;
  padding: 1.4rem 1.8rem;
}

@media screen and (max-width: 768px) {
  .entryform__item-input textarea {
    padding: 1.15rem;
  }
}
.entryform__item-input .selectboxs {
  display: flex;
  justify-content: space-between;
  max-width: 50rem;
}

.entryform__item-input .selectboxs select {
  border-radius: 2px;
  width: 100%;
  font-weight: normal;
}

.entryform__item-input .selectboxs .year {
  flex: 0 0 42%;
  max-width: 42%;
}

.entryform__item-input .selectboxs .month {
  flex: 0 0 24%;
  max-width: 24%;
}

.entryform__item-input .selectboxs .day {
  flex: 0 0 24%;
  max-width: 24%;
}

.entryform__item-input .tels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 49.5rem;
}

.entryform__item-input .tel {
  flex: 0 0 32.5%;
}

@media screen and (max-width: 768px) {
  .entryform__item-input .tel {
    flex: 0 0 26.5%;
  }
}
.entryform__item-input .tel-separate {
  flex: 0 0 9%;
  font-size: 2.7rem;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .entryform__item-input .tel-separate {
    font-size: 1.7rem;
  }
}
.entryform__item-input .address {
  width: 100%;
}

.entryform__item-input .address input {
  width: 100%;
}

.entryform .form_error_wrap {
  color: #d00000;
  font-weight: normal;
}

.entryform__terms {
  border: solid 1px;
  font-size: 1.6rem;
  padding: 1.8rem 1.5rem;
  max-height: 20rem;
  overflow: scroll;
  margin-bottom: 2.8rem;
  margin-top: 6.7rem;
}

@media screen and (max-width: 768px) {
  .entryform__terms {
    max-height: 31rem;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    padding: 1.7rem 1.9rem;
  }
}
.entryform__terms-check {
  position: relative;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 768px) {
  .entryform__terms-check {
    margin-bottom: 2.5rem;
  }
}
.entryform__terms-check-label {
  text-align: center;
  width: 100%;
  display: block;
  padding: 2.15rem;
  border-radius: 17px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  border: solid 1px #cccccc;
}

@media screen and (max-width: 768px) {
  .entryform__terms-check-label {
    padding: 1.15rem;
    border-radius: 9px;
    font-size: 1.2rem;
  }
}
.entryform__terms-check-label input {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
  display: inline-block;
  transform: translate(0, 4px);
}

@media screen and (max-width: 768px) {
  .entryform__terms-check-label input {
    margin: 0 1rem 0 3rem;
  }
}
.entryform__terms-check-label::before {
  position: absolute;
  left: 2.6rem;
  content: "必須";
  background-color: #d00000;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.9rem;
}

@media screen and (max-width: 768px) {
  .entryform__terms-check-label::before {
    left: 1.2rem;
    font-size: 1.2rem;
  }
}
.entryform__terms-text {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5.6rem;
}

.mw_wp_form_confirm .confirm-el {
  display: flex;
}

@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .confirm-el {
    display: grid;
  }

  .mw_wp_form_confirm .js-submit-button {
    width: 100%;
  }

  .entryform__terms-text {
    line-height: 2rem;
    font-size: 1.2rem;
    margin: 2.8rem 1rem 3.5rem;
  }
}
.entryform__button {
  margin-top: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .entryform__button {
    margin-top: 2.8rem;
  }
}

.entryform__buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 5rem;
}

.buttons {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .buttons {
    display: block;
  }
}
.buttons > * {
  margin: 0 1.5rem;
}
@media screen and (max-width: 920px) {
  .buttons > * {
    margin: 1.5rem auto 0;
  }
}

.entryform__text {
  text-align: center;
}

.entryform__items-title {
  display: none;
}

.mw_wp_form_confirm .entryform__text {
  display: none;
}
.mw_wp_form_confirm .entryform__button {
  display: none;
}
.mw_wp_form_confirm .contact__catch {
  display: none;
}
.mw_wp_form_confirm .entryform__items-title {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 920px) {
  .mw_wp_form_confirm .entryform__items-title {
    font-size: 2rem;
  }
}
.mw_wp_form_confirm .entryform__items {
  border-top: 1px solid;
}
.mw_wp_form_confirm .entryform__item {
  padding: 3rem 0;
  margin-bottom: 0;
  border-bottom: 1px #707070 dotted;
  display: grid;
  gap: 7rem;
  grid-template-columns: 23.7rem 1fr;
}
@media screen and (max-width: 920px) {
  .mw_wp_form_confirm .entryform__item {
    display: block;
    padding: 2rem 0;
  }
}
.mw_wp_form_confirm .entryform__item-name {
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .mw_wp_form_confirm .entryform__item-name {
    margin-bottom: 1rem;
    text-align: left;
  }
}
.mw_wp_form_confirm .entryform__item-name::before {
  display: none !important;
}
.mw_wp_form_confirm .entryform__item-input {
  font-weight: normal;
}

.simple-content {
  border-radius: 10px;
  background-color: #fff;
  padding: 4rem 6.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 920px) {
  .simple-content {
    max-width: calc(100% - 1.6rem);
    margin: auto;
    padding: 4.5rem 2rem;
  }
}
.simple-content__block {
  margin-bottom: 5rem;
}
.simple-content__block:last-child {
  margin-bottom: 0;
}
.simple-content__block h2 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 920px) {
  .simple-content__block h2 {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
.simple-content__block ol {
  padding-inline-start: 4rem !important;
  margin: 1em 0;
}

/*# sourceMappingURL=common.css.map */
