@charset "UTF-8";
/* CSS Document */

.section-top {
    position: relative;
}
.section-top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1280px;
    width: 30%;
    height: 1300px;
    background-color: #f9f9f9;
    z-index: -1;
}
.section-top__text1 {
    position: absolute;
    padding: 0 5%;
    top: 60%;
    z-index: 100;
}
.section-top__text2 {
    position: absolute;
    padding: 0 5%;
    top: 85%;
    right: 0;
    z-index: 100;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-shadow: 1px 2px 3px #000;
}
.section-top__text2::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 50%;
    height: 1px;
    left: -173px;
    top: 25%;
    box-shadow: 1px 2px 3px #000;
}
@media(min-width:780px) {
    .swiper-slide {
        text-align: right;
    }
    .section-top::after {
        height: 1100px;
        bottom: -800px;
    }
    .section-top__text {
        display: block;
        max-width: 1040px;
        margin: 0 auto;
    }
    .section-top__text1 {
        top: 50%;
        padding: 0;
    }
    .section-top__text2 {
        font-size: 2.4rem;
        padding: 0;
        margin-right: 10%;
    }
    .section-top__text2::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 50%;
        height: 1px;
        left: -350px;
        top:50%;
        box-shadow: 1px 2px 3px #000;
        
    }
}
.section-question {
    margin: 100px 5% 0px 5%;
}
.section-question__Q {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.section-question h2 {
    font-size: 2.7rem;
    line-height: 4.8rem;
    color: #19167a;
    font-weight: 600;
}
.top-question {
    list-style: none;
}
.top-question li {
    display: flex;
    margin-top: 40px;
}
.check-mark {
    height: 100%;
    margin: auto 0;
}
.top-question__description {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3rem;
    padding-left: 15px;
}
.top-question__description-o {
    color: #ff710e;
}
.top-question__text {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 4.0rem;
}
.top-question__text em {
    font-weight: 600;
}
@media(min-width:780px) {
    .section-question {
        max-width: 1040px;
        margin: 100px auto 0 auto;
        padding: 0 5%;
    }
    .section-question__Q {
        display: flex;
        justify-content: space-between;
    }
    .section-question__Q h2 {
        display: flex;
        align-items: center;
    }
    .top-question__text em {
        font-size: 2.8rem;
    }
}
.section-aboutus {
    padding: 0 5%;
    padding-top: 100px;
}
.section-aboutus h2 {
    text-align: center;
    width: 195px;
    margin: 0 auto;
}
.section-aboutus h2 p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 160px;
    font-size: 1.4rem;
    color: #2b6abd;
    position: relative;
}
.section-aboutus h2 p::after {
    content:"";
    position:absolute;
    background:#333333;
    left: 50%;
    top: 90px;
    width:2px;
    height:60px;
}
.section-aboutus p {
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding-bottom: 50px;
}
@media(min-width:780px) {
    .section-aboutus {
        max-width: 1040px;
        margin: 100px auto 0 auto;
    }
    .btn-wrapper {
        display: flex;
    }
    
}
.section-contents {
    margin-top: 120px;
    position: relative;
    padding: 0 5%;
}
.section-contents::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0px;
    width: 90%;
    height: 105%;
    background-color: #f9f9f9;
    z-index: -1;
}
.section-contents h2 div {
    font-family: "Roboto", sans-serif;
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #19167a;
    text-align: center;
}
.section-contents h2 p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 160px;
    font-size: 1.4rem;
    color: #2b6abd;
    position: relative;
}
.section-contents h2 p::after {
    content:"";
    position:absolute;
    background:#333333;
    left: 50%;
    top: 90px;
    width:2px;
    height:60px;
}
.section-contents__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.section-contents__list li {
    position: relative;
    margin: 0 15px 50px 15px;
}
.section-contents__list-description {
    position: absolute;
    bottom: 40px;
    padding: 0 5%;
    color: #fff;
}
.section-contents__list-description h3 {
    padding-bottom: 40px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
}
.section-contents__list-description h3 span {
    font-size: 1.4rem;
}
.section-contents__list-description h3::after {
    content:"";
    position:absolute;
    background:#fff;
    left: 0;
    top: 40px;
    width:200px;
    height:1px;
}
.section-contents__list-description p {
    font-size: 1.4rem;
}
.section-contents__description {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 40px;
}
@media(min-width:780px) {
    .section-contents__wrapper {
        max-width: 1040px;
        margin: 120px auto 0 auto;
    }
    .section-contents::after {
        height: 105%;
    }
}
.section-faq {
    margin-top: 150px;
    padding: 0 5%;
    text-align: center;
}
.section-faq__wrapper {
    border: solid 2px #19167a ;
}
.section-faq__description {
    color: #fff;
}
.section-faq__description h2 {
    font-family: "Roboto", sans-serif;
    font-size: 4.4rem;
}
.btn-faq {
    display: flex;
    margin: 0 0 30px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    background: #19167a;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    transition: .3s;
  }
  .btn-faq:hover {
    color: #ff710e;
  }
  .btn-faq:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .btn-faq__description {
    margin: 0 auto;
    line-height: 5.5rem;
    letter-spacing: 0.1em;
  }
  .right {
    font-size: 3.8rem;
  }
  .faq-icon {
    padding-bottom: 40px;
  }
@media(min-width:780px) {
    .section-faq {
        max-width: 1040px;
        margin: 150px auto 100px auto;
        padding: 0 5%;
    }
    .section-faq__wrapper {
        display: flex;
        justify-content: space-between;
    }
    .section-faq__description {
        background: #19167a;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
        width: 70%;
        position: relative;
    }
    .btn-faq {
        margin: 0;
    }
    .btn-faq__description{
        display: flex;
        position: absolute;
        left: 10%;
        top: 60px;
    }
    .right {
        display: flex;
        align-items: center;
        padding-right: 30px;
    }
    .btn-faq__wrapper h2{
        margin-bottom: 30px;
    }
    .faq-icon {
        margin: 40px auto 0 30px;
    }
}