section.kv {
  background-image: url(../../imgs/contact/kv_image_contact.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 577px;
  width: 100%;
  position: fixed;
  top: 80px;
  z-index: -1
}

section.page_about {
  margin-top: 577px
}

section.page_about .page_about_inner {
  padding: 125px 0;
  margin: auto;
  background: #fdf5f2
}

section.page_about .page_about_inner .contact_title {
  margin: auto;
  color: #465ea8;
  width: 85.7142857143%
}

section.page_about .page_about_inner .contact_title .contact_title_image {
  width: 209px;
  display: inline-block
}

section.page_about .page_about_inner .contact_title span {
  font-size: 14px;
  margin-left: 30px
}

section.form {
  background: #fdf5f2
}

section.form .form_inner .status {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  width: 85.7142857143%;
  max-width: 1000px;
  margin: auto
}

section.form .form_inner .status .status_inner p {
  font-size: 18px;
  color: #465ea8;
  margin-bottom: 15px
}

section.form .form_inner .status .status_inner .status_image {
  width: 30px;
  margin: auto
}

section.form .form_inner .status .status_off {
  width: 42%;
  max-width: 420px;
  height: 2px;
  border-bottom: 2px dotted #e7e2df;
  position: relative;
  top: 47px
}

section.form .form_inner .status .status_on {
  width: 42%;
  max-width: 420px;
  height: 2px;
  border-bottom: 2px solid #455ea7;
  position: relative;
  top: 47px
}

section.form .form_inner .complete {
  width: 85.7142857143%;
  margin: 105px auto 0
}

section.form .form_inner .complete .large {
  font-size: 40px;
  margin-bottom: 55px
}

section.form .form_inner .complete p {
  text-align: center;
  color: #455ea7;
  line-height: 1.8
}

section.form .form_inner .complete .contact_anim {
  width: 629px;
  margin: 70px auto 0;
  padding-bottom: 120px
}

section.form .form_area {
  padding-top: 135px;
  text-align: center
}

section.form .form_area form .form_item {
  display: flex;
  flex-direction: column;
  width: 85.7142857143%;
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: left
}

section.form .form_area form .form_item label {
  font-size: 18px;
  color: #465ea8;
  margin-bottom: 15px
}

section.form .form_area form .form_item label span {
  font-size: 14px;
  color: #fdf5f2;
  background: #c1d7d5;
  border-radius: 13px;
  padding: 2px 12px;
  margin-left: 20px
}

section.form .form_area form .form_item input {
  padding: 20px 34px;
  border: 2px solid #eae6e3
}

section.form .form_area form .form_item select {
  padding: 20px 34px;
  border: 2px solid #eae6e3
}

section.form .form_area form .form_item textarea {
  padding: 20px 34px;
  resize: none;
  width: 100%;
  height: 400px;
  border: 2px solid #eae6e3
}

section.form .agree {
  text-align: center;
  color: #465ea8
}

section.form .confirm {
  position: relative;
  width: 100%;
  border-top: 2px solid #455ea7;
  margin-top: 135px
}

section.form .confirm .confirm_button {
  font-size: 24px;
  color: #455ea7;
  background: #fdf5f2;
  text-align: right;
  cursor: pointer;
  border: none;
  padding: 45px 7.1428571429% 45px 0;
  width: 100%
}

section.form .confirm::before {
  position: absolute;
  content: "";
  background: url(../../imgs/common/right_arrow.webp);
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  right: 4%;
  top: 55px
}

section.form .back_send {
  display: flex;
  border-top: 2px solid #455ea7;
  margin-top: 135px
}

section.form .back_send .back_button_box,
section.form .back_send .send_button_box {
  width: 50%
}

section.form .back_send .back_button_box input,
section.form .back_send .send_button_box input {
  background: 0 0;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #455ea7;
  width: 100%;
  padding: 45px 0
}

section.form .back_send .back_button_box {
  border-right: 2px solid #455ea7
}

.alert_box {
  color: red;
  font-size: 18px;
  padding-left: 1em;
  margin-top: 15px
}

form .form_item:nth-of-type(6),
form .form_item:nth-of-type(8) {
  position: relative
}

form .form_item:nth-of-type(6)::after,
form .form_item:nth-of-type(8)::after {
  content: "";
  position: absolute;
  background: url(../../imgs/contact/select_arrow.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 29px;
  right: 17px;
  top: 47px
}

.direct_msg {
  text-align: center;
  margin-top: 105px;
  padding-bottom: 105px;
  color: #455ea7
}

.direct_msg h2 {
  font-size: 32px;
  margin-bottom: 55px
}

.direct_msg .err_btn {
  font-size: 20px;
  color: #455ea7
}

@media screen and (max-width:767px) {
  section.kv {
    background-image: url(../../imgs/contact/kv_image_contact_sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 966px;
    height: 128.8vw;
    top: 13vw
  }

  section.page_about {
    background: #fdf5f2;
    margin-top: 128.2vw
  }

  section.page_about .page_about_inner {
    padding: 14vw 0;
    width: 630px;
    width: 84vw;
    margin: auto
  }

  section.page_about .page_about_inner .contact_title {
    margin: auto;
    color: #465ea8;
    width: 630px;
    width: 84vw
  }

  section.page_about .page_about_inner .contact_title .contact_title_image {
    width: 215px;
    width: 28.6666666667vw;
    display: inline-block;
    margin-bottom: 25px;
    margin-bottom: 3.3333333333vw
  }

  section.page_about .page_about_inner .contact_title span {
    font-size: 20px;
    font-size: 2.6666666667vw;
    margin-left: 0px;
    margin-left: 0vw
  }

  section.form .form_inner .status {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-top: 9.3333333333vw;
    width: 630px;
    width: 84vw;
    max-width: none;
    margin: auto
  }

  section.form .form_inner .status .status_inner p {
    font-size: 24px;
    font-size: 3.2vw;
    color: #465ea8;
    margin-bottom: 30px;
    margin-bottom: 4vw
  }

  section.form .form_inner .status .status_inner .status_image {
    width: 50px;
    width: 6.6666666667vw;
    margin: auto
  }

  section.form .form_inner .status .status_off {
    width: 205px;
    width: 27.3333333333vw;
    max-width: none;
    height: 2px;
    border-bottom: 2px dotted #e7e2df;
    position: relative;
    top: 10.3vw
  }

  section.form .form_inner .status .status_on {
    width: 205px;
    width: 27.3333333333vw;
    max-width: none;
    height: 2px;
    border-bottom: 2px dotted #e7e2df;
    position: relative;
    top: 10.3vw
  }

  section.form .form_inner .complete {
    width: 630px;
    width: 84vw;
    margin: 15.3333333333vw auto 0
  }

  section.form .form_inner .complete p {
    text-align: center;
    color: #455ea7;
    line-height: 1.8;
    font-size: 24px;
    font-size: 3.2vw
  }

  section.form .form_inner .complete .large {
    font-size: 38px;
    font-size: 5.0666666667vw;
    margin-bottom: 50px;
    margin-bottom: 6.6666666667vw
  }

  section.form .form_inner .complete .contact_anim {
    width: 465px;
    width: 62vw;
    margin: 10.6666666667vw auto 0;
    padding-bottom: 85px;
    padding-bottom: 11.3333333333vw
  }

  section.form .form_area {
    padding-top: 140px;
    padding-top: 18.6666666667vw;
    text-align: center
  }

  section.form .form_area form .form_item {
    display: flex;
    flex-direction: column;
    width: 630px;
    width: 84vw;
    max-width: none;
    margin: 0 auto 8vw;
    text-align: left
  }

  section.form .form_area form .form_item label {
    font-size: 30px;
    font-size: 4vw;
    color: #465ea8;
    margin-bottom: 15px;
    margin-bottom: 20px;
    margin-bottom: 2.6666666667vw
  }

  section.form .form_area form .form_item label span {
    font-size: 23px;
    font-size: 3.0666666667vw;
    color: #fdf5f2;
    background: #c1d7d5;
    border-radius: 23px;
    border-radius: 3.0666666667vw;
    padding: .5333333333vw 2vw;
    margin-left: 35px;
    margin-left: 4.6666666667vw
  }

  section.form .form_area form .form_item input {
    padding: 2.6666666667vw 3.3333333333vw;
    border: 2px solid #eae6e3
  }

  section.form .form_area form .form_item select {
    padding: 2.6666666667vw 3.3333333333vw;
    border: 2px solid #eae6e3
  }

  section.form .form_area form .form_item textarea {
    padding: 2.6666666667vw 3.3333333333vw;
    resize: none;
    width: 100%;
    height: 520px;
    height: 69.3333333333vw;
    border: 2px solid #eae6e3
  }

  section.form .agree {
    text-align: center;
    line-height: 2;
    color: #465ea8;
    font-size: 28px;
    font-size: 3.7333333333vw
  }

  section.form .confirm {
    position: relative;
    width: 100%;
    border-top: 2px solid #455ea7;
    margin-top: 115px;
    margin-top: 15.3333333333vw
  }

  section.form .confirm .confirm_button {
    font-size: 26px;
    font-size: 3.4666666667vw;
    color: #455ea7;
    background: #fdf5f2;
    text-align: right;
    cursor: pointer;
    border: none;
    padding: 6vw 8vw 6vw 0;
    width: 100%
  }

  section.form .confirm::before {
    position: absolute;
    content: "";
    background: url(../../imgs/common/right_arrow.webp);
    width: 19px;
    width: 2.5333333333vw;
    height: 14px;
    height: 1.8666666667vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    right: 2vw;
    top: 7.6vw
  }

  section.form .back_send {
    display: flex;
    border-top: 2px solid #455ea7;
    margin-top: 115px;
    margin-top: 15.3333333333vw
  }

  section.form .back_send .back_button_box,
  section.form .back_send .send_button_box {
    width: 50%
  }

  section.form .back_send .back_button_box input,
  section.form .back_send .send_button_box input {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 26px;
    font-size: 3.4666666667vw;
    color: #455ea7;
    width: 100%;
    padding: 6vw 0
  }

  section.form .back_send .back_button_box {
    border-right: 2px solid #455ea7
  }

  .alert_box {
    color: red;
    font-size: 26px;
    font-size: 3.4666666667vw;
    padding-left: 1em;
    margin-top: .3em
  }

  form .form_item:nth-of-type(6),
  form .form_item:nth-of-type(8) {
    position: relative
  }

  form .form_item:nth-of-type(6)::after,
  form .form_item:nth-of-type(8)::after {
    content: "";
    position: absolute;
    background: url(../../imgs/contact/select_arrow.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    width: 2.6666666667vw;
    height: 29px;
    height: 3.8666666667vw;
    right: 4vw;
    top: 8.9vw
  }

  .direct_msg {
    text-align: center;
    margin-top: 14vw;
    padding-bottom: 14vw;
    color: #455ea7
  }

  .direct_msg h2 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    margin-bottom: 55px;
    margin-bottom: 7.3333333333vw
  }

  .direct_msg .err_btn {
    font-size: 24px;
    font-size: 3.2vw;
    color: #455ea7
  }
}

#form_confirm .form_item input {
  color: #465ea8;
  background: #eaeaea
}

#form_confirm .form_item textarea {
  color: #465ea8;
  background: #eaeaea
}

form select {
  padding: 20px 34px;
  border: 2px solid #eae6e3;
  cursor: pointer;
  outline: 0;
  appearance: none
}

.disabled {
  pointer-events: none
}

li.footer_contact {
  position: relative
}

li.footer_contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  background: url(../../imgs/common/footer_point.webp);
  width: 12px;
  height: 12px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat
}

@media screen and (max-width:767px) {
  li.footer_contact {
    position: relative
  }

  li.footer_contact::after {
    content: "";
    position: absolute;
    top: 1.5vw;
    left: -22px;
    left: -2.9333333333vw;
    background: url(../../imgs/common/footer_point.webp);
    width: 12px;
    width: 1.6vw;
    height: 12px;
    height: 1.6vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
  }
}

.loop_slider {
  display: flex;
  background-color: #fdf5f2;
  overflow: hidden;
  padding: 10px 0
}

.slider-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  animation: slideShow 50s infinite linear;
  list-style: none
}

.slider-item {
  width: 2376px
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 .5rem
}

.loop_slider:hover .slider-list {
  animation-play-state: running
}

.loop_slider ul.slider-list:last-child {
  margin-left: 6px
}

@media screen and (max-width:767px) {
  .slider-item {
    width: 3405px;
    width: 454vw
  }

  .loop_slider {
    padding: 1.3333333333vw 0
  }
}

@keyframes slideShow {
  0% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(-100%)
  }
}

.agree_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  color: #455ea7;
}

.agree_box .agree input {
  width: 20px;
  height: 20px;
}

.agree_box p a {
  color: #455ea7;
  text-decoration: underline;
}

@media screen and (max-width:767px) {

  .agree_box .agree input {
    width: 4vw;
    height: 4vw;
  }
  .agree_box {
    gap: 0 3vw;
  }
  .agree_box p {
    line-height: 1.8;
  }
}