@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: sans-serif;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3A6EB5;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

body {
  max-width: 1750px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 62, 0.5);
          box-shadow: 0 3px 6px rgba(62, 62, 62, 0.5);
}

#id1,
#id2,
#id3 {
  position: relative;
  top: -117px;
}
@media screen and (max-width: 767px) {
  #id1,
  #id2,
  #id3 {
    top: -53.1px;
  }
}

.mv {
  padding-top: 116.2px;
  position: relative;
  z-index: 100;
  position: relative;
  background-color: #3A6EB5;
}
.mv .contents {
  color: #fff;
  position: absolute;
  letter-spacing: 2px;
  left: 5%;
  bottom: 7%;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-shadow: 2px 2px 0px #3A6EB5;
}
@media screen and (max-width: 767px) {
  .mv .contents {
    position: initial;
    padding: 20px 0;
    font-size: 14px;
  }
}
.mv .contents span {
  font-size: 160%;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 53.08px;
  }
}
.mv .mv-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 117px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #3A6EB5;
  border-top-left-radius: 76px;
  border-top-right-radius: 76px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .mv .mv-bg {
    padding: 0 20px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    top: 68.75px;
    width: 90%;
  }
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}
.header .inner {
  max-width: initial;
}
.header .logo {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    max-width: 100px;
  }
}

.footer {
  padding: 80px 0;
  background: #3A6EB5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 13px;
  }
}

.drawer-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  background: #FE4001;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    top: 0px;
    right: 0px;
  }
}
.drawer-icon.is-active {
  background: transparent;
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg) translateX(-50%) !important;
          transform: rotate(-45deg) translateX(-50%) !important;
}
@media screen and (min-width: 768px) {
  .drawer-icon.is-active .drawer-icon-bar1 {
    top: 45px;
    -webkit-transform: rotate(-45deg) translateX(-50%) !important;
            transform: rotate(-45deg) translateX(-50%) !important;
  }
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg) translateX(-50%) !important;
          transform: rotate(45deg) translateX(-50%) !important;
  top: 47px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .drawer-icon.is-active .drawer-icon-bar3 {
    top: 80px;
    -webkit-transform: rotate(45deg) translateX(-50%) !important;
            transform: rotate(45deg) translateX(-50%) !important;
  }
}

.drawer-icon-bars {
  width: 117px;
  height: 117px;
  display: block;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bars {
    width: 68.5px;
    height: 53.5px;
  }
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 50px;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bar1,
  .drawer-icon-bar2,
  .drawer-icon-bar3 {
    width: 30px;
    height: 2px;
  }
}

.drawer-icon-bar1 {
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 60%;
}
@media screen and (min-width: 768px) {
  .drawer-icon-bar1 {
    top: 50px;
    left: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.drawer-icon-bar3 {
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 60%;
}
@media screen and (min-width: 768px) {
  .drawer-icon-bar3 {
    top: 70px;
    left: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #3a6eb5;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav ul li {
  margin-bottom: 50px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.drawer-icon-nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .drawer-icon-nav ul li a {
    font-size: 16px;
  }
}

.section {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.thanks p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks p {
    text-align: left;
    font-size: 14px;
  }
}
.thanks .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .thanks .btn {
    margin-top: 30px;
  }
}
.thanks .btn a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thanks .btn a:hover {
  opacity: 0.6;
}

.sec1 {
  background: #efefef;
  position: relative;
  z-index: 4;
}
.sec1 .slider-item .wrap {
  padding-top: 55%;
  position: relative;
}
.sec1 .slider-item .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec1 .slider-item2 .wrap {
  background: #fff;
  position: relative;
  padding-top: 67%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .sec1 .slider-item2 .wrap {
    padding-top: 87%;
  }
}
.sec1 .slider-item2 .wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 430px;
}
@media screen and (max-width: 767px) {
  .sec1 .slider-item2 .wrap img {
    max-height: 270px;
    width: 90%;
    margin: 0 auto;
  }
}

.section-title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.company .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  padding: 20px 0;
  border-bottom: 2px solid #3A6EB5;
  max-width: 700px;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .company .row {
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1.5px solid #3A6EB5;
  }
}
.company .row .dt {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .company .row .dt {
    width: 100px;
  }
}
.company .row .dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .company .row .dd {
    width: calc(100% - 100px);
  }
}

.contact {
  background: #efefef;
}
.contact .inner {
  max-width: 700px;
  margin: 0 auto;
}
.contact .row {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact .row {
    margin-bottom: 20px;
  }
}
.contact .row .dt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .contact .row .dt {
    font-size: 16px;
  }
}
.contact textarea {
  resize: none;
  height: 200px;
}
.contact .checkbox {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .checkbox {
    margin-top: 15px;
  }
}
.contact .submit {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact .submit {
    margin-top: 25px;
  }
}
.contact input[type=submit] {
  max-width: 350px;
  padding: 20px;
  border-radius: 8px;
  background: #3A6EB5;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #3A6EB5;
}
.contact input[type=submit]:hover {
  background: #fff;
  color: #3A6EB5;
}

.privacy-policy {
  max-height: 200px;
  /* スクロールの高さ */
  overflow-y: auto;
  /* 縦スクロール */
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    font-size: 14px;
  }
}

.privacy-policy h2 {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .privacy-policy h2 {
    font-size: 16px;
  }
}

.privacy-policy h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .privacy-policy h3 {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
  /* 1行だけでスムーススクロールできる！ */
}

.mv svg {
  vertical-align: bottom;
}

#lottie-mv {
  position: relative;
  z-index: -1;
}

.sec1 .slider-item .wrap img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sec1 .slider-item .wrap img {
    border-radius: 15px;
  }
}

.required {
  background: #FE4001;
  padding: 5px 7px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.dummy-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dummy-text {
    font-size: 16px;
  }
}

.thanks-heading {
  padding: 100px 0;
  background: #3A6EB5;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding-top: 220px;
}
@media screen and (max-width: 767px) {
  .thanks-heading {
    padding-top: 120px;
    font-size: 20px;
    padding-bottom: 50px;
  }
}

body {
  -webkit-animation: fadein 3s forwards;
          animation: fadein 3s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contact input[type=checkbox] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.contact .wpcf7-list-item-label {
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
.contact .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
.contact .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-36deg);
          transform: translateY(-50%) rotate(-36deg);
  left: 0;
  border-left: 5px solid #3A6EB5;
  border-bottom: 5px solid #3A6EB5;
  width: 20px;
  height: 7px;
  opacity: 0;
}
.contact input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-spinner {
  display: none !important;
}

.mv {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .mv .contents {
    left: 0;
  }
}
#lottie-mv {
  width: 108%;
}

.sec1 .lead {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec1 .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .drawer-icon-bar1 {
    top: 25px;
  }
  .drawer-icon-bar3 {
    top: 35px;
  }
  .drawer-icon.is-active .drawer-icon-bar1 {
    top: 20px;
  }
  .drawer-icon.is-active .drawer-icon-bar3 {
    top: 42px;
  }
}
.slick-slider {
  max-width: 820px;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .mv .contents {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .contents {
    font-size: 14px;
  }
}