@charset "UTF-8";
.form-field {
  margin-bottom: calc(8px * 6);
}

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

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

.form-field__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
}

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

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

.form-field dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.4;
}

.form-field dd {
  width: 100%;
}

.form-required {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4px;
}

.form-required::before {
  content: '＊';
  position: absolute;
  top: 0;
  left: 0;
  color: #ff0000;
  font-size: .8rem;
  width: 8px;
  height: 8px;
  line-height: 1;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: rgba(63, 84, 113, 0.08);
  font-size: 1.6rem;
  font-family: YakuHanJP, "Inter", "Noto Sans JP", sans-serif;
  line-height: 56px;
  color: #333333;
}

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

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(63, 84, 113, 0.32);
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(63, 84, 113, 0.32);
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(63, 84, 113, 0.32);
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(63, 84, 113, 0.32);
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(63, 84, 113, 0.32);
}

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

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

.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: rgba(63, 84, 113, 0.08);
  border: solid 2px rgba(63, 84, 113, 0.08);
  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: #3F5471;
  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: #3F5471;
}

.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;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: #3F5471;
  color: #ffffff;
  border: 1px solid #3F5471;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

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

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

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

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

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

.form-send:hover {
  background: #ffffff;
  color: #3F5471;
}

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

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

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

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

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

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

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

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

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

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

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

.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(255, 0, 0, 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(255, 0, 0, 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(255, 0, 0, 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(255, 0, 0, 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(255, 0, 0, 0.4);
}

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

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

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

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

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

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

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

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

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

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #ff0000;
  font-size: 1.4rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.recaptcha-txt a {
  color: #3F5471;
  text-decoration: underline;
}

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

.front-page .headline {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  font-size: 3.2rem;
  font-weight: bold;
  color: #3F5471;
}

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

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

@media screen and (max-width: 959px) {
  .front-page .headline {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .headline {
    font-size: 2.4rem;
  }
}

.front-page .ttl-l {
  margin-bottom: calc(8px * 3);
  font-size: 2.8rem;
  font-weight: bold;
  color: #3F5471;
}

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

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

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

.front-page .ttl-m {
  margin-bottom: calc(8px * 2);
  padding-bottom: calc(8px * 1);
  font-size: 2.4rem;
  font-weight: bold;
  color: #3F5471;
  border-bottom: 1px solid #3F5471;
  line-height: 1.4;
}

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

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

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

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

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

.front-page .ttl-m.--bdnone {
  padding-bottom: 0;
  border-bottom: none;
}

.front-page .ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 2rem;
  font-weight: bold;
  color: #3F5471;
}

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

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

@media screen and (max-width: 959px) {
  .front-page .ttl-s {
    font-size: 1.6rem;
  }
}

.front-page .marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(112, 76, 188, 0.12)));
  background: linear-gradient(transparent 50%, rgba(112, 76, 188, 0.12) 50%);
}

.hero {
  position: relative;
}

.hero .hero-bg {
  height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 24%;
  object-position: 24%;
}

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

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

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

.hero .catch {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 100%;
  max-width: 720px;
}

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

@media screen and (max-width: 767px) {
  .hero .catch {
    left: 24px;
    bottom: 24px;
    max-width: 480px;
  }
}

@media screen and (max-width: 519px) {
  .hero .catch {
    left: 0;
    bottom: 16px;
    padding: 16px;
  }
}

.hero .catch img {
  -webkit-filter: drop-shadow(0 0 4px #3F5471);
  filter: drop-shadow(0 0 4px #3F5471);
}

.lead a {
  text-decoration: underline;
}

.lead a:hover {
  text-decoration: none;
}

.greeting .greeting-vsl {
  margin: 0 auto;
  margin-bottom: calc(8px * 3);
  max-width: 320px;
}

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

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

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

.greeting .greeting-name {
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

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

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

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

.greeting .insta-link {
  text-decoration: underline;
}

.greeting .insta-link:hover {
  text-decoration: none;
}

.movie iframe {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.work .btn-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
  max-width: 560px;
}

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

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

.gmap iframe {
  width: 100%;
  height: 400px;
}

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

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

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