/*
Theme Name: ANA-TORI-CO
*/
@charset "UTF-8";

/* 文字コードの指定 */


/* ----------------- */


/**変数
/* ----------------- */


/* ----------------- */


/**base
/* ----------------- */

.main {
  padding-top: 13.8rem;
}

@media (max-width: 1024px) {
  .main {
    padding-top: 10rem;
  }
}

html {
  font-size: 62.5%;
}
#wrap {
  overflow-x: hidden;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
body {
  font-size: 1.6rem;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -70rem;
  bottom: 0;
  width: 50%;
  background: #0037B3;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
  padding-top: 150px;
  margin: 0 auto;
  text-align: center;
}

.drawer-nav__inner {
  width: 11rem;
  margin: 0 auto;
  font-size: 1.5rem;
}

.drawer-nav__li {
  margin-bottom: 30px;
  color: #fff;
}

.drawer-nav__sub {
  color: #fff;
  font-size: 1.2rem;
}

.drawer-nav.open {
  right: 0;
  opacity: 1;
}

.fv {
  height: 100vh;
  position: relative;
  z-index: 10;
  width: 100vw;
}

.fv__item {
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.fv-dopy-box {
  position: absolute;
  top: 50px;
  z-index: 100;
  left: 17%;
  width: 430px;
}

.slider {
  height: 53vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 80vw;
  position: fixed;
  z-index: 1000;
}

.slick-img img {
  width: 100%;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}

.add-animation {
  animation: fadezoom 5s 0s forwards;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
}

.logo__sub {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .logo__sub {
    width: 63px;
  }
}

.pc-header {
  padding: 0 5%;
  height: 100%;
  font-size: 1.5rem;
  margin: 0 auto;
}

.header__logo {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.header__logo>a {
  width: 110px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.header__li {
  padding-right: 64px;
}

.header__li::before {
  position: absolute;
  content: '';
  display: block;
  background-color: #C82136;
  width: 50px;
  height: 1px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  top: 15px;
  right: 0px;
}

.header__contact {
  padding-right: 0;
}

.header__contact::before {
  display: none;
}

.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;
}

.change-color {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}


/* ----------------- */


/*ハンバーガーメニュー
/* ----------------- */

.btn-trigger {
  position: relative;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  width: 60px;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0037B3;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 3px;
  width: 60px;
}

.btn-trigger span:nth-of-type(2) {
  top: 13px;
  width: 45px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 3px;
  width: 30px;
}

#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  background-color: #ffffff;
  width: 30px;
}

#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #ffffff;
}


/* ----------------- */


/*tb @media(max-width1024px)
/* ----------------- */

@media (min-width: 1024px) {
  .sp-header {
    display: none;
  }
}

.sp-header {
  padding: 0 20px;
  height: 100px;
  color: #C82136;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .sp-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}

.form-btn {
  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;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  border-radius: 25px;
  width: 140px;
  height: 40px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4198), to(#16204c));
  background-image: linear-gradient(180deg, #2c4198, #16204c);
}


.form-btn:last-of-type {
  margin-right: min(calc(70 / 1920) * 100vw, 70px);
}

@media (max-width: 768px) {
  .form-btn {
    display: none;
  }
}


.icon {
  width: 26px;
  margin-left: 10px;
}

.form-btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

.document-btn {
  margin-right: 10px;
}

.mail-btn {
  margin-right: 70px;
}


/*# sourceMappingURL=style.css.map */

.section1 {
  position: relative;
  height: 63vw;
}

.s1-box {
  position: absolute;
  right: 3%;
  margin-top: 130px;
}

.s1-title {
  width: 58%;
}

.s1-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.6vw;
  font-weight: bold;
  color: #0037B3;
  margin-top: 25px;
}

.s1-text {
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3vw;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}

.s1-img {
  position: absolute;
  width: 70%;
  left: -1%;
  bottom: 0%;
}

.s1-img-2 {
  position: absolute;
  width: 35%;
  right: 0%;
  bottom: 0%;
}
.sp-s1-img {
  width: 100%;
  margin-top: 30px;
}

.s1-bg {
  position: absolute;
  z-index: -1;
  width: 110%;
  left: -5%;
  top: -15%;
}
@media screen and (max-width: 768px) {
  .section1 {
    position: relative;
    height: auto;
  }
  
  .s1-box {
    position: relative;
    right: auto;
    width: 90%;
    margin: 0 auto;
  }
  
  .s1-title {
    width: 100%;
    margin: 0 auto;
  }
  
  .s1-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    color: #0037B3;
    margin-top: 25px;
  }
  
  .s1-text {
    margin-top: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
    width: 85%;
  }
}
.section2 {
  margin-top: 110px;
  position: relative;
}

.s2-title {
  position: absolute;
  top: -7%;
  left: 4%;
  width: 73%;
}

.s2-text {
  font-size: 2.6vw;
  letter-spacing: 3.5px;
  margin-top: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  position: absolute;
  top: 16%;
  left: 21.5%;
  color: #fff;
}

.step-list {
  width: 60%;
  display: flex;
  position: absolute;
  left: 21%;
  top: 42%;
}

.step {
  width: 25%;
  position: relative;
  margin: 0 auto;
}

.step1-text {
  position: absolute;
  bottom: 20%;
  font-size: 1.1vw;
  font-weight: bold;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
}

.step2-text {
  position: absolute;
  bottom: 20%;
  font-size: 1vw;
  font-weight: bold;
  color: #333;
  left: 50%;
  transform: translateX(-40%);
}

.step3-text {
  position: absolute;
  bottom: 20%;
  font-size: 1vw;
  font-weight: bold;
  color: #333;
  left: 50%;
  transform: translateX(-40%);
}

@media screen and (max-width: 768px) {
  .section2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;

    width: 100%;

  }
  .sp-s2-bg {
    position: absolute;
    width: 110%;
  }
  .s2-box {
    width: 90%;
    margin: 0 auto;
  }

  .s2-title {
    position: absolute;
    top: -2%;
    left: 4%;
    width: 90%;
  }
  
  .s2-text {
    font-size: 20px;
    letter-spacing: 3.5px;
    line-height: 27px;
  padding-top: 60px;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  .step-list {
    width: 70%;
    margin: 80px auto;
    display: block;
    position: relative;
    left: auto;
    top: auto;
    padding-bottom: 50px;
  }
  
  .step {
    width: 100%;
    position: relative;
    margin: 25px auto;
  }
  
  .step1-text {
    position: absolute;
    bottom: 20%;
    font-size: 1.1vw;
    font-weight: bold;
    color: #333;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .step2-text {
    position: absolute;
    bottom: 20%;
    font-size: 1vw;
    font-weight: bold;
    color: #333;
    left: 50%;
    transform: translateX(-40%);
  }
  
  .step3-text {
    position: absolute;
    bottom: 20%;
    font-size: 1vw;
    font-weight: bold;
    color: #333;
    left: 50%;
    transform: translateX(-40%);
  }
}

.section3 {
  margin-top: 200px;
  position: relative;
}

.s3-box {
  width: 100%;
}

.s3-title {
  position: absolute;
  top: -5%;
  left: 4%;
  width: 44%;
}

.s3-text-box {
  position: absolute;
  top: 10%;
  left: 4.2%;
}

.s3-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2vw;
  font-weight: bold;
  color: #0037B3;
}

.s3-text {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.04vw;
  font-weight: bold;
  color: #333;
  line-height: 48px;
}

.s3-service-list-top {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 50px;
  left: 18%;
}

.s3-service-list-bottom {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 60px;
  left: 14%;
}

.service {
  width: 30%;
  margin: 0 -35px;
}

.service-text-top {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2vw;
  font-weight: bold;
  width: 300px;
  text-align: center;
  width: 70%;
  margin: 10px 0;
}
.service-text-bottom {
  width: 70%;
}
@media screen and (max-width: 768px) {
  
  .section3 {
    margin-top: 200px;
    position: relative;
    background: #E7E8EB;
  }
  
  .s3-box {
    width: 100%;
  }
  .s3-bg {
    width: 120%;
  }
  .s3-title {
    position: absolute;
    top: -1%;
    left: 4%;
    width: 50%;
  }
  
  .s3-text-box {
    position: relative;
    top: 10%;
    left: auto;
  }
  
  .s3-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2vw;
    font-weight: bold;
    color: #0037B3;
  }
  
  .s3-text {
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.04vw;
    font-weight: bold;
    color: #333;
    line-height: 48px;
  }
  
  .s3-service-list-top {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -170px;
    left: auto;
  }
  
  .s3-service-list-bottom {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 60px;
    left: auto;
    padding-bottom: 50px;
  }
  
  .service {
    width: 80%;
    margin: 30px auto;
  }
  
  .service-text-top {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    
  }
  .service-text-bottom {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    width: 70%;
  }
}

.section4 {
  position: relative;
  margin-top: 400px;
}

.s4-bg {
  width: 72%;
  position: relative;
  left: 3%;
  z-index: -2;
}

.s4-title {
  position: absolute;
  width: 26%;
  top: 1.7%;
  left: 4%;
}

.s4-text-box {
  position: absolute;
  top: 7.5%;
  left: 4.2%;


}

.s4-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2vw;
  font-weight: bold;
  color: #0037B3;
}

.s4-text {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.04vw;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}

.s4-icon {
  display: flex;
  position: absolute;
  top: 9%;
  left: 48%;
}

.case-icon {
  width: 5vw;
  margin: 0 10px;
}

.case-box {
  position: relative;
  top: -30.5vw;
}

.case {
  position: relative;
}

.case-left {
  width: 51%;
}

.case-right {
  position: absolute;
  top: 25%;
  right: 0%;
  width: 74%;
  z-index: -1;
}

.case-right-box {
  position: absolute;
  top: 3%;
  left: 52%;
}

.case-right-text {
  display: flex;
}

.case-number-text {
  margin-top: 55px;
  font-size: 1.1vw;
  font-weight: bold;
  font-style: italic;
}

.case-number {
  width: 5.5vw;
}

.case-title {
  background: linear-gradient(90deg, #0037B3, #769cf5);
  color: #fff;
  width: 21vw;
  padding: 10px 30px;
  font-size: 1.5vw;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 15px;
}

.case-text {
  color: #333;
  font-size: 1vw;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 10px;
  margin-left: 25px;
  line-height: 27px;
  font-weight: bold;
}

.reverse {
  margin-top: 200px;
}

.case-left-reverse {
  width: 80%;
  position: absolute;
  left: -2%;
  top: 11%;
  z-index: -1;
}

.case-right-box-reverse {
  position: absolute;
  top: 3%;
  left: 15%;
}

.case-right-text-reverse {
  display: flex;
}

.case-right-reverse {
  width: 51%;
  margin-left: auto;
}

.last {
  margin-top: 280px;
}
@media screen and (max-width: 768px) {

.section4 {
  position: relative;
  margin-top:100px;
  height: auto;
}

.s4-bg {
  width: 100%;
  position: relative;
  left: 1%;
  z-index: -2;
}

.s4-title {
  position: absolute;
  width: 26%;
  top: -0.5%;
  left: 5%;
}

.s4-text-box {
  position: absolute;
  top: 2.5%;
  left: 5%;
}

.s4-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0037B3;
}

.s4-text {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  width: 80%;
}

.s4-icon {
  display: flex;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.case-icon {
  width: 70px;
  margin: 0 10px;
}

.case-box {
  position: relative;
  top: -30.5vw;
}

.case {
  position: relative;
}

.case-left {
  width: 51%;
}

.case-right {
  position: absolute;
  top: 25%;
  right: 0%;
  width: 74%;
  z-index: -1;
}

.case-right-box {
  position: absolute;
  top: 3%;
  left: 52%;
}

.case-right-text {
  display: flex;
}

.sp-case-box {
  margin-top: 60px;
}

.sp-case-right-box {
  position: relative;
  top: auto;
  left: auto;
  width: 90%;
  margin: 0 auto;
}

.sp-case {
  margin-top: 50px;
}
.case-number-text {
  margin-top: 30px;
  font-size:20px;
  font-weight: bold;
  font-style: italic;
}

.case-number {
  width: 64px;
}

.case-title {
  background: linear-gradient(90deg, #0037B3, #769cf5);
  color: #fff;
  width: 270px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 0;
}

.case-text {
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 10px;
  margin-left: 0px;
  line-height: 27px;
}

.case-img {
  width: 80%;
}

.reverse {
  margin-top: 200px;
}

.case-left-reverse {
  width: 80%;
  position: absolute;
  left: -2%;
  top: 11%;
  z-index: -1;
}

.case-right-box-reverse {
  position: absolute;
  top: 3%;
  left: 15%;
}

.case-right-text-reverse {
  display: flex;
}

.case-right-reverse {
  width: 51%;
  margin-left: auto;
}

.last {
  margin-top: 280px;
}

}
.section5 {
  background-image: url(img/flow-bg.jpg);
  height: 85vw;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -190px;
}

.travel-step {
  width: 30%;
}

.step-text-box {
  background: #fff;
  padding: 20px;
  margin-top: -2px;
}

.s5-title {
  width: 52%;
  margin: 0 auto;
}

.s5-subtitle {
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.s5-text {
  width: 43%;
  margin: 20px auto;
  text-align: center;
  color: #fff;
}

.travelstep-list-top {
  width: 65%;
  margin: 50px auto;
  display: flex;
}

.travelstep-list-bottom {
  width: 65%;
  margin: 30px auto;
  display: flex;
}

.travel-step {
  margin: auto;
  width: 28%;
}

.step-title {
  color: #0037B3;
  font-weight: bold;
  font-size: 0.9vw;
}

.step-text {
  font-size: 0.9vw;
  margin-top: 8px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section5 {
    height: auto;
background: #AFC8F2;
    position: relative;
    margin-top: 80px;
    padding-bottom: 50px;
  }
  .s5-sp-bg {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .s5-sp-box {
    position: relative;
    z-index: 10;
  }
  .travel-step {
    width: 100%;
   filter: drop-shadow 2px 2px 10px rgba(0, 0, 0, .2);
  }
  
  .step-text-box {
    background: #fff;
    padding: 20px;
    margin-top: -5px;
  }
  
  .s5-title {
    width: 75%;
    margin: 0 auto;
  
  }
  
  .s5-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
    text-align: center;
  }
  
  .s5-text {
    width: 80%;
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    color: #fff;
  }
  
  .travelstep-list-top {
    width: 100%;
    margin: 50px auto;
    display: block;
  }
  
  .travelstep-list-bottom {
    width: 100%;
    margin: 50px auto;
    display: block;
  }
  
  .travel-step {
    margin:30px auto;
    width: 90%;
    position: relative;
    z-index: 10;
  }
  
  .step-title {
    color: #0037B3;
    font-weight: bold;
    font-size: 16px;
  }
  
  .step-text {
    font-size: 14px;
    margin-top: 8px;
  }
}




.section6 {
  height: auto;
}

.s6-title {
  width: 18%;
  margin: 0 auto;
}

.s6-subtitle {
  font-size: 2vw;
  font-weight: bold;
  color: #0037B3;
  text-align: center;
}

.s6-text {
  width: 43%;
  margin: 20px auto;
  text-align: center;
  color: #333;
}

.section7 {
  position: relative;
  padding-bottom: 100px;
}

.s7-bg {
  position: absolute;
  z-index: -10;
  width: 100%;
}

.s7-title {
  width: 28%;
  margin: 0 auto;
  padding-top: 200px;
}

.s7-subtitle {
  font-size: 2.5vw;
  font-weight: bold;
  color: #0037B3;
  text-align: center;
}

.s7-text {
  font-size: 1.4vw;
  font-weight: bold;
  width: 65%;
  margin: 30px auto;
  text-align: center;
  color: #333;
  line-height: 2.2vw;
}

.red {
  color: #F71549;
}

form {
  display: block;
  width: 70%;
  margin: 0 auto !important;
}

.section8 th span {
  color: red;
}

.full-width {
  width: 100%;
}

table {
  border-collapse: collapse;
}

.table th, .table td {
  padding: 12px 15px;
  text-align: left;
  box-sizing: border-box;
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.table tr {
  display: table-row;
  vertical-align: inherit;
}

.table th {
  display: block;
  width: 30%;
  padding-right: 5%;
  text-align: left;
  font-weight: 500;
}

.table td, .table th {
  font-size: 15px;
  float: left;
  padding: 14px 0;
}

.table td {
  width: 60%;
}

label {
  font-size: 1.4vw;
}

.required::before {
  content: "必須";
  background: #F71549;
  color: #fff;
  padding: 5px 15px;
  margin-right: 15px;
}

.notrequired {
  margin-left: 5.5vw;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="name"], textarea, select {
  background: #fff !important;
  border-radius: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  height: 45px;
  font-size: 1.6vw;
  padding-left: 20px;
  margin-left: 50px !important;
}

textarea {
  height: 300px;
  font-size: 1.6vw !important;
  padding: 20px !important;
}

select {
  width: 100%;
  font-size: 1.6vw !important;
  padding-left: 20px !important;
}

label span {
  font-size: 10px;
  margin-left: 80px;
}

.receipt {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.receipt label {
  width: 40%;
}
.receipt input[type="text"]{
  width: 30%;
    margin-left: -150px !important;
}

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

.section7 {
  position: relative;
  background: #FCFAF9;
  z-index: -1;
}

.sp-s7-bg {
  position: absolute;
  z-index: -10;
  width: 110%;
}

.s7-title {
  width: 280px;
  margin: 0 auto;
  padding-top: 130px;
}

.s7-subtitle {
  font-size: 20px;
  margin-top: 20px;
  line-height: 17px;
  font-weight: bold;
  color: #0037B3;
  text-align: center;
}

.s7-text {
  font-size: 12px;
  font-weight: bold;
  width: 80%;
  margin: 30px auto;
  text-align: center;
  color: #333;
  line-height: 24px;
}

.red {
  color: #F71549;
}
  form {
    display: block;
    width: 90%;
    margin: 0 auto !important;
  }
  
  .section8 th span {
    color: red;
  }
  
  .full-width {
    width: 100%;
  }
  
  table {
    border-collapse: collapse;
  }
  
  .table th, .table td {
    padding: 12px 15px;
    text-align: left;
    box-sizing: border-box;
  }
  
  th:first-child, td:first-child {
    padding-left: 0;
  }
  
  th:last-child, td:last-child {
    padding-right: 0;
  }
  
  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  
  .table tr {
    display: table-row;
    vertical-align: inherit;
  }
  
  .table th {
    display: block;
    width: 100%;
    padding-right: 5%;
    text-align: left;
    font-weight: 500;
  }
  
  .table td, .table th {
    font-size: 15px;
    clear: both;
    padding: 10px 0;
  }
  
  .table td {
    width: 100%;
  }
  
  label {
    font-size: 20px;
  }
  
  .required::before {
    content: "必須";
    background: #F71549;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 15px;
  }
  
  .notrequired {
    margin-left: 6.5vw;
  }
  
  input[type="text"], input[type="tel"], input[type="email"], input[type="name"], textarea, select {
    background: #fff !important;
    border-radius: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    height: 45px;
    font-size: 1.6vw;
    padding-left: 20px;
    margin-left: 0px !important;
  }
  
  textarea {
    height: 300px;
    font-size: 1.6vw !important;
    padding: 20px !important;
  }
  
  select {
    width: 100%;
    font-size: 1.6vw !important;
    padding-left: 20px !important;
  }
  
  label span {
    font-size: 10px;
    margin-left: 60px;
  }
  .notrequired {
    margin-left: 0px;
  }
  .notrequired span {
    margin-left: 0px;
  }


.receipt {
  width: 100%;
  display: block;
  margin-top: 50px;
}
.receipt label {
  width: 40%;
}
.receipt input[type="text"]{
  width: 100%;
  margin-top: 15px;
    margin-left: 0px !important;
}
}

.submit {
  background: #0037B3;
  width: 40%;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  position:relative;
  margin-top: 30px;
}
.submit::after {
  position: absolute;
  top: 0;
  left: -5%;
  right: -5%;
  bottom: 0;
  z-index: -1;
  transform: skewX(-25deg);
  background-color: #0037B3;
  border-radius: 0px;
  content: "";
}

@media screen and (max-width: 768px) {
  .submit {
    background: #0037B3;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    position:relative;
    margin-top: 30px;
  
  }
  .submit::after {
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: 0;
    z-index: -1;
    transform: skewX(-25deg);
    background-color: #0037B3;
    border-radius: 0px;
    content: "";
  }
  
}

.button {
  display: none;
}

footer {
  height: 500px;
  background-image:url(img/footer-gb.png);
  background-size: cover;
  background-position: right;
  position: relative;
  z-index: 100;
}


.footer-logo {
  width: 7%;
  padding-top: 30px;
  margin-left: 6%;
}

footer p {
  color: #fff;
  font-family: Franklin Gothic ATF;
  font-style:italic;
  margin-left: 6%;
  margin-top: 30px;
  font-size: 35px;

}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 100px;
    height: 500px;
    background-image:url(img/sp-footer-bg.png);
    background-size: cover;
    background-position:center;
  }

.footer-logo {
  width: 20%;
  padding-top: 30px;
  margin-left: 6%;
}
footer p {
  color: #fff;
  font-family: Franklin Gothic ATF;
  font-style:italic;
  margin-left: 6%;
  margin-top: 30px;
  font-size: 35px;
}
}





/* 更新 */
.qanda {
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .qanda{
    padding: 0px 20px;
  }
}

.qanda_box{
  margin: 25px 0;
}
@media (max-width: 768px) {
  .qanda_box:first-of-type{
    margin: 40px 0 25px;
  }
  .qanda_box{
    margin: 20px 0;
  }
}
.Q-box {
  position: relative;
  width: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  padding: 22px 120px 22px 44px;
}
@media (max-width: 768px) {
  .Q-box{
    padding: 32px 40px 32px 12px;
  }
}
.Q {
  width: 100%;
  max-width: 60px;
}
@media (max-width: 768px) {
  .Q{
    max-width: 28px;
  }
}
.q-text {
  color: #0037B3;
  font-weight: bold;
  font-size: 20px;
  margin-left: 3.2%;
  max-width: 580px;
  width: 100%;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .q-text{
    font-size: 15px;
  }
}
.plus-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
}
@media (max-width: 768px) {
  .plus-btn{
    right: 8px;
    max-width: 27px;
  }
}


.mainview {
  position: relative;
  z-index: 20;
}

.mainview__block {
  position: absolute;
  top:calc((560 / 1920) * 100vw);
  left: calc(50% + min(calc(150 / 1920) * 100vw, 150px));
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media (max-width: 767px) {
  .mainview__block{
      transform: translate(0,0);
      top:calc((200 / 375) * 100vw);
      left:min(calc(20 / 375) * 100vw,  20px);
  }
}
.mainview__en{
  opacity: .2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: min(calc(1239 / 1920) * 100vw,  1239px);
}
@media (max-width: 767px) {
  .mainview__en {
      max-width: min(calc(347 / 375) * 100vw, 375px);
      width: 100%;
  }
}
.catch-copy_br{
  display: none;
}
@media (max-width: 767px) {
  .catch-copy_br{
      display: block;
  }
}
.mainview__logo {
  max-width: clamp(1px, calc(430 / 1920) * 100vw, 430px);
  width: 100%;
  position: absolute;
  top: min(calc(-167 / 1920) * 100vw, 167px);
  left: min(calc(-320 / 1920) * 100vw,  320px);
  z-index: 200;
}
@media (max-width: 767px) {
  .mainview__logo {
      display: none;
  }
}

.slider1__swiperImg {
  display: block;
}

.slider1 .swiper-slide-active .slide-img,
.slider1 .swiper-slide-duplicate-active .slide-img,
.slider1 .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 2 normal both;
  -webkit-animation: zoomUp 10s linear 0s 2 normal both;
}

@-webkit-keyframes zoomUp {

  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.15);
  }

}

@keyframes zoomUp {

  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.15);
  }

}

.fv-inner {
  color: #ffffff;
}

.catch-copy {
  font-weight: 700;
  font-size: clamp(1px, calc(70 / 1920) * 100vw, 70px);
  line-height: 1.5;
  letter-spacing: 0.39em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .catch-copy {
      letter-spacing: 0.08em;
      font-size: clamp(1px, calc(40 / 375) * 100vw, 40px);
  }
}
.catch-copy-second {
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5rem;
  font-size: clamp(1px, calc(40 / 1920) * 100vw, 40px);
}
@media (max-width: 767px) {
  .catch-copy-second {
      font-size: clamp(1px, calc(16 / 375) * 100vw, 16px);
      letter-spacing: 0.08em;
  }
}
.catch-copy-second span{
  padding-right: clamp(1px, calc(64 / 1920) * 100vw, 64px);
}
.catch-copy-second::before {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background-color: #ffffff;
  margin-top: clamp(1px, calc(82 / 1920) * 100vw, 82px);
  margin-bottom: clamp(1px, calc(20 / 1920) * 100vw, 20px);
}
@media (max-width: 767px) {
  .catch-copy-second::before {
      content: "";
      display: block;
      width: 34px;
      height: 2px;
      background-color: #ffffff;
      margin-top: clamp(1px, calc(50 / 375) * 100vw, 50px);
      margin-bottom: clamp(1px, calc(20 / 375) * 100vw, 20px);
  }
}

.conpany-name {
  background-color: rgba(255, 255, 255, 0.8);
  color: #0037B3;
  font-size: clamp(1px, calc(35 / 1920) * 100vw, 35px);
  border-radius: clamp(1px, calc(35 / 1920) * 100vw, 35px);
  text-align: center;
  padding:clamp(1px, calc(12 / 1920) * 100vw, 12px) 0;
  font-style: italic;
  font-weight: bold;
  margin: clamp(1px, calc(68 / 1920) * 100vw, 68px) 0 0 min(calc(116 / 1920) * 100vw, 116px);
  letter-spacing: 0.2em;
  max-width: clamp(1px, calc(537 / 1920) * 100vw, 537px);
  width: 100%;
}
@media (max-width: 767px) {
  .conpany-name {
      display: none;
  }
}


.a-box {
  display: none;
  position: relative;
  background-color: rgba(102, 154, 237, 0.47);
  margin-top: 32px;
}

@media (max-width: 767px) {
  .a-box {
      margin-top: 11px;
  }
}
.a-box_inner {
  padding: 33px 120px 50px 44px;
  display: flex;
}
@media (max-width: 767px) {
  .a-box_inner {
      padding: 25px 25px 45px 27px;
      display: block;
  }
}

.a-box_mark img {
  display: block;
}

.a-box_mark {
  max-width: 66px;
  width: 100%;
  display: block;
  margin-right: 2.9%;
}

@media (max-width: 767px) {
  .a-box_mark {
      max-width: 32px;
  }
}

.a-box_text {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .a-box_text {
      font-size: 15px;
      padding-left: 10px;
      margin-top: 20px;
  }
}

.a-box_btn {
  position: absolute;
  right: 36px;
  width: 4.75%;
  width: 48px;
  top: 50%;
  transform: translateY(-70%);
}

@media (max-width: 767px) {
  .a-box_btn {
      width: 27px;
      top: 45px;
      right: 10px;
  }
}