/* 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 (width: 768px) {
  .mv .mv_slider {
    height: 64vh;
  }
}
@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;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide figure {
    height: 100%;
  }
}
.mv .mv_slider .swiper-slide figure img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 100%;
     object-position: 20% 100%;
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide figure img {
    height: 100%;
  }
}
.mv .mv_slider .swiper-slide .mv_txt {
  position: absolute;
  content: "";
  bottom: 12%;
  left: 40px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mv .mv_slider .swiper-slide .mv_txt {
    bottom: 20px;
    left: 20px;
  }
}
.mv .mv_slider .swiper-slide .mv_txt.txt02 {
  top: 150px;
  bottom: inherit;
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide .mv_txt.txt02 {
    top: 66px;
  }
}
.mv .mv_slider .swiper-slide .mv_txt.txt02 p {
  line-height: 1.2;
}
.mv .mv_slider .swiper-slide .mv_txt p {
  color: #194493;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.mv #contact {
  position: absolute;
  top: 130px;
  right: 40px;
  z-index: 2;
  width: 370px;
}
@media only screen and (max-width: 1440px) {
  .mv #contact {
    top: 120px;
  }
}
@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: #194493;
  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: #194493;
  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;
  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;
  }
}
.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(25, 68, 147, 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;
}
.assign .inner .assign_box .txt_box p a {
  color: #194493;
}
.assign .inner .assign_box .txt_box .fig_box {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* sec_movie */
/* ------------------------------------ */
.sec_movie {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 1139px) {
  .sec_movie {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1139px) {
  .sec_movie .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .sec_movie .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/********************************************/
/*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: 10vw; */
  }
  .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;
  }
}
.mv_slider .mv_logo_img01 {
  position: absolute;
  width: 100%;
  max-width: 840px;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .mv_slider .mv_logo_img01 {
    left: 20px;
    bottom: -50px;
  }
}
@media only screen and (width: 768px) {
  .mv_slider .mv_logo_img01 {
    width: 80%;
    left: 20px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .mv_slider .mv_logo_img01 {
    top: 40px;
    left: -12%;
    width: auto;
    height: 64%;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
  .mv_slider .mv_logo_img01 img {
    width: auto;
    height: 100%;
  }
}

.mv_slider .mv_logo_img02 {
  position: absolute;
  width: 100%;
  max-width: 600px;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .mv_slider .mv_logo_img02 {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
  }
}
@media only screen and (min-width: 1139px) {
  .mv_slider .mv_logo_img02 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media only screen and (max-width: 768px) {
  .mv_slider .mv_logo_img02 {
    top: -10px;
    right: -4%;
    width: auto;
    height: 64%;
  }
  .mv_slider .mv_logo_img02 img {
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 1139px) {
  .mv .ver_vn_slider.mv_slider .swiper-slide .mv_txt {
    width: 90%;
  }
}