@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;
  }
}
.inline {
  display: inline !important;
}

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

.flex {
  display: flex;
}

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

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

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

.overflowhidden {
  overflow: hidden;
}

.white {
  color: #fff;
}

.blue {
  color: #2D53A3;
}

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

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

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

.nowrap {
  white-space: nowrap;
}

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

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

.o0 {
  visibility: hidden;
  height: 0;
}

.u-color-main {
  color: #F7A01E;
}

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

.u-relative {
  position: relative;
}

.u-flex {
  display: flex;
}

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

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

.u-accent {
  color: #F7A01E;
}

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

.u-wrapper-base {
  max-width: 136.6rem;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .u-wrapper-base {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.u-wrapper-main {
  max-width: 114.6rem;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .u-wrapper-main {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.u-wrapper {
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .u-wrapper {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-inner {
  max-width: 152rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 920px) {
  .u-inner {
    max-width: 100%;
    padding: 0 2rem;
  }
}

@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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
  }

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

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

  .gutter_sp {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* select **/
.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 **/
.fz-14 {
  font-size: 1.4rem;
}

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

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

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

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

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

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

  .fz-20_sp {
    font-size: 2rem !important;
  }
}
.c-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0E2E47;
}
@media screen and (max-width: 920px) {
  .c-title {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.c-title--large {
  font-size: 6.6rem;
}
@media screen and (max-width: 920px) {
  .c-title--large {
    font-size: 2.2rem;
  }
}

.c-ruby {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #F7A01E;
  font-size: 2.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 920px) {
  .c-ruby {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }
}

.c-read {
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: center;
  margin-top: 3.6rem;
}
@media screen and (max-width: 920px) {
  .c-read {
    margin-top: 2.5rem;
    font-size: 1.55rem;
    line-height: 2;
  }
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}

.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #707070;
  opacity: 0.89;
  top: 0;
  left: 0;
}

.modal-wrapper {
  width: 100%;
  max-width: 155rem;
  height: 100%;
  max-height: 74.6rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 40px;
  overflow: hidden;
  border: solid 3px #F7A01E;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 920px) {
  .modal-wrapper {
    max-width: calc(100% - 4rem);
    max-height: 50rem;
    top: 10rem;
    transform: translate(-50%, 0);
  }
}

.modal-contents {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 3.7rem;
  right: 6.5rem;
  font-size: 0;
  width: 7.6rem;
  height: 10.3rem;
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.429%22%20height%3D%2256.228%22%20viewBox%3D%220%200%2056.429%2056.228%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1398%22%20data-name%3D%22%E3%83%91%E3%82%B9%201398%22%20d%3D%22M17.049-65.984%2C28.315-54.819l-16.9%2C16.8%2C16.7%2C16.6L16.446-9.857l-16.7-16.5-16.5%2C16.6L-28.013-20.922l16.7-16.7-16.8-16.8%2C11.668-11.567%2C16.6%2C16.7Z%22%20transform%3D%22translate(28.114%2065.984)%22%20fill%3D%22%23f7a01e%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #F7A01E;
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  .modal-close {
    position: fixed;
    display: block;
    width: 5rem;
    height: 6.9rem;
    right: 2rem;
    top: 2rem;
  }
}

html {
  font-size: 31.25%;
  font-size: 62.5%;
}
@media screen and (max-width: 1689px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@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: #fff;
  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;
}

h1 {
  font-size: 4.8rem;
  font-weight: bold;
}

h2 {
  font-size: 3.6rem;
  font-weight: bold;
}

h3 {
  font-size: 3rem;
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-weight: bold;
  color: #0E2E47;
}

@media screen and (max-width: 920px) {
  .main {
    overflow: hidden;
  }
}

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

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

video {
  max-width: 100%;
}

.loading {
  display: none;
}

.header {
  position: absolute;
  padding: 6rem 8rem 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 920px) {
  .header {
    padding: 2rem 1.6rem;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .header__logo {
    width: 14.6rem;
  }
}
.header__navi {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: fixed;
  right: 7.8rem;
  top: 4.9rem;
}
@media screen and (max-width: 920px) {
  .header__navi {
    top: 2rem;
    right: 2rem;
  }
}
.header__cta {
  height: 7.7rem;
  width: 21.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 920px) {
  .header__cta {
    width: 8.4rem;
    height: 3.8rem;
    font-size: 1.4rem;
  }
}
.header__cta:hover {
  padding-bottom: 0.5rem;
  opacity: 0.8;
}
.header__cta--line {
  color: #fff;
  border-radius: 40px 0 0 40px;
  background-color: #06C755;
}
.header__cta--entry {
  background-color: #0E2E47;
  color: #F7A01E;
  border-radius: 0 40px 40px 0;
}

.form {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 5rem 7.5rem 10rem;
}
@media screen and (max-width: 920px) {
  .form {
    border-radius: 20px;
    padding: 2.5rem 2rem 4rem;
  }
}

::placeholder {
  color: #D3D3D3;
}

select,
input[type=tel],
input[type=email],
input[type=text] {
  background: #fff;
  border: 1px solid #0e2e47;
  padding: 1.2rem 1.8rem 1.5rem;
  -webkit-appearance: none;
  min-width: 44rem;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  color: inherit;
}
@media screen and (max-width: 920px) {
  select,
input[type=tel],
input[type=email],
input[type=text] {
    min-width: 100%;
    padding: 1rem 1.2rem 1rem;
  }
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}

input[type=radio] {
  width: 1.6rem;
  height: 1.6rem;
  background: #f8f8f8;
  border-radius: 100%;
  border: 1px solid #707070;
  margin-right: 0.7rem;
  position: relative;
  top: 0.2rem;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 0.18rem;
  top: 0.22rem;
  width: 0.6em;
  height: 0.6em;
  background-color: #0E2E47;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.check-label {
  margin-left: 4rem;
}
@media screen and (max-width: 920px) {
  .check-label {
    display: block;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

.long {
  width: 58rem;
}
@media screen and (max-width: 920px) {
  .long {
    width: 100%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%229%22%20viewBox%3D%220%200%2011%209%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M5.5%2C0%2C11%2C9H0Z%22%20transform%3D%22translate(11%209)%20rotate(180)%22%20fill%3D%22%23d3d3d3%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 2rem;
  font-weight: normal;
}

button {
  appearance: none;
  background-color: transparent;
  background-color: #0E2E47;
  width: 36rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  text-align: center;
  font-size: 2rem;
  border: 0;
  font-weight: bold;
  margin: auto;
  border-radius: 40px;
  background: #0e2e47;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 920px) {
  button {
    width: 100%;
    height: 6.4rem;
    font-size: 1.6rem;
  }
}
button.is-back {
  background-color: #ACACAC;
}

.contact-main {
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 920px) {
  .contact-main {
    display: block;
  }
}
.contact-main .entryform {
  flex: 1;
}

.contact-aside {
  max-width: 35.1rem;
}
@media screen and (max-width: 920px) {
  .contact-aside {
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.contact-aside p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 920px) {
  .contact-aside p {
    margin-bottom: 3rem;
  }
}

.is-complete {
  background: #fff;
  padding: 6rem 10rem 8rem;
  border-radius: 10px;
}
@media screen and (max-width: 920px) {
  .is-complete {
    padding: 4rem 1rem;
  }
}

.mw_wp_form_confirm .entryform {
  background: #fff;
  padding: 6rem 10rem 8rem;
  border-radius: 10px;
}
@media screen and (max-width: 920px) {
  .mw_wp_form_confirm .entryform {
    padding: 4rem 1.5rem 4rem;
  }
}
.mw_wp_form_confirm .entryform__item-name::before {
  display: none !important;
}
.mw_wp_form_confirm .entryform__item {
  display: flex !important;
  padding: 3rem 0;
  margin-bottom: 0;
  border-bottom: dashed 1px;
}
@media screen and (max-width: 920px) {
  .mw_wp_form_confirm .entryform__item {
    display: block !important;
    padding: 1.5rem 0;
  }
}
.mw_wp_form_confirm .entryform__item:first-child {
  border-top: 1px solid;
}
.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) {
  .mw_wp_form_confirm .entryform__item-name {
    max-width: 100%;
    padding: 0 0 2rem;
    text-align: left;
  }
}
.mw_wp_form_confirm .entryform__item-input {
  padding-right: 9rem;
  font-weight: normal;
}
@media screen and (max-width: 920px) {
  .mw_wp_form_confirm .entryform__item-input {
    padding-right: 0;
  }
}
.mw_wp_form_confirm .entryform__text {
  display: none;
}

.entryform {
  margin: 0 auto 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 920px) {
  .entryform {
    padding: 0rem 0 0;
    margin-top: 0;
  }
}
.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;
    white-space: nowrap;
  }
}
.entryform__item-name::before {
  content: "任意";
  background-color: #ACACAC;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 5px;
  margin-right: 0.9rem;
}
@media screen and (max-width: 920px) {
  .entryform__item-name::before {
    margin-right: 0.5rem;
    white-space: nowrap;
    padding: 0 0.25rem;
  }
}

.entryform__item-name.require::before {
  content: "必須";
  background-color: #DE440B;
  color: #fff;
  border-radius: 5px;
  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: 920px) {
  .entryform__item-name.require::before {
    margin-right: 0.5rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .entryform__item-name.require::before {
    font-size: 1.2rem;
  }
}
.entryform__item-input textarea {
  border: solid 1px #0E2E47;
  font-weight: normal;
  width: 100%;
  height: 24rem;
  padding: 1.4rem 1.8rem;
}
@media screen and (max-width: 920px) {
  .entryform__item-input textarea {
    height: 20rem;
    padding: 1.2rem;
  }
}

@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 {
    gap: 2rem;
    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: 5.5rem;
  text-align: center;
}

.entryform__buttons {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 920px) {
  .entryform__buttons {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.entryform__buttons button {
  margin: 0;
}

.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;
}

.footer {
  background-color: #FDF4E7;
  padding: 6.3rem 0 6.5rem;
  margin-top: 18rem;
}
@media screen and (max-width: 920px) {
  .footer {
    margin-top: 5rem;
    padding: 4.6rem 4.5rem 4.3rem;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 920px) {
  .footer__inner {
    display: block;
  }
}
.footer__copyright {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: -2rem;
  left: 0;
}
@media screen and (max-width: 920px) {
  .footer__copyright {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    bottom: -4rem;
  }
}
.footer__logo {
  align-self: baseline;
}
@media screen and (max-width: 920px) {
  .footer__logo {
    margin-bottom: 3rem;
  }
}
.footer__info {
  padding-left: 3.5rem;
  border-left: 3px #0E2E47 solid;
  font-size: 2rem;
}
@media screen and (max-width: 920px) {
  .footer__info {
    border-left: 0;
    padding: 0;
    text-align: center;
  }
}
.footer__tel {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 920px) {
  .footer__tel {
    margin-bottom: 2rem;
  }
}
.footer__address {
  font-weight: 600;
}
@media screen and (max-width: 920px) {
  .footer__address {
    margin-bottom: 3rem;
    white-space: nowrap;
  }
}
.footer__address span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.thanks {
  padding: 20rem 0 4rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .thanks {
    padding: 20rem 2rem 47rem;
  }
}
.thanks a {
  background-color: #0E2E47;
  width: 36rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  text-align: center;
  font-size: 2rem;
  border: 0;
  font-weight: bold;
  margin: auto;
  margin-top: 6rem;
  border-radius: 40px;
  background: #0e2e47;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 920px) {
  .thanks a {
    width: 100%;
  }
}

.thanks__title {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

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