@charset "UTF-8";
body {
  padding: 130px 0 0; }

@media (max-width: 1280px) {
  body {
    padding: 120px 0 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  body {
    padding: 100px 0 0; } }
/*max-width:1024px*/
@media (max-width: 480px) {
  body {
    padding: 70px 0 0; } }
/*max-width:480px*/
/***************************************/
.mv {
  width: 100%;
  height: 300px;
  background: url("../images/contact/mv.jpg") left center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .mv h2 {
    width: calc(100% - 120px);
    color: #FFFFFF;
    font: 10rem/1em the-seasons, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 10;
    margin: 0 auto; }
    .mv h2 span {
      width: fit-content;
      font: 1.8rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      position: relative;
      display: block;
      padding: 0 0 0 40px;
      margin: 0 0 15px; }
      .mv h2 span:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/common/icon.svg") center center no-repeat;
        background-size: contain;
        width: 17px;
        height: 17px;
        left: 10px;
        top: 0; }

@media (max-width: 1024px) {
  .mv {
    width: 100%;
    height: 300px;
    background: url("../images/contact/mv.jpg") left 20% center no-repeat;
    background-size: cover; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv {
    width: 100%;
    height: 200px; }
    .mv h2 {
      width: calc(100% - 60px);
      font: 6rem/1em the-seasons, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 300; }
      .mv h2 span {
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 700;
        padding: 0 0 0 30px;
        margin: 0 0 15px; }
        .mv h2 span:before {
          width: 13px;
          height: 13px;
          left: 5px;
          top: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv {
    width: 100%;
    height: 140px;
    background: url("../images/contact/mv_sp.jpg") left center no-repeat;
    background-size: auto 140px; }
    .mv h2 {
      max-width: 315px;
      width: calc(100% - 30px);
      font: 4.8rem/1em the-seasons, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 300; }
      .mv h2 span {
        margin: 0 0 10px; } }
/*max-width:480px*/
/***************************************/
.page_contact {
  background-color: #F2F5FA; }

.page_contact_box {
  padding: 160px 0;
  max-width: 1240px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .page_contact_box .txt {
    border-bottom: 1px solid #C0C9D5;
    color: #00275C;
    font: 2.2rem/2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 30px;
    padding: 0 0 15px; }
    .page_contact_box .txt br {
      display: none; }

.form {
  color: #00275C; }
  .form dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
  .form dt {
    font: 1.8rem/2em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 100%;
    margin: 0 0 10px; }
    .form dt.flex {
      margin: 0 0 40px;
      width: 220px;
      padding: 0 0 40px;
      border-bottom: 1px solid #ccc; }
      .form dt.flex span {
        display: block;
        margin: 0px 0 0; }
    .form dt span {
      font: 1.4rem/26px "Noto Sans", sans-serif;
      font-weight: 500;
      background-color: #C80F2F;
      width: 45px;
      height: 26px;
      text-align: center;
      display: inline-block;
      color: #fff;
      margin: 0 0 0 10px; }
  .form dd {
    width: 100%;
    margin: 0 0 40px; }
    .form dd.flex {
      padding: 0 0 40px;
      margin: 0 0 40px;
      border-bottom: 1px solid #ccc;
      width: calc(100% - 220px); }

@media (max-width: 768px) {
  .page_contact_box {
    padding: 100px 0;
    max-width: 1240px;
    width: calc(100% - 60px); }
    .page_contact_box .txt {
      color: #00275C;
      font: 2rem/2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
      font-weight: 600; }

  .form dl {
    display: block; }
  .form dt {
    font: 1.7rem/2em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 100%;
    margin: 0 0 10px; }
    .form dt.flex {
      margin: 0 0 20px;
      width: 100%;
      padding: 0;
      border-bottom: none; }
      .form dt.flex span {
        display: inline-block;
        margin: 0 0 0 10px; }
    .form dt span {
      font: 1.3rem/24px "Noto Sans", sans-serif;
      font-weight: 500;
      width: 40px;
      height: 24px; }
  .form dd {
    width: 100%; }
    .form dd.flex {
      width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_contact_box {
    padding: 50px 0 80px 0;
    max-width: 315px;
    width: calc(100% - 30px); }
    .page_contact_box .txt {
      color: #00275C;
      font: 1.8rem/2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
      font-weight: 600; }
      .page_contact_box .txt br {
        display: block; }

  .form dt {
    font: 1.6rem/2em "Noto Sans", sans-serif;
    font-weight: 500; }
    .form dt.flex {
      margin: 0 0 30px; }
  .form dd {
    width: 100%;
    margin: 0 0 20px; } }
/*max-width:480px*/
/***************************************/
.wpcf7-form-control-wrap {
  padding: 0;
  display: block;
  width: 100%;
  /* ラベルのテキスト */ }
  .wpcf7-form-control-wrap .wpcf7-list-item {
    display: block;
    margin: 0 0 10px; }
  .wpcf7-form-control-wrap .wpcf7-list-item:last-of-type {
    margin-bottom: 0; }
  .wpcf7-form-control-wrap label {
    position: relative; }
  .wpcf7-form-control-wrap .wpcf7-list-item-label {
    font: 1.8rem/2.8em "Noto Sans", sans-serif;
    font-weight: 400;
    color: #00275c;
    cursor: pointer;
    display: block;
    padding: 0 0 0 25px; }

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #00275C;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  transition: all 0.2s ease;
  top: 18px; }

/* 選択されたら色を付ける */
input[type="radio"]:checked:before {
  background-color: #00275C;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 2px;
  top: 2px; }

.wpcf7-not-valid-tip {
  font-weight: 700 !important;
  display: block;
  padding: 10px 0; }

.wpcf7-response-output {
  font: 1.8rem/1.5em "Noto Sans", sans-serif;
  font-weight: 500;
  color: #00275c;
  text-align: center;
  width: 100%;
  margin: 0 auto 50px !important;
  padding: 10px 20px !important; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .wpcf7-form-control-wrap .wpcf7-list-item-label {
    font: 1.7rem/1.8em "Noto Sans", sans-serif;
    font-weight: 400; }

  input[type="radio"] {
    top: 8px; }

  .wpcf7-response-output {
    font: 1.7rem/1.5em "Noto Sans", sans-serif;
    font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .wpcf7-form-control-wrap .wpcf7-list-item-label {
    font: 1.6rem/1.8em "Noto Sans", sans-serif;
    font-weight: 400; }
  .wpcf7-form-control-wrap .wpcf7-list-item {
    display: block;
    margin: 0 0 15px; }

  input[type="radio"] {
    top: 7px; }

  .wpcf7-response-output {
    font: 1.6rem/1.5em "Noto Sans", sans-serif;
    font-weight: 500; } }
/*max-width:480px*/
/***************************************/
input[type=text],
input[type=email] {
  font: 1.6rem/1.8em "Noto Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 15px 15px;
  border: none;
  outline: none; }

textarea {
  font: 1.6rem/1.8em "Noto Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 15px 15px;
  border: none;
  outline: none;
  height: 300px; }

textarea::placeholder,
input::placeholder {
  color: #B1B1B1; }

/***************************************/
.privacy {
  margin: 0 0 80px; }
  .privacy h3 {
    font: 1.8rem/2em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 25px; }
    .privacy h3:before {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      left: 0;
      top: 13px;
      border-radius: 50%;
      background-color: #00275C; }
  .privacy p {
    font: 1.6rem/2em "Noto Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-bottom: 40px; }

.check_box {
  /* 選択されたら色を付ける */ }
  .check_box p {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /*display: block;
    width: fit-content;*/ }
  .check_box .wpcf7-form-control-wrap {
    width: fit-content; }
    .check_box .wpcf7-form-control-wrap .wpcf7-list-item-label {
      padding: 0 35px 0 0;
      color: #00275C !important; }
  .check_box input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    position: absolute;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    transition: all 0.2s ease;
    top: 10px;
    right: 0; }
  .check_box input[type="checkbox"]:checked {
    background-color: orange; }
    .check_box input[type="checkbox"]:checked:before {
      position: absolute;
      content: "";
      right: 3px;
      top: 3px;
      width: 20px;
      height: 12px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }

@media (hover: hover) {
  .check_box a:hover {
    color: darkorange; }
  .check_box .wpcf7-form-control-wrap:hover input[type="checkbox"] {
    background-color: orange; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .check_box input[type="checkbox"] {
    top: 0;
    right: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .privacy {
    margin: 0 0 50px; }
    .privacy h3 {
      font: 1.6rem/2em "Noto Sans", sans-serif;
      font-weight: 500; }
      .privacy h3:before {
        top: 12px; }
    .privacy p {
      font: 1.5rem/2em "Noto Sans", sans-serif;
      font-weight: 300;
      margin-bottom: 20px; }
      .privacy p br {
        display: none; }

  .check_box .wpcf7-form-control-wrap .wpcf7-list-item-label {
    padding: 0 30px 0 0;
    font: 1.6rem / 1.8em "Noto Sans", sans-serif;
    font-weight: 400;
    color: #00275C !important; }
  .check_box input[type="checkbox"] {
    top: 0;
    right: 0; } }
/*max-width:480px*/
/***************************************/
.submit-wrap {
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto; }
  .submit-wrap .wpcf7-spinner {
    display: none; }
  .submit-wrap br {
    display: none; }

.wpcf7-submit {
  cursor: pointer; }

.wpcf7-submit {
  width: 100%;
  height: 100px;
  font: 1.8rem/100px "Noto Sans", sans-serif;
  color: #fff;
  background-image: linear-gradient(180deg, #1C4B8C 50%, #00275C 50%);
  border: none;
  transition: 0.3s;
  z-index: 1;
  position: relative; }

.btn-line {
  position: absolute;
  right: 75px;
  top: 50%;
  width: 2px;
  height: 25px;
  background: #7B93B3;
  transform: translateY(-50%);
  z-index: 2; }

.btn-arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 10px 15px;
  transform: translateY(-50%);
  z-index: 2; }

@media (hover: hover) {
  .submit-wrap:hover {
    cursor: pointer; }
    .submit-wrap:hover .btn-arrow {
      animation: hover_action_contact 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); } }
@keyframes hover_action_contact {
  0% {
    right: 40px; }
  50% {
    right: 25px; }
  75% {
    right: 60px; }
  100% {
    right: 40px; } }
/*max-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .wpcf7-submit {
    width: 100%;
    height: 70px;
    font: 1.8rem/70px "Noto Sans", sans-serif; }

  .btn-line {
    right: 45px; }

  .btn-arrow {
    right: 20px; } }
@media (max-width: 480px) and (hover: hover) {
  .submit-wrap:hover .btn-arrow {
    animation: hover_action_contact 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); } }
@media (max-width: 480px) {
  @keyframes hover_action_contact {
    0% {
      right: 40px; }
    50% {
      right: 25px; }
    75% {
      right: 60px; }
    100% {
      right: 40px; } } }
/*max-width:480px*/
.wpcf7-response-output {
  font: 1.8rem / 1.8em "Noto Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15px !important;
  background: #fff;
  margin: 0 auto 50px !important; }

.wpcf7-not-valid-tip {
  font: 1.6rem/1.5em "Noto Sans", sans-serif !important;
  font-weight: 500; }

.wpcf7-spinner {
  display: none !important; }

.wpcf7-list-item {
  margin: 0 !important; }
