.form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-bottom: solid 1px #EBEBEB;
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 280px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .form-field dt {
    width: 100%;
    margin-bottom: 8px;
  }
}

.form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  .form-field dd {
    width: 100%;
  }
}

.form-field dd.form-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.form-field dd.form-age input {
  width: 120px;
}

.form-field dd .date-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .form-field dd .date-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field dd .date-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.form-field dd .field-item {
  margin-bottom: calc(8px * 3);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .form-field dd .field-item {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field dd .field-item {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .form-field dd .field-item {
    gap: 12px;
  }
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 24px;
  color: #ffffff;
  font-size: 1.4rem;
}

.form-required {
  background: #CC4615;
}

.form-optional {
  background: #47A3DB;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #f7f7f7;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 56px;
  color: #132B69;
}

@media screen and (max-width: 959px) {
  input,
  select,
  textarea {
    height: 48px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999999;
}

input:focus,
select:focus,
textarea:focus {
  outline: solid 2px #ffa500;
}

select {
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/14px 14px no-repeat #f7f7f7;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}

.wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #EBEBEB;
  border: solid 2px #EBEBEB;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #999999 #999999 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label input:focus + .wpcf7-list-item-label {
  outline: solid 2px #ffa500;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999999;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:focus) {
  outline: solid 2px #ffa500;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f7f7f7;
  border: solid 2px #f7f7f7;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #47A3DB;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #47A3DB;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

input[type=file] {
  padding: 0;
  background: none;
  border: none;
  background: none;
  height: 48px;
  line-height: 48px;
}

@media screen and (max-width: 959px) {
  input[type=file] {
    height: 40px;
    line-height: 40px;
  }
}

input[type=file]::file-selector-button {
  border: none;
  margin-right: 16px;
  height: 100%;
  cursor: pointer;
  background: #999999;
  color: #ffffff;
}

.form-send {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
  color: #ffffff;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .form-send {
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .form-send {
    height: 64px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    height: 56px;
  }
}

.form-send input[type="submit"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.form-send:has(input[type="submit"]:focus) {
  outline: solid 2px #ffa500;
}

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

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

.wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 767px) {
  .wpcf7-spinner {
    bottom: calc(100% + 6px);
    width: 16px;
    height: 16px;
  }
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #008000;
  color: #008000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(204, 70, 21, 0.08);
  color: #CC4615;
  border: solid 1px #CC4615;
}

.wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.unaccepted input::-webkit-input-placeholder, .wpcf7 form.unaccepted select::-webkit-input-placeholder, .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(204, 70, 21, 0.4);
}

.wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.unaccepted input::-moz-placeholder, .wpcf7 form.unaccepted select::-moz-placeholder, .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(204, 70, 21, 0.4);
}

.wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.unaccepted input:-ms-input-placeholder, .wpcf7 form.unaccepted select:-ms-input-placeholder, .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(204, 70, 21, 0.4);
}

.wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.unaccepted input::-ms-input-placeholder, .wpcf7 form.unaccepted select::-ms-input-placeholder, .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(204, 70, 21, 0.4);
}

.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.unaccepted input::placeholder,
.wpcf7 form.unaccepted select::placeholder,
.wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(204, 70, 21, 0.4);
}

.wpcf7 form.spam .wpcf7-response-output {
  background: rgba(255, 165, 0, 0.08);
  color: #CC4615;
  border: solid 1px #ffa500;
}

.wpcf7 form.spam input::-webkit-input-placeholder, .wpcf7 form.spam select::-webkit-input-placeholder, .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input::-moz-placeholder, .wpcf7 form.spam select::-moz-placeholder, .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input:-ms-input-placeholder, .wpcf7 form.spam select:-ms-input-placeholder, .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input::-ms-input-placeholder, .wpcf7 form.spam select::-ms-input-placeholder, .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input::placeholder,
.wpcf7 form.spam select::placeholder,
.wpcf7 form.spam textarea::placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #CC4615;
  font-size: 1.4rem;
}

.screen-reader-response {
  display: none;
}

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #CC4615;
  font-size: 1.4rem;
  background-color: rgba(204, 70, 21, 0.1);
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.recaptcha-txt a {
  color: #47A3DB;
  text-decoration: underline;
}

.recaptcha-txt a:hover {
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 960px;
  --hero-parallax: 0px;
}

@media screen and (max-width: 1279px) {
  .hero {
    height: 960px;
    min-height: auto;
  }
}

@media screen and (max-width: 959px) {
  .hero {
    height: 800px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 640px;
  }
}

@media screen and (max-width: 519px) {
  .hero {
    height: 560px;
  }
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/hero-img.jpg") top/cover no-repeat;
  -webkit-animation: heroZoom 2s forwards;
  animation: heroZoom 2s forwards;
  will-change: transform;
  -webkit-transform: scale(1.2) translateY(var(--hero-parallax));
  transform: scale(1.2) translateY(var(--hero-parallax));
}

@media screen and (max-width: 519px) {
  .hero:before {
    background-position: 58%;
  }
}

@-webkit-keyframes heroZoom {
  0% {
    -webkit-transform: scale(1.2) translateY(var(--hero-parallax));
    transform: scale(1.2) translateY(var(--hero-parallax));
  }
  100% {
    -webkit-transform: scale(1) translateY(var(--hero-parallax));
    transform: scale(1) translateY(var(--hero-parallax));
  }
}

@keyframes heroZoom {
  0% {
    -webkit-transform: scale(1.2) translateY(var(--hero-parallax));
    transform: scale(1.2) translateY(var(--hero-parallax));
  }
  100% {
    -webkit-transform: scale(1) translateY(var(--hero-parallax));
    transform: scale(1) translateY(var(--hero-parallax));
  }
}

.hero .hero-inner .hero-catch-en {
  position: absolute;
  top: 24%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 1279px) {
  .hero .hero-inner .hero-catch-en {
    width: 100%;
    left: 32px;
    max-width: 640px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-catch-en {
    left: 16px;
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-inner .hero-catch-en {
    max-width: 400px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch-en {
    top: 18%;
    left: 2px;
    max-width: 320px;
  }
}

.hero .hero-inner .hero-catch {
  position: absolute;
  top: 55%;
  left: 4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 720px;
}

@media screen and (max-width: 1279px) {
  .hero .hero-inner .hero-catch {
    left: 40px;
    max-width: 560px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-catch {
    left: 32px;
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-inner .hero-catch {
    max-width: 400px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch {
    left: 16px;
    width: 90%;
    max-width: 340px;
  }
}

.hero .hero-inner .hero-catch .hero-catch-main {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-catch .hero-catch-main {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch .hero-catch-main {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch .hero-catch-main {
    max-width: 280px;
  }
}

.hero .hero-inner .hero-catch .hero-catch-sub {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-catch .hero-catch-sub {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch .hero-catch-sub {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch .hero-catch-sub {
    max-width: 160px;
  }
}

.hero .hero-inner .hero-catch .hero-model {
  position: absolute;
  bottom: 0;
  left: 720px;
  max-width: 450px;
  width: 100%;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1279px) {
  .hero .hero-inner .hero-catch .hero-model {
    left: 560px;
    max-width: 380px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-catch .hero-model {
    left: 480px;
    bottom: -64px;
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-inner .hero-catch .hero-model {
    left: 400px;
    bottom: -40px;
    max-width: 240px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch .hero-model {
    left: auto;
    right: 0;
    bottom: 40px;
    max-width: 160px;
  }
}

.hero .hero-inner .hero-csl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 959px) {
  .hero .hero-inner .hero-csl {
    max-width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-inner .hero-csl {
    bottom: 0;
    max-width: 320px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-csl {
    right: auto;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 270px;
  }
}

.worries {
  overflow: hidden;
  position: relative;
  background: #E8F0F9;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 50% 100%, 0 calc(100% - 48px));
}

@media screen and (max-width: 1279px) {
  .worries {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  }
}

@media screen and (max-width: 959px) {
  .worries {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
  }
}

@media screen and (max-width: 767px) {
  .worries {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 50% 100%, 0 calc(100% - 24px));
  }
}

.worries:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 330px;
  aspect-ratio: 254/289;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/worries-bg.svg") center/cover no-repeat;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .worries:before {
    width: 280px;
  }
}

@media screen and (max-width: 959px) {
  .worries:before {
    width: 206px;
  }
}

@media screen and (max-width: 767px) {
  .worries:before {
    width: 164px;
  }
}

@media screen and (max-width: 519px) {
  .worries:before {
    left: -64px;
    bottom: 8px;
    width: 155px;
  }
}

.worries::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 330px;
  aspect-ratio: 254/289;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/worries-bg.svg") center/cover no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 1279px) {
  .worries::after {
    width: 280px;
  }
}

@media screen and (max-width: 959px) {
  .worries::after {
    width: 206px;
  }
}

@media screen and (max-width: 767px) {
  .worries::after {
    width: 164px;
  }
}

@media screen and (max-width: 519px) {
  .worries::after {
    right: -64px;
    bottom: 8px;
    width: 155px;
  }
}

.worries .worries-intro {
  position: relative;
  padding: 104px 0 132px;
  background: #0E3188;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 50% 100%, 0 calc(100% - 48px));
}

@media screen and (max-width: 1279px) {
  .worries .worries-intro {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  }
}

@media screen and (max-width: 959px) {
  .worries .worries-intro {
    padding: 80px 0 96px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro {
    padding: 64px 0 80px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 50% 100%, 0 calc(100% - 24px));
  }
}

.worries .worries-intro:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/common/cta-bg.png") center/cover no-repeat;
}

.worries .worries-intro:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/worries-intro-bg.svg") center/contain repeat-x;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro:after {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro:after {
    height: 56px;
  }
}

.worries .worries-intro .worries-ttl {
  position: relative;
  margin-bottom: calc(8px * 10);
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-ttl {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-intro .worries-ttl {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-intro .worries-ttl {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.worries .worries-intro .worries-ttl span {
  position: relative;
  padding-right: 56px;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-ttl span {
    padding-right: 42px;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-ttl span {
    padding-right: 34px;
  }
}

.worries .worries-intro .worries-ttl span:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 56px;
  height: 64px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/worries-ttl-deco2.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-ttl span:before {
    width: 40px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-ttl span:before {
    bottom: 4px;
    width: 32px;
    height: 35px;
  }
}

.worries .worries-intro .worries-ttl span em {
  position: relative;
  font-size: 7.2rem;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-ttl span em {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-ttl span em {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-intro .worries-ttl span em {
    font-size: 3.2rem;
  }
}

.worries .worries-intro .worries-ttl span em:before {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 260px;
  height: 20px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/worries-ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-ttl span em:before {
    bottom: -12px;
    width: 167px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-ttl span em:before {
    bottom: -8px;
    width: 140px;
    height: 12px;
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-intro .worries-ttl span em:before {
    bottom: -6px;
    width: 104px;
    height: 9px;
  }
}

.worries .worries-intro .worries-list {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 2);
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-list {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-intro .worries-list {
    gap: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.worries .worries-intro .worries-list::before {
  content: '';
  position: absolute;
  bottom: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 16px solid #ffffff;
  border-bottom: 0;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-list::before {
    bottom: -48px;
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 12px solid #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-list::before {
    bottom: -40px;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 8px solid #ffffff;
  }
}

.worries .worries-intro .worries-list__item {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.worries .worries-intro .worries-list__item span {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-list__item span {
    padding-left: 24px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-list__item span {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}

.worries .worries-intro .worries-list__item span:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/check-ico.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .worries .worries-intro .worries-list__item span:before {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-intro .worries-list__item span:before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
}

.worries .worries-recom {
  position: relative;
  padding: 56px 0 104px;
  background: #E8F0F9;
}

@media screen and (max-width: 1279px) {
  .worries .worries-recom {
    padding: 48px 0 96px;
  }
}

@media screen and (max-width: 959px) {
  .worries .worries-recom {
    padding: 32px 0 72px;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-recom {
    padding: 24px 0 56px;
  }
}

.worries .worries-recom .worries-txt {
  position: relative;
  padding: 0 24px;
  max-width: 730px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .worries .worries-recom .worries-txt {
    max-width: 640px;
  }
}

@media screen and (max-width: 959px) {
  .worries .worries-recom .worries-txt {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-recom .worries-txt {
    max-width: 400px;
  }
}

.worries .worries-recom .worries-txt::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 16px solid #2F4786;
  border-bottom: 0;
}

@media screen and (max-width: 959px) {
  .worries .worries-recom .worries-txt::before {
    bottom: -40px;
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 12px solid #2F4786;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-recom .worries-txt::before {
    bottom: -28px;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 8px solid #2F4786;
  }
}

.about {
  position: relative;
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 15);
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/about-bg.png") bottom/100% no-repeat;
}

@media screen and (max-width: 959px) {
  .about {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

.about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6FBFF), to(transparent));
  background: linear-gradient(to bottom, #F6FBFF, transparent);
}

.about .about-headline {
  position: relative;
  margin-bottom: calc(8px * 10);
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .about .about-headline {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.about .about-headline:before, .about .about-headline:after {
  content: '';
  position: absolute;
  top: 72px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/ttl-deco-blu.svg") center/contain repeat-x;
  width: calc(50% - 320px);
  height: 6px;
}

@media screen and (max-width: 1279px) {
  .about .about-headline:before, .about .about-headline:after {
    top: 64px;
    width: calc(50% - 280px);
  }
}

@media screen and (max-width: 959px) {
  .about .about-headline:before, .about .about-headline:after {
    top: 48px;
    width: calc(50% - 220px);
  }
}

@media screen and (max-width: 767px) {
  .about .about-headline:before, .about .about-headline:after {
    top: 36px;
    width: calc(50% - 180px);
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline:before, .about .about-headline:after {
    top: 28px;
    width: calc(50% - 144px);
  }
}

.about .about-headline:before {
  left: 0;
}

.about .about-headline::after {
  right: 0;
}

.about .about-headline__sub {
  position: relative;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  max-width: 560px;
}

@media screen and (max-width: 959px) {
  .about .about-headline__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .about .about-headline__sub {
    max-width: 480px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-headline__sub {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-headline__sub {
    max-width: 320px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline__sub {
    max-width: 260px;
  }
}

.about .about-headline__main {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .about .about-headline__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .about .about-headline__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-headline__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline__main {
    font-size: 2.4rem;
  }
}

.about .about-headline__main span {
  position: relative;
  padding-right: 48px;
}

@media screen and (max-width: 1279px) {
  .about .about-headline__main span {
    padding-right: 40px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-headline__main span {
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline__main span {
    padding-right: 28px;
  }
}

.about .about-headline__main span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 39px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/about-headline-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .about .about-headline__main span::before {
    width: 28px;
    height: 31px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-headline__main span::before {
    width: 25px;
    height: 28px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline__main span::before {
    width: 22px;
    height: 25px;
  }
}

.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    display: block;
  }
}

.about .about-unit__vsl {
  max-width: 500px;
}

@media screen and (max-width: 1279px) {
  .about .about-unit__vsl {
    width: 400px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    margin: 0 auto;
    margin-bottom: calc(8px * 5);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .about .about-unit__vsl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .about .about-unit__vsl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__vsl {
    max-width: 320px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__vsl {
    width: 240px;
  }
}

.about .about-unit__dtl {
  width: calc(100% - 580px);
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .about .about-unit__dtl {
    width: calc(100% - 440px);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    width: 100%;
  }
}

.about .about-unit__dtl p {
  text-shadow: 2px 2px 4px white;
}

.about .about-unit__dtl p span {
  text-shadow: none;
}

.about .frame {
  margin: 0 auto;
  max-width: 720px;
}

.features {
  padding-top: calc(8px * 13);
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .features {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.features .features-wrap {
  margin: 0 auto;
  max-width: 1680px;
}

.features .features-wrap .features-unit {
  margin-right: auto;
  padding-right: 40px;
  width: 100%;
  max-width: calc(50% + 640px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit {
    padding-right: 32px;
  }
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0 24px;
  }
}

.features .features-wrap .features-unit__vsl {
  max-width: 600px;
}

@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit__vsl {
    max-width: 520px;
  }
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit__vsl {
    margin: 0 auto 24px auto;
    max-width: 480px;
  }
}

@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit__vsl {
    margin: 0 auto 16px auto;
  }
}

.features .features-wrap .features-unit__dtl {
  width: calc(100% - 664px);
}

@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit__dtl {
    width: calc(100% - 560px);
  }
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit__dtl {
    width: 100%;
  }
}

.features .features-wrap .features-unit__dtl .features-ttl {
  margin-bottom: calc(8px * 5);
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit__dtl .features-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit__dtl .features-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit__dtl .features-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit__dtl .features-ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit__dtl .features-ttl {
    font-size: 2.4rem;
  }
}

.features .features-wrap .features-unit__dtl .features-ttl em {
  padding: 0 16px;
  font-size: 4.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to right, #2F4786, #47A3DB);
  color: #ffffff;
}

@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit__dtl .features-ttl em {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit__dtl .features-ttl em {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .features .features-wrap .features-unit__dtl .features-ttl em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit__dtl .features-ttl em {
    font-size: 2.8rem;
  }
}

.features .features-wrap .features-unit__dtl p {
  line-height: 2.2;
}

.features .features-wrap .features-unit.--reverse {
  margin-right: 0;
  padding-right: 0;
  padding-left: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit.--reverse {
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0 24px;
  }
}

.features .features-wrap .features-unit:not(:last-child) {
  margin-bottom: calc(8px * 6);
  padding-bottom: calc(8px * 6);
  border-bottom: 1px solid rgba(19, 43, 105, 0.12);
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit:not(:last-child) {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit:not(:last-child) {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit:not(:last-child) {
    padding-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit:not(:last-child) {
    padding-bottom: calc((8px * 6) * 0.5);
  }
}

.greeting {
  position: relative;
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .greeting {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.greeting .greeting-wrap {
  position: relative;
  padding-top: calc(8px * 13);
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/greeting-bg.png") top/100% no-repeat;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-wrap {
    padding-top: calc((8px * 13) * 0.5);
  }
}

.greeting .greeting-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(#111));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.7), #111);
  opacity: 0.8;
}

.greeting .greeting-wrap .greeting-wrap-inner .headline {
  position: relative;
  z-index: 1;
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer {
  position: relative;
  padding-bottom: calc(8px * 10);
  max-width: 1680px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(50% + 640px);
  padding-right: 40px;
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit {
    padding-right: 32px;
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit {
    padding: 0 24px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit {
    padding: 0 16px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit {
    display: block;
  }
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl {
  position: relative;
  width: 560px;
  height: auto;
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl {
    width: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl {
    width: 400px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl {
    margin: 0 auto 32px auto;
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl {
    max-width: 240px;
  }
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl .name-plate {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 270px;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl .name-plate {
    max-width: 200px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__vsl .name-plate {
    max-width: 160px;
  }
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl {
  width: calc(100% - 620px);
  color: #ffffff;
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl {
    width: calc(100% - 480px);
  }
}

@media screen and (max-width: 1023px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl {
    width: calc(100% - 440px);
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl {
    width: 100%;
  }
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
  position: relative;
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  font-family: "Zen Old Mincho", serif;
  font-size: 5.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
    font-size: 4rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl {
    font-size: 3.2rem;
  }
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl em {
  padding: 0 16px;
  font-size: 7.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl em {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl em {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl em {
    padding: 0 10px;
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 767px) {
  .greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl em {
    font-size: 3.6rem;
  }
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl .greeting-ttl:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/ttl-deco.svg") center/contain repeat-x;
  width: 100%;
  height: 6px;
}

.greeting .greeting-wrap .greeting-wrap-inner .greeting-unit-outer .greeting-unit__dtl p {
  line-height: 2.2;
}

.greeting .frame-unit {
  margin-bottom: calc(8px * 5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .greeting .frame-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .frame-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .greeting .frame-unit {
    gap: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .frame-unit {
    gap: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .greeting .frame-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.greeting .frame .list.--career .list__item {
  position: relative;
  padding-left: 96px;
}

@media screen and (max-width: 959px) {
  .greeting .frame .list.--career .list__item {
    padding-left: 80px;
  }
}

.greeting .frame .list.--career .list__item span {
  position: absolute;
  top: 0;
  left: 14px;
}

.greeting .frame .list.--attend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media screen and (max-width: 959px) {
  .greeting .frame .list.--attend {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .greeting .frame .list.--attend {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.case {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  background: #E8F0F9;
}

@media screen and (max-width: 959px) {
  .case {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .case {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .case {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .case {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.case .case-frame {
  background: #ffffff;
}

.case .case-frame .case-ttl {
  padding: 24px;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to right, #2F4786, #47A3DB);
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .case .case-frame .case-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-ttl {
    padding: 16px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .case .case-frame .case-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-ttl {
    font-size: 2rem;
  }
}

.case .case-frame .case-inner {
  padding: 24px 64px 64px;
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-inner {
    padding: 16px 32px 32px;
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-inner {
    padding: 12px 20px 20px;
  }
}

.case .case-frame .case-inner .case-txt-unit {
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

@media screen and (max-width: 1279px) {
  .case .case-frame .case-inner .case-txt-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-inner .case-txt-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-inner .case-txt-unit {
    gap: 8px;
  }
}

.case .case-frame .case-inner .case-txt-unit__item {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F4786), to(#47A3DB));
  background: linear-gradient(180deg, #2F4786 0%, #47A3DB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-inner .case-txt-unit__item {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .case .case-frame .case-inner .case-txt-unit__item {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-inner .case-txt-unit__item {
    font-size: 1.8rem;
  }
}

.case .case-frame .case-inner .case-img-unit {
  position: relative;
  margin-bottom: calc(8px * 4);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-inner .case-img-unit {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-inner .case-img-unit {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .case .case-frame .case-inner .case-img-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-inner .case-img-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-inner .case-img-unit {
    gap: 8px;
  }
}

.case .case-frame .case-inner .tbl table tbody tr th {
  width: 200px;
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-inner .tbl table tbody tr th {
    width: 128px;
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-inner .tbl table tbody tr th {
    width: 100%;
  }
}

.case .case-frame .case-inner .tbl table tbody tr td em {
  font-weight: bold;
  font-size: 2.4rem;
  color: #47A3DB;
}

@media screen and (max-width: 959px) {
  .case .case-frame .case-inner .tbl table tbody tr td em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .case .case-frame .case-inner .tbl table tbody tr td em {
    font-size: 1.6rem;
  }
}

.price {
  position: relative;
  padding-top: calc(8px * 12);
  padding-bottom: calc(8px * 15);
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/price-bg.png") top/100% no-repeat;
}

@media screen and (max-width: 959px) {
  .price {
    padding-top: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price {
    padding-top: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .price {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

.price .price-tbl-outer {
  margin: 0 auto;
  margin-bottom: calc(8px * 8);
  max-width: 960px;
}

@media screen and (max-width: 959px) {
  .price .price-tbl-outer {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-tbl-outer {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.price .price-tbl-outer .price-tbl {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .price .price-tbl-outer .price-tbl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-tbl-outer .price-tbl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.price .price-tbl-outer .price-tbl__item {
  display: table;
  width: 100%;
}

.price .price-tbl-outer .price-tbl__item:not(:last-child) {
  margin-bottom: 8px;
}

.price .price-tbl-outer .price-tbl__item dt,
.price .price-tbl-outer .price-tbl__item dd {
  padding: 16px 24px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .price .price-tbl-outer .price-tbl__item dt,
  .price .price-tbl-outer .price-tbl__item dd {
    display: block;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 519px) {
  .price .price-tbl-outer .price-tbl__item dt,
  .price .price-tbl-outer .price-tbl__item dd {
    padding: 8px 16px;
  }
}

.price .price-tbl-outer .price-tbl__item dt {
  width: 575px;
  font-size: 2.2rem;
  color: #ffffff;
  background: #132B69;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .price .price-tbl-outer .price-tbl__item dt {
    width: 480px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .price .price-tbl-outer .price-tbl__item dt {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .price .price-tbl-outer .price-tbl__item dt {
    font-size: 1.6rem;
  }
}

.price .price-tbl-outer .price-tbl__item dd {
  width: calc(40% - 4px);
  background: #ffffff;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .price .price-tbl-outer .price-tbl__item dd {
    width: 100%;
    text-align: center;
  }
}

.price .price-tbl-outer .price-tbl__item dd em {
  margin-right: 4px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #47A3DB;
}

@media screen and (max-width: 959px) {
  .price .price-tbl-outer .price-tbl__item dd em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .price .price-tbl-outer .price-tbl__item dd em {
    font-size: 1.6rem;
  }
}

.price .price-method {
  margin: 0 auto;
  margin-bottom: calc(8px * 7);
  max-width: 960px;
}

@media screen and (max-width: 959px) {
  .price .price-method {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-method {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.price .price-method .price-ttl {
  margin-bottom: 24px;
  padding-bottom: calc(8px * 3);
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  text-align: center;
  border-bottom: 1px solid #132B69;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .price .price-method .price-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-method .price-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .price .price-method .price-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .price .price-method .price-ttl {
    font-size: 2rem;
  }
}

.price .price-method .price-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .price .price-method .price-unit {
    gap: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-method .price-unit {
    gap: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .price .price-method .price-unit {
    grid-template-columns: repeat(1, 1fr);
    max-width: 240px;
    margin: 0 auto;
  }
}

.price .price-frame-unit {
  margin-bottom: calc(8px * 5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .price .price-frame-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .price .price-frame-unit {
    gap: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame-unit {
    gap: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .price .price-frame-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.price .price-frame {
  position: relative;
  font-size: 1.4rem;
  padding: 32px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 20px rgba(19, 43, 105, 0.16);
  box-shadow: 4px 4px 20px rgba(19, 43, 105, 0.16);
}

@media screen and (max-width: 959px) {
  .price .price-frame {
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame {
    padding: 20px;
  }
}

.price .price-frame:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #EBEBEB;
}

.price .price-frame .price-frame-ttl {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 1px solid #B1B1B1;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .price .price-frame .price-frame-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame .price-frame-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .price .price-frame .price-frame-ttl {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame .price-frame-ttl {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .price .price-frame .price-frame-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame .price-frame-ttl {
    font-size: 1.8rem;
  }
}

.price .price-frame .price-frame-subttl {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  background: #47A3DB;
}

@media screen and (max-width: 959px) {
  .price .price-frame .price-frame-subttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame .price-frame-subttl {
    font-size: 1.3rem;
  }
}

.price .price-frame .bold {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .price .price-frame .bold {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .price .price-frame .bold {
    font-size: 1.6rem;
  }
}

.flow {
  position: relative;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/flow-bg.png") top/100% no-repeat;
}

.flow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(#111));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.7), #111);
}

.flow .flow-inner {
  position: relative;
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-inner {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.flow .flow-inner:before, .flow .flow-inner:after {
  content: '';
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/bg-triangle.svg") top/contain no-repeat;
  width: 37.5%;
  height: 100%;
}

.flow .flow-inner::before {
  position: absolute;
  top: 0;
  left: 0;
}

.flow .flow-inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  rotate: 180deg;
}

.flow .flow-inner .flow-list {
  position: relative;
  z-index: 1;
}

.flow .flow-inner .flow-list__item {
  position: relative;
  padding: calc(8px * 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item {
    padding: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item {
    padding: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flow .flow-inner .flow-list__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #EBEBEB;
}

.flow .flow-inner .flow-list__item:not(:last-child) {
  margin-bottom: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item:not(:last-child) {
    margin-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item:not(:last-child) {
    margin-bottom: calc((8px * 9) * 0.5);
  }
}

.flow .flow-inner .flow-list__item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 24px solid #ffffff;
  border-bottom: 0;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item:not(:last-child):after {
    bottom: -40px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item:not(:last-child):after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 16px solid #ffffff;
    bottom: -28px;
  }
}

.flow .flow-inner .flow-list__item .flow-vsl {
  position: relative;
  width: 400px;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-vsl {
    margin: 0 auto 24px auto;
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-vsl {
    margin-bottom: 16px;
  }
}

.flow .flow-inner .flow-list__item .flow-dtl {
  position: relative;
  width: calc(100% - 432px);
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-dtl {
    width: 100%;
  }
}

.flow .flow-inner .flow-list__item .flow-dtl .flow-ttl {
  margin-bottom: 16px;
  padding: 12px 24px;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to right, #2F4786, #47A3DB);
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .flow .flow-inner .flow-list__item .flow-dtl .flow-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-dtl .flow-ttl {
    padding: 8px 16px;
    font-size: 2.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-list__item .flow-dtl .flow-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-dtl .flow-ttl {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}

.flow .flow-inner .flow-list__item .flow-dtl p {
  line-height: 2.2;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-dtl p {
    line-height: 1.8;
  }
}

.faq {
  padding-top: calc(8px * 13);
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .faq {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .faq {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.faq .faq-list {
  margin: 0 auto;
  max-width: 1040px;
}

.faq .faq-list__item dt, .faq .faq-list__item dd {
  padding-left: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt, .faq .faq-list__item dd {
    padding-left: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt, .faq .faq-list__item dd {
    padding-left: calc((8px * 7) * 0.5);
  }
}

.faq .faq-list__item dt {
  position: relative;
  margin-bottom: calc(8px * 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-list__item dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt {
    font-size: 1.6rem;
  }
}

.faq .faq-list__item dt::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/faq-q.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}

.faq .faq-list__item dd {
  position: relative;
}

.faq .faq-list__item dd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/faq-a.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dd::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dd::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}

.faq .faq-list__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-bottom: 1px solid rgba(19, 43, 105, 0.24);
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item:not(:last-child) {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item:not(:last-child) {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.contact {
  position: relative;
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 15);
  background: -webkit-gradient(linear, left top, left bottom, from(#2F4786), to(#47A3DB));
  background: linear-gradient(to bottom, #2F4786, #47A3DB);
}

@media screen and (max-width: 959px) {
  .contact {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

.contact:before, .contact:after {
  content: '';
  background: url("/allon4/wp-content/themes/itreat_base/dist/img/top/bg-triangle-blu.svg") top/contain no-repeat;
  width: 25%;
  height: 100%;
}

.contact::before {
  position: absolute;
  top: 0;
  left: 0;
}

.contact::after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.contact .wrap {
  position: relative;
  z-index: 1;
}

.contact .frame {
  margin: 0 auto;
  margin-bottom: calc(8px * 8);
  max-width: 960px;
}

@media screen and (max-width: 959px) {
  .contact .frame {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .frame {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.contact .contact-tel {
  margin: 0 auto;
  margin-bottom: calc(8px * 10);
  max-width: 960px;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-tel {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.contact .contact-tel .contact-tel-inner {
  position: relative;
  display: block;
  padding-bottom: calc(8px * 3);
  color: #ffffff;
  border-top: 1px solid #ffffff;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .contact-tel-inner {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-tel .contact-tel-inner {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

.contact .contact-tel .contact-tel-inner__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
  padding: 4px 0;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .contact-tel-inner__ja {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-tel .contact-tel-inner__ja {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .contact-tel-inner__ja {
    padding: 2px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-tel .contact-tel-inner__ja {
    font-size: 1.5rem;
  }
}

.contact .contact-tel .contact-tel-inner__num {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .contact-tel-inner__num {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-tel .contact-tel-inner__num {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-tel .contact-tel-inner__num {
    font-size: 2.4rem;
  }
}

.contact .contact-tel .contact-tel-inner__num span {
  position: relative;
  padding-left: 40px;
  padding-bottom: 4px;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .contact-tel-inner__num span {
    padding-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-tel .contact-tel-inner__num span {
    padding-left: 24px;
  }
}

.contact .contact-tel .contact-tel-inner__num span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/tel-ico.svg");
  mask-image: url("/allon4/wp-content/themes/itreat_base/dist/img/icon/tel-ico.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .contact-tel-inner__num span::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-tel .contact-tel-inner__num span::before {
    width: 20px;
    height: 20px;
  }
}

.contact .contact-tel .tel-unit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #ffffff;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .tel-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact .contact-tel .tel-unit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .tel-unit:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
  }
}

.contact .contact-tel .tel-unit__item .tel-subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .tel-unit__item .tel-subttl {
    padding: 2px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-tel .tel-unit__item .tel-subttl {
    font-size: 1.5rem;
  }
}

.contact .contact-tel .tel-unit__item .tel-unit-inner {
  padding: 24px;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .tel-unit__item .tel-unit-inner {
    padding: 16px;
  }
}

.contact .contact-tel .tel-unit__item .tel-unit-inner p {
  text-align: center;
}

.contact .contact-tel .tel-unit__item:nth-of-type(1) .tel-unit-inner p {
  position: relative;
  padding-left: 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .contact .contact-tel .tel-unit__item:nth-of-type(1) .tel-unit-inner p {
    padding-left: 80px;
    font-size: 1.2rem;
  }
}

.contact .contact-tel .tel-unit__item:nth-of-type(1) .tel-unit-inner p span {
  position: absolute;
  top: 0;
  left: 0;
}

.contact .form-outer {
  position: relative;
  padding: 64px;
  background: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .contact .form-outer {
    padding: 40px;
  }
}

@media screen and (max-width: 519px) {
  .contact .form-outer {
    padding: 24px;
  }
}

.contact .form-outer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #9B821E;
}

.contact .form-outer .form-field {
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
