@charset "UTF-8";
.p-page-profile__catch {
  background: url(../images/profile/profile-sec02-bg01.jpg) 0 0/cover no-repeat;
}
@media (max-width: 767px) {
  .p-page-profile__catch {
    background: #fff url(../images/profile/profile-sec02-bg01-sp.jpg) 0 0/contain no-repeat;
  }
}

.c-side__cats li a {
  padding-right: 50px;
  height: auto;
  min-height: 58px;
}

span[property=itemListElement] {
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  span[property=itemListElement] {
    padding: 1.25vw 0;
    font-size: 3.25vw;
  }
}
span[property=itemListElement]:not(:last-child):after {
  content: "＞";
  margin: 0 10px;
}
@media (max-width: 767px) {
  span[property=itemListElement]:not(:last-child):after {
    margin: 0 1.25vw;
  }
}

.l-header__utility__wrap {
  margin-top: auto;
}
.l-header__utility__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__nav__list__item__child {
  top: 100%;
}
.l-header__nav__list__item__ttl a,
.l-header__nav__list__item__ttl h2 {
  height: 50px;
}
.l-header__nav__list__item.is-active:after {
  top: inherit;
  bottom: 0px;
}

.p-top-tokusyu {
  margin: 50px 0 -50px 0;
}
@media (max-width: 767px) {
  .p-top-tokusyu {
    margin: 10vw 0 0 0;
  }
}
.p-top-tokusyu * {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top-tokusyu a {
  display: block;
}
.p-top-tokusyu a:hover {
  opacity: 1;
}
.p-top-tokusyu a:hover .p-top-tokusyu--inner {
  background-color: #ff7300;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-tokusyu a:hover h2 {
  color: #fff;
}
.p-top-tokusyu a:hover h3 {
  color: #ff7300;
}
.p-top-tokusyu--inner {
  padding: 15px 0;
  text-align: center;
  background-color: #ffd8bc;
}
.p-top-tokusyu h2 {
  margin-bottom: 15px;
  color: #ff7300;
  font-family: Oswald, Noto Sans JP, sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-top-tokusyu h2 {
    font-size: 10vw;
  }
}
.p-top-tokusyu h3 {
  padding: 20px;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-top-tokusyu h3 {
    font-size: 3.75vw;
  }
}

.p-page-profile__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-page-profile__ttl span {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .p-page-profile__ttl span {
    margin-bottom: 0;
  }
}
.p-page-profile__ttl a {
  margin-bottom: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #333;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-page-profile__ttl a {
    margin-bottom: 0;
  }
}
.p-page-profile--en .p-page-profile__about__item dt {
  width: 250px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .p-page-profile--en .p-page-profile__about__item dt {
    width: 26.75vw;
  }
}
.p-page-profile--en .p-page-profile__about__item dd {
  width: calc(100% - 250px);
  word-break: break-word;
}
@media (max-width: 767px) {
  .p-page-profile--en .p-page-profile__about__item dd {
    width: calc(100% - 26.75vw);
  }
}
.p-page-profile--en .p-page-profile__about__summary::after {
  height: 70%;
  top: 15%;
  left: 250px;
}
@media (max-width: 767px) {
  .p-page-profile--en .p-page-profile__about__summary::after {
    height: 100%;
    left: 29vw;
    top: 0;
  }
}
.p-page-profile--en .p-page-profile__biography__list__item dt {
  width: 190px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .p-page-profile--en .p-page-profile__biography__list__item dt {
    padding-right: 10px;
    width: 20.5vw;
  }
}
.p-page-profile--en .p-page-profile__biography__list__item dd {
  width: calc(100% - 234px);
  word-break: break-word;
}
@media (max-width: 767px) {
  .p-page-profile--en .p-page-profile__biography__list__item dd {
    width: calc(100% - 25.75vw);
  }
}

.p-page-form .u-action {
  margin-top: 50px;
}
.p-page-form .error {
  font-weight: bold !important;
}
.p-page-form__none {
  display: none;
}
.p-page-form__none.is-show {
  display: block;
}
.p-page-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.p-page-form .c-form--type01__item.c-form--type04__item dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.4em;
}
.p-page-form .c-form--type01__item.c-form--type05__item dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.7em;
}
.confirmPage .p-page-form .c-form--type01__item.c-form--type05__item dt {
  margin-top: 0;
}
.p-page-form .c-form--type01__item.c-form--type05__item input {
  width: 20px;
  height: 20px;
  border: 1px solid #231815;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-top: 0.3em;
}
.p-page-form .c-form--type01__item.c-form--type05__item a {
  text-decoration: underline;
}
.p-page-form .c-form--type01__item.c-form--type05__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-page-form .c-form--type01__item.c-form--type05__item span {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-form--type05__item .mwform-checkbox-field {
    margin: auto;
  }
}
.wpcf7-form .wpcf7cp-btns,
#wpcf7cpcnf .wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7-form p,
#wpcf7cpcnf p {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.wpcf7-form p:nth-of-type(n + 2),
#wpcf7cpcnf p:nth-of-type(n + 2) {
  margin-top: 48px;
}
.wpcf7-form .wpcf7-checkbox label,
#wpcf7cpcnf .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wpcf7-form .wpcf7-checkbox input,
#wpcf7cpcnf .wpcf7-checkbox input {
  min-width: 20px;
  width: 100%;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  height: 100%;
  border: 1px solid #231815;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.wpcf7-form label,
#wpcf7cpcnf label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.wpcf7-form input,
#wpcf7cpcnf input {
  width: 100%;
  height: 38px;
  border: 1px solid #ccc;
  font-size: 2rem;
  padding: 6px;
  max-width: 596px;
  line-height: 1;
}
.wpcf7-form .input,
#wpcf7cpcnf .input {
  width: 200px;
  height: 38px;
  border: 1px solid #ccc;
  font-size: 2rem;
  padding: 6px;
  line-height: 1;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.wpcf7-form .c-form--type02__item,
#wpcf7cpcnf .c-form--type02__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpcf7-form .c-form--type02__item dt,
#wpcf7cpcnf .c-form--type02__item dt {
  width: 212px;
}
.wpcf7-form .c-form--type02__item dd,
#wpcf7cpcnf .c-form--type02__item dd {
  width: 596px;
}
.wpcf7-form .c-form--type02__item dd p:first-child,
#wpcf7cpcnf .c-form--type02__item dd p:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form .wpcf7-checkbox,
#wpcf7cpcnf .wpcf7-checkbox {
  margin-left: 0 !important;
}
.wpcf7-form .wpcf7-list-item.first,
#wpcf7cpcnf .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form .wpcf7-list-item.last,
#wpcf7cpcnf .wpcf7-list-item.last {
  margin-left: 0;
}
.wpcf7-form .c-form--type03__item .last,
#wpcf7cpcnf .c-form--type03__item .last {
  margin-top: 20px;
}
.wpcf7-form .c-form--type03__item .wpcf7-list-item-label,
#wpcf7cpcnf .c-form--type03__item .wpcf7-list-item-label {
  line-height: 1.7;
}
.wpcf7-form .c-form--type03__item label,
#wpcf7cpcnf .c-form--type03__item label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7-form .c-form--type03__item input,
#wpcf7cpcnf .c-form--type03__item input {
  margin-top: 6px;
}
.wpcf7-form .c-form--type03__item dt,
#wpcf7cpcnf .c-form--type03__item dt {
  margin-top: 5px;
}
.wpcf7-form .button,
.wpcf7-form .wpcf7cp-cfm-edit-btn,
.wpcf7-form .wpcf7-submit,
#wpcf7cpcnf .button,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn,
#wpcf7cpcnf .wpcf7-submit {
  width: 308px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  border: 1px solid #ff7300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.wpcf7-form .button:after,
.wpcf7-form .wpcf7cp-cfm-edit-btn:after,
.wpcf7-form .wpcf7-submit:after,
#wpcf7cpcnf .button:after,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:after,
#wpcf7cpcnf .wpcf7-submit:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.wpcf7-form .button:hover,
.wpcf7-form .wpcf7cp-cfm-edit-btn:hover,
.wpcf7-form .wpcf7-submit:hover,
#wpcf7cpcnf .button:hover,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover,
#wpcf7cpcnf .wpcf7-submit:hover {
  color: #fff;
  background: #ff7300;
}
.wpcf7-form .button:hover:after,
.wpcf7-form .wpcf7cp-cfm-edit-btn:hover:after,
.wpcf7-form .wpcf7-submit:hover:after,
#wpcf7cpcnf .button:hover:after,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover:after,
#wpcf7cpcnf .wpcf7-submit:hover:after {
  right: 17px;
  border-color: #fff;
}
.wpcf7-form .button,
.wpcf7-form .wpcf7cp-cfm-edit-btn,
.wpcf7-form .wpcf7-submit,
#wpcf7cpcnf .button,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn,
#wpcf7cpcnf .wpcf7-submit {
  border: none;
  background: #da4300;
  color: #fff;
}
.wpcf7-form .button:after,
.wpcf7-form .wpcf7cp-cfm-edit-btn:after,
.wpcf7-form .wpcf7-submit:after,
#wpcf7cpcnf .button:after,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:after,
#wpcf7cpcnf .wpcf7-submit:after {
  border-top: 0.25vw solid #fff;
  border-right: 0.25vw solid #fff;
}
.wpcf7-form .button:hover,
.wpcf7-form .wpcf7cp-cfm-edit-btn:hover,
.wpcf7-form .wpcf7-submit:hover,
#wpcf7cpcnf .button:hover,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover,
#wpcf7cpcnf .wpcf7-submit:hover {
  opacity: 1;
  background: #da4300;
}
@media (max-width: 767px) {
  .wpcf7-form .button,
  .wpcf7-form .wpcf7cp-cfm-edit-btn,
  .wpcf7-form .wpcf7-submit,
  #wpcf7cpcnf .button,
  #wpcf7cpcnf .wpcf7cp-cfm-edit-btn,
  #wpcf7cpcnf .wpcf7-submit {
    width: 50vw;
    height: 8.25vw;
    border-radius: 4.125vw;
    font-size: 3.25vw;
  }
  .wpcf7-form .button:after,
  .wpcf7-form .wpcf7cp-cfm-edit-btn:after,
  .wpcf7-form .wpcf7-submit:after,
  #wpcf7cpcnf .button:after,
  #wpcf7cpcnf .wpcf7cp-cfm-edit-btn:after,
  #wpcf7cpcnf .wpcf7-submit:after {
    width: 1vw;
    height: 1vw;
    margin-top: -0.5vw;
    border-top: 0.25vw solid #333;
    border-right: 0.25vw solid #333;
    right: 3.75vw;
  }
  .wpcf7-form .button:hover:after,
  .wpcf7-form .wpcf7cp-cfm-edit-btn:hover:after,
  .wpcf7-form .wpcf7-submit:hover:after,
  #wpcf7cpcnf .button:hover:after,
  #wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover:after,
  #wpcf7cpcnf .wpcf7-submit:hover:after {
    right: 3.25vw;
  }
}
.wpcf7-form #deduction-block,
#wpcf7cpcnf #deduction-block {
  display: none; /* 最初は非表示 */
}
.wpcf7-form #deduction-block.is-show,
#wpcf7cpcnf #deduction-block.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 表示するときはflex */
}

#wpcf7-f2245-p2212-o1 #deduction-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}