@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;900&display=swap");
@font-face {
  font-family: Baskerville;
  src: url("../../fonts/LibreBaskerville-Regular.ttf") format("truetype");
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

.sp {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
}

p {
  margin: 0;
}

html #wpadminbar {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 101;
}

.popup {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 750px;
  z-index: 111;
}

.popup .close_box {
  position: absolute;
  width: 50px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.popup .img_box {
  width: 100%;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: black;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .inner .left {
  max-width: 230px;
  width: 15.7vw;
  margin-left: 44px;
}

header .inner .nav_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .nav_list li {
  margin-left: 40px;
  margin-left: 2.77vw;
}

header .inner .nav_list li a {
  font-size: 16px;
  font-weight: bold;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}

header .inner .nav_list li a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #F29901;
}

header .inner .nav_list .last {
  margin-left: 5.54vw;
  width: 18.1vw;
  min-width: 215px;
  max-width: 300px;
}

header .inner .nav_list .last a {
  width: 100%;
  padding: 29px 0;
  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;
  background-color: #F29901;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .nav_list .last a img {
  width: 24px;
  margin-right: 15px;
  padding-top: 3px;
}

header .inner .nav_list .last a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
  color: white;
}

header .inner .c-button {
  display: none;
}

header .hamburger-menu {
  display: none;
}

.common_title_box {
  width: 76.4%;
  margin: 0 auto;
  max-width: 1100px;
}

.common_title_box .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.common_title_box .inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 110px;
  font-weight: 700;
  margin-right: 18px;
  line-height: 0.95;
}

.common_title_box .inner h2 span {
  color: #B0D80A;
}

.common_title_box .inner .subtitle {
  font-size: 25px;
  color: white;
  padding-bottom: 15px;
}

main .fv {
  width: 100%;
  padding-top: 80px;
}

main .sec1 {
  background-image: url(../images/sec1_bg.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 520px;
  position: relative;
}

main .sec1 .inner {
  position: absolute;
  top: 50%;
  left: 27.4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main .sec1 .inner .title {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
  color: white;
  letter-spacing: 0.1em;
}

main .sec1 .inner .text {
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 2;
  letter-spacing: 0.08em;
}

main .sec2 {
  position: relative;
  padding: 133px 0;
}

main .sec2 .bg_text {
  position: absolute;
  font-size: 120px;
  font-weight: bold;
  color: rgba(176, 216, 10, 0.3);
  line-height: 0.9;
  text-align: center;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Poppins', sans-serif;
}

main .sec2 .text {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  color: black;
  line-height: 1.8;
  letter-spacing: 3px;
  position: relative;
}

main .sec3 {
  background-color: #333333;
  padding-top: 80px;
  margin-top: 80px;
}

main .sec3 .common_title_box {
  min-width: 890px;
}

main .sec3 .common_title_box .inner h2 {
  color: white;
}

main .sec3 .common_title_box .inner .subtitle {
  font-size: 25px;
  color: white;
}

main .sec3 .box {
  width: 76.4%;
  min-width: 890px;
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

main .sec3 .box .item {
  position: relative;
  width: 31%;
  margin-bottom: 100px;
  border: 1px solid #C9C9C9;
}

main .sec3 .box .item .point {
  position: absolute;
  left: 0;
  top: -40px;
  font-size: 40px;
  color: #B0D80A;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}

main .sec3 .box .item .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}

main .sec3 .box .item .inner .img_box {
  width: 100%;
}

main .sec3 .box .item .inner .title {
  height: 95px;
  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;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

main .sec3 .box .item .inner .text {
  width: 86%;
  margin: 0 auto;
  color: white;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

main .sec4 {
  padding-top: 70px;
  background: #F2F2F2;
}

main .sec4 .common_title_box .inner {
  border-bottom: 1px solid #000;
}

main .sec4 .common_title_box .inner .subtitle {
  color: black;
}

main .sec4 .box {
  width: 76.4%;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .sec4 .box .item {
  width: 31%;
  border: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

main .sec4 .box .item .img_box {
  width: 100%;
}

main .sec4 .box .item .name {
  width: 220px;
  background-color: black;
  font-size: 17px;
  font-weight: bold;
  color: #B0D80A;
  padding: 7px 0 8px;
  text-align: center;
  margin-top: -20px;
  position: relative;
}

main .sec4 .box .item .text {
  width: 87%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: black;
  padding-top: 25px;
}

main .sec5 {
  padding-top: 120px;
  padding-bottom: 45px;
}

main .sec5 .common_title_box .inner {
  border-bottom: 1px solid #000;
}

main .sec5 .common_title_box .inner .subtitle {
  color: black;
}

main .sec5 .box {
  width: 76.4%;
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .sec5 .box .item {
  width: 48%;
  border: 1px solid #000;
  margin-bottom: 65px;
  padding-bottom: 25px;
}

main .sec5 .box .item .img_box {
  width: 100%;
  cursor: pointer;
}

main .sec5 .box .item .type {
  width: 80%;
  padding: 8px 0 10px;
  background-color: #B0D80A;
  text-align: center;
  color: black;
  margin-top: -20px;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.15em;
}

main .sec5 .box .item .text {
  width: 88%;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 17px;
  line-height: 1.7;
  color: black;
}

main .sec6 {
  background-image: url(../images/sec6_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 100px;
}

main .sec6 .common_title_box .inner h2 {
  color: white;
}

main .sec6 .common_title_box .inner .subtitle {
  font-size: 25px;
  color: white;
}

main .sec6 .box {
  width: 76.4%;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .sec6 .box .left {
  width: 36%;
  min-width: 330px;
}

main .sec6 .box .left .text {
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 1.85;
  margin-bottom: 80px;
  letter-spacing: 0.06em;
}

main .sec6 .box .right {
  width: 54.5%;
}

main .sec6 .box .right iframe {
  width: 100%;
  height: 417px;
}

main .sec6 .box a {
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #F29924;
  position: relative;
  border: 2px solid #F29924;
  -webkit-transition: .3s;
  transition: .3s;
}

main .sec6 .box a img {
  width: 14.2%;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

main .sec6 .box a .white {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

main .sec6 .box a .orange {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

main .sec6 .box a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #F29924;
  background-color: #fff;
}

main .sec6 .box a:hover .white {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

main .sec6 .box a:hover .orange {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

main .sec7 {
  padding-top: 180px;
  position: relative;
}

main .sec7 .bg {
  position: absolute;
  width: 81.25%;
  height: 940px;
  top: 100px;
  right: 0;
  background-color: rgba(242, 242, 242, 0.4);
}

main .sec7 .common_title_box {
  position: relative;
}

main .sec7 .common_title_box .inner {
  border-bottom: 1px solid #000;
}

main .sec7 .common_title_box .inner .subtitle {
  color: black;
}

main .sec7 .content {
  position: relative;
  width: 823px;
  margin: 0 auto;
  margin-top: 70px;
  padding-bottom: 180px;
}

main .sec7 .content .item {
  padding: 20px 0;
  border-bottom: 0.5px solid #C9C9C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .sec7 .content .item .title {
  width: 236px;
  font-size: 17px;
  color: black;
  line-height: 1.55;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.06em;
}

main .sec7 .content .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  line-height: 1.55;
  color: black;
  letter-spacing: 0.06em;
}

main .sec7 .content .item .text a {
  color: black;
  display: inline-block;
}

main .sec7 .content .item:last-child {
  border-bottom: none;
}

main .sec8 {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #F2F2F2;
}

main .sec8 .common_title_box {
  position: relative;
}

main .sec8 .common_title_box .inner {
  border-bottom: 1px solid #000;
}

main .sec8 .common_title_box .inner .subtitle {
  color: black;
}

main .sec8 .contact_form {
  width: 900px;
  margin: 0 auto;
  margin-top: 90px;
  background-color: #fff;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .sec8 .contact_form .policy_box {
  width: 700px;
  margin: 0 auto;
  height: 160px;
  overflow: scroll;
  border: 1px solid #E9E9E9;
  padding: 0px 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 64px;
}

main .sec8 .contact_form .policy_box .inner {
  width: 100%;
}

main .sec8 .contact_form .policy_box .inner .title {
  font-size: 15px;
  color: black;
  padding-bottom: 6px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 15px;
  font-weight: 500;
  padding-top: 20px;
}

main .sec8 .contact_form .policy_box .inner .text {
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}

main .sec8 .contact_form .mw_wp_form {
  width: 760px;
  margin: 0 auto;
}

main .sec8 .contact_form .mw_wp_form form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

main .sec8 .contact_form .mw_wp_form form .box .dt {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  color: black;
  font-weight: 500;
  letter-spacing: 1px;
}

main .sec8 .contact_form .mw_wp_form form .box .dt span {
  width: 50px;
  height: 24px;
  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;
  border: 1px solid #333333;
  font-size: 12px;
  font-weight: 500;
  margin-right: 16px;
}

main .sec8 .contact_form .mw_wp_form form .box .dt .hissu {
  color: white;
  background-color: #333333;
}

main .sec8 .contact_form .mw_wp_form form .box .dt .ninni {
  color: #333333;
}

main .sec8 .contact_form .mw_wp_form form .box .dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main .sec8 .contact_form .mw_wp_form form .box .dd .mwform-radio-field {
  display: block;
  margin-left: 0;
}

main .sec8 .contact_form .mw_wp_form form .box .dd .mwform-radio-field label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  color: black;
}

main .sec8 .contact_form .mw_wp_form form .box .dd .mwform-radio-field label input {
  margin: 0;
  margin-right: 7px;
}

main .sec8 .contact_form .mw_wp_form form .box .dd .mwform-radio-field:first-child {
  padding-top: 5px;
}

main .sec8 .contact_form .mw_wp_form form .box .dd .form1 {
  width: 100%;
  height: 50px;
  background-color: #F2F2F2;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  border: none;
  outline: none;
}

main .sec8 .contact_form .mw_wp_form form .box .dd textarea {
  width: 100%;
  background-color: #F2F2F2;
  height: 140px;
  resize: none;
  padding: 20px 28px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
}

main .sec8 .contact_form .mw_wp_form form .box:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .sec8 .contact_form .mw_wp_form form .mw-checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
}

main .sec8 .contact_form .mw_wp_form form .mw-checkbox .mwform-checkbox-field label {
  font-size: 15px;
  color: black;
}

main .sec8 .contact_form .mw_wp_form form .mw-checkbox .mwform-checkbox-field label input {
  margin: 0;
  margin-right: 10px;
}

main .sec8 .contact_form .mw_wp_form form .btn_box {
  width: 400px;
  margin: 0 auto;
}

main .sec8 .contact_form .mw_wp_form form .btn_box .submit-btn {
  width: 100%;
}

main .sec8 .contact_form .mw_wp_form form .btn_box .submit-btn .submit {
  width: 100%;
  border: 3px solid white;
  font-size: 20px;
  font-weight: bold;
  padding: 26px 0;
  text-align: center;
  color: white;
  border-radius: 50px;
  background-color: #F29901;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 6px #DCDCDC;
          box-shadow: 0 6px 6px #DCDCDC;
  -webkit-transition: .3s;
  transition: .3s;
}

main .sec8 .contact_form .mw_wp_form form .btn_box .submit-btn .submit:hover {
  border: 3px solid #F29901;
  color: #F29901;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .copyright {
  width: 100%;
  background-color: black;
  color: white;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 1025px) {
  .popup {
    width: 65%;
  }
  header .inner {
    padding: 15px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .inner .left {
    width: 150px;
    margin-left: 0;
    z-index: 106;
  }
  header .inner .nav_list {
    display: none;
  }
  header .inner .c-button {
    display: block;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: unset;
    cursor: pointer;
  }
  header .inner .p-hamburger {
    width: 30px;
    height: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 110;
  }
  header .inner .p-hamburger__line {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
    width: 32px;
    height: 3px;
    background-color: #B0D83F;
    -webkit-transition: inherit;
    transition: inherit;
    outline: none;
    z-index: 11;
  }
  header .inner .under-button__line {
    background-color: #B0D83F;
  }
  header .inner .p-hamburger__line::before,
  header .inner .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
  }
  header .inner .p-hamburger__line::before {
    top: -10.5px;
  }
  header .inner .p-hamburger__line::after {
    top: 10.5px;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    top: 0;
    background-color: #B0D83F;
  }
  header .inner .p-hamburger[aria-expanded="true"] .under-button__line::before,
  header .inner .p-hamburger[aria-expanded="true"] .under-button__line::after {
    top: 0;
    background-color: #B0D83F;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .inner *:focus {
    outline: none;
  }
  header .hamburger-menu {
    display: block;
    position: fixed;
    right: -100%;
    top: 0%;
    width: 100%;
    background-color: black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 105;
    height: 100vh;
    overflow: scroll;
  }
  header .hamburger-menu .inner_content {
    padding-top: 93px;
  }
  header .hamburger-menu .inner_content .nav_list li a {
    width: 91%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 28px;
    text-align: center;
  }
  header .hamburger-menu .inner_content .nav_list .last a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    width: 91%;
    padding: 22px 0 18px;
    background-color: #F29901;
  }
  header .hamburger-menu .inner_content .nav_list .last img {
    width: 22px;
    margin-right: 9px;
  }
  header .active-slide {
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .common_title_box {
    width: 85%;
  }
  .common_title_box .inner {
    display: block;
    width: 100%;
  }
  .common_title_box .inner h2 {
    font-size: 50px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .common_title_box .inner .subtitle {
    font-size: 16px;
    padding-bottom: 12px;
  }
  main .fv {
    padding-top: 51px;
  }
  main .sec1 {
    height: 37vw;
  }
  main .sec1 .inner {
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
  }
  main .sec1 .inner .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  main .sec1 .inner .text {
    font-size: 16px;
    line-height: 1.5;
  }
  main .sec2 {
    padding: 50px 0 75px;
  }
  main .sec2 .bg_text {
    font-size: 48px;
    top: 40%;
    line-height: 1.4;
  }
  main .sec2 .text {
    font-size: 24px;
    line-height: 2;
  }
  main .sec3 {
    padding-top: 60px;
    margin-top: 0px;
  }
  main .sec3 .common_title_box {
    min-width: unset;
  }
  main .sec3 .common_title_box .inner .subtitle {
    font-size: 16px;
  }
  main .sec3 .box {
    width: 85%;
    margin-top: 95px;
    min-width: unset;
  }
  main .sec3 .box .item {
    width: 48%;
    margin-bottom: 75px;
  }
  main .sec3 .box .item .inner {
    padding-bottom: 25px;
  }
  main .sec3 .box .item .inner .text {
    font-size: 16px;
  }
  main .sec4 {
    padding-top: 60px;
  }
  main .sec4 .box {
    width: 85%;
    margin-top: 40px;
  }
  main .sec4 .box .item {
    width: 32%;
    margin-bottom: 40px;
  }
  main .sec5 {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  main .sec5 .box {
    width: 85%;
    margin-top: 40px;
  }
  main .sec5 .box .item {
    margin-bottom: 30px;
  }
  main .sec5 .box .item .type {
    width: 100%;
  }
  main .sec6 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  main .sec6 .common_title_box .inner .subtitle {
    font-size: 16px;
  }
  main .sec6 .box {
    width: 85%;
    margin-top: 40px;
    display: block;
  }
  main .sec6 .box .left {
    width: 100%;
    min-width: unset;
  }
  main .sec6 .box .left .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  main .sec6 .box .right {
    width: 100%;
  }
  main .sec6 .box .right iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
  }
  main .sec7 {
    padding-top: 80px;
  }
  main .sec7 .bg {
    position: absolute;
    width: 90%;
    height: 712px;
    top: 50px;
  }
  main .sec7 .content {
    width: 85%;
    margin-top: 35px;
    padding-bottom: 110px;
  }
  main .sec7 .content .item {
    padding: 18px 0;
  }
  main .sec7 .content .item .title {
    width: 200px;
    font-size: 16px;
    padding-left: 20px;
  }
  main .sec7 .content .item .text {
    font-size: 16px;
  }
  main .sec8 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  main .sec8 .contact_form {
    width: 85%;
    margin-top: 40px;
    padding: 30px 0 120px;
  }
  main .sec8 .contact_form .policy_box {
    width: 100%;
    padding: 20px 17px 20px 30px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  main .sec8 .contact_form .policy_box .inner {
    width: 100%;
  }
  main .sec8 .contact_form .mw_wp_form {
    width: 85%;
  }
  main .sec8 .contact_form .mw_wp_form form .box {
    display: block;
    margin-bottom: 20px;
  }
  main .sec8 .contact_form .mw_wp_form form .box .dt {
    width: 100%;
    margin-bottom: 9px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .sec8 .contact_form .mw_wp_form form .box .dt span {
    margin-left: 10px;
  }
  main .sec8 .contact_form .mw_wp_form form .box .dd {
    width: 100%;
  }
  main .sec8 .contact_form .mw_wp_form form .box .dd .mwform-radio-field:first-child {
    padding-top: 10px;
  }
  main .sec8 .contact_form .mw_wp_form form .box .dd .form1 {
    padding-left: 15px;
  }
  main .sec8 .contact_form .mw_wp_form form .box .dd textarea {
    height: 240px;
    padding: 20px 15px;
  }
  main .sec8 .contact_form .mw_wp_form form .mw-checkbox {
    margin-bottom: 70px;
  }
  main .sec8 .contact_form .mw_wp_form form .btn_box {
    width: 85%;
    margin: 0 auto;
  }
  main .sec8 .contact_form .mw_wp_form form .btn_box .submit-btn .submit {
    font-size: 18px;
    padding: 20px 0;
  }
  footer .copyright {
    padding: 12px 0 76px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
  .popup {
    width: 100%;
  }
  .popup .close_box {
    width: 40px;
  }
  .common_title_box {
    width: 91%;
  }
  .sp_fixed {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 26px 0 24px;
    background-color: #F29901;
    z-index: 90;
    position: fixed;
    width: 100%;
    bottom: -1px;
    left: 0;
  }
  .sp_fixed img {
    width: 24px;
    margin-right: 7px;
    margin-bottom: -3px;
  }
  .sp_fixed p {
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  main .sec1 {
    background-image: url(../images/sec1_bg_sp.jpg);
    height: 322px;
  }
  main .sec1 .inner {
    top: 47%;
    width: 91%;
  }
  main .sec3 .box {
    width: 91%;
    display: block;
    padding-bottom: 1px;
  }
  main .sec3 .box .item {
    width: 100%;
  }
  main .sec3 .box .item:last-child {
    margin-bottom: 50px;
  }
  main .sec4 {
    padding-bottom: 75px;
  }
  main .sec4 .box {
    width: 93%;
    display: block;
  }
  main .sec4 .box .item {
    width: 100%;
    margin: 0 5px;
    margin-bottom: 40px;
  }
  main .sec4 .box .slick-dots {
    bottom: -1px;
  }
  main .sec4 .box .slick-dots li {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
  main .sec4 .box .slick-dots li button {
    padding: 0;
    width: 7px;
    height: 7px;
  }
  main .sec4 .box .slick-dots li button:before {
    width: 7px;
    height: 7px;
    font-size: 7px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  main .sec4 .box .slick-dots .slick-active button:before {
    opacity: 1;
  }
  main .sec4 .box .slick-arrow {
    bottom: -30px;
    top: unset;
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  main .sec4 .box .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  main .sec4 .box .slick-next {
    right: 25vw;
  }
  main .sec4 .box .slick-next:before {
    background: url(../images/slick_arrow_r.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  main .sec4 .box .slick-prev {
    left: 25vw;
  }
  main .sec4 .box .slick-prev:before {
    background: url(../images/slick_arrow_l.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  main .sec5 .box {
    width: 91%;
    display: block;
  }
  main .sec5 .box .item {
    width: 100%;
  }
  main .sec6 .box {
    width: 91%;
  }
  main .sec6 .box a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .sec7 .content {
    width: 91%;
  }
  main .sec7 .content .item {
    display: block;
  }
  main .sec7 .content .item .title {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 5px;
  }
  main .sec7 .content .item .text {
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .sec8 .contact_form {
    width: 91%;
  }
  main .sec8 .contact_form .mw_wp_form {
    width: 89%;
  }
  main .sec8 .contact_form .mw_wp_form form .btn_box {
    width: 91%;
  }
  .complere_btn {
    width: 90% !important;
    padding: 20px 0 !important;
  }
  .complete_title {
    padding-top: 250px !important;
  }
}

.complete_title {
  text-align: center;
  color: black;
  font-size: 25px;
  line-height: 1.4;
  padding-top: 350px;
  padding-bottom: 100px;
}

.complere_btn {
  width: 400px;
  margin: 0 auto;
  border: 3px solid white;
  font-size: 20px;
  font-weight: bold;
  padding: 26px 0;
  text-align: center;
  color: white;
  border-radius: 50px;
  background-color: #F29901;
  -webkit-box-shadow: 0 6px 6px #DCDCDC;
          box-shadow: 0 6px 6px #DCDCDC;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 200px;
}

.complere_btn:hover {
  border: 3px solid #F29901;
  color: #F29901;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}
/*# sourceMappingURL=style.css.map */