/* color */
/* -------------------------------------------------------- */
/* Media Query */
/* -------------------------------------------------------- */
/* index */
/* ------------------------------------ */
/* assign */
/* ------------------------------------ */
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .mv {
    height: auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider {
    height: 59.3vh;
  }
}
.mv .mv_slider .swiper-slide {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 1440px) {
  .mv .mv_slider .swiper-slide {
    height: inherit;
  }
}
.mv .mv_slider .swiper-slide figure {
  /*
          img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
            object-position: 20% 100%;
            @media only screen and (max-width: $breakpoint_sp) {
              height: 100%;
            }
          }
  */
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide figure {
    height: 100%;
  }
}
.mv .mv_slider .swiper-slide .mv_txt {
  position: absolute;
  content: "";
  top: 130px;
  left: 40px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mv .mv_slider .swiper-slide .mv_txt {
    top: 80px;
    left: 20px;
  }
}
.mv .mv_slider .swiper-slide .mv_txt.txt02 {
  top: 130px;
  bottom: inherit;
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide .mv_txt.txt02 {
    top: 80px;
  }
}
.mv .mv_slider .swiper-slide .mv_txt p {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-shadow: 0px 0px 30px #000;
}
.mv #contact {
  position: absolute;
  top: 130px;
  right: 40px;
  z-index: 2;
  width: 370px;
}
@media only screen and (max-width: 1440px) {
  .mv #contact {
    top: 100px;
  }
}
@media only screen and (max-width: 1139px) {
  .mv #contact {
    position: static;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .mv #contact {
    width: 335px;
  }
}
.mv #contact .c_head {
  padding: 14px 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  background: #019150;
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: 1440px) {
  .mv #contact .c_head {
    padding: 5px 30px 10px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1139px) {
  .mv #contact .c_head {
    padding: 14px 30px;
  }
}
.mv #contact .form_box {
  padding: 20px 25px 30px;
  background: #F5F5F5;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 1440px) {
  .mv #contact .form_box {
    padding: 10px 25px 15px;
  }
}
@media only screen and (max-width: 1139px) {
  .mv #contact .form_box {
    padding: 0 0 60px;
  }
}
.mv #contact .form_box dl {
  margin-bottom: 18px;
  background: #FFF;
  border: solid 1px #C8C8C8;
  border-radius: 5px;
}
@media only screen and (max-width: 1139px) {
  .mv #contact .form_box dl {
    border-radius: 0 0 5px 5px;
  }
}
.mv #contact .form_box dl dt {
  display: none;
}
.mv #contact .form_box dl dd {
  line-height: 1;
}
.mv #contact .form_box dl dd:first-of-type input {
  border-top: none;
  border-radius: 5px 5px 0 0;
}
.mv #contact .form_box dl dd:last-of-type textarea {
  border-radius: 0 0 5px 5px;
}
.mv #contact .form_box .error {
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #FFF;
  font-size: 1.4rem;
}
.mv #contact .form_box input[type=text],
.mv #contact .form_box input[type=tel],
.mv #contact .form_box input[type=email],
.mv #contact .form_box textarea {
  width: 100%;
  padding: 13px 10px;
  border-top: solid 1px #C8C8C8;
  background: #fff;
}
.mv #contact .form_box::-webkit-input-placeholder {
  color: #969696;
  font-size: 1.2rem;
  font-weight: 300;
}
.mv #contact .form_box::-moz-placeholder {
  color: #969696;
  font-size: 1.2rem;
  font-weight: 300;
}
.mv #contact .form_box:-ms-input-placeholder {
  color: #969696;
  font-size: 1.2rem;
  font-weight: 300;
}
.mv #contact .form_box::-ms-input-placeholder {
  color: #969696;
  font-size: 1.2rem;
  font-weight: 300;
}
.mv #contact .form_box::placeholder {
  color: #969696;
  font-size: 1.2rem;
  font-weight: 300;
}
.mv #contact .form_box textarea {
  height: 12em;
}
.mv #contact .form_box textarea + .error {
  border-radius: 0 0 5px 5px;
}
.mv #contact .form_box .agree {
  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;
  gap: 0 5px;
  font-size: 1.2rem;
}
.mv #contact .form_box .agree .checkboxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.mv #contact .form_box .agree .checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #c8c8c8;
  background: white;
  border-radius: 2px;
  cursor: pointer;
}
.mv #contact .form_box .agree .checkbox:checked {
  border: 1px solid #2e68d3;
  background-color: #2e68d3;
}
.mv #contact .form_box .agree .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mv #contact .form_box .agree .mwform-checkbox-field-text {
  display: none;
}
.mv #contact .form_box .agree .error {
  padding-bottom: 0;
  padding-right: 2em;
  background: none;
}
.mv #contact .form_box .agree a span {
  position: relative;
  padding-right: 12px;
  color: #2E68D3;
}
.mv #contact .form_box .agree a span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/icn_external.svg) no-repeat 0 0/contain;
  top: calc(50% - 4px);
  right: 0;
}
.mv #contact .form_box .submit_btn {
  position: relative;
  margin-top: 20px;
  z-index: 2;
}
.mv #contact .form_box .submit_btn .input_btn {
  position: relative;
  display: block;
  width: 56%;
  margin: auto;
  padding: 8px 0;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.mv #contact .form_box .submit_btn .input_btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #019150;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv #contact .form_box .submit_btn .input_btn:hover:after {
  background: #707070;
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}
.mv #contact .form_box .submit_btn .input_btn.ver_back:after {
  background-color: #8d8d8d;
}

/* assign */
/* ------------------------------------ */
.assign .inner {
  margin: 80px auto 270px;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1139px) {
  .assign .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .assign .inner {
    margin: 80px auto;
  }
}
.assign .inner .assign_box {
  width: 280px;
}
@media only screen and (max-width: 1139px) {
  .assign .inner .assign_box {
    margin: 0 auto 50px;
  }
}
.assign .inner .assign_box .pic_box {
  position: relative;
  width: 280px;
  height: 280px;
  cursor: pointer;
}
.assign .inner .assign_box .pic_box .catch {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  z-index: 2;
}
.assign .inner .assign_box .pic_box .catch p {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.assign .inner .assign_box .pic_box .catch p span {
  font-size: 2.2rem;
}
.assign .inner .assign_box .pic_box .pic {
  position: relative;
  z-index: 1;
}
.assign .inner .assign_box .pic_box .pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(1, 145, 80, 0.8);
  border-radius: 50%;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.assign .inner .assign_box .pic_box .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.assign .inner .assign_box .pic_box:hover .catch p {
  display: none;
}
.assign .inner .assign_box .pic_box:hover .pic::before {
  border-radius: 0;
  opacity: 0;
}
.assign .inner .assign_box .pic_box:hover .pic img {
  border-radius: 0;
}
.assign .inner .assign_box .txt_box {
  margin-top: 30px;
}
.assign .inner .assign_box .txt_box p {
  color: #323232;
  letter-spacing: 0.03em;
  line-height: 26px;
}

/********************************************/
/*FV Adjust*/
/********************************************/
.mv .mv_slider .swiper-slide .mv_txt p {
  font-size: clamp(3rem, 7vw, 10rem);
}

.mv .mv_slider .swiper-slide .mv_txt p span {
  font-size: clamp(2.6rem, 5.6vw, 8rem);
}

.mv .mv_slider .swiper-slide .mv_txt p.small {
  font-size: clamp(1.7rem, 3.8vw, 6rem);
}

@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide .mv_txt p {
    font-size: 12vw;
  }
  .mv .mv_slider .swiper-slide .mv_txt p span {
    font-size: 0.8em;
  }
  .mv .mv_slider .swiper-slide .mv_txt p.small {
    font-size: 5.5vw;
  }
}
.mv .mv_slider .swiper-slide .mv_txt.txt02 {
  top: 20vh;
  bottom: inherit;
}

@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide .mv_txt.txt02 {
    top: auto;
    padding-top: 10vh;
    bottom: 20px;
  }
}
/* margin-bottom: 5vh; */
@media only screen and (max-width: 1139px) {
  .mv .ver_vn_slider.mv_slider .swiper-slide .mv_txt {
    top: 120px;
    width: 90%;
  }
}