@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600&family=WindSong:wght@400;500&display=swap");
html {
  font-size: 10px;
  font-feature-settings: "palt" 1;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.85vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1168px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 0.78vw;
    font-size: 0.75vw;
    font-size: 0.6vw;
  }
}

body {
  min-width: calc(104rem + 4.8% * 2);
  width: 100%;
  color: #373737;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.75;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 37.5rem;
    font-size: 1.4rem;
  }
}

a {
  color: #373737;
  text-decoration: none;
}

img {
  display: block;
}

input,
button,
textarea {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (max-width: 767px) {
  .main--no-pt {
    padding-top: 0;
  }
}

.b-sp-only {
  display: none !important;
}

.b-pc-only {
  display: block !important;
}

.b-inline-block {
  display: inline-block;
}

.b-ico {
  position: relative;
}
.b-ico--index {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.6rem;
  background-color: #0f2c64;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 4.2rem;
}

.b-ls--small {
  letter-spacing: 0.025em;
}

.b-fnt-weight--medium {
  font-weight: 500;
}
.b-fnt-weight--bold {
  font-weight: 700;
}

.b-fnt-color--main {
  color: #0f2c64;
}
.b-fnt-color--white {
  color: #fff;
}
.b-fnt-color--black {
  color: #373737;
}
.b-fnt-color--red {
  color: #eb2242;
}
.b-fnt-color--green {
  color: #3ab171;
}
.b-fnt-color--orange {
  color: #f08300;
}
.b-fnt-color:hover {
  text-decoration: underline;
}

.b-text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-text-ellipsis--2 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-text-decoration--underline {
  text-decoration: underline;
}

.b-text-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.b-mgn-top--4 {
  margin-top: 0.4rem;
}
.b-mgn-top--8 {
  margin-top: 0.8rem;
}
.b-mgn-top--16 {
  margin-top: 1.6rem;
}
.b-mgn-top--24 {
  margin-top: 2.4rem;
}
.b-mgn-top--32 {
  margin-top: 3.2rem;
}
.b-mgn-top--40 {
  margin-top: 4rem;
}
.b-mgn-top--48 {
  margin-top: 4.8rem;
}
.b-mgn-top--56 {
  margin-top: 5.6rem;
}
.b-mgn-top--64 {
  margin-top: 6.4rem;
}
.b-mgn-top--72 {
  margin-top: 7.2rem;
}
.b-mgn-top--80 {
  margin-top: 8rem;
}
.b-mgn-top--88 {
  margin-top: 8.8rem;
}
.b-mgn-top--96 {
  margin-top: 9.6rem;
}

.b-mgn-bottom--4 {
  margin-bottom: 0.4rem;
}
.b-mgn-bottom--8 {
  margin-bottom: 0.8rem;
}
.b-mgn-bottom--16 {
  margin-bottom: 1.6rem;
}
.b-mgn-bottom--24 {
  margin-bottom: 2.4rem;
}
.b-mgn-bottom--32 {
  margin-bottom: 3.2rem;
}
.b-mgn-bottom--40 {
  margin-bottom: 4rem;
}
.b-mgn-bottom--48 {
  margin-bottom: 4.8rem;
}
.b-mgn-bottom--56 {
  margin-bottom: 5.6rem;
}
.b-mgn-bottom--64 {
  margin-bottom: 6.4rem;
}
.b-mgn-bottom--72 {
  margin-bottom: 7.2rem;
}
.b-mgn-bottom--80 {
  margin-bottom: 8rem;
}
.b-mgn-bottom--88 {
  margin-bottom: 8.8rem;
}
.b-mgn-bottom--96 {
  margin-bottom: 9.6rem;
}

.b-mgn-left--4 {
  margin-left: 0.4rem;
}
.b-mgn-left--8 {
  margin-left: 0.8rem;
}
.b-mgn-left--16 {
  margin-left: 1.6rem;
}
.b-mgn-left--24 {
  margin-left: 2.4rem;
}
.b-mgn-left--32 {
  margin-left: 3.2rem;
}
.b-mgn-left--40 {
  margin-left: 4rem;
}
.b-mgn-left--48 {
  margin-left: 4.8rem;
}
.b-mgn-left--56 {
  margin-left: 5.6rem;
}
.b-mgn-left--64 {
  margin-left: 6.4rem;
}

.b-mgn-right--4 {
  margin-right: 0.4rem;
}
.b-mgn-right--8 {
  margin-right: 0.8rem;
}
.b-mgn-right--16 {
  margin-right: 1.6rem;
}
.b-mgn-right--24 {
  margin-right: 2.4rem;
}
.b-mgn-right--32 {
  margin-right: 3.2rem;
}
.b-mgn-right--40 {
  margin-right: 4rem;
}
.b-mgn-right--48 {
  margin-right: 4.8rem;
}
.b-mgn-right--56 {
  margin-right: 5.6rem;
}
.b-mgn-right--64 {
  margin-right: 6.4rem;
}

.b-mgn-both--56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem;
}
.b-mgn-both--64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}
@media screen and (max-width: 767px) {
  .b-mgn-both--56 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .b-mgn-both--64 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.b-bdr-line--all {
  border: 0.1rem solid;
}
.b-bdr-line--top {
  border-top: 0.1rem solid;
}
.b-bdr-line--right {
  border-right: 0.1rem solid;
}
.b-bdr-line--bottom {
  border-bottom: 0.1rem solid;
}
.b-bdr-line--left {
  border-left: 0.1rem solid;
}

.b-bdr-color--main {
  border-color: #0f2c64;
}
.b-bdr-color--black {
  border-color: #373737;
}
.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #0f2c64;
}

.b-btn-link {
  transition: all 0.2s ease;
}
.b-btn-link--scale:hover {
  box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.b-btn-link--alpha:hover {
  opacity: 0.7;
}

.b-tel-link {
  text-decoration: underline;
}

.b-text-link {
  color: #0f2c64;
  text-decoration: underline;
}
.b-text-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.b-text-link--white {
  color: #fff;
}

.b-dummy-text {
  color: red;
}

@media screen and (max-width: 767px) {
  .b-sp-only {
    display: block !important;
  }
  .b-sp-only--flex {
    display: flex !important;
  }
  .b-pc-only {
    display: none !important;
  }
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkboxs],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  width: 100%;
  border: 0.1rem solid #e6e6e6;
}

input[type=radio] {
  width: auto;
}

input[type=text]:focus,
textarea:focus {
  background-color: #fffef5;
}

textarea {
  min-height: 15rem;
}

.error {
  display: block;
  margin-top: 0.8rem;
  color: #eb2242;
  font-weight: 500;
}

.mw_wp_form_send_error {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #eb2242;
  border-radius: 0.3rem;
  color: #fff;
}

.p-form__row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}
.p-form__row:first-child {
  margin-top: 0;
}
.p-form--confirm .p-form__row {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
.p-form--confirm .p-form__icon {
  color: #eb2242;
}
.p-form--confirm .p-form-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 2.4rem 0 2.4rem;
  border: 0;
  border-bottom: 0.1rem solid #e6e6e6;
  border-radius: 0;
  text-align: left;
}
.p-form--confirm .p-form-note .p-form__title {
  display: flex;
}
.p-form--confirm .p-form-note__confirm-response {
  display: none;
}
.p-form--confirm .p-form-note__radio {
  display: block;
  margin-top: 0;
}
.p-form--confirm .p-form-note__label {
  display: block;
  font-size: 1.5rem;
}
.p-form__title {
  width: 25.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-form__value {
  flex: 1;
  width: 100%;
}
.p-form__text, .p-form__textarea {
  resize: none;
  width: 100%;
  flex: 1;
  padding: 1.6rem 3.2rem;
  background-color: #fff;
  border: 0.1rem solid #e6e6e6;
  outline: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text:focus, .p-form__textarea:focus {
  border: 0.1rem solid #e6e6e6;
}
.p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text::placeholder, .p-form__textarea::placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text--w40, .p-form__textarea--w40 {
  width: calc(100% - 1.5em - 0.8rem);
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-form__text--w40, .p-form__textarea--w40 {
    margin: 0.8rem 0.8rem 0.8rem 0;
  }
}
.p-form__text-link {
  color: #0f2c64;
  text-decoration: underline;
}
.p-form__select {
  margin-right: 0.8rem;
  padding: 1.6rem 3.2rem;
  background-color: #fff;
  border: 0.1rem solid #e6e6e6;
  font-weight: 500;
  outline: 0;
}
.p-form__select:focus {
  border: 0.1rem solid #373737;
}
.p-form__checkbox {
  display: inline-block;
  width: auto;
  margin-right: 0.8rem;
  background-color: #e6e6e6;
  border-radius: 0.3rem;
  font-weight: 500;
}
.p-form__checkbox:focus {
  border: 0.1rem solid #373737;
}
.p-form__label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-form__label-wrap label {
  cursor: pointer;
  padding: 1.6rem;
  background-color: #f9edec;
  border: 0.1rem solid #d02620;
  border-radius: 0.3rem;
}
.p-form__label {
  display: flex;
  align-items: flex-end;
  margin-right: 1em;
  font-weight: 500;
}
.p-form__label .horizontal-item {
  display: block;
}
.p-form__label label {
  margin-right: 1.6rem;
}
.p-form__icon {
  color: red;
}
.p-form__error,
.p-form .error {
  display: inline-block;
  width: 100%;
  margin-top: 1.6rem;
  padding: 0.8rem 1.6rem;
  background-color: #f9edec;
  border-radius: 0.8rem;
  color: #eb2242;
  font-size: 1.3rem;
}
.p-form__recaptcha {
  margin-top: 7.2rem;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: normal;
}
.p-form__recaptcha img {
  display: inline-block;
  width: 1.8rem;
  vertical-align: sub;
}
.p-form__send {
  text-align: center;
}
.p-form__heading {
  display: inline-block;
  position: relative;
  margin-bottom: 4.8rem;
  padding: 0 6.2rem;
  color: #0f2c64;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-form__heading::before, .p-form__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
.p-form__heading::before {
  left: 0;
  background: url(../images/line/line_mail_l.svg) no-repeat center center/contain;
}
.p-form__heading::after {
  right: 0;
  background: url(../images/line/line_mail_r.svg) no-repeat center center/contain;
}
.p-form__message {
  font-size: 1.6rem;
  line-height: 2.5;
}
.p-form__send-note {
  margin-top: 4rem;
  padding: 1.6rem;
  background: #f6f6f6;
  border-radius: 10rem;
  color: gray;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__overflow {
    height: 46rem;
    padding: 2.4rem;
  }
  .p-form__recaptcha {
    margin-top: 3.2rem;
  }
}

.p-form-note .p-form__title,
.mwform-radio-field-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-form {
    margin-top: 4rem;
  }
  .p-form__row {
    flex-wrap: wrap;
    margin-top: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem dashed #e6e6e6;
  }
  .p-form__row:first-child {
    margin-top: 0;
  }
  .p-form--confirm .p-form__row {
    padding-bottom: 2.4rem;
  }
  .p-form__title {
    width: 100%;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-form__icon {
    padding-bottom: 0.3rem;
    border-radius: 0.4rem;
    font-size: 1.1rem;
    letter-spacing: normal;
  }
  .p-form__icon-circle {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.8rem;
    background-color: #ff1e79;
    border-radius: 100%;
  }
  .p-form__name {
    letter-spacing: normal;
  }
  .p-form__text, .p-form__textarea {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-form__text:focus, .p-form__textarea:focus {
    border: 0.1rem solid #e6e6e6;
  }
  .p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-form__text::placeholder, .p-form__textarea::placeholder {
    font-size: 1.4rem;
  }
  .p-form__select {
    margin-right: 0.6rem;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-form__checkbox {
    display: inline-block;
    width: auto;
    margin-right: 0.8rem;
    background-color: #e6e6e6;
    border-radius: 0.3rem;
    font-weight: 500;
    vertical-align: text-bottom;
  }
  .p-form__checkbox:focus {
    border: 0.1rem solid #373737;
  }
  .p-form__label-wrap label {
    cursor: pointer;
    padding: 1.6rem;
    background-color: #f9edec;
    border: 0.1rem solid #d02620;
    border-radius: 0.3rem;
  }
  .p-form__label {
    display: flex;
    align-items: flex-end;
    margin-right: 0.8rem;
  }
  .p-form__label:last-child {
    margin-right: 0;
  }
  .p-form__label .horizontal-item {
    display: block;
  }
  .p-form__label label {
    margin-right: 1.6rem;
  }
  .p-form__recaptcha {
    margin-top: 7.2rem;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
  }
  .p-form__recaptcha img {
    display: inline-block;
    width: 1.8rem;
    vertical-align: sub;
  }
  .p-form__heading {
    margin-bottom: 3.2rem;
    padding: 0 4.8rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-form__message {
    font-size: 1.5rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-form__overflow {
    height: 46rem;
    padding: 2.4rem;
  }
  .p-form__recaptcha {
    margin-top: 3.2rem;
  }
}
.mwform-checkbox-field {
  display: block;
  width: 100%;
  margin-top: 1.2rem;
  margin-left: 0 !important;
}
.mwform-checkbox-field:first-child {
  margin-top: 0;
}

.p-form-button {
  width: 100%;
  margin-top: 6.4rem;
  text-align: center;
}
.p-form-button__link {
  position: relative;
  transition: all 0.1s ease-out;
  display: inline-block;
  width: 100%;
}
.p-form-button__link::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 0.4rem * 2);
  height: calc(100% - 0.4rem * 2);
  margin: 0.4rem;
  border: 0.1rem solid #fff;
}
.p-form-button__link::after {
  border-radius: 0 !important;
}
@media screen and (min-width: 1168px) {
  .p-form-button__link:hover {
    opacity: 0.8;
  }
}
.p-form-button__link::after {
  border-radius: 4.1rem;
}
.p-form-button__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8.2rem;
  background: #ff1e79;
  background: #0f2c64;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-form-button {
    width: 100%;
    max-width: 32.5rem;
    margin: 4.8rem auto 0;
  }
  .p-form-button__link {
    display: inline-block;
    width: 100%;
  }
  .p-form-button__submit {
    width: 100%;
    color: #fff;
    height: 7.2rem;
    font-size: 1.5rem;
  }
}
.p-thanks {
  padding: 4.8rem 1.6rem;
  background-color: #fff;
  text-align: center;
}

.mw_wp_form .error {
  margin-top: 0.8rem !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-form-note {
  margin-top: 4.8rem;
  padding: 4.8rem 6.4rem;
  border: 0.1rem solid #e6e6e6;
  border-radius: 1.6rem;
}
.p-form-note .p-form__title,
.p-form-note .mwform-radio-field-text {
  display: none;
}
.p-form-note__radio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  line-height: 1;
}
.p-form-note__radio .js-agree label {
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.p-form-note__radio .js-agree label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
  background: #fff;
  border-radius: 100%;
  border: 0.1rem solid #e6e6e6;
  text-align: center;
  vertical-align: top;
}
.p-form-note__radio .js-agree label::after {
  transition: all 0.1s ease-out;
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border-radius: 100%;
}
.p-form-note__radio .js-agree.is-agree label::before {
  background-color: rgba(15, 44, 100, 0.05);
  border-color: #0f2c64;
}
.p-form-note__radio .js-agree.is-agree label::after {
  background-color: #0f2c64;
}
.p-form-note__confirm-response {
  display: inline-block;
}
.p-form-note__label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.p-form-note__link {
  color: #0f2c64;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}
.p-form-note__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-form-note {
    margin-top: 4.8rem;
    padding: 2.4rem;
  }
  .p-form-note__radio {
    margin-top: 2.4rem;
  }
  .p-form-note__radio .js-agree label {
    width: 2.8rem;
    height: 2.8rem;
  }
  .p-form-note__radio .js-agree label::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .p-form-note__radio .js-agree label::after {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-bottom: 4rem;
  margin-left: 4rem;
}

.alignleft {
  float: left;
  margin-bottom: 4rem;
  margin-right: 4rem;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

.p-article__header {
  margin-bottom: 5.6rem;
}
.p-article__date {
  color: #999999;
  font-size: 1.4rem;
}
.p-article__title {
  position: relative;
  clear: both;
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 3.2rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-article__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #e6e6e6;
}
.p-article__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12rem;
  height: 0.1rem;
  background-color: #0f2c64;
}
.p-article__article {
  width: 100%;
}
.p-article__article h1,
.p-article__article h2 {
  margin-top: 6.4rem;
  margin-bottom: 4rem;
  padding: 0.2rem 0 0.2rem 2.4rem;
  border-left: 0.3rem solid #0f2c64;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-article__article h3 {
  margin: 5.6rem 0 4rem;
  padding: 0 0.4rem 1.8rem;
  border-bottom: 0.2rem solid #e6e6e6;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-article__article h1 + h3,
.p-article__article h2 + h3 {
  margin-top: 0;
}
.p-article__article h4,
.p-article__article h5,
.p-article__article h6 {
  margin: 3.2rem 0 2.4rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-article__article p,
.p-article__article pre {
  margin-top: 1.5em;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.4;
}
.p-article__article ul,
.p-article__article ol {
  margin-top: 2em;
}
.p-article__article ul li,
.p-article__article ol li {
  position: relative;
  margin-top: 1em;
  padding-left: 1.8rem;
  font-size: 1.5rem;
}
.p-article__article ul li::after,
.p-article__article ol li::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #0f2c64;
}
.p-article__article ul li:first-child,
.p-article__article ol li:first-child {
  margin-top: 0;
}
.p-article__article iframe {
  position: relative;
  top: auto;
  left: auto;
  max-width: 100%;
  margin-top: 2em;
}
.p-article__article #toc_container {
  width: 100%;
  margin-top: 4rem;
  padding: 3.2rem 5.6rem;
  background-color: #fafafa;
  border: 0;
  border-radius: 1.6rem;
}
.p-article__article #toc_container a {
  color: #3674c7;
}
.p-article__article #toc_container .toc_title {
  letter-spacing: normal;
}
.p-article__article #toc_container li {
  margin-top: 0.5em;
}
.p-article__article #toc_container li a {
  font-weight: bold;
}
.p-article__article #toc_container li::after {
  display: none;
}
.p-article__article a {
  color: #3674c7;
}
.p-article__article a:hover {
  text-decoration: underline;
}
.p-article__article blockquote {
  margin-top: 2em;
  padding: 1.6rem 2.4rem;
  background-color: #fafafa;
  border-left: 0.2rem solid #0f2c64;
  font-size: 1.5rem;
}
.p-article__article blockquote p:first-child {
  margin-top: 0;
}
.p-article__article img {
  width: inherit;
  max-width: 100%;
  height: inherit;
  margin-bottom: 0;
}
.p-article__article img.alignleft, .p-article__article img.alignright {
  max-width: 33.6rem;
}
.p-article__article hr {
  clear: both;
  margin: 0;
  border: none;
}
.p-article__table {
  overflow-x: auto;
  width: 100%;
}
.p-article table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3.2rem;
}
.p-article th {
  background-color: #fafafa;
}
.p-article th,
.p-article td {
  padding: 1.6rem 2.8rem;
  border: 0.1rem solid #ccc;
  font-size: 1.5rem;
  text-align: left;
}
.p-article__button {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin-top: 1.6rem !important;
  padding: 1.6rem 5.6rem 1.6rem 2.4rem !important;
  color: #0f2c64 !important;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
.p-article__sidebar {
  width: 25%;
}
.p-article [id^=attachment_],
.p-article [id*=" attachment_"] {
  max-width: 100%;
}

.p-article-hero {
  position: relative;
  margin-bottom: 5.6rem;
}
.p-article-hero__image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-article-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-hero__category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.2rem;
  background-color: #0f2c64;
  color: white;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-article__header {
    margin-bottom: 3.2rem;
  }
  .p-article__title {
    padding-bottom: 2.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .p-article__content {
    flex-wrap: wrap;
  }
  .p-article__article {
    width: 100%;
  }
  .p-article__article h1,
  .p-article__article h2 {
    margin: 4rem 0 2.4rem;
    padding: 0.2rem 0 0.2rem 1.6rem;
    font-size: 2.6rem;
  }
  .p-article__article h3 {
    margin: 4rem 0 2.4rem;
    padding: 0 0 1.4rem;
    font-size: 2.4rem;
  }
  .p-article__article h4,
  .p-article__article h5,
  .p-article__article h6 {
    margin: 4rem 0 2.4rem;
    font-size: 2.2rem;
  }
  .p-article__article p,
  .p-article__article pre {
    margin-top: 1.5em;
    font-size: 1.4rem !important;
  }
  .p-article__article ul,
  .p-article__article ol {
    margin-top: 1.5em;
  }
  .p-article__article ul li,
  .p-article__article ol li {
    font-size: 1.4rem;
  }
  .p-article__article iframe {
    margin-top: 1.5em;
  }
  .p-article__article #toc_container {
    margin-top: 3.2rem;
    padding: 2.4rem;
  }
  .p-article__article #toc_container li {
    margin-top: 0;
  }
  .p-article__article #toc_container li a {
    font-size: 1.4rem;
  }
  .p-article__article blockquote {
    margin-top: 1.5em;
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .p-article__article img {
    width: inherit;
    max-width: 100%;
    height: inherit;
    margin-bottom: 0;
  }
  .p-article__article img.alignleft, .p-article__article img.alignright {
    float: none !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .p-article__table {
    margin-top: 1.5em;
  }
  .p-article__table th,
  .p-article__table td {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .p-article__button {
    max-width: 32rem;
  }
  .p-article__sidebar {
    width: 100%;
  }
  .p-article-hero {
    margin-bottom: 2.4rem;
  }
  .p-article-hero__image img {
    width: 100%;
    height: 100%;
  }
}
.c-pagination {
  margin-top: 6.4rem;
}
.c-pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.6rem 0 0 -1.6rem;
  font-size: 0;
}
.c-pagination ul a,
.c-pagination ul span {
  display: block;
  padding: 1.5rem 0.3rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.c-pagination ul li {
  display: inline-block;
  margin: 1.6rem 1.6rem 0;
  text-align: center;
}
.c-pagination ul li a {
  color: #999999;
  border-bottom: 0.1rem solid transparent;
  transition: all 0.2s ease;
}
.c-pagination ul li a:hover {
  color: #0f2c64;
  border-bottom: 0.1rem solid #0f2c64;
}
.c-pagination ul li span {
  color: #0f2c64;
  border-bottom: 0.1rem solid #999999;
}
.c-pagination ul li .dots {
  border-bottom: 0;
  color: #999999;
}

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

@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 3.2rem;
  }
  .c-pagination ul {
    margin: -1.2rem 0 0 -0.8rem;
  }
  .c-pagination ul li {
    margin: 1.2rem 0.8rem 0;
  }
  .c-pagination ul a,
  .c-pagination ul span {
    font-size: 1.3rem;
  }
}
.c-breadcrumb {
  width: 100%;
  margin: 9.6rem auto 0;
  border-top: 0.1rem solid #e6e6e6;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  width: calc(100% - 4.8% * 2);
  margin: auto;
}
.c-breadcrumb__item {
  position: relative;
  margin-right: 0.8rem;
  padding: 3rem 1.6rem 3rem 0;
  line-height: 1.2;
}
.c-breadcrumb__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #999999;
}
.c-breadcrumb__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__link {
  width: 100%;
  color: #999999;
  font-family: "Noto Sans JP", serif;
  font-size: 1.1rem;
  font-weight: 400;
}
.c-breadcrumb__link:not(.c-breadcrumb__link--current):hover {
  color: #0f2c64;
  text-decoration: underline;
}
.c-breadcrumb__link--current {
  color: #0f2c64;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 4.8rem;
  }
  .c-breadcrumb__list {
    width: calc(100% - 4.8% * 2);
  }
  .c-breadcrumb__item {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .c-breadcrumb__link {
    font-size: 1.1rem;
  }
}
.b-font-flat {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
}
.b-font-flat--center {
  margin: auto;
}
.b-font-flat--center .js-font-flat {
  transform-origin: center center;
}
.b-font-flat p {
  display: inline-block;
  transform-origin: top left;
  line-height: 1;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 10.8rem;
  pointer-events: none;
}
.l-header.is-fixed {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.l-header__block {
  display: flex;
  justify-content: space-between;
}

.c-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 10.8rem;
  background-color: white;
}
.c-header-logo__link {
  display: inline-block;
  pointer-events: all;
  width: 16.8rem;
}
.c-header-logo img {
  width: 100%;
  height: auto;
}

.c-header-component {
  display: flex;
}
.c-header-component__link {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 10.8rem;
  height: 10.8rem;
  background-color: #fff;
  color: #0f2c64;
}
.c-header-component__link--trigger {
  background-color: #0f2c64;
  color: white;
}
.c-header-component__icon {
  width: 1.6rem;
}
.c-header-component__icon img {
  width: 100%;
  height: auto;
}
.c-header-component__text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.c-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_image.jpg) no-repeat left top/cover;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.c-header-nav.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-header-nav__wrapper {
  width: 100%;
}
.c-header-nav__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
}
.c-header-nav__block {
  min-width: 28rem;
}

.c-gnav {
  margin-left: 8.8rem;
}
.c-gnav__inner {
  display: flex;
}
.c-gnav__list {
  margin-right: 5.6rem;
}
.c-gnav__list:last-child {
  margin-right: 0;
}
.c-gnav__item {
  margin-top: 4rem;
}
.c-gnav__item:first-child {
  margin-top: 0;
}
.c-gnav__link {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 5.6rem;
  color: white;
  white-space: nowrap;
}
.c-gnav__link::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 3.2rem;
  height: 0.1rem;
  background-color: white;
}
.c-gnav__en {
  display: inline-block;
  transform-origin: top left;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}
.c-gnav__ja {
  display: block;
  margin-top: 1.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.4em;
  line-height: 1;
}

.c-snav {
  display: flex;
  justify-content: flex-end;
  margin-top: 6.4rem;
}
.c-snav__item {
  margin-left: 4.8rem;
}
.c-snav__link {
  position: relative;
  padding-left: 2.8rem;
  color: white;
}
.c-snav__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 0.1rem;
  background-color: white;
  transform: translateY(-50%);
}

.c-close {
  position: absolute;
  top: 2.4rem;
  right: 2.8rem;
}
.c-close__link {
  cursor: pointer;
}

.c-meta {
  display: flex;
  flex-direction: column;
}

.c-meta-logo__link {
  display: block;
  width: 21.5rem;
}
.c-meta-logo__link img {
  width: 100%;
  height: auto;
}

.c-meta-address {
  margin-top: 3.4rem;
  color: white;
  font-size: 1.5rem;
  line-height: 2.26;
}
.c-meta-address__tel {
  margin-top: 2.4rem;
}
.c-meta-address__number {
  color: white;
  font-family: "WindSong", serif;
  font-size: 3.4rem;
  line-height: 1;
}

.c-meta-sns {
  display: flex;
  align-items: center;
  margin-top: 4.8rem;
}
.c-meta-sns__button {
  margin-right: 2.4rem;
}
.c-meta-sns__link {
  transition: all 0.2s;
}
.c-meta-sns__link:hover {
  opacity: 0.65;
}
.c-meta-sns__link img {
  width: auto;
  height: 2rem;
}

.c-meta-cta {
  margin: auto 0 0;
}
.c-meta-cta__button {
  margin-top: 1.6rem;
}
.c-meta-cta__button:first-child {
  margin-top: 0;
}
.c-meta-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7.6rem;
  padding: 0 3.2rem;
  border: 0.1rem solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-meta-cta__link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border: 0.1rem solid #fff;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 8.8rem;
    background-color: #fff;
  }
  .c-header-logo {
    width: 14.8rem;
    height: 8.8rem;
    padding-left: 4.8%;
  }
  .c-header-logo__link {
    width: 100%;
  }
  .c-header-component {
    display: flex;
  }
  .c-header-component__link {
    width: 8.8rem;
    height: 8.8rem;
  }
  .c-header-component__icon {
    width: 1.6rem;
  }
  .c-header-component__icon img {
    width: 100%;
    height: auto;
  }
  .c-header-component__text {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
  .c-header-nav {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 6.4rem;
  }
  .c-header-nav__inner {
    position: relative;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    transform: translate(0, 0);
  }
  .c-header-nav__block {
    width: 100%;
    padding: 0 4.8%;
  }
  .c-header-nav .c-meta {
    order: 2;
  }
  .c-gnav {
    margin-top: 9.6rem;
    margin-left: 0;
  }
  .c-gnav__inner {
    display: flex;
    justify-content: space-between;
  }
  .c-gnav__list {
    margin-right: 0;
  }
  .c-gnav__item {
    margin-top: 2.4rem;
  }
  .c-gnav__item:first-child {
    margin-top: 0;
  }
  .c-gnav__link {
    padding-left: 2.4rem;
  }
  .c-gnav__link::before {
    top: 1.6rem;
    width: 1.2rem;
  }
  .c-gnav__en {
    font-size: 2.4rem;
  }
  .c-gnav__ja {
    margin-top: 1.6rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .c-snav {
    display: block;
    margin-top: 4rem;
  }
  .c-snav__item {
    margin-top: 1.2rem;
    margin-left: 0;
  }
  .c-snav__item:first-child {
    margin-top: 0;
  }
  .c-snav__link {
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }
  .c-snav__link::before {
    width: 1.2rem;
  }
  .c-close {
    position: fixed;
    top: 2.4rem;
    right: 2.8rem;
  }
  .c-close__link {
    cursor: pointer;
  }
  .c-meta {
    order: 2;
  }
  .c-meta .c-meta-cta {
    order: 1;
  }
  .c-meta .c-meta-logo,
  .c-meta .c-meta-address,
  .c-meta .c-meta-sns {
    order: 2;
  }
  .c-meta .c-meta-cta {
    margin-top: 4rem;
  }
  .c-meta .c-meta-logo {
    margin-top: 4rem;
  }
  .c-meta-logo__link {
    width: 15.4rem;
  }
  .c-meta-address {
    margin-top: 2em;
    font-size: 1.2rem;
  }
  .c-meta-address__tel {
    margin-top: 2rem;
  }
  .c-meta-address__number {
    font-size: 2.9rem;
  }
  .c-meta-sns {
    margin-top: 2.4rem;
  }
  .c-meta-cta {
    margin: auto 0 0;
  }
  .c-meta-cta__button {
    margin-top: 1.6rem;
  }
  .c-meta-cta__button:first-child {
    margin-top: 0;
  }
  .c-meta-cta__link {
    height: 6.4rem;
    padding: 0 2.4rem;
    font-size: 1.3rem;
  }
}
.l-footer {
  padding: 8rem 0 0;
  background-color: #0f2c64;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4.8%;
}

.c-footer-data {
  display: flex;
  flex-wrap: wrap;
}

.c-footer-sitemap {
  display: flex;
}
.c-footer-sitemap__list {
  margin-left: 4.8rem;
  margin-right: 0;
}
.c-footer-sitemap__list:first-child {
  margin-left: 0;
}
.c-footer-sitemap__item {
  margin-top: 1.8rem;
}
.c-footer-sitemap__item:first-child {
  margin-top: 0;
}
.c-footer-sitemap__link {
  color: white;
  font-size: 1.5rem;
  line-height: 2;
}
.c-footer-sitemap__link:hover {
  text-decoration: underline;
}
.c-footer-sitemap__item02 {
  position: relative;
  margin-top: 1.4rem;
  padding-left: 3.2rem;
}
.c-footer-sitemap__item02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 0.1rem;
  background-color: white;
  transform: translateY(-50%);
}
.c-footer-sitemap__link02 {
  color: white;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.c-footer-sitemap__link02:hover {
  text-decoration: underline;
}
.c-footer-sitemap__banner {
  width: 100%;
  margin-top: 1.4rem;
}
.c-footer-sitemap__banner img {
  width: 100%;
  height: auto;
}

.c-footer-cta {
  margin-left: 4.8rem;
  width: 22.3rem;
}
.c-footer-cta__button, .c-footer-cta__button02 {
  margin-top: 1.6rem;
}
.c-footer-cta__button:first-child, .c-footer-cta__button02:first-child {
  margin-top: 0;
}
.c-footer-cta__button02:first-child {
  margin-top: 2.8rem;
}
.c-footer-cta__link, .c-footer-cta__link02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 23.3rem;
  height: 5.6rem;
  padding: 1.8rem;
  font-size: 1.4rem;
}
.c-footer-cta__link {
  background-color: white;
  color: #0f2c64;
  font-weight: 600;
}
.c-footer-cta__link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border: 0.1rem solid #0f2c64;
  transform: translate(-50%, -50%);
}
.c-footer-cta__link02 {
  border: 0.1rem solid white;
  color: #fff;
}

.c-footer-copy {
  width: 100%;
  margin-top: 6.4rem;
  padding: 4rem 0;
  border-top: 0.1rem solid #334c7b;
  color: white;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 0;
  }
  .c-footer-data {
    display: flex;
    flex-wrap: wrap;
    order: 0;
  }
  .c-footer-sitemap {
    justify-content: space-between;
  }
  .c-footer-sitemap__list {
    margin-left: 0;
    margin-right: 0;
    width: 47.5%;
  }
  .c-footer-sitemap__item {
    margin-top: 2.4rem;
  }
  .c-footer-sitemap__item:first-child {
    margin-top: 0;
  }
  .c-footer-sitemap__link {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .c-footer-sitemap__item02 {
    margin-top: 1.6rem;
  }
  .c-footer-sitemap__item02:first-child {
    margin-top: 2.4rem;
  }
  .c-footer-sitemap__link02 {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .c-footer-sitemap__banner {
    width: 100%;
    margin-top: 1.4rem;
  }
  .c-footer-sitemap__banner img {
    width: 100%;
    height: auto;
  }
  .c-footer-cta {
    width: 100%;
    margin-top: 5.6rem;
    margin-left: 0;
  }
  .c-footer-cta__link, .c-footer-cta__link02 {
    width: 100%;
    height: 5rem;
    font-size: 1.3rem;
  }
  .c-footer-cta__link {
    background-color: white;
    color: #0f2c64;
    font-weight: 600;
  }
  .c-footer-cta__link02 {
    border: 0.1rem solid white;
    color: #fff;
  }
  .c-footer-copy {
    order: 3;
    margin-top: 4.8rem;
    padding: 1.8rem 0 3.2rem;
    font-size: 1.2rem;
  }
}
a .p-top-plan__line {
  position: relative;
}
a .p-top-plan__line::before {
  transition: all 0.1s linear;
  left: auto;
  right: calc(100% - 0.6rem);
}
a:hover .p-top-plan__line::before {
  right: 0;
}

.c-page-cta {
  width: 113.6rem;
  margin: 8.8rem auto;
  padding: 0 4.8rem;
}
.c-page-cta__list {
  display: flex;
  justify-content: space-between;
}
.c-page-cta__item {
  width: 32rem;
}
.c-page-cta__item:last-child {
  margin-right: 0;
}
.c-page-cta__link, .c-page-cta__link02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7.6rem;
  padding: 0rem 3rem;
  background-color: #0f2c64;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
}
.c-page-cta__link:hover, .c-page-cta__link02:hover {
  opacity: 0.7;
}
.c-page-cta__link::before, .c-page-cta__link02::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border: 0.1rem solid #fff;
  transform: translate(-50%, -50%);
}
.c-page-cta__link {
  justify-content: center;
  padding: 0;
  background-color: white;
  border: 0.1rem solid #0f2c64;
}
.c-page-cta__link::before {
  border-color: #0f2c64;
}
.c-page-cta__link img {
  width: 27.9rem;
  height: auto;
}

.c-headline {
  width: 113.6rem;
  padding: 0 4.8rem 0;
  margin: 20rem auto 0;
}
.c-headline + .l-block__inner02 {
  padding-top: 6.4rem;
}
.c-headline--near {
  margin-top: 0;
}

.l-block__inner02 {
  width: 113.6rem;
  margin: 0 auto;
  padding: 8rem 4.8rem 0;
}
.l-block__inner02--near {
  padding-top: 4rem;
}
.l-block__bg {
  margin-top: 8rem;
  padding-bottom: 8.8rem;
  background-color: #fafafa;
}

.c-heading02 {
  position: relative;
  display: inline-block;
  margin-bottom: 4.8rem;
  width: 100%;
}
.c-heading02__line {
  display: inline-block;
  position: relative;
}
.c-heading02__line::after {
  content: "";
  position: absolute;
  top: 58%;
  right: -12.2rem;
  width: 10.6rem;
  height: 0.1rem;
  background-color: #0f2c64;
}
.c-heading02__label {
  display: block;
  transform-origin: top left;
  color: #0f2c64;
  font-size: 4rem;
  letter-spacing: normal;
  line-height: 1.3;
}
.c-heading02__text {
  display: block;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1;
}

.c-heading04 {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
  padding-left: 5rem;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.c-heading04::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 0.1rem;
  background-color: #0f2c64;
}

.c-heading05 {
  text-align: center;
}
.c-heading05__label {
  display: inline-block;
  transform: scale(1.15, 1);
  transform-origin: top center;
  color: #0f2c64;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
}

.c-list__item {
  border-bottom: 0.1rem solid #e6e6e6;
}
.c-list__item:first-child {
  border-top: 0.1rem solid #e6e6e6;
}

.c-dlist--column {
  display: flex;
  flex-wrap: wrap;
}
.c-dlist--column .c-dlist__title {
  width: 21.4rem;
  padding: 2rem;
  background-color: #fafafa;
  font-weight: 500;
  line-height: 2;
}
.c-dlist--column .c-dlist__desc {
  width: calc(100% - 21.4rem);
  padding: 2rem 3rem;
  line-height: 2;
}

.c-dlist02__title {
  font-weight: 500;
  line-height: 2;
}
.c-dlist02__desc {
  line-height: 2;
}

.p-contact__meta {
  display: flex;
  align-items: flex-end;
}
.p-contact__tel {
  font-size: 1.8rem;
}
.p-contact__number {
  display: inline-block;
  color: #0f2c64;
  font-family: "WindSong", serif;
  font-size: 4.8rem;
  letter-spacing: normal;
  line-height: 1;
}
.p-contact__time {
  font-size: 1.3rem;
  margin-left: 2.4rem;
  padding-bottom: 0.2rem;
}
.p-contact__form {
  margin-top: 6.4rem;
}

.p-faq__card {
  transition: all 0.1s linear;
  cursor: pointer;
  border-top: 0.1rem solid #e6e6e6;
}
.p-faq__card:last-child {
  border-bottom: 0.1rem solid #e6e6e6;
}
.p-faq__card--active {
  cursor: auto;
}
.p-faq__card--active .p-faq__trigger {
  transform: rotate(180deg);
}
.p-faq__card--active .p-faq__trigger::after {
  transform: translateY(-100%);
}
.p-faq__card--active .p-faq__overflow {
  height: auto;
}
.p-faq__line {
  padding: 4rem 1.8rem;
}
.p-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-faq__block {
  display: flex;
  width: calc(100% - 2.4rem);
  padding-right: 4rem;
}
.p-faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4rem;
  color: #0f2c64;
  font-family: "WindSong", serif;
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1;
}
.p-faq__q-text {
  font-size: 1.8rem;
  font-weight: 600;
}
.p-faq__trigger {
  transition: all 0.2s linear;
  overflow: hidden;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
}
.p-faq__trigger::before, .p-faq__trigger::after {
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #0f2c64;
}
.p-faq__trigger::after {
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
}
.p-faq__overflow {
  transition: all 0.1s linear;
  overflow: hidden;
  height: 0;
}
.p-faq__a {
  margin: 0 1.8rem 4rem;
  padding: 3.2rem;
  background-color: #fafafa;
}
.p-faq__inner {
  width: calc(100% - 6.4rem);
}
.p-faq__a-text {
  font-size: 1.6rem;
  line-height: 2;
}

.c-hero {
  overflow: hidden;
  position: relative;
  margin-top: 4.8rem;
}
.c-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 55, 55, 0.25);
}
.c-hero__image {
  width: 100%;
}
.c-hero__image img {
  width: 100%;
  height: auto;
}
.c-hero__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104rem;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
}
.c-hero__heading .c-heading {
  margin-bottom: 0;
}

.p-studio__images {
  overflow: hidden;
  margin-top: 7.2rem;
}
.p-studio__image {
  overflow: hidden;
  max-width: 39rem;
  margin: 0 1.6rem;
}
.p-studio__image img {
  width: auto;
  height: 27.3rem;
}
.p-studio__map {
  width: 100%;
  margin-top: 4.8rem;
}
.p-studio__map iframe {
  width: 100%;
  height: 48.5rem;
}
.p-studio__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-studio__image02 {
  width: 57.5rem;
}
.p-studio__image02 img {
  width: 100%;
  height: auto;
}
.p-studio__textarea {
  width: calc(100% - 57.5rem - 7.7rem);
}
.p-studio__name {
  color: #0f2c64;
  font-size: 4.8rem;
}
.p-studio__name small {
  margin-left: 0.4rem;
  font-size: 1.4rem;
}
.p-studio__number {
  font-size: 1.5rem;
  line-height: 1;
}
.p-studio__link {
  display: inline-block;
  color: #0f2c64;
  font-family: "WindSong", serif;
  font-size: 4.8rem;
  letter-spacing: 0;
  line-height: 1;
}
.p-studio__time {
  margin-top: 0.4rem;
  line-height: 1;
}
.p-studio__address {
  margin-top: 4.8rem;
}

.p-staff__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3.2rem;
}
.p-staff__list::after {
  content: "";
  display: table;
  width: 30.4rem;
}
.p-staff__item {
  width: 30.4rem;
  margin-top: 3.2rem;
}
.p-staff__item:nth-child(3n+2) {
  margin-top: calc(3.2rem * 1.75);
}
.p-staff__item:nth-child(3n+3) {
  margin-top: calc(3.2rem * 2.5);
}
.p-staff__link {
  position: relative;
}
.p-staff__link:hover .p-staff__image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.p-staff__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.p-staff__image img {
  transition: all 0.15s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-staff__hgroup {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: calc(100% - 3.2rem);
  margin-top: -4.6rem;
  padding: 1.6rem 1.6rem 0 0;
  background-color: white;
}
.p-staff__name {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-staff__name-ja, .p-staff__category {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-staff__category {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 2;
}

.p-report__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3.2rem;
}
.p-report__list::before, .p-report__list::after {
  content: "";
  display: table;
  width: 31.5rem;
}
.p-report__list::before {
  order: 2;
}
.p-report__list--costume::after {
  width: 23rem;
}
.p-report__list--costume .p-report__item {
  width: 23rem;
}
.p-report__list--costume .p-report__image {
  padding-top: 150%;
}
.p-report__item {
  width: 31.5rem;
  margin-top: 3.2rem;
}
.p-report__link:hover .p-report__title::after {
  width: 100%;
}
.p-report__link:hover .p-report__image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.p-report__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
.p-report__image img {
  transition: all 0.15s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-report__date {
  margin-top: 1.6rem;
  color: #999;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.p-report__title {
  position: relative;
  display: block;
  margin-top: 0.8rem;
  padding-right: 0;
}
.p-report__title::after {
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  top: calc(50% + 0.05rem);
  left: 0;
  z-index: -1;
  width: 70%;
  height: 0.1rem;
  background-color: #0f2c64;
}
.p-report__text {
  display: inline-block;
  max-width: 60%;
  padding-right: 1.2rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.c-search__card {
  transition: all 0.1s linear;
  cursor: pointer;
  border-top: 0.1rem solid #e6e6e6;
}
.c-search__card:last-child {
  border-bottom: 0.1rem solid #e6e6e6;
}
.c-search__card--active {
  cursor: auto;
}
.c-search__card--active .c-search__trigger {
  transform: rotate(180deg);
}
.c-search__card--active .c-search__trigger::after {
  transform: translateY(-100%);
}
.c-search__card--active .c-search__overflow {
  height: auto;
}
.c-search__line {
  position: relative;
  display: flex;
  padding: 3rem 0;
}
.c-search__block {
  width: calc(100% - 2rem - 1.6rem);
}
.c-search__label {
  font-size: 1.8rem;
  font-weight: 600;
}
.c-search__trigger-wrap {
  display: flex;
  align-items: center;
}
.c-search__trigger {
  transition: all 0.2s linear;
  overflow: hidden;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.c-search__trigger::before, .c-search__trigger::after {
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #0f2c64;
}
.c-search__trigger::after {
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
}
.c-search__overflow {
  transition: all 0.1s linear;
  overflow: hidden;
  height: 0;
}
.c-search__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.6rem;
  margin-bottom: 3rem;
}
.c-search__item {
  display: flex;
  width: calc(25% - 1.82rem);
  margin: 1.6rem 0 0 1.6rem;
}
.c-search__item:nth-child(4n+1) {
  margin-left: 0;
}
.c-search__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.8rem;
  padding: 1.2rem;
  background-color: #e6e6e6;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.p-plan__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10.6rem;
}
.p-plan__item--reverse .p-plan__image {
  order: 2;
}
.p-plan__item--reverse .p-plan__textarea {
  margin-right: 0;
  margin-left: 9.375%;
}
.p-plan__image {
  width: 48%;
}
.p-plan__image img {
  width: 100%;
  height: auto;
}
.p-plan__textarea {
  flex-wrap: wrap;
  width: 36.375%;
  margin-right: 9.375%;
}
.p-plan__text {
  margin-top: 3.2rem;
}
.p-plan__text p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6;
}

.p-column__list {
  margin-top: -4.8rem;
}
.p-column__link {
  display: flex;
  justify-content: space-between;
  padding: 4.8rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}
.p-column__link:hover .p-column__title {
  color: #0f2c64;
}
.p-column__link:hover .p-column__image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.p-column__date {
  width: 19.6rem;
}
.p-column__value {
  position: relative;
  display: block;
  color: #0f2c64;
  font-size: 1.7rem;
  font-weight: 600;
}
.p-column__value::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.2rem;
  height: 0.1rem;
  background-color: #0f2c64;
}
.p-column__body {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-left: 3.8rem;
}
.p-column__textarea {
  width: 49rem;
}
.p-column__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-column__text {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  line-height: 2.6;
}
.p-column__image {
  overflow: hidden;
  position: relative;
  width: 25rem;
  padding-top: 16.6666666667rem;
}
.p-column__image img {
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.p-plan-detail__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 9rem;
}
.p-plan-detail__image {
  width: 42%;
  min-height: 58.1rem;
}
.p-plan-detail__image .slick-slider,
.p-plan-detail__image .slick-list,
.p-plan-detail__image .slick-track {
  height: 100%;
}
.p-plan-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-plan-detail__image-item {
  width: 100%;
}
.p-plan-detail__sale {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-plan-detail__before {
  position: relative;
  margin-right: 1.6rem;
}
.p-plan-detail__before .p-plan-detail__price {
  font-size: 2.4rem;
  letter-spacing: normal;
}
.p-plan-detail__before::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.4rem;
  border-top: 0.1rem solid #373737;
  border-bottom: 0.1rem solid #373737;
  transform: translateY(-0.2rem);
}
.p-plan-detail__after {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
}
.p-plan-detail__after::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  border-left: 1.6rem solid #0f2c64;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  transform: translateY(-50%);
}
.p-plan-detail__after .p-plan-detail__price {
  color: #ff1e79;
  font-size: 4rem;
  letter-spacing: normal;
}
.p-plan-detail__sale-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 0.8rem;
  background-color: #ff1e79;
  border-radius: 2.4rem;
  color: white;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: 1.2;
}
.p-plan-detail__textarea {
  display: flex;
  align-items: center;
  width: 41.2%;
  margin-right: 9.375%;
}
.p-plan-detail__price-wrapper {
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
}
.p-plan-detail__price-list {
  margin-bottom: 3.2rem;
}
.p-plan-detail__price-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  line-height: 1.2;
}
.p-plan-detail__price-item:first-child {
  margin-top: 0;
}
.p-plan-detail__label {
  margin-right: 0.8rem;
  padding-bottom: 0.6rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.p-plan-detail__price-note {
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  line-height: 2.4;
}
.p-plan-detail__price {
  margin-top: -0.8rem;
  color: #0f2c64;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.p-plan-detail__price span {
  margin-left: 0.8rem;
  color: #373737;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
}
.p-plan-detail__price small {
  font-size: 1.3rem;
}

.p-plan-include {
  margin-top: 6.4rem;
}
.p-plan-include__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}
.p-plan-include__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 33.3333333333%;
  min-height: 9.6rem;
  padding: 0.8rem;
}
.p-plan-include__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 7.2rem;
  border-right: 0.1rem dashed #e6e6e6;
  transform: translateY(-50%);
}
.p-plan-include__item:nth-child(3n+1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 7.2rem;
  border-right: 0.1rem dashed #e6e6e6;
  transform: translateY(-50%);
}
.p-plan-include__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-plan-include__icon {
  margin-bottom: 0;
}
.p-plan-include__heading {
  position: relative;
}
.p-plan-include__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.4rem;
  border-top: 0.1rem solid #0f2c64;
  border-bottom: 0.1rem solid #0f2c64;
  transform: translateY(-50%);
}
.p-plan-include__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 1.6rem;
  background-color: white;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", serif;
}
.p-plan-include__text {
  display: block;
  width: 100%;
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  text-align: center;
}

.p-plan-detail-option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1.6rem;
}
.p-plan-detail-option::after {
  content: "";
  display: table;
  width: calc(33.3333333333% - 1.06rem);
}
.p-plan-detail-option__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(33.3333333333% - 1.06rem);
  min-height: 6.4rem;
  margin-top: 1.6rem;
  background-color: #f3f4f7;
}
.p-plan-detail-option__inner {
  position: relative;
  display: flex;
  align-items: center;
}
.p-plan-detail-option__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-top: 0.1rem solid #0f2c64;
}
.p-plan-detail-option__inner p {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #f3f4f7;
  font-family: "Noto Sans JP", serif;
  padding: 0 1.2rem;
}
.p-plan-detail-option__label {
  margin-right: 3.2rem;
}
.p-plan-detail-option__price {
  color: #0f2c64;
  font-weight: 600;
  letter-spacing: normal;
}
.p-plan-detail-option__price span {
  color: #373737;
  font-size: 1.1rem;
}

.p-plan-flow__block {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}
.p-plan-flow__step {
  width: 20.4rem;
  padding-top: 0.4rem;
}
.p-plan-flow__label {
  position: relative;
  display: block;
  color: #0f2c64;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-plan-flow__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10.4rem;
  height: 0.1rem;
  background-color: #0f2c64;
}
.p-plan-flow__textarea {
  width: 79.8rem;
}
.p-plan-flow__heading {
  font-size: 2.9rem;
  line-height: 1.3;
  font-weight: 600;
}
.p-plan-flow__text {
  font-family: "Noto Sans JP", serif;
  margin-top: 2.4rem;
  padding-left: 0.4rem;
  line-height: 2.4;
}

.c-heading03 {
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: 600;
}

.p-costume-detail-dots {
  margin-top: 2.4rem;
}
.p-costume-detail-dots__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.p-costume-detail-dots__list li {
  cursor: pointer;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
  margin: 0 0.8rem;
  background-color: #e0e4eb;
  border-radius: 5em;
}
.p-costume-detail-dots__list li.slick-active {
  background-color: #0f2c64;
}
.p-costume-detail-dots__list button {
  text-indent: -9999px;
}

.p-costume-detail__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-costume-detail__images {
  overflow: hidden;
  width: 45rem;
}
.p-costume-detail__image div {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 150%;
}
.p-costume-detail__image div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-costume-detail .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-costume-detail__textarea {
  width: 50rem;
}

.c-details {
  margin-top: 2.4rem;
}
.c-details__dlist {
  display: flex;
}
.c-details__title {
  width: 14.6rem;
  background-color: #fafafa;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.c-details__desc {
  flex: 1;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.c-keywords {
  display: flex;
  margin-top: -0.8rem;
  padding-top: 2rem;
}
.c-keywords__item {
  margin-top: 0.8rem;
  margin-right: 1.6rem;
}
.c-keywords__link {
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  text-decoration: underline;
}
.c-keywords__link:hover {
  opacity: 0.7;
}

.c-headline02 {
  display: flex;
  justify-content: space-between;
}

.c-heading05 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  text-align: left;
}

.c-heading06 {
  margin-bottom: 4.8rem;
  text-align: center;
}
.c-heading06__label {
  margin-bottom: 0.8rem;
  transform-origin: center center;
  color: #0f2c64;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.c-heading06__line {
  position: relative;
  margin-top: 0.4rem;
}
.c-heading06__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.4rem;
  border-top: 0.1rem solid #0f2c64;
  border-bottom: 0.1rem solid #0f2c64;
}
.c-heading06__text {
  display: inline-block;
  padding: 0 3.8rem;
  background-color: white;
  font-size: 2.4rem;
  font-weight: 600;
}

.c-thumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.6rem;
}
.c-thumb--default {
  margin-top: 0;
}
.c-thumb--far {
  margin-top: 4rem;
}
.c-thumb__item {
  overflow: hidden;
  width: 16.6666666667%;
}
.c-thumb__link {
  transition: all 0.1s linear;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: block;
  width: calc(100% + 0.1rem);
  padding-top: 66.6666666667%;
  border: 0.2rem solid white;
}
.c-thumb__link:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.c-thumb__link img {
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-costume-list {
  display: flex;
  flex-wrap: wrap;
}
.p-costume-list__item {
  overflow: hidden;
  position: relative;
  width: calc(16.6666666667% - 1.34rem);
  margin-right: 1.6rem;
}
.p-costume-list__item:last-child {
  margin-right: 0;
}
.p-costume-list__link:hover .p-costume-list__image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.p-costume-list__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.p-costume-list__image img {
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-costume-list__title {
  margin-top: 1rem;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
}

.c-button-wrapper {
  display: flex;
  margin-top: 4rem;
}
.c-button-wrapper .c-button02 {
  margin-top: 0;
  margin-right: 2.4rem;
}

.c-button02 {
  margin-top: 4rem;
}
.c-button02__link, .p-article__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.6rem;
  height: 4.8rem;
  margin: auto;
  padding-bottom: 0.5rem;
  border: 0.1rem solid #0f2c64;
  color: #0f2c64;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-button02__link--left {
  margin-left: 0;
}
.c-button02__link::after, .p-article__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.2rem;
  height: 0.1rem;
  background-color: #0f2c64;
}
.c-button02__link:hover, .p-article__button:hover {
  background-color: rgba(15, 44, 100, 0.1);
}

.p-report-detail__image {
  width: 100%;
}
.p-report-detail__image img {
  width: 100%;
  height: auto;
}
.p-report-detail__textarea {
  margin-top: 4rem;
  line-height: 1.4;
}
.p-report-detail__title {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
}

.p-report-detail-staff {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5.6rem;
  padding: 6.4rem 0 8rem;
}
.p-report-detail-staff__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-top: 5.6rem;
}
.p-report-detail-staff__card:nth-child(2n+1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 100%;
  border-right: 0.1rem dashed #e6e6e6;
  transform: translateY(-50%);
}
.p-report-detail-staff__image {
  overflow: hidden;
  position: relative;
  width: 12rem;
  height: 12rem;
  margin-right: 4rem;
  border-radius: 5em;
}
.p-report-detail-staff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-report-detail-staff__category {
  color: #0f2c64;
  font-size: 1.2rem;
  font-weight: 600;
}
.p-report-detail-staff__name {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-report-detail-staff__list {
  margin-top: 1.6rem;
}
.p-report-detail-staff__item {
  margin-top: 1.4rem;
}
.p-report-detail-staff__link {
  display: flex;
  align-items: center;
  color: #0f2c64;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  text-decoration: underline;
}
.p-report-detail-staff__link:hover {
  opacity: 0.7;
}
.p-report-detail-staff__link img {
  margin-left: 1.6rem;
}

.c-post-pagination {
  margin-top: 7.2rem;
}
.c-post-pagination__wrapper {
  display: flex;
  width: 104rem;
  margin: auto;
}
.c-post-pagination__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.c-post-pagination__link:hover {
  opacity: 0.7;
}
.c-post-pagination__link:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 100%;
  border-right: 0.1rem dashed #e6e6e6;
}
.c-post-pagination__link:last-child::after {
  display: none !important;
}
.c-post-pagination__link--reverse {
  margin: 0 0 0 auto;
}
.c-post-pagination__link--reverse .c-post-pagination__image {
  order: 2;
  margin-right: 0;
  margin-left: 4.8rem;
}
.c-post-pagination__link--reverse .c-post-pagination__inner {
  text-align: right;
}
.c-post-pagination__link--reverse .c-post-pagination__icon {
  left: auto;
  right: 0;
}
.c-post-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5rem;
}
.c-post-pagination__image {
  flex: none;
  overflow: hidden;
  position: relative;
  width: 10.6rem;
  height: 10.6rem;
  margin-right: 4.8rem;
}
.c-post-pagination__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-post-pagination__label {
  display: inline-block;
  padding: 0 1.2rem 0.1rem;
  border: 0.1rem solid #e6e6e6;
  border-radius: 5em;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  letter-spacing: normal;
}
.c-post-pagination__category {
  color: #0f2c64;
  font-size: 1.3rem;
  font-weight: 600;
}
.c-post-pagination__title {
  display: block;
  overflow: hidden;
  max-width: 25rem;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-post-pagination__note {
  margin-top: 1.2rem;
  color: #999999;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.c-post-pagination__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-staff-detail__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-staff-detail__image {
  position: relative;
  width: 45rem;
  padding-top: 52.4rem;
}
.p-staff-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-staff-detail__textarea {
  width: 50rem;
}
.p-staff-detail .c-heading02 {
  margin-bottom: 8rem;
}
.p-staff-detail .c-heading02__label--ja {
  transform: scale(1);
  font-weight: 600;
}
.p-staff-detail__catch {
  margin-bottom: 2.4rem;
  font-size: 2.7rem;
  font-weight: 600;
}
.p-staff-detail__body p {
  letter-spacing: normal;
}

.p-about__block {
  padding-top: 8rem;
}
.p-about__column {
  display: flex;
  justify-content: space-between;
}
.p-about__column--reverse .p-about__textarea {
  order: 2;
}
.p-about__column--reverse .p-about__textarea {
  margin-right: 9.375%;
}
.p-about .c-heading02 {
  width: auto;
}
.p-about__textarea {
  width: 40%;
  margin-left: 9.375%;
}
.p-about__hgroup {
  padding: 5.6rem 0 0;
  margin-bottom: 5.6rem;
}
.p-about__heading {
  display: inline-block;
  margin-bottom: 2.4rem;
  transform: scale(1.15, 1);
  transform-origin: top left;
  color: #0f2c64;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1.25;
}
.p-about__title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.4em;
}
.p-about__image {
  width: 42%;
}
.p-about__image--min {
  overflow: hidden;
  height: 50rem;
}
.p-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__bg-about {
  position: relative;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.p-about__bg-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 96%;
  height: 100%;
  background-color: #fafafa;
}
.p-about__bg-about02 {
  position: relative;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.p-about__bg-about02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 96%;
  height: 100%;
  background-color: #fafafa;
}
.p-about__column02 {
  display: flex;
  justify-content: space-between;
  margin-top: 9.6rem;
}
.p-about__column02:first-child {
  margin-top: 0;
}
.p-about__textarea02 {
  width: 69rem;
}
.p-about__heading02 {
  margin-bottom: 2rem;
  color: #0f2c64;
  font-size: 3rem;
  font-weight: 600;
}
.p-about__list {
  display: flex;
  flex-wrap: wrap;
}
.p-about__item {
  position: relative;
  width: 50%;
  margin-top: 4.8rem;
  padding: 0 2.4rem;
  text-align: center;
}
.p-about__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 3rem;
  border-right: 0.1rem dashed #e6e6e6;
  transform: translateY(-50%);
}
.p-about__item:nth-child(2n+2)::after {
  display: none;
}
.p-about__label {
  margin-bottom: 1rem;
  color: #0f2c64;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-about__value {
  font-size: 1.4rem;
  letter-spacing: normal;
}
.p-about__list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-about__list02::after {
  content: "";
  display: table;
  width: calc(33.3333333333% - 3.7rem);
}
.p-about__item02 {
  position: relative;
  width: calc(33.3333333333% - 3.7rem);
  margin-top: 5.6rem;
  padding: 2.4rem 1.6rem;
  background-color: white;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.p-about__item03 {
  position: relative;
  width: calc(25% - 2rem);
  margin-top: 6.4rem;
  padding: 5.6rem 2.8rem 2.8rem;
  background-color: white;
  border: 0.1rem solid #0f2c64;
}
.p-about__item03:nth-child(-n+4) {
  margin-top: 2.4rem;
}
.p-about__item03 p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2;
}
.p-about__icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #0f2c64;
  border-radius: 5em;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.4rem;
  font-style: italic;
}
.p-about__label02 {
  color: #0f2c64;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}
.p-about__number {
  position: absolute;
  top: 0;
  left: 0.8rem;
  transform: translateY(-50%);
  color: #0f2c64;
  font-family: "WindSong", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.p-retouch__column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 9.6rem;
}
.p-retouch__heading {
  margin-bottom: 3.2rem;
  color: #0f2c64;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.p-retouch__textarea {
  width: 35%;
  margin-left: 9.375%;
}
.p-retouch__image {
  width: 48%;
}
.p-retouch__image img {
  width: 100%;
  height: auto;
}
.p-retouch__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
.p-retouch__item {
  width: 31.5rem;
}
.p-retouch__image02 img {
  width: 100%;
  height: auto;
}
.p-retouch__title {
  margin-top: 2rem;
  color: #0f2c64;
  font-size: 2.2rem;
  font-weight: 600;
}
.p-retouch__text {
  margin-top: 1.2rem;
}
.p-retouch__column02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8rem;
}
.p-retouch__column02--reverse .p-retouch__image03 {
  order: 2;
}
.p-retouch__image03 {
  position: relative;
  width: 47.5rem;
  padding-top: 59.375rem;
}
.p-retouch__bf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-retouch__bf img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-retouch__textarea03 {
  width: 47.5rem;
}
.p-retouch__categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.8rem;
}
.p-retouch__categories + .c-text {
  margin-top: 2.4rem;
}
.p-retouch__category {
  margin-top: 0.8rem;
  margin-right: 0.8rem;
  padding: 0.2rem 1.2rem;
  background-color: #e0e4eb;
  border-radius: 5em;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.p-retouch .p-plan-detail__price {
  margin-bottom: 4rem;
}
.p-retouch__number-label {
  margin-left: 0 !important;
  margin-right: 0.8rem;
}

.p-retouch-note {
  margin-top: 2.4rem;
  padding: 1.6rem 2.4rem;
  background-color: rgba(224, 228, 235, 0.2);
  border: 0.1rem solid #0f2c64;
}
.p-retouch-note__heading {
  margin-bottom: 0.8rem;
  color: #0f2c64;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-retouch-note__text {
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  a .p-top-plan__line::before {
    left: auto;
    right: calc(100% - 0.4rem);
  }
  .c-page-cta {
    width: calc(100% - 4.8% * 2);
    margin: 6.4rem auto 0;
    padding: 0;
  }
  .c-page-cta__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -1.6rem;
  }
  .c-page-cta__item {
    width: 100%;
    margin-top: 1.6rem;
    margin-right: 0;
  }
  .c-page-cta__item:last-child {
    margin-right: 0;
  }
  .c-page-cta__link, .c-page-cta__link02 {
    width: 100%;
    height: 7.2rem;
    padding: 0rem 2.4rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .c-page-cta__link img {
    width: 100%;
  }
  .c-headline {
    width: calc(100% - 4.8% * 2);
    padding: 0;
    margin: 8.8rem auto 0;
  }
  .c-headline + .l-block__inner02 {
    padding-top: 4.8rem;
  }
  .c-headline--near {
    margin-top: 0;
  }
  .c-headline .c-heading {
    overflow: hidden;
    display: block;
    width: calc(100% - 4.8%);
  }
  .l-block__inner02 {
    overflow: hidden;
    width: calc(100% - 4.8% * 2);
    margin: 0 auto;
    padding: 6.4rem 0 0;
  }
  .l-block__inner02--near {
    padding-top: 2.4rem;
  }
  .l-block__bg {
    margin-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .c-heading02 {
    position: relative;
    display: inline-block;
    margin-bottom: 4.8rem;
  }
  .c-heading02 + .c-button {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .c-heading02__line::after {
    right: -6rem;
    width: 4.8rem;
  }
  .c-heading02__label {
    font-size: 3.8rem;
  }
  .c-heading02__text {
    margin-top: 1.2rem;
    font-size: 1.3rem;
  }
  .c-heading04 {
    margin-bottom: 2.8rem;
    padding-left: 3.2rem;
    padding-bottom: 0.2rem;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .c-heading04::before {
    width: 2.2rem;
  }
  .c-dlist--column .c-dlist__title {
    width: 100%;
    padding: 1.6rem;
    border-bottom: 0.1rem solid #e6e6e6;
  }
  .c-dlist--column .c-dlist__desc {
    width: 100%;
    padding: 1.6rem;
  }
  .p-contact__meta {
    display: block;
  }
  .p-contact__tel {
    font-size: 1.6rem;
  }
  .p-contact__number {
    font-size: 4rem;
  }
  .p-contact__time {
    display: block;
    margin-left: 0rem;
  }
  .p-contact__form {
    margin-top: 4.8rem;
  }
  .p-faq__line {
    padding: 2.4rem 1.8rem;
  }
  .p-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-faq__block {
    display: flex;
    width: calc(100% - 2.4rem);
    padding-right: 1.6rem;
  }
  .p-faq__icon {
    margin-right: 3.2rem;
    font-size: 1.8rem;
  }
  .p-faq__icon--a {
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .p-faq__q-text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .p-faq__trigger {
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-faq__a {
    margin: 0 1.8rem 2.4rem;
    padding: 2.4rem;
    background-color: #fafafa;
    font-size: 1.4rem;
  }
  .p-faq__a .p-faq__block {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .p-faq__inner {
    width: 100%;
  }
  .p-faq__a-text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .c-hero {
    margin-top: 0;
  }
  .c-hero__image {
    height: 40vh;
  }
  .c-hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-hero__heading {
    left: 0;
    padding: 0 4.8%;
    transform: translateY(-50%);
  }
  .c-hero__heading .c-heading {
    margin-bottom: 0;
  }
  .p-studio {
    overflow: hidden;
    width: 100vw;
  }
  .p-studio__images {
    overflow: hidden;
    width: 100vw;
    margin-top: 6.4rem;
  }
  .p-studio__image {
    overflow: hidden;
    max-width: 39rem;
    margin: 0 1.6rem;
  }
  .p-studio__image img {
    width: auto;
    height: 27.3rem;
  }
  .p-studio__map {
    margin-top: 4rem;
  }
  .p-studio__map iframe {
    height: 40rem;
  }
  .p-studio__data {
    flex-wrap: wrap;
  }
  .p-studio__image02 {
    width: 100%;
  }
  .p-studio__textarea {
    width: 100%;
  }
  .p-studio__name {
    display: block;
    margin-top: 3.2rem;
    font-size: 3.2rem;
    line-height: 1;
  }
  .p-studio__name small {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
  .p-studio__number {
    margin-top: 3.2rem;
    font-size: 1.4rem;
  }
  .p-studio__link {
    font-size: 3.6rem;
  }
  .p-studio__time {
    font-size: 1.4rem;
  }
  .p-studio__address {
    margin-top: 1.6rem;
    line-height: 2;
  }
  .p-staff__list {
    margin-top: -3.2rem;
  }
  .p-staff__list::after {
    display: none;
  }
  .p-staff__item {
    width: 100%;
    margin-top: 3.2rem;
  }
  .p-staff__item:nth-child(3n+2) {
    margin-top: 3.2rem;
  }
  .p-staff__item:nth-child(3n+3) {
    margin-top: 3.2rem;
  }
  .p-staff__image {
    padding-top: 100%;
  }
  .p-staff__hgroup {
    max-width: calc(100% - 1.6rem);
    padding: 1.2rem 1.2rem 0 0;
  }
  .p-staff__name {
    font-size: 1.8rem;
  }
  .p-staff__category {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .p-report__list::before, .p-report__list::after {
    display: none;
  }
  .p-report__list--costume::after {
    display: none;
  }
  .p-report__list--costume .p-report__item {
    width: 49%;
  }
  .p-report__list--costume .p-report__image {
    padding-top: 150%;
  }
  .p-report__item {
    width: 100%;
  }
  .c-search__card {
    transition: all 0.1s linear;
    cursor: pointer;
    border-top: 0.1rem solid #e6e6e6;
  }
  .c-search__card:last-child {
    border-bottom: 0.1rem solid #e6e6e6;
  }
  .c-search__card--active {
    cursor: auto;
  }
  .c-search__card--active .c-search__trigger {
    transform: rotate(180deg);
  }
  .c-search__card--active .c-search__trigger::after {
    transform: translateY(-100%);
  }
  .c-search__card--active .c-search__overflow {
    height: auto;
  }
  .c-search__line {
    position: relative;
    display: flex;
    padding: 2.4rem 0;
  }
  .c-search__block {
    position: relative;
    width: calc(100% - 1.8rem - 1.6rem);
  }
  .c-search__label {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .c-search__trigger {
    transition: all 0.2s linear;
    overflow: hidden;
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
  }
  .c-search__trigger::before, .c-search__trigger::after {
    transition: all 0.2s linear;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #0f2c64;
  }
  .c-search__trigger::after {
    top: 0;
    left: 50%;
    width: 0.1rem;
    height: 100%;
  }
  .c-search__overflow {
    transition: all 0.1s linear;
    overflow: hidden;
    height: 0;
  }
  .c-search__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.9rem;
    margin-bottom: 2.4rem;
  }
  .c-search__item {
    width: calc(33.3333333333% - 0.6rem);
    margin: 0.9rem 0 0 0.9rem;
  }
  .c-search__item:nth-child(4n+1) {
    margin-left: 0.9rem;
  }
  .c-search__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-search__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.8rem;
    padding: 1.2rem 0.8rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .p-plan__list {
    padding: 0 4.8%;
  }
  .p-plan__item {
    overflow: hidden;
    width: 85%;
    margin-top: 6.4rem;
  }
  .p-plan__item--reverse {
    margin-left: auto;
  }
  .p-plan__item--reverse .p-plan__image {
    order: 1;
  }
  .p-plan__item--reverse .p-plan__textarea {
    order: 2;
    margin-right: 0;
    margin-left: 0;
  }
  .p-plan__image {
    width: 100%;
  }
  .p-plan__textarea {
    width: 100%;
    margin-top: 2.2rem;
    margin-right: 0;
  }
  .p-plan__textarea .c-heading02 {
    margin-bottom: 0;
  }
  .p-plan__textarea .c-heading02__label {
    font-size: 2.8rem;
  }
  .p-plan__text {
    margin-top: 2.4rem;
  }
  .p-plan__text p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.6;
  }
  .p-column__list {
    margin-top: -2.4rem;
  }
  .p-column__link {
    flex-wrap: wrap;
    padding: 2.4rem 0;
  }
  .p-column__date {
    width: auto;
  }
  .p-column__value {
    padding-right: 4rem;
    font-size: 1.5rem;
  }
  .p-column__body {
    flex-wrap: wrap;
    width: 100%;
    flex: auto;
    margin-left: 0;
  }
  .p-column__textarea {
    order: 2;
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-column__title {
    font-size: 2.4rem;
  }
  .p-column__text {
    margin-top: 1.8rem;
    line-height: 2;
  }
  .p-column__image {
    width: 100%;
    margin-top: 1.2rem;
    padding-top: 66.6666666667%;
  }
  .p-plan-detail__item {
    margin-top: 6.4rem;
  }
  .p-plan-detail__image {
    width: 100%;
    min-height: 26rem;
    height: 42rem;
  }
  .p-plan-detail__image--slider {
    padding-bottom: 2.4rem;
  }
  .p-plan-detail__image--slider .slick-dotted.slick-slider {
    margin-bottom: 1.6rem !important;
  }
  .p-plan-detail__textarea {
    width: 100%;
    margin-top: 2.4rem;
    margin-right: 0;
    padding: 0 4.8%;
  }
  .p-plan-detail__price-wrapper {
    margin-bottom: 1.6rem;
  }
  .p-plan-detail__price-list {
    margin-bottom: 2rem;
  }
  .p-plan-detail__price-item {
    margin-top: 3.2rem;
  }
  .p-plan-detail__price-item:first-child {
    margin-top: 0;
  }
  .p-plan-detail__label {
    width: 100%;
    margin-right: 0.8rem;
    margin-bottom: 2rem;
    padding: 0.8rem 1rem;
    border-left: 0.3rem solid #e6e6e6;
    font-size: 2rem;
  }
  .p-plan-detail__price-note {
    font-family: "Noto Sans JP", serif;
    font-size: 1.3rem;
  }
  .p-plan-detail__sale {
    flex-wrap: wrap;
  }
  .p-plan-detail__after {
    margin-top: 1.6rem;
    padding-left: 0;
  }
  .p-plan-detail__after::before {
    display: none;
  }
  .p-plan-include {
    margin-top: 4.8rem;
  }
  .p-plan-include__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.8rem;
  }
  .p-plan-include__item {
    width: 33.3333333333%;
  }
  .p-plan-include__label {
    padding-right: 0.8rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-plan-include__text {
    font-size: 1.2rem;
  }
  .p-plan-detail-option {
    margin-top: -0.8rem;
  }
  .p-plan-detail-option::after {
    display: none;
  }
  .p-plan-detail-option__item {
    width: calc(50% - 0.4rem);
    margin-top: 0.8rem;
  }
  .p-plan-detail-option__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-plan-detail-option__inner::after {
    display: none;
  }
  .p-plan-detail-option__label {
    margin-right: 0;
  }
  .p-plan-flow__block {
    flex-wrap: wrap;
    padding: 2.4rem 0;
  }
  .p-plan-flow__block:first-child {
    padding-top: 0;
  }
  .p-plan-flow__step {
    padding-top: 0;
  }
  .p-plan-flow__textarea {
    width: 100%;
  }
  .p-plan-flow__heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1.6rem;
  }
  .p-plan-flow__text {
    margin-top: 1.6rem;
  }
  .c-heading03 {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }
  .p-costume-detail-dots {
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .p-costume-detail-dots__list li {
    width: 0.8rem;
    height: 0.8rem;
  }
  .p-costume-detail__body {
    flex-wrap: wrap;
  }
  .p-costume-detail__images {
    overflow: hidden;
    width: 100%;
  }
  .p-costume-detail__textarea {
    width: 100%;
  }
  .c-details {
    margin-top: 2.4rem;
  }
  .c-details__dlist {
    flex-wrap: wrap;
  }
  .c-details__title {
    width: 100%;
    padding: 1.2rem;
    border-bottom: 0.1rem solid #e6e6e6;
    font-size: 1.4rem;
  }
  .c-details__desc {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
  .c-keywords {
    padding-top: 2.4rem;
  }
  .c-headline02 {
    display: block;
  }
  .c-headline02 .c-heading02 {
    width: 100%;
  }
  .c-heading05 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    text-align: left;
  }
  .c-heading06 {
    margin-bottom: 3.2rem;
  }
  .c-heading06__label {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .c-heading06__text {
    padding: 0 1.6rem;
    font-size: 2rem;
  }
  .c-thumb {
    margin-top: -0.8rem;
  }
  .c-thumb--default {
    margin-top: 0;
  }
  .c-thumb--far {
    margin-top: 2.4rem;
  }
  .c-thumb__item {
    overflow: hidden;
    width: 33.3333333333%;
  }
  .c-thumb__link img {
    width: calc(100% + 0.1rem);
    height: calc(100% + 0.1rem);
  }
  .p-costume-list {
    justify-content: space-between;
    margin-top: -1.6rem;
  }
  .p-costume-list::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 1.06rem);
  }
  .p-costume-list__item {
    overflow: hidden;
    position: relative;
    width: calc(33.3333333333% - 1.06rem);
    margin-top: 1.6rem;
    margin-right: 0;
  }
  .p-costume-list__title {
    font-size: 1.2rem;
  }
  .c-button-wrapper {
    flex-wrap: wrap;
    margin-top: 3.2rem;
  }
  .c-button-wrapper .c-button02 {
    margin-top: 1.6rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-button-wrapper .c-button02:first-child {
    margin-top: 0;
  }
  .p-report-detail__image {
    width: 100%;
  }
  .p-report-detail__image img {
    width: 100%;
    height: auto;
  }
  .p-report-detail__textarea {
    margin-top: 4rem;
    line-height: 1.4;
  }
  .p-report-detail__title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .p-report-detail-staff {
    flex-wrap: wrap;
    margin-top: -2.4rem;
    padding: 3.2rem 0;
  }
  .p-report-detail-staff__card {
    flex-wrap: wrap;
    width: 50%;
    margin-top: 2.4rem;
    padding: 2.4rem;
    padding-right: 0.8rem;
  }
  .p-report-detail-staff__card:nth-child(2n+1) {
    padding-left: 0.8rem;
    padding-right: 2.4rem;
  }
  .p-report-detail-staff__image {
    overflow: hidden;
    position: relative;
    width: 9.6rem;
    height: 9.6rem;
    margin-right: 0;
    margin-bottom: 1.6rem;
    border-radius: 5em;
  }
  .p-report-detail-staff__hgroup {
    text-align: center;
  }
  .p-report-detail-staff__category {
    text-align: center;
  }
  .p-report-detail-staff__name {
    margin-top: 1.2rem;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
  }
  .p-report-detail-staff__list {
    margin-top: 1.6rem;
  }
  .p-report-detail-staff__item {
    margin-top: 0.4rem;
    text-align: center;
  }
  .p-report-detail-staff__link {
    display: inline-block;
  }
  .p-report-detail-staff__link img {
    display: none;
  }
  .p-report-detail-staff__name {
    margin-top: 0.8rem;
  }
  .c-post-pagination {
    margin-top: 4.8rem;
  }
  .c-post-pagination__wrapper {
    display: flex;
    width: 100%;
    margin: auto;
  }
  .c-post-pagination__link {
    flex-wrap: wrap;
  }
  .c-post-pagination__link--reverse .c-post-pagination__image {
    order: 0;
    margin-right: 0;
    margin-left: 0rem;
  }
  .c-post-pagination__link--reverse .c-post-pagination__icon {
    left: auto;
    right: 0;
  }
  .c-post-pagination__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 1.6rem;
  }
  .c-post-pagination__image {
    width: 100%;
    height: 10.6rem;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .c-post-pagination__label {
    display: inline-block;
    padding: 0 1.2rem 0.1rem;
    border: 0.1rem solid #e6e6e6;
    border-radius: 5em;
    font-family: "Noto Sans JP", serif;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .c-post-pagination__category {
    font-size: 1.2rem;
  }
  .c-post-pagination__title {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: initial;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.3rem;
  }
  .c-post-pagination__note {
    margin-top: 0.8rem;
    line-height: 1.3;
  }
  .c-post-pagination__icon {
    display: none;
  }
  .p-staff-detail__inner {
    flex-wrap: wrap;
  }
  .p-staff-detail__image {
    width: 100%;
    padding-top: 116.4444444444%;
  }
  .p-staff-detail__textarea {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-staff-detail .c-heading02 {
    margin-bottom: 3.2rem;
  }
  .p-staff-detail .c-heading02__label {
    font-size: 3.4rem;
  }
  .p-staff-detail__catch {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-about {
    overflow: hidden;
  }
  .p-about__block {
    padding-top: 6.4rem;
  }
  .p-about__column {
    flex-wrap: wrap;
  }
  .p-about__column--reverse .p-about__textarea {
    order: 0;
  }
  .p-about__column--reverse .p-about__textarea {
    margin-right: 0;
  }
  .p-about__textarea {
    width: 100%;
    margin: 0;
    padding: 0 4.8%;
  }
  .p-about__hgroup {
    padding: 0 0 0;
    margin-bottom: 4rem;
  }
  .p-about__heading {
    margin-bottom: 1.6rem;
    font-size: 4rem;
  }
  .p-about__title {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }
  .p-about__image {
    width: 100%;
    margin-top: 4rem;
  }
  .p-about__bg-about {
    padding-bottom: 6.4rem;
  }
  .p-about__bg-about::before {
    width: 100%;
  }
  .p-about__bg-about02 {
    padding-bottom: 6.4rem;
  }
  .p-about__bg-about02::before {
    width: 100%;
  }
  .p-about__column02 {
    flex-wrap: wrap;
    margin-top: 5.6rem;
  }
  .p-about__column02:first-child {
    margin-top: 0;
  }
  .p-about__textarea02 {
    width: 100%;
  }
  .p-about__heading02 {
    font-size: 2.4rem;
  }
  .p-about__item {
    margin-top: 4rem;
    padding: 0 1.6rem;
    padding-left: 0.8rem;
  }
  .p-about__item:nth-child(2n+2) {
    padding-right: 0.8rem;
    padding-left: 1.6rem;
  }
  .p-about__label {
    font-size: 1.7rem;
  }
  .p-about__value {
    font-size: 1.3rem;
  }
  .p-about__list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-about__list02::after {
    display: none;
  }
  .p-about__item02 {
    width: calc(50% - 0.8rem);
    margin-top: 4.8rem;
    font-size: 1.5rem;
  }
  .p-about__item03 {
    width: 100%;
    margin-top: 4.8rem;
    padding: 4rem 2.4rem 1.6rem;
  }
  .p-about__item03:nth-child(-n+4) {
    margin-top: 5.6rem;
  }
  .p-about__item03:first-child {
    margin-top: 2.4rem;
  }
  .p-about__item03 p {
    margin-top: 1.2rem;
    font-size: 1.3rem;
  }
  .p-about__icon {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2rem;
  }
  .p-about__number {
    font-size: 4rem;
  }
  .p-retouch .c-text {
    text-align: left !important;
  }
  .p-retouch__column {
    margin-top: 6.4rem;
    padding: 0 4.8%;
  }
  .p-retouch__heading {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
  .p-retouch__textarea {
    width: 100%;
    margin-left: 0%;
  }
  .p-retouch__image {
    width: 100%;
    margin-top: 4rem;
  }
  .p-retouch__list {
    margin-top: 0;
  }
  .p-retouch__item {
    width: 100%;
    margin-top: 4rem;
  }
  .p-retouch__title {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
  .p-retouch__text {
    margin-top: 0.8rem;
  }
  .p-retouch__column02 {
    flex-wrap: wrap;
    margin-top: 4.8rem;
  }
  .p-retouch__column02--reverse .p-retouch__image03 {
    order: 2;
  }
  .p-retouch__image03 {
    order: 2;
    width: 100%;
    margin-top: 2.4rem;
    padding-top: 125%;
  }
  .p-retouch__textarea03 {
    width: 100%;
  }
  .p-retouch__categories + .c-text {
    margin-top: 1.6rem;
  }
  .p-retouch__category {
    font-size: 1.2rem;
  }
  .p-retouch .p-plan-detail__price {
    margin-bottom: 2.4rem;
  }
  .p-retouch__number-label {
    margin-left: 0 !important;
    margin-right: 0.8rem;
  }
  .p-retouch-note {
    padding: 1.6rem;
  }
  .p-retouch-note__text {
    font-size: 1.3rem;
  }
}
.p-top-hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
.p-top-hero__images {
  display: flex;
  margin-bottom: 0 !important;
}
.p-top-hero__images .slick-list {
  overflow: visible !important;
}
.p-top-hero__images .slick-center {
  z-index: 9999;
}
.p-top-hero__images .slick-cloned {
  z-index: 999;
}
.p-top-hero__image {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  margin: 0;
}
.p-top-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-hero__image--link.slick-center:not(.slick-cloned):hover {
  transform: scale(1.05);
}
.p-top-hero__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-hero__text-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.p-top-hero__text-wrapper--right {
  left: auto;
  right: 0;
}
.p-top-hero__text {
  position: relative;
  width: 200%;
  height: 100%;
}
.p-top-hero__text img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-hero__text--right img {
  left: 0;
}

.p-top-news {
  position: relative;
  width: 100%;
}
.p-top-news__wrapper {
  position: absolute;
  left: 50%;
  width: calc(104rem + 4.8% * 2);
  padding: 0 4.8%;
  transform: translate(-50%, -99%);
  margin: auto;
}
.p-top-news__inner {
  display: flex;
  align-items: flex-end;
  padding: 2.4rem 3.7rem 1.6rem;
  background-color: white;
}
.p-top-news__heading {
  display: block;
  width: 12.5rem;
  transform: scale(1.15, 1);
  transform-origin: top left;
  color: #0f2c64;
  font-size: 2.4rem;
  line-height: 1;
  white-space: nowrap;
}
.p-top-news__body {
  display: flex;
  align-items: center;
  width: calc(100% - 12.5rem);
}
.p-top-news__date {
  width: 15rem;
  color: #0f2c64;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.p-top-news__link {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 15rem);
  width: 100%;
}
.p-top-news__link:hover .p-top-news__text {
  text-decoration: underline;
}
.p-top-news__link:hover .p-top-news__line::before {
  left: calc(100% - 0.6rem);
}
.p-top-news__title {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.p-top-news__view {
  display: block;
  margin-left: 3.2rem;
  color: #0f2c64;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.p-top-news__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.p-top-news__line {
  position: relative;
  overflow: hidden;
  height: 0.6rem;
  min-width: 6.4rem;
  margin-left: 2.4rem;
}
.p-top-news__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #0f2c64;
  transition: all 0.15s ease-out;
}
.p-top-news__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #0f2c64;
  transform: translateY(-50%);
}

.p-top-campaign {
  border-bottom: 0.1rem solid #e6e6e6;
}
.p-top-campaign__inner {
  width: 104rem;
  margin: auto;
  padding: 4.8rem 0;
}
.p-top-campaign__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2.4rem;
}
.p-top-campaign__card {
  width: 49rem;
  margin-top: 2.4rem;
}
.p-top-campaign__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 49rem;
}
.p-top-campaign__link:hover .p-top-campaign__title {
  text-decoration: underline;
}
.p-top-campaign__image {
  position: relative;
  width: 12.2rem;
  height: 12.2rem;
}
.p-top-campaign__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-campaign__textarea {
  width: 33.8rem;
}
.p-top-campaign__title, .p-top-campaign__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.p-top-campaign__title {
  color: #0f2c64;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}
.p-top-campaign__text {
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}

.l-block__inner {
  width: calc(104rem + 4.8% * 2);
  margin: auto;
  padding: 7.2rem 4.8% 10.2rem;
}

.p-top-about__hgroup {
  position: relative;
  padding: 8.6rem 3.6rem 0;
}
.p-top-about__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1.15, 1);
  transform-origin: top left;
  color: rgba(230, 230, 230, 0.75);
  font-size: 11.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}
.p-top-about__heading {
  color: #0f2c64;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1;
}
.p-top-about__textarea {
  margin-top: 6.4rem;
  margin-left: 16rem;
}
.p-top-about__text {
  width: 69.2rem;
  font-size: 1.6rem;
  line-height: 2.6;
  font-weight: 600;
}
.p-top-about__image {
  width: 76.8rem;
  margin-top: 8.2rem;
  margin-left: 26.4rem;
}
.p-top-about__image img {
  width: 100%;
  height: auto;
}

.c-button {
  display: inline-block;
  margin-top: 4.8rem;
}
.c-button__link {
  display: flex;
  align-items: center;
}
.c-button__link:hover .c-button__line::before {
  left: calc(100% - 0.5rem);
}
.c-button__text {
  display: block;
  flex: 1;
  color: #0f2c64;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  white-space: nowrap;
}
.c-button__line {
  position: relative;
  overflow: hidden;
  height: 0.5rem;
  width: 5.9rem;
  margin-left: 1.6rem;
}
.c-button__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #0f2c64;
  transition: all 0.15s ease-out;
}
.c-button__line::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #0f2c64;
}

.p-top-plan {
  background-color: #fafafa;
  padding-bottom: 9.6rem;
}
.p-top-plan__overflow {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.p-top-plan .l-block__inner {
  padding-bottom: 6rem;
}
.p-top-plan .scrollable {
  overflow: hidden;
  overflow-x: scroll;
  width: 40rem;
  width: 100%;
  height: 100%;
  margin-bottom: -2rem;
  -webkit-overflow-scrolling: touch;
}
.p-top-plan .adjustment {
  padding-bottom: 5.6rem;
}
.p-top-plan .scrollbar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 104rem;
  height: 1rem;
  background-color: #e0e4eb;
  border-radius: 5em;
  transform: translate(-50%, -0.3rem);
}
.p-top-plan .scrollbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 5em;
  box-shadow: 0 0 0 0.3rem #e0e4eb;
}
.p-top-plan .scrollbar-thumb {
  position: relative;
  z-index: 2;
  width: 5rem;
  height: 1rem;
  background-color: #0f2c64;
  border: 0.3rem solid transparent;
  border-radius: 5em;
}
.p-top-plan__list {
  display: flex;
  flex-wrap: wrap;
}
.p-top-plan__item {
  width: 43.6rem;
}
.p-top-plan__item:last-child {
  width: 37.2rem;
}
.p-top-plan__link {
  display: block;
  width: 37.2rem;
}
.p-top-plan__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 43.6rem;
}
.p-top-plan__image img {
  width: 100%;
  height: auto;
}
.p-top-plan__bottom {
  display: flex;
}
.p-top-plan__hgroup {
  max-width: calc(100% - 3.2rem);
  padding-top: 1.6rem;
}
.p-top-plan__en {
  display: flex;
  align-items: center;
}
.p-top-plan__en-text {
  display: block;
  color: #0f2c64;
  font-size: 1.5rem;
  letter-spacing: normal;
}
.p-top-plan__line {
  position: relative;
  overflow: hidden;
  height: 0.6rem;
  width: 5.9rem;
  margin-left: 1.6rem;
}
.p-top-plan__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #0f2c64;
  transition: all 0.15s ease-out;
}
.p-top-plan__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #0f2c64;
  transform: translateY(-50%);
}
.p-top-plan__title {
  margin-top: 0.4rem;
  padding-right: 2.4rem;
  color: #0f2c64;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.p-top-plan__bottom-image {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 4.6rem;
}
.p-top-plan__bottom-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37.2rem;
  height: auto;
}

.c-heading {
  margin-bottom: 4.6rem;
}
.c-heading__label {
  display: inline-block;
  transform: scale(1.15, 1);
  transform-origin: top left;
  color: #0f2c64;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}
.c-heading__label--center {
  transform-origin: top center;
}
.c-heading__label--white {
  color: white;
}
.c-heading__text {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
.c-heading__text--center {
  text-align: center;
}
.c-heading__text--white {
  color: white;
}

.c-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.625;
  letter-spacing: 0.1em;
}
.c-text--center {
  text-align: center;
}

.p-top-costume {
  position: relative;
  padding: 11.2rem 0 13.9rem;
}
.p-top-costume__inner {
  display: flex;
  justify-content: space-between;
}
.p-top-costume__image {
  width: 39%;
  max-width: 52rem;
}
.p-top-costume__image img {
  width: 100%;
  height: auto;
}
.p-top-costume__textarea {
  position: relative;
  width: 45%;
  margin-right: calc(50% - 52rem);
}
.p-top-costume__image02 {
  position: absolute;
  top: -2.4rem;
  right: 0;
  width: 19.5rem;
  transform: translate(2.4rem, -50%);
}
.p-top-costume__image02 img {
  width: 100%;
  height: auto;
}
.p-top-costume__image03 {
  width: 100%;
  margin-top: 7.5rem;
}
.p-top-costume__image03 img {
  width: 100%;
  height: auto;
}

.p-top-retouch {
  position: relative;
  background: rgba(230, 230, 230, 0.4);
}
.p-top-retouch .c-heading {
  position: absolute;
  top: -4.8rem;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
}
.p-top-retouch .l-block__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16rem;
}
.p-top-retouch__textarea {
  width: 49.2rem;
}
.p-top-retouch__heading {
  color: #0f2c64;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4em;
}
.p-top-retouch .c-text {
  margin-top: 5.6rem;
}
.p-top-retouch__image {
  width: 43.4rem;
}
.p-top-retouch__image img {
  width: 100%;
  height: auto;
}

.p-top-report {
  overflow: hidden;
}
.p-top-report .l-block__inner {
  padding-bottom: 0;
}
.p-top-report__inner {
  position: relative;
  margin-top: 6rem;
}
.p-top-report__en {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  transform: scale(1.15, 1) translate(-50%, -50%);
  transform-origin: top left;
  color: rgba(230, 230, 230, 0.4);
  font-size: 24rem;
  line-height: 1;
  white-space: nowrap;
}
.p-top-report__list {
  display: flex;
}
.p-top-report__item {
  position: relative;
  margin-left: 1%;
}
.p-top-report__item.--p1 {
  margin-top: 3.2rem !important;
}
.p-top-report__item.--p2 {
  margin-top: 12rem !important;
}
.p-top-report__item.--p4 {
  margin-top: 13.3rem !important;
}
.p-top-report__link {
  position: relative;
  display: inline-block;
}
.p-top-report__image {
  position: relative;
  height: 35.3rem;
}
.p-top-report__image img {
  width: 100%;
  height: 100%;
  max-width: 34.5rem;
  max-height: 35.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 100%;
     object-position: 0 100%;
}
.p-top-report__title {
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  max-width: 95%;
  padding: 1.3rem 1.3rem 0 0;
  background-color: white;
  color: #0f2c64;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-top-report__button {
  width: 104rem;
  margin: auto;
  text-align: right;
}

.p-top-studio {
  margin-top: 8.8rem;
  text-align: center;
}
.p-top-studio__image {
  width: 100%;
}
.p-top-studio__image img {
  width: 100%;
  height: auto;
}

.p-top-staff {
  position: relative;
}
.p-top-staff .l-block__inner {
  width: 100%;
  margin: 0 auto 0 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.p-top-staff::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  background-color: #f5f5f5;
}
.p-top-staff__inner {
  display: flex;
}
.p-top-staff__image {
  width: 82rem;
}
.p-top-staff__image img {
  width: 100%;
  height: auto;
}
.p-top-staff__textarea {
  margin: auto 0 2.4rem 6.4rem;
  margin: auto 4.8% auto 6.4rem;
  flex: 1;
}
.p-top-staff .c-text {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1440px) {
  .p-top-staff__image {
    width: 100rem;
  }
}

.p-top-column__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-column__list::after {
  content: "";
  display: table;
  width: calc(33.3333333333% - 4.2rem);
}
.p-top-column__item {
  width: calc(33.3333333333% - 4.2rem);
}
.p-top-column__link {
  transition: all 0.1s linear;
  position: relative;
}
.p-top-column__link:hover .p-top-column__image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.p-top-column__link:hover .p-top-column__title {
  text-decoration: underline;
}
.p-top-column__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.p-top-column__image img {
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-column__hgroup {
  position: relative;
  z-index: 1;
  width: 22rem;
  margin-top: -4.6rem;
  margin-left: -0.1rem;
  padding: 1.6rem 2.4rem 0 0;
  background-color: white;
}
.p-top-column__date {
  color: #999999;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-top-column__label {
  color: #0f2c64;
}
.p-top-column__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 0.8rem;
  color: #0f2c64;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-top-column__button {
  text-align: right;
}

.p-top-insta {
  width: 104rem;
  margin: 0 auto 12.3rem;
}
.p-top-insta #sbi_images,
.p-top-insta #sb_instagram {
  padding: 0 !important;
}
.p-top-insta__heading {
  width: 30rem;
  margin: 0 auto 3.2rem;
}
.p-top-insta__heading img {
  width: 100%;
  height: auto;
}
.p-top-insta__body {
  width: 100%;
  min-height: 20rem;
  margin-bottom: 3.2rem;
}
.p-top-insta__link {
  transition: all 0.1s linear;
  display: block;
  width: 18rem;
  margin: auto;
}
.p-top-insta__link:hover {
  opacity: 0.65;
}
.p-top-insta__link img {
  width: 100%;
  height: auto;
}

.p-top-contact {
  background: url(../images/common/bg_image.jpg) no-repeat left center/cover;
  text-align: center;
}
.p-top-contact .c-heading__label {
  color: white;
}
.p-top-contact .c-heading__text {
  color: white;
}
.p-top-contact .c-text {
  color: white;
}
.p-top-contact__tel {
  margin-top: 3.2rem;
}
.p-top-contact__tel p {
  color: white;
}
.p-top-contact__value {
  font-size: 2.2rem;
}
.p-top-contact__tel-link {
  display: inline-block;
  margin-left: 0.4rem;
  color: white;
  font-size: 6rem;
  font-family: "WindSong", serif;
  font-weight: 400;
  line-height: 1;
}
.p-top-contact__time {
  font-size: 1.5rem;
}
.p-top-contact__list {
  display: flex;
  justify-content: center;
  margin: 6.4rem auto 0;
}
.p-top-contact__item {
  width: calc(33.3333333333% - 2.1rem);
  margin: 0 1.6rem;
}
.p-top-contact__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7.2rem;
  padding: 0 3.2rem;
  border: 0.1rem solid #fff;
  color: white;
  font-size: 1.6rem;
  line-height: 1.2;
}
.p-top-contact__link:hover .p-top-contact__line::before {
  left: calc(100% - 0.6rem);
}
.p-top-contact__line {
  position: relative;
  overflow: hidden;
  height: 0.6rem;
  min-width: 7.2rem;
  margin-left: 2.4rem;
}
.p-top-contact__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
  transition: all 0.15s ease-out;
}
.p-top-contact__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  transform: translateY(-50%);
}

.sbi-header {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 8.8rem;
  }
  .p-top-hero {
    margin-top: 0;
  }
  .p-top-hero__images {
    display: flex;
    margin-bottom: 0 !important;
  }
  .p-top-hero__images .slick-list {
    overflow: visible !important;
  }
  .p-top-hero__images .slick-center {
    z-index: 9999;
  }
  .p-top-hero__images .slick-cloned {
    z-index: 999;
  }
  .p-top-hero__image {
    height: calc(100vh - 12rem);
  }
  .p-top-hero__text img {
    width: 80%;
  }
  .p-top-news__wrapper {
    width: calc(100% - 4.8% * 2);
    padding: 0;
    transform: translate(-50%, -50%);
  }
  .p-top-news__inner {
    overflow: hidden;
    display: block;
    padding: 1.6rem 1.6rem 0;
  }
  .p-top-news__heading {
    width: 100%;
    font-size: 1.6rem;
  }
  .p-top-news__body {
    width: 100%;
    margin-top: 1.6rem;
  }
  .p-top-news__date {
    width: auto;
    margin-right: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
  .p-top-news__link {
    display: block;
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
  .p-top-news__title {
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
  .p-top-news__view {
    display: none;
  }
  .p-top-news__text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-top-news__line {
    display: none;
  }
  .p-top-news__line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: #0f2c64;
    transition: all 0.15s ease-out;
  }
  .p-top-news__line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #0f2c64;
    transform: translateY(-50%);
  }
  .p-top-campaign {
    border-bottom: 0.1rem solid #e6e6e6;
  }
  .p-top-campaign__inner {
    width: calc(100% - 4.8% * 2);
    margin: auto;
    padding: 7.2rem 0 4.6rem;
  }
  .p-top-campaign__card {
    width: 100%;
  }
  .p-top-campaign__link {
    width: 100%;
  }
  .p-top-campaign__image {
    position: relative;
    width: 10rem;
    height: 10rem;
  }
  .p-top-campaign__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-campaign__textarea {
    width: calc(100% - 10rem - 1.6rem);
  }
  .p-top-campaign__title {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .p-top-campaign__text {
    margin-top: 0.4rem;
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .l-block__inner {
    overflow: hidden;
    width: 100%;
    padding: 4.4rem 4.8% 6.4rem;
  }
  .p-top-about__hgroup {
    padding: 4.5rem 0 0 1.4rem;
  }
  .p-top-about__label {
    font-size: 5.4rem;
  }
  .p-top-about__heading {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .p-top-about__textarea {
    margin-top: 2.7rem;
    margin-left: 4.3rem;
  }
  .p-top-about__text {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.3;
  }
  .p-top-about__image {
    width: calc(100% + 4.8% * 2 + 0.4rem);
    margin-top: 3.6rem;
    margin-left: 0;
    transform: translateX(calc(-4.8% - 0.1%));
  }
  .p-top-about__image img {
    width: 100%;
    height: auto;
  }
  .c-button {
    margin-top: 3.2rem;
  }
  .c-button__text {
    font-size: 1.6rem;
  }
  .c-button__line {
    height: 0.4rem;
    width: 5.9rem;
  }
  .c-button__line::before {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
  }
  .p-top-plan {
    padding-bottom: 7.2rem;
  }
  .p-top-plan .l-block__inner {
    padding-bottom: 2.4rem;
  }
  .p-top-plan .scrollable {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    height: 100%;
    margin-bottom: -20px;
    -webkit-overflow-scrolling: touch;
  }
  .p-top-plan .adjustment {
    padding-bottom: 5.6rem;
  }
  .p-top-plan .scrollbar {
    width: 90%;
    transform: translate(-50%, -0.3rem);
  }
  .p-top-plan__item {
    width: 24rem;
    margin-right: 3.7rem;
    width: 27.7rem;
    margin-right: 0;
  }
  .p-top-plan__item:last-child {
    width: 24rem;
  }
  .p-top-plan__link {
    width: 24rem;
  }
  .p-top-plan__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 28rem;
  }
  .p-top-plan__image img {
    width: 100%;
  }
  .p-top-plan__bottom {
    display: flex;
  }
  .p-top-plan__hgroup {
    max-width: calc(100% - 1.6rem);
    padding-top: 1.6rem;
    padding-right: 1.6rem;
  }
  .p-top-plan__en-text {
    display: block;
    color: #0f2c64;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .p-top-plan__line {
    height: 0.4rem;
  }
  .p-top-plan__line::before {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
  }
  .p-top-plan__title {
    margin-top: 0.8rem;
    padding-right: 0;
    font-size: 1.7rem;
  }
  .p-top-plan__bottom-image {
    height: 2.8rem;
  }
  .p-top-plan__bottom-image img {
    width: 24rem;
  }
  .p-top-plan__bottom-image img--center {
    margin-bottom: 4rem;
  }
  .c-headline .c-heading {
    margin-bottom: 0;
  }
  .c-heading {
    margin-bottom: 3.6rem;
  }
  .c-heading--near {
    margin-bottom: 0;
  }
  .c-heading__label {
    font-size: 4.6rem;
    line-height: 1;
  }
  .c-heading__text {
    display: block;
    margin-top: 2.2rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .js-font-flat {
    max-width: 100%;
  }
  .c-text {
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-top-costume {
    overflow: hidden;
    position: relative;
    padding: 5.8rem 0 8.2rem;
  }
  .p-top-costume__inner {
    display: block;
  }
  .p-top-costume__image {
    width: 57%;
  }
  .p-top-costume__textarea {
    width: 100%;
    padding: 4rem 4.8% 0;
  }
  .p-top-costume__image02 {
    right: 0;
    width: 34%;
    transform: translate(0, -80%);
  }
  .p-top-costume__image03 {
    margin-top: 4.2rem;
  }
  .p-top-costume__image03--center {
    top: -2.4rem;
  }
  .p-top-retouch .c-heading {
    top: -2.8rem;
  }
  .p-top-retouch .l-block__inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 9.6rem;
  }
  .p-top-retouch__textarea {
    width: 48%;
  }
  .p-top-retouch__heading {
    width: 100%;
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .p-top-retouch .c-text {
    margin-top: 0;
    line-height: 2;
  }
  .p-top-retouch__image {
    width: 52%;
    margin-right: calc(-4.8% - 1%);
  }
  .p-top-report__inner {
    margin-top: 4rem;
  }
  .p-top-report__en {
    display: block;
    width: 80%;
    font-size: 14rem;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    white-space: normal;
  }
  .p-top-report__item {
    position: relative;
  }
  .p-top-report__item.--p1 {
    margin-top: 3.2rem !important;
  }
  .p-top-report__item.--p2 {
    margin-top: 12rem !important;
  }
  .p-top-report__item.--p4 {
    margin-top: 13.3rem !important;
  }
  .p-top-report__link {
    position: relative;
    white-space: nowrap;
  }
  .p-top-report__image {
    position: relative;
    max-width: 24rem;
    max-height: 25rem;
  }
  .p-top-report__title {
    padding: 1.2rem 1.2rem 0 0;
    font-size: 1.3rem;
    line-height: 1.6;
    white-space: normal;
  }
  .p-top-report__button {
    width: 100%;
    padding: 0 4.8%;
    text-align: right;
  }
  .p-top-studio {
    margin-top: 6.4rem;
    text-align: center;
  }
  .p-top-studio .c-heading__label {
    text-align: center;
  }
  .p-top-studio__image {
    width: 100%;
  }
  .p-top-studio__image img {
    width: 100%;
    height: auto;
  }
  .p-top-studio .c-text {
    text-align: left;
  }
  .p-top-staff {
    position: relative;
  }
  .p-top-staff .l-block__inner {
    padding-top: 0;
    padding-bottom: 4rem;
    padding-left: 0;
  }
  .p-top-staff__inner {
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .p-top-staff::after {
    height: 94%;
  }
  .p-top-staff__image {
    position: relative;
    overflow: hidden;
    width: 16.7rem;
    width: 90%;
    height: auto;
    padding-top: 27.675%;
    padding-top: calc(1.4814814815 * (41% + 4.8%));
    padding-top: 28.8641975309rem;
    padding-top: 19rem;
  }
  .p-top-staff__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-top-staff__textarea {
    margin: auto 0 0 2.9rem;
    margin: 2.4rem 2.4rem 0 2.4rem;
    flex: 1;
  }
  .p-top-staff .c-text {
    letter-spacing: 0.08em;
  }
  .p-top-column__list {
    display: block;
  }
  .p-top-column__list::after {
    display: none;
  }
  .p-top-column__item {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-top-column__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-top-column__image {
    width: 46%;
    padding-top: 30.6666666667%;
  }
  .p-top-column__hgroup {
    width: 48%;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
  .p-top-column__date {
    font-size: 1.1rem;
  }
  .p-top-column__title {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .p-top-column__button {
    text-align: left;
  }
  .p-top-insta {
    width: 100%;
    margin-bottom: 7.2rem;
  }
  .p-top-insta__heading {
    width: 24rem;
    margin: 0 auto 2.4rem;
  }
  .p-top-insta__body {
    min-height: auto;
    margin-bottom: 2.4rem;
  }
  .p-top-insta--center {
    color: white;
  }
  .p-top-contact .c-heading__label {
    max-width: 100%;
  }
  .p-top-contact .c-text {
    width: 85%;
    margin: auto;
    color: white;
    text-align: center;
  }
  .p-top-contact__tel {
    margin-top: 3.2rem;
  }
  .p-top-contact__tel p {
    color: white;
  }
  .p-top-contact__value {
    font-size: 1.4rem;
  }
  .p-top-contact__tel-link {
    margin-left: 0.8rem;
    font-size: 4rem;
  }
  .p-top-contact__time {
    font-size: 1.2rem;
  }
  .p-top-contact__list {
    flex-wrap: wrap;
    margin: 3.2rem auto 0;
  }
  .p-top-contact__item {
    width: 80%;
    margin: 1.6rem auto 0;
  }
  .p-top-contact__link {
    padding: 0 2.4rem;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */