/************************************

共通style

************************************/
body{
    color: #2B2B2B;
    margin: 0 !important;
}
.lpeCElement{
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #2B2B2B;
}
p{
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
@media screen and (max-width:768px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}
/************************************

ヘッダーstyle

************************************/
header{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
.header__wrap{

}
.header__wrap > div:first-child{
    background-color: #fff;
}
.header__logowrap{
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: 0.3s;
}
.header__logowrap div{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header__logowrap div a{
    display: block;
    max-width: 94px;
    width: 100%;
    margin-right: 45px;
}
.header__logowrap div p{
    font-size: 20px;
}
.header__logowrap.display_out{
    top: -100px;
    opacity: 0;
}
.hamburger{
    position: fixed;
    top: 35px;
    right: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #E5EAED;
    cursor: pointer;
    z-index: 5;
}
.hamburger > div{
    max-width: 36px;
    width: 100%;
    height: 20px;
    position: relative;
}
.hamburger > div span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1D1D1D;
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.hamburger > div span:nth-child(1){
    top: 0;
}
.hamburger > div span:nth-child(2){
    top: 9px;
}
.hamburger > div span:nth-child(3){
    bottom: 0;
}
.hamburger.hamburger__opne > div span:nth-child(1){
    top: 8px;
    transform: rotate(45deg);
}
.hamburger.hamburger__opne > div span:nth-child(2){
    opacity: 0;
}
.hamburger.hamburger__opne > div span:nth-child(3){
    transform: rotate(-45deg);
    bottom: 10px;
}
header nav{
    overflow: scroll;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 100%;
    width: 100vw;
    height: 100%;
    padding:0 0px 0px;
    background: #028BD6;
    transition: 0.5s;
    z-index: 4;
}
header nav .nav-grp{
    padding: 70px 170px 64px;
    background: #EBEBEB
}
header nav.nav__opne{
    right: 0;
}
header nav .nav-grp .nav_title {
    margin-bottom: 35px;
    position: relative;
    left: -20px;
}
header nav ul{
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    gap: 10.981vw;
}
header nav ul li{
    margin: 0 0 20px;
}
header nav ul li a{
     font-size: 28px;
    position: relative;
    font-weight: bold;
    transition: 0.2s;
}
header nav ul li a:hover{
    opacity: 0.6;
}
/* header nav ul li.nav__small-list{
    margin: 0 0 20px;
}
header nav ul li.nav__small-list.nav__small-list_mb30{
    margin-bottom: 30px;
} */

header::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(43,43,43,0.65);
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
header.nav__bgopne::after{
    opacity: 1;
    z-index: 3;
}
header nav .btn-grp {
    display: flex;
    gap: 20px;
}
.cbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 257px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: 70px;
    color: #03639A;
    background: #FFFFFF;
    border: 2px solid #028BD6;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    font-weight: bold;
    transition: 0.3s;
}
.cbtn.cbtn-amazon img{
    padding-top: 5px;
    width: 200px;
}
.cbtn.cbtn-contact{
    margin-top: 15px;
    color: #fff;
    border-color: #fff;
    background-color: #03639A;
}
@media screen and (max-width:768px){
    .cbtn.cbtn-amazon img{
        padding-top: 8px;
        margin-bottom: -5px;
        width: 57%;
    }
}
@media screen and (max-width:430px){
    .cbtn.cbtn-amazon img{
        padding-top: 4px;
        margin-bottom: -10px;
        width: 72%;
    }
    .cbtn.cbtn-contact{
        margin-top: 15px !important;
    }
}

header nav .cbtn{
    transition: 0.2s;
}
header nav .cbtn:hover{
    opacity: 0.6;
}
.btn__small--blue:hover{
    color: #0327EB;
    background-color: #fff;
}
header nav .question-section {
    padding: 37px 170px 20px;
    background: #028BD6;
    height: 321px;
    color: #fff;
}
header nav .question-section .question-title{
    font-size: 26px;
    margin-bottom: 30px;
}
header nav .question-section .question-btn{
    width: 257px;
    height: 56px;
    border-radius: 70px;
    background: #F4DD42;
    color: #0B70A7;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.2s;
}
header nav .question-section .question-btn:hover{
    opacity: 0.6;
}
header nav .question-section .question-btn a{
    color: #0B70A7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
header nav .question-section ul {
    display: flex;
    flex-direction: column;
    gap:10px;
}
header nav .question-section ul li {
    margin-bottom: 0;
    position: relative;
    margin-left: 25px;
    font-weight: 600;
}
header nav .question-section ul li::before {
    content: "";
    background-image: url(d4-d7_left-arrow-white_d4-d7_20250314.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    margin-top: 5px;
    position: absolute;
}
header nav .question-section ul li a{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width:1000px){
    header nav .nav-grp{
        padding: 15vw 2vw 64px;
    }
    header nav .nav-grp .nav_title img{
        width: 60%;
    }
}
@media screen and (max-width:768px){
    .header__logowrap{
        padding: 3vw 4vw;
        z-index: 6;
    }
    .header__logowrap div a{
        max-width: 20vw;
        margin-right: 5vw;
    }
    .header__logowrap div p{
        font-size: 3vw;
        letter-spacing: 0.5vw;
        line-height: 1.8;
    }
    .header__logowrap div a img{
        width: 100%;
    }
    .hamburger{
        top:13.5vw;
        right: 4vw;
        width: 12vw;
        height: 12vw;
        z-index: 8;
    }
    .hamburger > div{
        max-width: 6vw;
        height: 4vw;
    }
    .hamburger > div span:nth-child(2){
        top: 1.8vw;
    }
    .hamburger.hamburger__opne > div span:nth-child(1){
        top: 2vw;
    }
    .hamburger.hamburger__opne > div span:nth-child(3){
        bottom: 1.7vw;
    }
    header nav{
        max-width: 100%;
        padding: 0 0 3vw;       
        z-index: 7;
    }
    header nav .nav-grp .nav_title{
        left: 2.5vw;
        margin-bottom: 4vw;
    }
    header nav .nav-grp .nav_title img{
        width: 70%;
    }
    header nav ul{
        max-width: 95vw;
        width: 100%;
        margin: 0 auto 2vw;
        flex-direction: column;
        gap: 0;
    }
    header nav ul li{
        margin: 0 0 2vw;
    }
    header nav ul li:nth-child(2){
        margin-bottom: 4vw;
    }
    header nav ul li a{
        font-size: 4.6vw;
        letter-spacing: 0;
    }
    header nav ul li.nav__small-list{
        margin: 0 0 2vw;
    }
    header nav ul li.nav__small-list.nav__small-list_mb30{
        margin-bottom: 2vw;
    }
    header nav ul li.nav__small-list a{
        font-size: 4.6vw;
        padding-left: 0;
        letter-spacing: 0;
    }
    header nav ul li.nav__small-list a::after{
        width: 3.5vw;
    }
    .btn__small--blue{
        max-width: 100%;
        height: 15vw;
        font-size: 5vw;
        letter-spacing: 1vw;
    }
    header nav .btn-grp{
        max-width: 95vw;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }
    header nav .cbtn{
        max-width: 95%;
        margin: 0 auto;
        font-size: 20px;
    }
    header nav .question-section{
        padding: 4vw 2.5vw 20vw;
    }
    header nav .question-section .question-btn{
        width: 100%;
    }
    header nav .question-section ul li{
        margin-left: 7vw;
        font-size: 3.8vw;
        text-decoration: underline;
    }
    header nav .question-section ul li::before{
        width: 4vw;
        height: 4vw;
        margin-left: -6vw;
        margin-top: 1vw;
    }
    header nav .question-section ul li a{
        font-size: 4vw;
    }
}
@media screen and (max-width:768px){
    header nav .question-section .question-title{
        font-size: 18px;
    }
}
@media screen and (min-width:600px) and ( max-width:768px) {
    header nav{
        padding: 0 0 3vw ;       
    }
}

/************************************

ここからコンテンツcss

************************************/
.main__contents{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
@media screen and (max-width:768px){
    .main__contents{
        padding-top: 18vw;
    }
}















/************************************

フッターstyle

************************************/
footer{
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    padding: 45px 20px;
    background-color: #F5F5F5;
}
.footer__wrap{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}
.footer__wrap ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    margin: 0 auto 25px;
}
.footer__wrap ul li{
    padding-left: 30px;
    position: relative;
}
.footer__wrap ul li::after{
    content: "/";
    display: block;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 10px;
}
.footer__wrap ul li:first-child{
    padding-left: 0;
}
.footer__wrap ul li:first-child::after{
    display: none;
}
.footer__logowrap a{
    display: block;
    max-width: 138px;
    width: 100%;
    margin: 0 auto 10px;
}
.footer__logowrap a img{
    display: block;
    width: 100%;
}
p.copyright{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin: 0;
}
#page-top{
    position: absolute;
    right: 130px;
    width: 85px;
    height: 85px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: #E1E7F0;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    z-index: 2;

}
#page-top a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px){
    footer{
        padding: 11vw 4vw 5vw;
    }
    .footer__wrap ul{
        display: block;
        font-size: 3.6vw;
        margin: 0 auto 7vw;
    }
    .footer__wrap ul li{
        padding-left: 0;
        margin-bottom: 5vw;
    }
    .footer__wrap ul li::after{
        display: none;
    }
    .footer__logowrap a{
        max-width: 28vw;
        margin: 0 auto 11vw;
    }
    p.copyright{
        font-size: 2.6vw;
        letter-spacing: 0.3vw;
    }
    #page-top{
        right: 4vw;
        width: 11vw;
        height: 11vw;
        border-radius: 50%;
    }
    #page-top a img{
        width: 5vw;
        height: 5vw;
    }
}
/************************************

驛｢�ｧ�ｽ�｢驛｢譏懶ｽｹ譁滄豪�ｹ譎｢�ｽ�ｼ驛｢�ｧ�ｽ�ｷ驛｢譎｢�ｽ�ｧ驛｢譎｢�ｽ�ｳcss

************************************/
.sc-fadeIn,
.sc-fadeIn-2,
.sc-fadeIn-3,
.sc-fadeIn-4{
  transition: 1s;
  opacity: 0;
}
.sc-fadeIn{
  transform: translate3d(0, 30px, 0);
}
.sc-fadeIn-2{
  transform: translate3d(0, 80px, 0);
}
.sc-fadeIn-3{
    transform: translate3d(0, 130px, 0);
}
.sc-fadeIn-4{
    transform: translate3d(0, 180px, 0);
}
.sc-fadeIn.sc-active,
.sc-fadeIn-2.sc-active,
.sc-fadeIn-3.sc-active,
.sc-fadeIn-4.sc-active{
  transform: translate3d(0, 0, 0);
  opacity: 1;
}