.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 {
  position: relative;
  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: 24px 0;
}

.form-field__item:nth-last-of-type(1) {
  padding-bottom: 0;
}

.form-field__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #D7D7D7, #D7D7D7 6px, transparent 6px, transparent 18px);
}

.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: 304px;
}

@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-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: #d02c2c;
}

.form-optional {
  background: #66a1bc;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #eee;
  font-size: 1.6rem;
  font-family: YakuHanMP, "Zen Old Mincho", serif, "Inter";
  line-height: 56px;
}

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 #333333;
}

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

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: #D7D7D7;
  border: solid 2px #D7D7D7;
  -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 #333333;
}

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

.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: #eee;
  border: solid 2px #eee;
  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: #5D5789;
  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: #5D5789;
}

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

.form-send {
  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;
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 64px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: #5D5789;
  color: #ffffff;
  -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: 56px;
  }
}

.form-send::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 12px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

.form-send input {
  cursor: pointer;
}

.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 #66a1bc;
  color: #66a1bc;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(208, 44, 44, 0.08);
  color: #d02c2c;
  border: solid 1px #d02c2c;
}

.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(208, 44, 44, 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(208, 44, 44, 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(208, 44, 44, 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(208, 44, 44, 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(208, 44, 44, 0.4);
}

.wpcf7 form.spam .wpcf7-response-output {
  background: rgba(209, 135, 101, 0.08);
  color: #d02c2c;
  border: solid 1px #D18765;
}

.wpcf7 form.spam input::-webkit-input-placeholder, .wpcf7 form.spam select::-webkit-input-placeholder, .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(209, 135, 101, 0.4);
}

.wpcf7 form.spam input::-moz-placeholder, .wpcf7 form.spam select::-moz-placeholder, .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(209, 135, 101, 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(209, 135, 101, 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(209, 135, 101, 0.4);
}

.wpcf7 form.spam input::placeholder,
.wpcf7 form.spam select::placeholder,
.wpcf7 form.spam textarea::placeholder {
  color: rgba(209, 135, 101, 0.4);
}

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

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

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

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #d02c2c;
  font-size: 1.4rem;
  background-color: rgba(208, 44, 44, 0.1);
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

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

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

.recaptcha-txt a {
  color: #5D5789;
  text-decoration: underline;
}

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

.privacy-frame {
  position: relative;
  padding: 16px;
  background: #ffffff;
  width: 100%;
  height: 280px;
  border: 1px solid #D7D7D7;
}

@media screen and (max-width: 519px) {
  .privacy-frame {
    height: 240px;
    padding: 12px;
  }
}

.privacy-frame__inner {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 24px;
}

@media screen and (max-width: 959px) {
  .privacy-frame__inner {
    padding: 16px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame__inner {
    padding: 8px;
  }
}

.privacy-frame__inner::-webkit-scrollbar {
  width: 4px;
  padding: 6px;
}

@media screen and (max-width: 959px) {
  .privacy-frame__inner::-webkit-scrollbar {
    width: 6px;
  }
}

.privacy-frame__inner::-webkit-scrollbar-track {
  background: #D7D7D7;
}

.privacy-frame__inner::-webkit-scrollbar-thumb {
  background: #5D5789 !important;
  width: 4px;
  height: 48px;
  border-radius: 1px;
  background-clip: content-box;
}

@media screen and (max-width: 959px) {
  .privacy-frame__inner::-webkit-scrollbar-thumb {
    border: 0;
    padding: 0;
  }
}

.privacy-frame .privacy-ttl {
  margin-bottom: calc(8px * 4);
  text-align: center;
}

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

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

.privacy-frame .privacy-ttl__main {
  color: #5D5789;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

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

.privacy-frame .privacy-ttl__sub {
  color: rgba(93, 87, 137, 0.6);
}

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

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-txt {
    font-size: 1.4rem;
  }
}

.privacy-frame .privacy-list {
  counter-reset: privacy-num;
}

.privacy-frame .privacy-list__item {
  position: relative;
  padding: 16px 0;
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-list__item {
    padding: 12px 0;
  }
}

.privacy-frame .privacy-list__item:nth-last-of-type(1) {
  padding-bottom: 0;
}

.privacy-frame .privacy-list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #D7D7D7, #D7D7D7 6px, transparent 6px, transparent 18px);
}

.privacy-frame .privacy-list__item dt {
  margin-bottom: 16px;
  font-size: 2rem;
}

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

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

.privacy-frame .privacy-list__item dt::before {
  counter-increment: privacy-num;
  content: counter(privacy-num, decimal-leading-zero) ".";
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-list__item dd {
    font-size: 1.4rem;
  }
}

.front-page {
  padding-bottom: calc(8px * 13);
  margin-top: 56px;
}

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

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

@media screen and (max-width: 519px) {
  .front-page {
    margin-top: 64px;
  }
}

.front-page .headline {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  font-size: 3.2rem;
}

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

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

.front-ttl {
  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: 24px;
  font-size: 3.2rem;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1023px) {
  .front-ttl {
    gap: 20px;
    font-size: 2.8rem;
  }
}

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

.front-ttl__en {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #5D5789;
  padding-bottom: 6px;
  border-bottom: 1px solid #5D5789;
}

.front-ttl.--vertical {
  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;
  justify-content: center;
  padding-bottom: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 10px;
}

@media screen and (max-width: 959px) {
  .front-ttl.--vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.front-ttl.--vertical .front-ttl__en {
  border-left: 1px solid #5D5789;
  border-bottom: none;
  letter-spacing: 1px;
}

@media screen and (max-width: 959px) {
  .front-ttl.--vertical .front-ttl__en {
    border-bottom: 1px solid #5D5789;
    border-left: none;
  }
}

.front-ttl.--large {
  margin-bottom: calc(8px * 9);
  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;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 959px) {
  .front-ttl.--large {
    margin-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-ttl.--large {
    margin-bottom: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .front-ttl.--large {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 959px) {
  .front-ttl.--large {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 519px) {
  .front-ttl.--large {
    gap: 4px;
    margin-bottom: 8px;
  }
}

.front-ttl.--large .front-ttl__ja {
  padding-bottom: 16px;
  font-size: 4.8rem;
  border-bottom: 1px solid #5D5789;
  letter-spacing: 12px;
}

@media screen and (max-width: 1023px) {
  .front-ttl.--large .front-ttl__ja {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .front-ttl.--large .front-ttl__ja {
    font-size: 3.2rem;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 767px) {
  .front-ttl.--large .front-ttl__ja {
    font-size: 2.8rem;
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 519px) {
  .front-ttl.--large .front-ttl__ja {
    font-size: 2.4rem;
    padding-bottom: 4px;
    letter-spacing: 6px;
  }
}

.front-ttl.--large .front-ttl__en {
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
}

.sample-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.sample-unit__dtl {
  width: calc(100% - 440px);
}

.sample-unit__vsl {
  width: 400px;
}

.sample-unit__col {
  width: calc((100% / 2) - (40px * 1 / 2));
}

.sample-unit.--col3 .sample-unit__col {
  width: calc((100% / 3) - (40px * 2 / 3));
}

.sample-unit.--col4 .sample-unit__col {
  width: calc((100% / 3) - (40px * 2 / 3));
}

.sample .sample-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 2rem;
  font-weight: bold;
}

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

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

.sample .sample-img {
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .sample .sample-img {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .sample .sample-img {
    border-radius: calc(8px * 0.5);
  }
}

.sample .sample-caption {
  font-size: 1.4rem;
}

.hero {
  position: relative;
  max-width: 100vw;
  height: calc(100vh - 56px);
  max-height: 100vh;
  margin-bottom: calc(8px * 12);
  margin-left: 200px;
}

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

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

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

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

@media screen and (max-width: 959px) {
  .hero {
    height: auto;
    margin-left: 0;
    margin-bottom: 32px;
    max-height: none;
  }
}

.hero .hero-slider {
  width: 100%;
  height: calc(100vh - 56px);
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .hero .hero-slider {
    max-height: 100vh;
  }
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider {
    height: 100%;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider {
    height: calc(100% + 130px);
    max-height: none;
  }
}

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

.hero .hero-slider__item {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item {
    height: 644px;
  }
}

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

.hero .hero-slider__item .slide-wrap {
  height: 100%;
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-wrap {
    position: relative;
  }
}

.hero .hero-slider__item .slide-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 48px 56px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") top right/40px 40px no-repeat, url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") bottom left/40px 40px no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1279px) {
  .hero .hero-slider__item .slide-catch {
    padding: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-catch {
    background: url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") top right/32px 32px no-repeat, url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") bottom left/32px 32px no-repeat;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-catch {
    background: url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") top right/24px 24px no-repeat, url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") bottom left/24px 24px no-repeat;
    padding: 48px 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-slider__item .slide-catch {
    background: url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") top right/16px 16px no-repeat, url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") bottom left/16px 16px no-repeat;
    padding: 32px 20px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-catch {
    background: url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") top right/12px 12px no-repeat, url("/wp-content/themes/itreat_base/dist/img/top/slide-catch-deco.svg") bottom left/12px 12px no-repeat;
    padding: 24px 12px;
  }
}

.hero .hero-slider__item .slide-catch::before, .hero .hero-slider__item .slide-catch::after {
  content: '';
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-catch::before, .hero .hero-slider__item .slide-catch::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-catch::before, .hero .hero-slider__item .slide-catch::after {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-slider__item .slide-catch::before, .hero .hero-slider__item .slide-catch::after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}

.hero .hero-slider__item .slide-catch::before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 15px, #ffffff 15px, #ffffff 16px, transparent 16px), linear-gradient(to right, transparent 15px, #ffffff 15px, #ffffff 16px, transparent 16px);
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-catch::before {
    background: linear-gradient(to bottom, transparent 11px, #ffffff 11px, #ffffff 12px, transparent 12px), linear-gradient(to right, transparent 11px, #ffffff 11px, #ffffff 12px, transparent 12px);
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-catch::before {
    background: linear-gradient(to bottom, transparent 7px, #ffffff 7px, #ffffff 8px, transparent 8px), linear-gradient(to right, transparent 7px, #ffffff 7px, #ffffff 8px, transparent 8px);
  }
}

.hero .hero-slider__item .slide-catch::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 15px, #ffffff 15px, #ffffff 16px, transparent 16px), linear-gradient(to left, transparent 15px, #ffffff 15px, #ffffff 16px, transparent 16px);
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-catch::after {
    background: linear-gradient(to top, transparent 11px, #ffffff 11px, #ffffff 12px, transparent 12px), linear-gradient(to left, transparent 11px, #ffffff 11px, #ffffff 12px, transparent 12px);
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-catch::after {
    background: linear-gradient(to top, transparent 7px, #ffffff 7px, #ffffff 8px, transparent 8px), linear-gradient(to left, transparent 7px, #ffffff 7px, #ffffff 8px, transparent 8px);
  }
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl {
  margin-bottom: calc(8px * 5);
  font-size: 5.6rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(51, 51, 51, 0.5);
  white-space: nowrap;
  line-height: 1.2;
  padding: 4px;
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .slide-ttl-upper {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 4px;
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .slide-ttl-upper .ico-plus {
  position: relative;
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .slide-ttl-upper .ico-plus::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -48px;
  text-shadow: 0 0 15px rgba(51, 51, 51, 0.5);
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/plus-ico.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/plus-ico.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  translate: 0 -50%;
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .slide-ttl-upper .ico-plus::before {
    width: 24px;
    height: 24px;
    right: -40px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .slide-ttl-upper .ico-plus::before {
    width: 16px;
    height: 16px;
    right: -32px;
  }
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .slide-ttl-middle {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 4px;
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .slide-ttl-lower {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 4px;
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-gradient {
  position: relative;
  font-size: 6.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA228), to(#FF5634));
  background: linear-gradient(180deg, #FFA228 0%, #FF5634 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  white-space: nowrap;
}

@media screen and (max-width: 1279px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-gradient {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-gradient {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-gradient {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-gradient {
    font-size: 2.2rem;
  }
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-gradient::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  -webkit-text-stroke: #ffffff 4px;
}

.hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-masu {
  display: inline-block;
  margin-right: 8px;
  width: 80px;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid #ffffff;
  font-size: 6.4rem;
  line-height: 80px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-masu {
    font-size: 4.8rem;
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-masu {
    font-size: 4rem;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-masu {
    font-size: 3.2rem;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-catch .slide-catch-ttl .emphasis-masu {
    font-size: 2.2rem;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-txt {
    padding: 16px;
  }
}

.hero .hero-slider__item .slide-txt__item {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-txt__item {
    color: #333333;
    text-shadow: none;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-txt__item {
    font-size: 1.4rem;
  }
}

.hero .hero-slider__item .slide-txt__item em {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA228), to(#FF5634));
  background: linear-gradient(180deg, #FFA228 0%, #FF5634 100%);
  padding: 4px 4px 6px;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-txt__item em {
    color: #FF5B00;
    background: #ffffff;
    padding: 0;
  }
}

.hero .hero-slider__item .slide-txt__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-txt__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-txt__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.hero .hero-slider__item .slide-txt__item.--center {
  text-align: center;
}

.hero .hero-slider__item .slide-list__item {
  position: relative;
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  padding-left: 48px;
  counter-increment: slide-list-num;
}

@media screen and (max-width: 1279px) {
  .hero .hero-slider__item .slide-list__item {
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-list__item {
    color: #333333;
    text-shadow: none;
    font-size: 1.6rem;
    padding-left: 28px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-slider__item .slide-list__item {
    font-size: 1.4rem;
  }
}

.hero .hero-slider__item .slide-list__item::before {
  position: absolute;
  content: counter(slide-list-num, decimal-leading-zero);
  top: -12px;
  left: 0;
  font-size: 3.2rem;
  color: #ffffff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1279px) {
  .hero .hero-slider__item .slide-list__item::before {
    font-size: 2.8rem;
    top: -10px;
  }
}

@media screen and (max-width: 1023px) {
  .hero .hero-slider__item .slide-list__item::before {
    font-size: 2.4rem;
    top: -4px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-list__item::before {
    font-size: 2rem;
    color: #FF5B00;
    text-shadow: none;
    top: -4px;
  }
}

.hero .hero-slider__item .slide-list__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

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

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

.hero .hero-slider__item .slide-list__item em {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA228), to(#FF5634));
  background: linear-gradient(180deg, #FFA228 0%, #FF5634 100%);
  padding: 4px 4px 6px;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .hero .hero-slider__item .slide-list__item em {
    color: #FF5B00;
    background: #ffffff;
    padding: 0;
    display: initial;
  }
}

.hero-txt {
  position: absolute;
  bottom: 32px;
  left: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2rem;
  rotate: 90deg;
}

@media screen and (max-width: 1279px) {
  .hero-txt {
    bottom: 72px;
  }
}

@media screen and (max-width: 959px) {
  .hero-txt {
    bottom: auto;
    top: 52vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-txt {
    top: 350px;
  }
}

.hero-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background: #ffffff;
}

.event-bnr {
  margin-bottom: calc(8px * 5);
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
}

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

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

@media screen and (max-width: 1023px) {
  .event-bnr {
    max-width: 800px;
  }
}

@media screen and (max-width: 959px) {
  .event-bnr {
    max-width: 750px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 519px) {
  .event-bnr {
    max-width: 100%;
  }
}

.event-bnr a:hover {
  opacity: 0.8;
}

.wilmo-bnr {
  margin-bottom: calc(8px * 8);
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}

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

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

@media screen and (max-width: 1023px) {
  .wilmo-bnr {
    max-width: 590px;
  }
}

@media screen and (max-width: 959px) {
  .wilmo-bnr {
    max-width: 530px;
  }
}

@media screen and (max-width: 767px) {
  .wilmo-bnr {
    max-width: 100%;
    padding: 0 12px;
  }
}

.wilmo-bnr img {
  border: 1px solid #FF5B00;
}

.wilmo-bnr a:hover {
  opacity: 0.8;
}

.reha-avl {
  margin-bottom: calc(8px * 12);
}

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

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

.reha-avl .schedule-tbl {
  max-width: 880px;
  margin-inline: auto;
}

.reha-avl .schedule-tbl table {
  width: 100%;
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reha-avl .schedule-tbl table thead {
  font-size: 2rem;
  background: #5D5789;
  color: #ffffff;
  border-radius: 2px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .reha-avl .schedule-tbl table thead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table thead {
    font-size: 1.4rem;
    border-radius: 2px 0 0 2px;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reha-avl .schedule-tbl table thead tr th {
  width: 220px;
  padding: 12px 0 12px 20px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .reha-avl .schedule-tbl table thead tr th {
    width: 180px;
    line-height: 1.3;
    padding: 12px 0 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .reha-avl .schedule-tbl table thead tr th {
    width: 160px;
    padding: 12px 10px 12px 16px;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table thead tr th {
    width: 85px;
    padding: 9px 0 9px 0;
    text-align: center;
    line-height: 1.2;
  }
}

.reha-avl .schedule-tbl table thead tr td {
  padding: 12px 32px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .reha-avl .schedule-tbl table thead tr td {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .reha-avl .schedule-tbl table thead tr td {
    padding: 12px 8px;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table thead tr td {
    padding: 12px 8px;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.reha-avl .schedule-tbl table tbody tr {
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.reha-avl .schedule-tbl table tbody tr th {
  padding: 20px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .reha-avl .schedule-tbl table tbody tr th {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .reha-avl .schedule-tbl table tbody tr th {
    padding: 20px 8px;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table tbody tr th {
    padding: 10px 0;
    background: rgba(215, 215, 215, 0.4);
    line-height: 1.2;
  }
}

.reha-avl .schedule-tbl table tbody tr th em {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .reha-avl .schedule-tbl table tbody tr th em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table tbody tr th em {
    font-size: 1.5rem;
  }
}

.reha-avl .schedule-tbl table tbody tr td {
  vertical-align: middle;
  padding: 20px 0;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .reha-avl .schedule-tbl table tbody tr td {
    letter-spacing: -2px;
    padding: 20px 2px;
  }
}

@media screen and (max-width: 519px) {
  .reha-avl .schedule-tbl table tbody tr td {
    line-height: inherit;
    padding: 10px 2px;
  }
}

.message-list {
  margin-bottom: calc(8px * 15);
  position: relative;
  border: 2px solid #EA9000;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(234, 144, 0, 0.16);
  box-shadow: 0px 0px 16px 0px rgba(234, 144, 0, 0.16);
  border-radius: 4px;
}

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

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

.message-list::before, .message-list::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #EA9000;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .message-list::before, .message-list::after {
    width: 4px;
    height: 4px;
  }
}

.message-list::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .message-list::before {
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
}

.message-list::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .message-list::after {
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}

.message-list__ttl {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding: 18px 14px;
  background: #EA9000;
  border-radius: 2px 2px 0 0;
}

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

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

@media screen and (max-width: 767px) {
  .message-list__ttl {
    padding: 14px;
  }
}

.message-list__ttl::before, .message-list__ttl::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .message-list__ttl::before, .message-list__ttl::after {
    width: 4px;
    height: 4px;
  }
}

.message-list__ttl::before {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .message-list__ttl::before {
    position: absolute;
    top: 5px;
    left: 5px;
  }
}

.message-list__ttl::after {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .message-list__ttl::after {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

.message-list__ttl .message-ttl {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .message-list__ttl .message-ttl {
    font-size: 1.8rem;
  }
}

.message-list__txt {
  padding: 0 40px 40px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .message-list__txt {
    padding: 0 32px 32px;
  }
}

@media screen and (max-width: 767px) {
  .message-list__txt {
    padding: 0 24px 24px;
  }
}

@media screen and (max-width: 519px) {
  .message-list__txt {
    padding: 0 16px 16px;
  }
}

.message-list__txt .link-btn a {
  text-decoration: underline;
  color: #336E89;
}

.message-list__txt .link-btn a:hover {
  text-decoration: none;
}

.message-list__txt em {
  font-weight: bold;
  color: #5D5789;
}

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

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

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

.topics::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(93, 87, 137, 0.04);
}

@media screen and (max-width: 767px) {
  .topics::before {
    height: 80%;
  }
}

.topics-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 88px;
}

@media screen and (max-width: 1279px) {
  .topics-inner {
    gap: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .topics-inner {
    gap: 56px;
  }
}

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

.topics-inner .topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 48px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .topics-inner .topics-list {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .topics-inner .topics-list {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .topics-inner .topics-list {
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

@media screen and (max-width: 519px) {
  .topics-inner .topics-list {
    gap: 24px;
    padding: 0 16px;
  }
}

.topics-inner .topics-list__item {
  position: relative;
  width: calc((100% / 3) - (48px * 2 / 3));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .topics-inner .topics-list__item {
    width: calc((100% / 3) - (40px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  .topics-inner .topics-list__item {
    width: calc((100% / 3) - (32px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .topics-inner .topics-list__item {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .topics-inner .topics-list__item {
    width: calc((100% / 1) - (24px * 0 / 1));
  }
}

.topics-inner .topics-list__item:hover {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.topics-inner .topics-list__item:hover .topics-ttl a:hover {
  text-decoration: underline;
}

.topics-inner .topics-list__item .topics-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 6px;
  border-radius: 0 0 6px 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .topics-inner .topics-list__item .topics-date {
    font-size: 1.4rem;
    padding: 8px 4px;
  }
}

.topics-inner .topics-list__item .topics-date span {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .topics-inner .topics-list__item .topics-date span {
    font-size: 1.6rem;
  }
}

.topics-inner .topics-list__item .topics-vsl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .topics-inner .topics-list__item .topics-vsl {
    margin-bottom: 14px;
  }
}

.topics-inner .topics-list__item .topics-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3 / 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.topics-inner .topics-list__item .topics-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: white;
}

.topics-inner .topics-list__item .topics-meta__cate {
  display: block;
  width: 135px;
  margin-bottom: 14px;
  background: rgba(93, 87, 137, 0.1);
  padding: 4px 12px;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .topics-inner .topics-list__item .topics-meta__cate {
    width: 125px;
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
}

.topics-inner .topics-list__item .topics-meta__cate:hover {
  text-decoration: underline;
}

.topics-inner .topics-list__item .topics-ttl a {
  display: block;
  max-width: 314px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news {
  margin-bottom: calc(8px * 24);
}

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

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

.news .front-ttl {
  margin-bottom: calc(8px * 5);
}

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

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

.news .news-list {
  margin-bottom: calc(8px * 8);
}

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

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

.news .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 1023px) {
  .news .news-list__item {
    gap: 24px;
  }
}

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

.news .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  .news .news-list__item .news-meta {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news .news-list__item .news-meta {
    font-size: 1.4rem;
  }
}

.news .news-list__item .news-meta__cate {
  width: 150px;
  background: rgba(224, 211, 187, 0.15);
  color: #554E41;
  text-align: center;
}

.news .news-list__item .news-ttl {
  width: calc(100% - 298px);
}

@media screen and (max-width: 959px) {
  .news .news-list__item .news-ttl {
    width: 100%;
  }
}

.news .news-list__item .news-ttl a {
  display: block;
  width: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .news-list__item .news-ttl a:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.news .news-list__item:not(:last-of-type) {
  padding-bottom: calc(8px * 4);
  margin-bottom: calc(8px * 4);
  border-bottom: 1px dotted #D7D7D7;
}

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

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

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

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

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

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

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

@media screen and (max-width: 519px) {
  .greeting {
    margin-bottom: 48px;
  }
}

.greeting::before {
  position: absolute;
  bottom: -80px;
  left: 0px;
  z-index: -1;
  content: "";
  width: calc(50% - 80px);
  height: 216px;
  background: rgba(93, 87, 137, 0.08);
}

@media screen and (max-width: 519px) {
  .greeting::before {
    display: none;
  }
}

.greeting .greeting-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
  margin-bottom: calc(8px * 6);
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

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

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

@media screen and (max-width: 959px) {
  .greeting .greeting-unit {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-unit {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .greeting .greeting-unit {
    padding-right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-unit {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .greeting .greeting-unit {
    padding-right: 0;
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-unit {
    padding-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .greeting .greeting-unit {
    gap: 22px;
  }
}

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

.greeting .greeting-unit__dtl {
  position: relative;
  width: calc(100% - 634px);
  line-height: 2;
}

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

@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__dtl {
    width: calc(100% - 429px);
  }
}

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

.greeting .greeting-unit__dtl .txt {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .greeting .greeting-unit__dtl .txt {
    line-height: 1.6;
  }
}

.greeting .greeting-unit__dtl .txt:not(:last-of-type) {
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl .txt:not(:last-of-type) {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .greeting .greeting-unit__dtl .txt:not(:last-of-type) {
    margin-bottom: 6px;
  }
}

.greeting .greeting-unit__dtl::before {
  position: absolute;
  top: -128px;
  left: -128px;
  content: "";
  width: 128px;
  height: 128px;
  background: rgba(224, 211, 187, 0.15);
}

@media screen and (max-width: 767px) {
  .greeting .greeting-unit__dtl::before {
    top: -78px;
    left: -48px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-unit__dtl::before {
    left: -50px;
    top: -50px;
  }
}

.greeting .greeting-unit__dtl .greeting-ttl {
  position: relative;
  margin-bottom: 56px;
  font-size: 3.6rem;
  letter-spacing: 12px;
}

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

@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__dtl .greeting-ttl {
    margin-bottom: 48px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl .greeting-ttl {
    letter-spacing: 10px;
    line-height: 1.7;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-unit__dtl .greeting-ttl {
    font-size: 2.4rem;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
}

.greeting .greeting-unit__dtl .greeting-ttl::before {
  position: absolute;
  top: -54px;
  left: -64px;
  content: "";
  width: 160px;
  height: 1px;
  background: #333333;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl .greeting-ttl::before {
    width: 60px;
    left: -24px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-unit__dtl .greeting-ttl::before {
    width: 32px;
    left: -20px;
    top: -24px;
  }
}

.greeting .greeting-unit__dtl .greeting-ttl::after {
  position: absolute;
  top: -64px;
  left: -54px;
  content: "";
  width: 1px;
  height: 160px;
  background: #333333;
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-unit__dtl .greeting-ttl::after {
    left: -26px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl .greeting-ttl::after {
    left: -20px;
    height: 60px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-unit__dtl .greeting-ttl::after {
    height: 32px;
    left: -10px;
    top: -34px;
  }
}

.greeting .greeting-unit__dtl .txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__dtl .txt {
    font-size: 1.6rem;
  }
}

.greeting .greeting-unit__vsl {
  position: relative;
  width: 570px;
}

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

@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__vsl {
    width: 381px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-unit__vsl {
    width: 90%;
  }
}

.greeting .greeting-unit__vsl::before {
  position: absolute;
  top: 427px;
  right: 0px;
  z-index: -1;
  content: "";
  width: 410px;
  height: 165px;
  background: rgba(224, 211, 187, 0.15);
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-unit__vsl::before {
    top: 347px;
  }
}

@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__vsl::before {
    top: 280px;
    width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl::before {
    top: -80px;
    right: -60px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl::before {
    right: -24px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-unit__vsl::before {
    right: -12px;
  }
}

.greeting .greeting-unit__vsl picture {
  position: sticky;
  top: 0;
}

.greeting .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding: 0 0 48px 40px;
  background: #ffffff;
}

@media screen and (max-width: 1279px) {
  .greeting .career {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .career {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .career {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .greeting .career {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .career {
    gap: 24px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .greeting .career {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .career {
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 12px;
  }
}

.greeting .career .career-ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #5D5789;
  font-size: 2rem;
  letter-spacing: 6px;
}

@media screen and (max-width: 519px) {
  .greeting .career .career-ttl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.greeting .career .career-txt {
  position: relative;
  padding-left: calc(8px * 5);
  border-left: 1px solid #5D5789;
}

@media screen and (max-width: 959px) {
  .greeting .career .career-txt {
    padding-left: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt {
    padding-left: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt {
    padding-left: 0;
    padding-top: calc(8px * 3);
    border-left: none;
    border-top: 1px solid #5D5789;
  }
}

@media screen and (max-width: 519px) and (max-width: 959px) {
  .greeting .career .career-txt {
    padding-top: calc((8px * 3) * 0.75);
  }
}

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

.greeting .career .career-txt::before {
  position: absolute;
  bottom: 8px;
  left: -2.5px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5D5789;
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt::before {
    bottom: calc(100% - 1.5px);
    left: 7px;
  }
}

.greeting .career .career-txt .career-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}

.greeting .career .career-txt .career-list:not(:last-of-type) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .greeting .career .career-txt .career-list:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt .career-list:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.greeting .career .career-txt .career-list dt {
  min-width: 72px;
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt .career-list dt {
    font-size: 1.4rem;
    min-width: 64px;
  }
}

.greeting .career .career-txt .career-list dt span {
  font-size: 1.8rem;
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt .career-list dt span {
    font-size: 1.6rem;
  }
}

.greeting .career .career-txt .career-list dt em {
  font-size: 1.8rem;
  color: #5D5789;
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt .career-list dt em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .greeting .career .career-txt .career-list dd {
    font-size: 1.4rem;
  }
}

.greeting .career .career-txt .career-list dd a {
  text-decoration: underline;
}

.greeting .career .career-txt .career-list dd a:hover {
  text-decoration: none;
}

.about {
  margin-bottom: calc(8px * 23);
  position: relative;
  padding-top: calc(8px * 11);
  padding-bottom: calc(8px * 11);
  background: #F8F9FC;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 519px) {
  .about {
    margin-bottom: 64px;
  }
}

.about::before {
  position: absolute;
  bottom: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "FEATURE";
  color: rgba(93, 87, 137, 0.1);
  font-size: 20.0rem;
  letter-spacing: 40px;
}

@media screen and (max-width: 1279px) {
  .about::before {
    font-size: 14.0rem;
    letter-spacing: 32px;
    bottom: -100px;
  }
}

@media screen and (max-width: 959px) {
  .about::before {
    font-size: 10.4rem;
    bottom: -72px;
  }
}

@media screen and (max-width: 767px) {
  .about::before {
    font-size: 6.4rem;
    letter-spacing: 20px;
    bottom: -40px;
  }
}

@media screen and (max-width: 519px) {
  .about::before {
    font-size: 4.6rem;
    letter-spacing: 11px;
    bottom: -23px;
  }
}

.about .about-ttl {
  position: relative;
  margin-bottom: calc(8px * 6);
  color: #5D5789;
  text-align: center;
  line-height: 2.5;
  font-size: 2.4rem;
}

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

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

@media screen and (max-width: 1023px) {
  .about .about-ttl {
    line-height: 1;
  }
}

@media screen and (max-width: 959px) {
  .about .about-ttl {
    line-height: 2;
  }
}

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

@media screen and (max-width: 519px) {
  .about .about-ttl {
    line-height: 1.4;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
}

.about .about-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -48px;
  width: 60px;
  height: 10px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/about-deco.svg") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .about .about-ttl::before {
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-ttl::before {
    top: -20px;
  }
}

.about .about-ttl::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 100%;
  width: 60px;
  height: 10px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/about-deco.svg") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .about .about-ttl::after {
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-ttl::after {
    bottom: -20px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-ttl::after {
    bottom: -10px;
  }
}

.about .about-ttl span {
  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;
}

@media screen and (max-width: 767px) {
  .about .about-ttl span {
    gap: 4px;
    font-size: 1.4rem;
  }
}

.about .about-ttl span img {
  width: 249px;
  height: 42px;
}

@media screen and (max-width: 959px) {
  .about .about-ttl span img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-ttl span img {
    width: 140px;
  }
}

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

@media screen and (max-width: 519px) {
  .about .txt {
    text-align: left;
  }
}

.strengths {
  padding-bottom: 104px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .strengths {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .strengths {
    padding-bottom: 58px;
  }
}

.strengths::before {
  position: absolute;
  top: calc(50% + 40px);
  left: calc(100% - 450px);
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 1074px;
  height: 1074px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/circle-deco.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .strengths::before {
    opacity: 0.3;
  }
}

.strengths .strengths-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}

@media screen and (max-width: 959px) {
  .strengths .strengths-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .strengths .strengths-unit {
    gap: 16px;
  }
}

.strengths .strengths-unit__dtl {
  width: calc(100% - 416px);
}

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

.strengths .strengths-unit__dtl .strengths-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 3);
  font-size: 3.2rem;
  color: #5D5789;
  letter-spacing: 3px;
  line-height: 1.3;
}

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

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

@media screen and (max-width: 1023px) {
  .strengths .strengths-unit__dtl .strengths-ttl {
    font-size: 2.8rem;
  }
}

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

@media screen and (max-width: 767px) {
  .strengths .strengths-unit__dtl .strengths-ttl {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.2;
  }
}

.strengths .strengths-unit__dtl .strengths-ttl span {
  padding-left: 18px;
  margin-left: 18px;
  font-size: 2.8rem;
  color: #333333;
  border-left: 1px solid #5D5789;
}

@media screen and (max-width: 1023px) {
  .strengths .strengths-unit__dtl .strengths-ttl span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .strengths .strengths-unit__dtl .strengths-ttl span {
    padding-left: 16px;
    margin-left: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .strengths .strengths-unit__dtl .strengths-ttl span {
    padding-left: 12px;
    margin-left: 12px;
    font-size: 1.8rem;
  }
}

.strengths .strengths-unit__dtl .strengths-ttl span em {
  font-size: 3.8rem;
  color: #5D5789;
}

@media screen and (max-width: 1023px) {
  .strengths .strengths-unit__dtl .strengths-ttl span em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .strengths .strengths-unit__dtl .strengths-ttl span em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .strengths .strengths-unit__dtl .strengths-ttl span em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .strengths .strengths-unit__dtl .strengths-ttl span em {
    font-size: 2rem;
  }
}

.strengths .strengths-unit__vsl {
  width: 352px;
}

@media screen and (max-width: 959px) {
  .strengths .strengths-unit__vsl {
    max-width: 480px;
    margin-inline: auto;
    width: 100%;
  }
}

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

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

.strengths .strengths-unit:nth-of-type(1), .strengths .strengths-unit:nth-of-type(3) {
  padding-left: calc(8px * 12);
}

@media screen and (max-width: 959px) {
  .strengths .strengths-unit:nth-of-type(1), .strengths .strengths-unit:nth-of-type(3) {
    padding-left: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .strengths .strengths-unit:nth-of-type(1), .strengths .strengths-unit:nth-of-type(3) {
    padding-left: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .strengths .strengths-unit:nth-of-type(1), .strengths .strengths-unit:nth-of-type(3) {
    padding-left: calc(8px * 7);
  }
}

@media screen and (max-width: 1023px) and (max-width: 959px) {
  .strengths .strengths-unit:nth-of-type(1), .strengths .strengths-unit:nth-of-type(3) {
    padding-left: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 1023px) and (max-width: 519px) {
  .strengths .strengths-unit:nth-of-type(1), .strengths .strengths-unit:nth-of-type(3) {
    padding-left: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .strengths .strengths-unit:nth-of-type(1), .strengths .strengths-unit:nth-of-type(3) {
    padding-left: 0;
  }
}

.strengths .strengths-unit:nth-of-type(2) {
  padding-right: calc(8px * 12);
}

@media screen and (max-width: 959px) {
  .strengths .strengths-unit:nth-of-type(2) {
    padding-right: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .strengths .strengths-unit:nth-of-type(2) {
    padding-right: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .strengths .strengths-unit:nth-of-type(2) {
    padding-right: calc(8px * 7);
  }
}

@media screen and (max-width: 1023px) and (max-width: 959px) {
  .strengths .strengths-unit:nth-of-type(2) {
    padding-right: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 1023px) and (max-width: 519px) {
  .strengths .strengths-unit:nth-of-type(2) {
    padding-right: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .strengths .strengths-unit:nth-of-type(2) {
    padding-right: 0;
  }
}

.strengths .strengths-unit:not(:last-of-type) {
  margin-bottom: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .strengths .strengths-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .strengths .strengths-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 9) * 0.5);
  }
}

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

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

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

.case-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 88px;
}

@media screen and (max-width: 1279px) {
  .case-inner {
    gap: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .case-inner {
    gap: 56px;
  }
}

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

.case-inner .case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 48px;
  margin-bottom: calc(8px * 6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

@media screen and (max-width: 1023px) {
  .case-inner .case-list {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .case-inner .case-list {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .case-inner .case-list {
    gap: 24px 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.case-inner .case-list__item {
  position: relative;
  width: calc((100% / 3) - (48px * 2 / 3));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .case-inner .case-list__item {
    width: calc((100% / 3) - (40px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  .case-inner .case-list__item {
    width: calc((100% / 3) - (32px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .case-inner .case-list__item {
    width: calc((100% / 2) - (6px * 1 / 2));
  }
}

.case-inner .case-list__item:last-of-type {
  display: none;
}

@media screen and (max-width: 767px) {
  .case-inner .case-list__item:last-of-type {
    display: block;
  }
}

.case-inner .case-list__item:hover {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.case-inner .case-list__item:hover .case-ttl a:hover {
  text-decoration: underline;
}

.case-inner .case-list__item .case-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 6px;
  border-radius: 0 0 6px 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .case-inner .case-list__item .case-date {
    font-size: 1.4rem;
    padding: 8px 4px;
  }
}

.case-inner .case-list__item .case-date span {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .case-inner .case-list__item .case-date span {
    font-size: 1.6rem;
  }
}

.case-inner .case-list__item .case-vsl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .case-inner .case-list__item .case-vsl {
    margin-bottom: 14px;
  }
}

.case-inner .case-list__item .case-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3 / 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.case-inner .case-list__item .case-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: white;
}

.case-inner .case-list__item .case-meta__cate {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-bottom: 14px;
  background: rgba(93, 87, 137, 0.1);
  padding: 4px;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .case-inner .case-list__item .case-meta__cate {
    max-width: 200px;
    width: 100%;
    margin-bottom: 4px;
    padding: 2px 5px;
    font-size: 1.4rem;
    letter-spacing: -0.45px;
  }
}

.case-inner .case-list__item .case-meta__cate:hover {
  text-decoration: underline;
}

.case-inner .case-list__item .case-ttl a {
  display: block;
  max-width: 314px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case .news-btn {
  max-width: 320px;
  margin-inline: auto;
}

.case .news-btn a {
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .case .news-btn a {
    padding: 12px 16px;
  }
}

.case .news-btn a::before {
  top: 31%;
}

.access {
  position: relative;
  overflow: hidden;
}

.access::before {
  content: "";
  position: absolute;
  bottom: -144px;
  left: 50%;
  z-index: -3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #5D5789;
}

.access .access-unit {
  position: relative;
  z-index: 0;
  margin-bottom: calc(8px * 12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  background: #F8F9FC;
  padding: 80px 32px;
}

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

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

@media screen and (max-width: 959px) {
  .access .access-unit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1279px) {
  .access .access-unit {
    gap: 32px;
    padding: 72px 26px;
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit {
    gap: 26px;
    padding: 64px 40px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 24px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit {
    padding: 40px 22px;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit {
    padding: 32px 16px;
  }
}

.access .access-unit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  border: 1px solid #5D5789;
}

@media screen and (max-width: 1023px) {
  .access .access-unit::before {
    width: calc(100% - 48px);
    height: calc(100% - 48px);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit::before {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}

.access .access-unit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 64px);
  height: calc(100% - 160px);
  background: #F8F9FC;
}

@media screen and (max-width: 1023px) {
  .access .access-unit::after {
    width: calc(100% - 48px);
    height: calc(100% - 144px);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit::after {
    width: calc(100% - 24px);
    height: calc(100% - 120px);
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit::after {
    width: calc(100% - 12px);
    height: calc(100% - 108px);
  }
}

.access .access-unit__info img {
  max-width: 300px;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__info img {
    max-width: 280px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__info img {
    margin-inline: auto;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__info img {
    max-width: 210px;
  }
}

.access .access-unit__info .access-add {
  font-size: 1.4rem;
  padding: 24px 0;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__info .access-add {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__info .access-add {
    padding: 24px 0 12px;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__info .access-add {
    padding: 24px 0 6px;
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit__info .hours-tbl table tr th {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__info .hours-tbl table tr th {
    font-size: 1.2rem;
  }
}

.access .access-unit__info .hours-tbl table tr th:first-of-type {
  border-right: solid 1px rgba(93, 87, 137, 0.4);
  padding: 16px 16px 16px 0;
  text-align: left;
}

@media screen and (max-width: 519px) {
  .access .access-unit__info .hours-tbl table tr th:first-of-type {
    padding: 6px 4px 6px 0;
  }
}

.access .access-unit__info .hours-tbl table tr td {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__info .hours-tbl table tr td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__info .hours-tbl table tr td {
    font-size: 1.2rem;
  }
}

.access .access-unit__way .access-way .access-ttl {
  margin-bottom: calc(8px * 2);
  padding-left: 26px;
  font-size: 2.2rem;
}

@media screen and (max-width: 959px) {
  .access .access-unit__way .access-way .access-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__way .access-way .access-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

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

@media screen and (max-width: 767px) {
  .access .access-unit__way .access-way .access-ttl {
    font-size: 1.8rem;
  }
}

.access .access-unit__way .access-way .access-ttl::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 17px;
  height: 18px;
  background: #5D5789;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.access .access-unit__way .access-way .access-way__txt {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .access .access-unit__way .access-way .access-way__txt {
    font-size: 1.4rem;
  }
}

.access .access-unit__way .access-way .access-way__txt em {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .access .access-unit__way .access-way .access-way__txt em {
    font-size: 2rem;
  }
}

.access .access-unit__way .access-way.--train {
  position: relative;
  padding-bottom: calc(8px * 3);
  margin-bottom: calc(8px * 3);
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 959px) {
  .access .access-unit__way .access-way.--train {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__way .access-way.--train {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__way .access-way.--train {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__way .access-way.--train {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.access .access-unit__way .access-way.--train .access-ttl::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/train.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/train.svg");
}

.access .access-unit__way .access-way.--bus {
  position: relative;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .access .access-unit__way .access-way.--bus {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__way .access-way.--bus {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.access .access-unit__way .access-way.--bus .access-ttl::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/bus.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/bus.svg");
}

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

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

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

.gmap iframe {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .gmap iframe {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    height: 350px;
  }
}

.gmap .map-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gmap .map-btn a {
  position: relative;
  display: block;
  width: 300px;
  padding: 20px 0;
  text-align: center;
  background: #5D5789;
  border: 1px solid #5D5789;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .gmap .map-btn a {
    padding: 14px 0;
  }
}

.gmap .map-btn a::before {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 7px;
  height: 12px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.gmap .map-btn a:hover {
  background: #ffffff;
  color: #5D5789;
}

.gmap .map-btn a:hover::before {
  background-color: #5D5789;
}

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

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

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

.column::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: calc(100% - 140px);
  background: rgba(93, 87, 137, 0.04);
}

@media screen and (max-width: 767px) {
  .column::before {
    height: 80%;
  }
}

.column .front-ttl {
  margin-bottom: calc(8px * 5);
}

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

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

.column .topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: calc(8px * 6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 959px) {
  .column .topics-list {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .column .topics-list {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .column .topics-list {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .column .topics-list {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .column .topics-list {
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

@media screen and (max-width: 519px) {
  .column .topics-list {
    gap: 24px;
    padding: 0 16px;
  }
}

.column .topics-list__item {
  position: relative;
  width: calc((100% / 3) - (48px * 2 / 3));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .column .topics-list__item {
    width: calc((100% / 3) - (40px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  .column .topics-list__item {
    width: calc((100% / 3) - (32px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .column .topics-list__item {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .column .topics-list__item {
    width: calc((100% / 1) - (24px * 0 / 1));
  }
}

.column .topics-list__item:hover {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.column .topics-list__item:hover .topics-ttl a:hover {
  text-decoration: underline;
}

.column .topics-list__item .topics-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 6px;
  border-radius: 0 0 6px 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .column .topics-list__item .topics-date {
    font-size: 1.4rem;
    padding: 8px 4px;
  }
}

.column .topics-list__item .topics-date span {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .column .topics-list__item .topics-date span {
    font-size: 1.6rem;
  }
}

.column .topics-list__item .topics-vsl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .column .topics-list__item .topics-vsl {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 519px) {
  .column .topics-list__item .topics-vsl {
    margin-bottom: 10px;
  }
}

.column .topics-list__item .topics-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3 / 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.column .topics-list__item .topics-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: white;
}

.column .topics-list__item .topics-meta__cate {
  display: block;
  width: 135px;
  margin-bottom: 14px;
  background: rgba(93, 87, 137, 0.1);
  padding: 4px 12px;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .column .topics-list__item .topics-meta__cate {
    width: 125px;
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
}

.column .topics-list__item .topics-meta__cate:hover {
  text-decoration: underline;
}

.column .topics-list__item .topics-ttl a {
  display: block;
  max-width: 314px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.column .news-btn {
  max-width: 320px;
  margin-inline: auto;
}

.column .news-btn a {
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .column .news-btn a {
    padding: 12px 16px;
  }
}

.column .news-btn a::before {
  top: 31%;
}

.faq {
  margin-bottom: calc(8px * 11);
}

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

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

.faq .front-ttl {
  margin-bottom: calc(8px * 6);
}

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

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

.faq .attn-list__item {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px dotted #D7D7D7;
}

.faq .attn-list__item:not(:last-of-type) {
  margin-bottom: calc(8px * 4);
}

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

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

.faq .attn-list__item::before {
  position: absolute;
  top: -9px;
  left: 0;
  content: "Q";
  font-size: 3.2rem;
  color: #5D5789;
}

@media screen and (max-width: 1023px) {
  .faq .attn-list__item::before {
    font-size: 2.8rem;
  }
}

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

.faq .attn-list__item details {
  -webkit-transition: .5s;
  transition: .5s;
}

.faq .attn-list__item summary {
  display: block;
  list-style: none;
}

.faq .attn-list__item summary::-webkit-details-marker {
  display: none;
}

.faq .attn-list__item .attn-list-ttl {
  position: relative;
  margin-bottom: calc(8px * 2);
  font-size: 2.2rem;
  padding-left: 40px;
  padding-right: 32px;
}

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

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

@media screen and (max-width: 1023px) {
  .faq .attn-list__item .attn-list-ttl {
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .faq .attn-list__item .attn-list-ttl {
    font-size: 2rem;
    padding-left: 22px;
  }
}

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

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

.faq .attn-list__item .attn-list-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #5D5789;
}

@media screen and (max-width: 959px) {
  .faq .attn-list__item .attn-list-ttl::before {
    width: 18px;
    height: 18px;
  }
}

.faq .attn-list__item .attn-list-ttl::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #5D5789 transparent transparent #5D5789;
}

@media screen and (max-width: 959px) {
  .faq .attn-list__item .attn-list-ttl::after {
    width: 6px;
    height: 6px;
  }
}

.faq .attn-list__item .attn-list-ttl::marker {
  display: none;
}

.faq .attn-list__item .js-acc-switch {
  cursor: pointer;
  position: relative;
}

.faq .attn-list__item details[open] .js-acc-content {
  -webkit-transition: fadeIn 0.3s ease-in-out;
  transition: fadeIn 0.3s ease-in-out;
}

.faq .attn-list__item details[open] .attn-list-ttl::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}

.check_news-list {
  padding-top: calc(8px * 15);
  padding-bottom: calc(8px * 15);
  background: #F8F9FC;
}

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

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

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

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

.check_news-list .check_news-list__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px;
}

.check_news-list .check_news-list__item:not(:last-of-type) {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .check_news-list .check_news-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .check_news-list .check_news-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .check_news-list .check_news-list__item {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .check_news-list .check_news-list__item {
    gap: 26px;
  }
}

@media screen and (max-width: 767px) {
  .check_news-list .check_news-list__item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 519px) {
  .check_news-list .check_news-list__item {
    gap: 8px;
  }
}

.check_news-list .check_news-list__item .check_news-vsl .news-eyecatch {
  margin-bottom: calc(8px * 3);
  display: block;
  width: 280px;
  height: 186px;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 3 / 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  .check_news-list .check_news-list__item .check_news-vsl .news-eyecatch {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .check_news-list .check_news-list__item .check_news-vsl .news-eyecatch {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.check_news-list .check_news-list__item .check_news-vsl .news-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: white;
}

.check_news-list .check_news-list__item .check_news-dtl {
  width: calc(100% - 320px);
}

@media screen and (max-width: 1023px) {
  .check_news-list .check_news-list__item .check_news-dtl {
    width: calc(100% - 306px);
  }
}

@media screen and (max-width: 959px) {
  .check_news-list .check_news-list__item .check_news-dtl {
    width: calc(100% - 312px);
  }
}

@media screen and (max-width: 767px) {
  .check_news-list .check_news-list__item .check_news-dtl {
    width: 100%;
  }
}

.check_news-list .check_news-list__item .check_news-dtl .check_news-ttl {
  margin-bottom: calc(8px * 2);
}

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

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

.check_news-list .check_news-list__item .check_news-dtl .check_news-ttl .news-link {
  position: relative;
  display: block;
  padding: 4px 32px;
  color: #5D5789;
}

@media screen and (max-width: 959px) {
  .check_news-list .check_news-list__item .check_news-dtl .check_news-ttl .news-link {
    padding: 4px 26px;
  }
}

@media screen and (max-width: 767px) {
  .check_news-list .check_news-list__item .check_news-dtl .check_news-ttl .news-link {
    padding: 4px 24px;
  }
}

@media screen and (max-width: 519px) {
  .check_news-list .check_news-list__item .check_news-dtl .check_news-ttl .news-link {
    padding: 4px 16px;
  }
}

.check_news-list .check_news-list__item .check_news-dtl .check_news-ttl .news-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #5D5789;
}

.check_news-list .check_news-list__item .check_news-dtl .check_news-ttl .news-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% + 2px);
  background: #F8F9FC;
}

.check_news-list .check_news-list__item .check_news-dtl .check_news-ttl .news-link:hover {
  text-decoration: underline;
}

.check_news-list .check_news-list__item .check_news-dtl .news-dtl {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

@media screen and (max-width: 959px) {
  .check_news-list .check_news-list__item .check_news-dtl .news-dtl {
    margin-bottom: calc(8px * 3);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .check_news-list .check_news-list__item .check_news-dtl .news-dtl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .check_news-list .check_news-list__item .check_news-dtl .news-dtl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .check_news-list .check_news-list__item .check_news-dtl .news-dtl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
  }
}

.news-btn a {
  position: relative;
  display: block;
  color: #5D5789;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #5D5789;
  background: #ffffff;
}

.news-btn a::before {
  position: absolute;
  top: 26%;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(0 65%, 28% 100%, 100% 100%);
  background: #5D5789;
}

.news-btn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 28px;
  height: 1px;
  background: #5D5789;
}

.news-btn a:hover {
  background: #5D5789;
  color: #ffffff;
}

.news-btn a:hover::before, .news-btn a:hover::after {
  background: #ffffff;
}

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