@charset "UTF-8";

html{
    height: 100%;
    width: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}
body{
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans',sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  }

@media screen and (min-width:641px){
    body{
        font-family: 'Noto Sans',sans-serif;
    }
}

header,main,footer{
    display:block;
    margin:0 auto;
    clear:both;
}

img{
    width:100%;
}

.clear{
    clear: both;
}
.bold{
    font-weight: bold;
    margin-bottom:80px;
}





.kome{
    text-align: right;
    font-size: 1.1rem;
}

.FV_background{
    background-color: #009645;
    max-width: 100%;
    position:relative;
    margin-top:-140px;
    height:935px;
}
@media screen and (max-width:1200px){
    .FV_background{
        height:auto;
        padding: 10px 0px 40px 50px;
    }
}


.FV_img{
    max-width:630px;
}
@media screen and (max-width:1300px){
    .FV_img{
        max-width:550px;
    }
}
@media screen and (max-width:1200px){
    .FV_img{
        max-width:500px;
    }
}
@media screen and (max-width:1080px){
    .FV_img{
        max-width:450px;
    }
}
@media screen and (max-width:950px){
    .FV_img{
        max-width:380px;
    }
}
@media screen and (max-width:900px){
    .FV_img{
        max-width:330px;
    }
}
@media screen and (max-width:830px){
    .FV_img{
        max-width:300px;
    }
}
@media screen and (max-width:800px){
    .FV_img{
        max-width:270px;
    }
}


.FV_flex{
    display: flex;
    max-width: 1060px;
    justify-content: space-between;
}

.FV_logo{
    max-width: 116px;
    height:auto;
    position: absolute;
    z-index: 10;
    top: 17%;
    left: 13%;
}
@media screen and (max-width:1200px){
    .FV_logo{
        top: 24%;
        left: 5%;
    }
}
@media screen and (max-width:840px){
    .FV_logo{
        top: 25%;
        left: 5%;
    }
}
@media screen and (max-width:800px){
    .FV_logo{
        top: 26%;
        left: 5%;
    }
}

.FV_tel{
    max-width: 220px;
    height:auto;
    display: block;
    left: 70%;
    top: 0;
    z-index: 2;
    position: fixed;
}
@media screen and (max-width:800px){
    .FV_tel{
        max-width: 180px;
    }
}

.scroll_tel{
    right: 0;
    top: 0;
    max-width: 220px;
    transition: all 0.4s ease;
}
@media screen and (max-width:800px){
    .scroll_tel{
        max-width: 180px;
    }
}

.scroll_tel.isSmall{
    width: 180px!important;
    left: 80%;
  }
  @media screen and (max-width:800px){
    .scroll_tel.isSmall{
        max-width: 160px;
    }
}

.FV_inner{
    max-width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media only screen and (max-width: 1300px){
    .FV_inner{
        max-width: 1100px;
    }
}
@media only screen and (max-width: 1200px){
    .FV_inner{
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1080px){
    .FV_inner{
        max-width: 900px;
    }
}
@media only screen and (max-width: 950px){
    .FV_inner{
        max-width: 85%;
    }
}


.FV_text_inner{    
    max-width:1100px;
    margin: 0 auto;
    text-align: center;
}


.FV_text{
    max-width: 800px;
    height:auto;
    text-align: center;
    margin: 280px 0 70px 0;
}
@media only screen and (max-width: 1300px){
    .FV_text{
        margin: 300px auto 90px;
    }
}
@media only screen and (max-width: 1200px){
    .FV_text{
        max-width: 650px;
        margin: 220px auto 50px;
        padding-left: 40px;
    }
}
@media only screen and (max-width: 1050px){
    .FV_text{
        max-width: 600px;
        margin: 220px auto 50px;
    }
}
@media only screen and (max-width: 800px){
    .FV_text{
        max-width: 560px;
        margin: 220px auto 50px;
    }
}
@media only screen and (max-width: 720px){
    .FV_text{
        max-width: 80%;
    }
}

.FV_point{
    max-width: 360px;
    height:auto;
    padding-left: 80px;
    margin-bottom:20px;
}
@media only screen and (max-width: 1200px){
    .FV_point{
        max-width: 300px;
    }
}
@media only screen and (max-width: 1080px){
    .FV_point{
        max-width: 250px;
    }
}
@media only screen and (max-width: 950px){
    .FV_point{
        max-width: 200px;
        padding-left: 70px;
    }
}
@media only screen and (max-width: 800px){
    .FV_point{
        max-width: 200px;
        padding-left: 60px;
    }
}



.FV_pc{
    margin-top:100px;
    position:relative;
}

.btnshine:hover{
    opacity: 0.5;
}
.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
  display:inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 15px 120px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    max-width:540px;
    border-radius: 50px;
    font-size:2.0rem;
    margin-bottom:50px;
}
@media only screen and (max-width: 1200px){
    .btnshine{
        padding: 15px 90px;
    }
}
@media only screen and (max-width: 1080px){
    .btnshine{
        padding: 15px 70px;
        margin-bottom:30px;
    }
}
@media only screen and (max-width: 950px){
    .btnshine{
        padding: 15px 40px;
    }
}
@media only screen and (max-width: 850px){
    .btnshine{
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 720px){
    .btnshine{
        padding: 15px 20px;
        font-size:1.6rem;
    }
}
@media only screen and (max-width: 640px){
    .btnshine{
        padding: 15px 60px;
        text-decoration: none;
        outline: none;
        overflow: hidden;
        max-width:60%;
        border-radius: 50px;
        font-size:1.5rem;
        margin:15px auto 0;
        display: block;
    }
}
@media only screen and (max-width: 540px){
    .btnshine{
        max-width:50%;
        font-size:1.3rem;
    }
}
@media only screen and (max-width: 350px){
    .btnshine{
        max-width:65%;
        padding: 15px 30px;
    }
}



.btnshine::before {
    content: '';
      /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
      /*キラッと光る形状*/
      width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
  }
  
  /*hoverした際の移動のアニメーション*/
  .btnshine:hover::before {
    animation: shine 0.7s;
  }

.btnshine span{
    height:55px;
    width:55px;
    border-radius:50%;
    line-height:50px;
    text-align:center;
    background-color: #ffffff;
    color:#1a1a1a;
    padding: 17px 5px 16px 10px;
    margin-right: 20px;
    font-size:1.5rem;
    font-weight: bold;
}
@media only screen and (max-width: 720px){
    .btnshine span{
        font-size:1.2rem;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 640px){
    .btnshine span{
        height:33px;
        width:33px;
        border-radius:50%;
        line-height:25px;
        padding:12px 3px 12px 8px;
        font-size:1.2rem;
    }
}


  @keyframes shine {
    100% {
      left: 125%;
    }
  }

.FV_contact{
    width:63px;
    display: block;
    left: 0;
    top: 28%;
    z-index: 2;
    position:absolute;
}
@media only screen and (max-width: 1200px){
    .FV_contact{
        top: 16%;
    }   


    .FV_pc{
        margin-top:0px;
    }
}
@media only screen and (max-width: 1025px){
    .FV_contact{
        display: none;
    }
}


.FV_contact:hover{
    opacity: 0.7;
}
@media only screen and (max-width: 1200px){
    .sp_header_bg{
    background-color: #fff;
        background-color: #fff;
        height:80px;
        margin: 0 auto;
        padding: 10px 0 0 40px;
    }
    .sp_header_bg img{
        width:80px;
    }

}
@media only screen and (max-width: 900px){

    .sp_header_bg img{
        width:70px;
    }

}
@media only screen and (max-width: 640px){
    .kome{
        text-align: left;
        margin:0 0 0 5vw;
        padding:0;
    }
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc{display: block !important;}
.sp{display: none !important;}
.pc_header{display: block !important;}
.sp_header{display: none !important;}
.pc_header img{
    max-width: 1920px;
}
/* span.pc{display: inline !important;}  */

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1200px){
    .pc_header{display: none !important;}
    .sp_header{display: block !important;}
}
@media only screen and (max-width: 640px){
    .pc{display: none !important;}
    .sp{display: block !important;}
    span.pc{display: none !important;}
}

/*====================================================================
    ふわっ
====================================================================*/
/* 左から */
.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeLeftAnime{
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */
.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeRightAnime{
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
    
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/     
.fadeLeftTrigger,.fadeRightTrigger{
    opacity: 0;
}

/*====================================================================*/



/*====================================================================
    header
====================================================================*/
h1{
    padding: 0;
    margin:0;
    display: block;
    line-height: 0;
}
h1 img{
    width:100%;
    height:100%;
}

@media only screen and (max-width: 640px){
    .FV_background_sp{
        background-color: #009645;
        width:100%;
        height:600px;
        padding-bottom:20px;
    }
    @media only screen and (max-width: 420px){
        .FV_background_sp{
            padding-bottom:40px;
        }
    }
    
    @media only screen and (max-width: 350px){
        .FV_background_sp{
            padding-bottom:0px;
            height:540px;
        }
    }

    .logo_sp{
        max-width:88px;
        margin:25px 0 0 20px;
    }

    .FV_image_sp{
        max-width:85%;
        margin:50px auto 0;
        text-align: center;
        display: block;
    }
}



/*==========header　ハンバーガーメニュー　1024px以下==========*/
@media screen and (max-width:1200px){
    .hamburger {
        display : block;
        position: fixed;
        z-index : 15;
        right : 0;
        top   : 0;
        width : 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        background-color: #1a1a1a;
    }

    .tel_sp{
        display : block;
        position: fixed;
        z-index : 15;
        right : 50px;
        top   : 0;
        width : 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        background-color: #00be45;
    }

    .tel_sp img{
        width:60%;
        margin: 8px auto;
    }


    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 10px;
        background-color : #ffffff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 12px;
    }
    .hamburger span:nth-child(2) {
        top: 22px;
    }
    .hamburger span:nth-child(3) {
        top: 32px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top : 22px;
        left: 9px;
        background :#ffffff;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 22px;
        background :#ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
        position: fixed;
        z-index : 10;
        top  : 0;
        right : 0;
        color: #ffffff;
        background: #1a1a1a;
        text-align: center;
        width: 80%;
        max-width: 400px;
        transform: translateX(100%);
        transition: all 0.6s;
        padding:70px 10px 20px
    }

    nav.globalMenuSp img{
        width: 15vw;
        height: auto;
        margin-top:75px;
    }

    nav.globalMenuSp ul {
        text-align: left;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0 0 0 20px;
        width: 100%;
        transition: .4s all;
    }
    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }


    nav.globalMenuSp ul li a {
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        color: #ffffff;
        padding: 1.4rem 0 1.4rem 2rem;
        text-decoration :none;
        display: inline-block;
        background: url(../img/common/arrow.png) no-repeat;
        background-position: 0 1.3rem;
        background-size: 1.6rem;
    }
    @media screen and (max-width:350px){
        nav.globalMenuSp ul li a {
            font-size: 1.4rem;
            padding: 1.4rem 0 1.4rem 0;
        }
    }



    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
    }

    .menu_contact a{
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        width: 90%;
        text-decoration: none;
        display: inline-block;
        padding:1rem 0;
        background-color: #00be45;
        border-radius: 3rem;
        margin: 15px auto;
    }
}


/*====================================================================
    main
====================================================================*/
/*main*/
section{
    text-align: center;
    display: block;
    margin: 0 auto 210px;
}
section .content{
    width: 96%;
    max-width: 1000px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 100px 0;
}
section .content01{
    width: 96%;
    max-width: 1000px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}

section .sec02_inner{
    width: 100%;
    max-width: 1080px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
section .sec04_inner{
    width: 100%;
    max-width: 1100px;
    text-align: center;
    display: block;
    margin: 0 auto;
}


section .sec05_inner{
    width: 100%;
    max-width: 770px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:980px){
    section .sec05_inner{
        width: 80%;
    }
}
@media screen and (max-width:780px){
    section .sec05_inner{
        width: 87%;
    }
}
@media screen and (max-width:640px){
    section .sec05_inner{
        width: 83%;
        margin:0 auto 50px;
    }
}
@media screen and (max-width:281px){
    section .sec05_inner{
        width: 90%;
    }
}

section .sec06_inner{
    width: 100%;
    max-width: 470px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:890px){
    section .sec06_inner{
        max-width: 50%;
    }
}
@media screen and (max-width:640px){
    section .sec06_inner{
        max-width: 75%;
        margin:0 auto 40px;
    }
}
@media screen and (max-width:380px){
    section .sec06_inner{
        max-width: 80%;
    }
}



section .sec08_inner{
    width: 100%;
    max-width: 740px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:980px){
    section .sec08_inner{
        max-width: 75%;
    }
}
@media screen and (max-width:840px){
    section .sec08_inner{
        max-width: 80%;
    }
}
@media screen and (max-width:640px){
    section .sec08_inner{
        max-width: 85%;
    }
}
@media screen and (max-width:400px){
    section .sec08_inner{
        max-width: 95%;
        padding-left:10px;
    }
}


section .sec09_inner{
    width: 100%;
    max-width: 450px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:780px){
    section .sec09_inner{
        max-width: 50%;
    }
}
@media screen and (max-width:640px){
    section .sec09_inner{
        max-width: 70%;
        margin:0 auto 50px;
    }
}
@media screen and (max-width:400px){
    section .sec09_inner{
        max-width: 75%;
    }
}

section .sec10_inner{
    width: 100%;
    max-width: 420px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:780px){
    section .sec10_inner{
        max-width: 52%;
    }
}
@media screen and (max-width:640px){
    section .sec10_inner{
        max-width: 65%;
        margin-bottom:60px;
    }
}
@media screen and (max-width:400px){
    section .sec10_inner{
        max-width: 75%;
        margin-bottom:50px;
    }
}


    .sec04_inner h2{
    max-width:45%;
    margin:20px auto 40px;
}
@media screen and (max-width:1020px){
    .sec04_inner h2{
        max-width:50%;
    }
}
@media screen and (max-width:800px){
    .sec04_inner h2{
        max-width:53%;
    }
}
@media screen and (max-width:769px){
    .sec04_inner h2{
        margin:20px auto 60px;
    }
}
@media screen and (max-width:640px){
    .sec04_inner h2{
        max-width:73%;
    }
}
@media screen and (max-width:400px){
    .sec04_inner h2{
        max-width:100%;
        margin:20px auto 40px;
    }
}

@media screen and (max-width:1200px){
    section .content{
        width: 96%;
        max-width: 1000px;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 130px 0;
    }
}

@media screen and (max-width:640px){
    section .content{
        width: 95%;
        padding: 70px 0 50px;
    }
}

h2{
    font-size:3.3rem;
    margin:0 auto;
    padding:0 50px;
    text-align: center;
    position:relative;
}
@media screen and (max-width:980px){
    h2{
        font-size:3.0rem;
    }
}
@media screen and (max-width:890px){
    h2{
        font-size:2.8rem;
    }
}
@media screen and (max-width:760px){
    h2{
        font-size:2.4rem;
    }
}
@media screen and (max-width:705px){
    h2{
        font-size:2.3rem;
    }
}
@media screen and (max-width:640px){
    h2{
        font-size:2.2rem;
    }
}
@media screen and (max-width:350px){
    h2{
        font-size:1.8rem;
    }
}
@media screen and (max-width:281px){
    h2{
        font-size:1.5rem;
    }
}


 h2::before{
    content: url(../img/title-before.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    top:-10px;
    left:0;
} 

@media screen and (max-width:640px){
    h2::before{
        max-width:25px;
        transform: scale(0.6);
        padding-left: 10px;
        top: -10px;
        left: -10px
    }
} 
@media screen and (max-width:350px){
    h2::before{
        transform: scale(0.5);
    }
} 



h2::after{
    content: url(../img/title-after.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    top:20px;
    right: 3px;
}

@media screen and (max-width:640px){
    h2::after{
        padding-left: 20px;
        max-width:25px;
        transform: scale(0.6);
        top:40px;
        right: 21px;
    }
}
@media screen and (max-width:350px){
    h2::after{
        transform: scale(0.5);
    }
} 
@media screen and (max-width:281px){
    h2::after{
        top:20px;
    }
} 


/*==flex=grid================================================================*/

/*================flex================*/
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3vw;
}
@media screen and (max-width:1200px){
    .flex{
        margin:0 auto;
    }
}

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


    .flex{
        flex-flow: column;
    }
}
@media screen and (max-width:420px){
    .flex{
        width:100%;
        flex-flow: column;
    }
}


/*====================================================================
    section01
====================================================================*/

.section01{
    margin: 200px auto 180px;
    text-align: center;
    display: block;
}
@media screen and (max-width:1400px){
    .section01{
        margin: 150px auto 130px;
    }
}
@media screen and (max-width:1200px){
    .section01{
        margin: 100px auto 130px;
    }
}
@media screen and (max-width:1080px){
    .section01{
        text-align: center;
        display: block;
        margin: 60px auto 160px;
    }
}
@media screen and (max-width:800px){
    .section01{
        text-align: center;
        display: block;
        margin: 70px auto 170px;
    }
}
@media screen and (max-width:640px){
    .section01{
        text-align: center;
        display: block;
        margin: 0 auto 50px;
    }
}


.content01{
    display: block;
}
@media screen and (max-width:640px){
    .content01_sp{
        padding:80px 0 50px 0;
    }
}
@media screen and (max-width:420px){
    .content01_sp{
        padding:80px 0 100px 0;
    }
}

.sec01_inner{
    max-width:870px;
    margin: -30px auto 0;
}
@media screen and (max-width:1080px){
    .sec01_inner{
        margin:0 auto;
    }
}
@media screen and (max-width:980px){
    .sec01_inner{
        max-width:820px;
        margin:0 auto;
    }
}
@media screen and (max-width:890px){
    .sec01_inner{
        max-width:770px;
        margin:0 auto;
    }
}
@media screen and (max-width:640px){
    .sec01_inner{
        max-width:95%;
        margin:0 auto 40px;
        padding-left:10px;
    }
}
@media screen and (max-width:550px){
    .sec01_inner{
        max-width:75%;
    }
}
@media screen and (max-width:415px){
    .sec01_inner{
        max-width:95%;
        margin:0 auto 40px;
        padding-left:10px;
    }
}





@media screen and (max-width:1200px){
    .circle_inner{
        max-width:800px;
        margin:0 auto;
}
}
@media screen and (max-width:1020px){
    .circle_inner{
        max-width:840px;
        margin:0 auto;
}
}
@media screen and (max-width:890px){
    .circle_inner{
        max-width:760px;
        margin:0 auto;
}
}
@media screen and (max-width:780px){
    .circle_inner{
        max-width:660px;
        margin:0 auto;
}
}
@media screen and (max-width:680px){
    .circle_inner{
        max-width:590px;
        margin:0 auto;
}
}


.sec1_circle{
    max-width: 1100px;
    height: 220px;
    text-align:center;
    border-radius: 180px;
    border: solid 10px #ffff00;
    margin:40px auto 0;
    padding:40px 110px 0px 110px;
    position:absolute;
}
@media screen and (max-width:1200px){
    .sec1_circle{
        max-width: 800px;
        height: 220px;
        text-align:center;
        border-radius: 180px;
        border: solid 10px #ffff00;
        margin:40px auto 0;
        padding:40px 40px 10px 60px;
        position:absolute;
        margin-top:40px;
    }
}
@media screen and (max-width:1020px){
    .sec1_circle{
        max-width: 750px;
        padding: 40px 40px 10px 60px;
        margin:40px auto 0;
    }
}
@media screen and (max-width:890px){
    .sec1_circle{
        max-width: 760px;
        padding: 40px 40px 10px 50px;
        margin:40px auto 0;
    }
}
@media screen and (max-width:780px){
    .sec1_circle{
        max-width: 580px;
        padding: 50px 40px 70px 50px;
        margin:40px auto 0;
    }
}
@media screen and (max-width:680px){
    .sec1_circle{
        max-width: 480px;
        padding: 50px 50px 90px 60px;
        margin:40px auto 0;
    }
}
@media screen and (max-width:640px){
    .sec1_circle_sp{
        max-width: 320px;
        text-align:center;
        border-radius: 60px;
        border: solid 7px #ffff00;
        margin:0 auto;
        padding:25px 3px 5px 3px;
    }
    .sec1_flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}
@media screen and (max-width:350px){
    .sec1_circle_sp{
        max-width: 85%;
        padding: 45px 8px 15px 8px;
    }
}
@media screen and (max-width:281px){
    .sec1_circle_sp{
        padding: 65px 8px 15px 8px;
    }
}

.sec1_circle h3{
    font-size:2.2rem;
    font-weight: bold;
    color:#185b56;
    margin:0;
}
@media screen and (max-width:1400px){
    .sec1_circle h3{
        font-size:2.0rem;
    }
}

@media screen and (max-width:900px){
    .sec1_circle h3{
        font-size:1.8rem;
    }
}

@media screen and (max-width:640px){
    .sec1_circle_sp h3{
        font-size:1.6rem;
        font-weight: bold;
        color:#185b56;
        text-align: left;
        max-width:183px;
        margin:0 0 10px 0;
        line-height: 2rem;
    }
}
@media screen and (max-width:350px){
    .sec1_circle_sp h3{
        font-size:1.4rem;
    }
}


.circle-item{
    max-width:250px;
    height:105px;
}

@media screen and (max-width:890px){
    .circle-item{
        max-width:200px;
        height:auto;
        margin:0 auto 20px;
    }
}
@media screen and (max-width:780px){
    .circle-item{
        max-width:170px;
    }
}
@media screen and (max-width:680px){
    .circle-item{
        max-width:140px;
    }
}
@media screen and (max-width:640px){
    .circle-item{
        max-width:290px;
        height:120px;
        margin:0 auto 20px;
    }
}
@media screen and (max-width:350px){
    .circle-item{
        max-width:90%;
        margin:0 auto 30px;
    }
}

@media screen and (max-width:640px){
    .circle-item_img1{
        max-width:75px;
    }
    .circle-item_img2{
        max-width:95px;
        margin-right:25px;
    }
    .circle-item_img3{
        max-width:75px;
    }

}
@media screen and (max-width:350px){
    .circle-item_img1{
        max-width:70px;
    }
    .circle-item_img2{
        max-width:85px;
    }
    .circle-item_img3{
        max-width:70px;
    }

}


.sec1_circle h3 span{
    background: linear-gradient(transparent 50%, #ffff00 50%);
    padding:3px;
}
@media screen and (max-width:640px){
    .sec1_circle_sp h3 span{
        background: linear-gradient(transparent 50%, #ffff00 50%);
        padding:1px;
    }
}

.circle_text{
    max-width:225px;
    text-align: left;
}
@media screen and (max-width:800px){
    .circle_text{
        max-width:205px;
        text-align: left;
    }
}
@media screen and (max-width:640px){
    .circle_text{
        max-width:205px;
        text-align: left;
    }
}
@media screen and (max-width:350px){
    .circle_text{
        max-width:170px;
    }
}



.sec1_circle p{
    font-size:16px;
    color:#000000;
}
@media screen and (max-width:640px){
    .sec1_circle_sp p{
        font-size:1.4rem;
        color:#000000;
        margin:0;
        line-height:2rem;
    }
}

.sec1_img img{
    max-width:805px;
    margin:-30px auto 80px;
    position:relative;
    top: 290px;
}
@media screen and (max-width:1400px){
    .sec1_img img{
        margin:0px auto 80px;
    }
}
@media screen and (max-width:840px){
    .sec1_img img{
        max-width:80%;
        margin-top:0px;

    }
}
@media screen and (max-width:800px){
    .sec1_img img{
        max-width:80%;
        margin-top: -30px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:780px){
    .sec1_img img{
        margin-top: 70px;
        margin-bottom: 20px;
    }
}



/* スクロールCSS */
.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
  }
  
  .fade-in-up {
    transform: translate(0, 50px);
  }

  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }

/*====================================================================
    section02
====================================================================*/
 
.section02{
    text-align: center;
    display: block;
    padding-top: 225px;
}
@media screen and (max-width:840px){
    .section02{
        padding-top: 165px;
    }
}
@media screen and (max-width:640px){
    .section02{
        text-align: center;
        display: block;
        padding-top: 0px;
    }
}

.sec02_title-top{
    max-width:760px;
    margin:0 auto;
    position: relative;
    top:-75px;
}
@media screen and (max-width:840px){
    .sec02_title-top{
        max-width:70%;
        top:-55px;
        margin:0 auto;
    }
}
@media screen and (max-width:640px){
    .sec02_title-top{
        max-width:90%;
        margin:0 auto;
        position: relative;
        top:-37px;
    }
}

.content02{
    margin:0 auto;
    width:100%;
    background-color: #ffff00;
    padding-bottom:150px;
}
@media screen and (max-width:640px){
    .content02_sp{
        margin:0 auto;
        width:100%;
        background-color: #ffff00;
        padding-bottom:40px;
    }
}
@media screen and (max-width:380px){
    .content02_sp{
        padding-bottom:70px;
    }
}

.sec02_inner h2{
    width:65%;
    margin: -30px auto 0;
}
@media screen and (max-width:1020px){
    .sec02_inner h2{
        width:70%;
    }
}

@media screen and (max-width:800px){
    .sec02_inner h2{
        margin: -30px auto -50px;
    }
}
@media screen and (max-width:769px){
    .sec02_inner h2{
        width:75%;
        margin: -20px auto 20px;
    }
}
@media screen and (max-width:640px){
    .sec02_inner h2{
        margin: -10px auto 60px;
        font-size:2.2rem;
        display: block;
        width:75%;
        max-width:355px;
        line-height: 3rem;
    }
}
@media screen and (max-width:380px){
    .sec02_inner h2{
        width:80%;
        padding-left:-10px;
    }
}
@media screen and (max-width:350px){
    .sec02_inner h2{
        font-size:1.8rem;
        width:75%;
    }
}
@media screen and (max-width:281px){
    .sec02_inner h2{
        font-size:1.6rem;
        margin-left: -10px;
    }
}

.sec02_h2::before{
    content: url(../img/title-before.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    top: -10px;
    left: 0;
}
@media screen and (max-width:640px){
    .sec02_h2::before{
        max-width:25px;
        transform: scale(0.6);
        left: 10px;
        top: -17px;
    }
} 
@media screen and (max-width:350px){
    .sec02_h2::before{
        left: 0;
        transform: scale(0.5);
    }
} 
@media screen and (max-width:281px){
    .sec02_h2::before{
        left: 10px;
    }
} 

 .sec02_h2::after{
    content: url(../img/title-after.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    right: 20px;
    top: 80px;
}
@media screen and (max-width:769px){
    .sec02_h2::after{
        top: 70px;
    }
}
@media screen and (max-width:760px){
    .sec02_h2::after{
        top: 50px;
    }
}
@media screen and (max-width:640px){
    .sec02_h2::after{
        transform: scale(0.6);
        top: 70px;
    }
}
@media screen and (max-width:350px){
    .sec02_h2::after{
        transform: scale(0.5);
    }
}

.sec02_box{
    max-width:1100px;
    margin:56px auto 0;
}
@media screen and (max-width:1200px){
    .sec02_box{
        max-width:90%;
        margin:56px auto 0;
    }
}

@media screen and (max-width:640px){
    .sec02_box{
        width:85%;
        margin:36px auto 0;
        text-align: left;
        font-size: 1.4rem;
    }
}

.sec02_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.sec02_text{
    max-width: 410px;
    text-align: left;
}
@media screen and (max-width:800px){
    .sec02_text{
        max-width: 50%;
    }
    .sec02_text02{
        max-width: 50%;
    }
    .sec02_text04{
        max-width: 50%;
    }
}
@media screen and (max-width:640px){
    .sec02_text{
        max-width: 80%;
    }
    .sec02_text02{
        max-width: 70%;
    }
    .sec02_text04{
        max-width: 90%;
    }
}
@media screen and (max-width:350px){
    .sec02_text{
        max-width: 90%;
    }
    .sec02_text02{
        max-width: 80%;
    }
    .sec02_text04{
        max-width: 100%;
    }
}
@media screen and (max-width:281px){
    .sec02_text{
        max-width: 100%;
    }
    .sec02_text02{
        max-width: 90%;
    }
    .sec02_text04{
        max-width: 100%;
    }
}

.text-position01{
    margin-left:95px;
}
@media screen and (max-width:1200px){
    .text-position01{
        margin-left:0;
    }
}

.text-position02{
    margin-right:90px;
}
@media screen and (max-width:1200px){
    .text-position02{
        margin-right:0;
    }
}


@media screen and (max-width:640px){
    .text-position01{
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .text-position02{
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:70%;
    }
}
@media screen and (max-width:350px){
    .text-position02{
        width:75%;
    }
}
@media screen and (max-width:281px){
    .text-position02{
        width:85%;
    }
}

.sec2_item02{
    margin-top:120px;
}
@media screen and (max-width:1200px){
    .sec2_item02{
        margin-top:100px;
    }
}
@media screen and (max-width:1080px){
    .sec2_item02{
        margin-top:60px;
    }
}
@media screen and (max-width:640px){
    .sec2_item02{
        margin-top:35px;
    }
}
@media screen and (max-width:380px){
    .sec2_item02{
        margin-top:55px;
    }
}

.sec2_item03{
    margin-top:120px;
}
.sec2_item04{
    margin-top:120px;
}
@media screen and (max-width:1200px){
    .sec2_item03{
        margin-top:80px;
    }
    .sec2_item04{
        margin-top:80px;
    }
}
@media screen and (max-width:1080px){
    .sec2_item03{
        margin-top:60px;
    }
    .sec2_item04{
        margin-top:60px;
    }
}
@media screen and (max-width:640px){
    .sec2_item03{
        margin-top:35px;
    }

    .sec2_item04{
        margin-top:35px;
    }
}
@media screen and (max-width:380px){
    .sec2_item03{
        margin-top:55px;
    }
    .sec2_item04{
        margin-top:55px;
    }
}

.point03_text_img{
    max-width: 399px;
}

.sec02_text .point{
    max-width:85px;
}
@media screen and (max-width:1080px){

    .sec02_text .point{
        max-width:65px;
    }
}
@media screen and (max-width:800px){
    .sec02_text .point{
        max-width:55px;
    }
    .sec02_text02 .point{
        max-width:55px;
    }
    .sec02_text04 .point{
        max-width:55px;
    }
}

@media screen and (max-width:769px){
    .sec02_text .point{
        max-width:50px;
    }
}
@media screen and (max-width:640px){
    .sec02_text .point{
        max-width:40px;
    }
    .sec02_text02 .point{
        max-width:40px;
    }
    .sec02_text04 .point{
        max-width:40px;
    }
}

.sec02_text h3{
    font-size:2.8rem;
    font-weight:bold;
    color:#185b56;
    margin: 10px 0 0 0;
    line-height: 4rem;
}
@media screen and (max-width:800px){
    .sec02_text h3{
        font-size:2.2rem;
        font-weight:bold;
        color:#185b56;
        margin: 0;
        line-height: 3rem;
    }
    .sec02_text02 h3{
        font-size:2.2rem;
        font-weight:bold;
        color:#185b56;
        margin: 20px 0 0 0;
        line-height: 3rem;
    }
    .sec02_text04 h3{
        font-size:2.2rem;
        font-weight:bold;
        color:#185b56;
        margin: 20px 0 0 0;
        line-height: 3rem;
    }
}
@media screen and (max-width:769px){
    .sec02_text h3{
        font-size:2.0rem;
    }

}
@media screen and (max-width:640px){
    .sec02_text h3{
        font-size:1.8rem;
        font-weight:bold;
        color:#185b56;
        margin: 0;
        line-height: 2.5rem;
    }
    .sec02_text02 h3{
        font-size:1.8rem;
        font-weight:bold;
        color:#185b56;
        margin: 10px 0 0 0;
        line-height: 2.5rem;
    }
    .sec02_text04 h3{
        font-size:1.8rem;
        font-weight:bold;
        color:#185b56;
        margin: 10px 0 0 0;
        line-height: 2.5rem;
    }
}
@media screen and (max-width:350px){
    .sec02_text h3{
        font-size:1.6rem;
        font-weight:bold;
        color:#185b56;
        margin: 0;
        line-height: 2rem;
    }
    .sec02_text02 h3{
        font-size:1.6rem;
        font-weight:bold;
        color:#185b56;
        margin: 10px 0 0 0;
        line-height: 2rem;
    }
    .sec02_text04 h3{
        font-size:1.6rem;
        font-weight:bold;
        color:#185b56;
        margin: 10px 0 0 0;
        line-height: 2rem;
    }
}
@media screen and (max-width:281px){
    .sec02_text h3{
        font-size:1.4rem;
    }
    .sec02_text02 h3{
        font-size:1.4rem;
    }
    .sec02_text04 h3{
        font-size:1.4rem;
    }
}



.sec02_text p{
    font-size:1.6rem;
    color:#1a1a1a;
}
@media screen and (max-width:769px){
    .sec02_text p{
        margin:10px 0 0 0;
    }
}
@media screen and (max-width:640px){
    .sec2_item01 .sec02_text p{
        font-size:1.4rem;
        color:#1a1a1a;
        margin:0 auto;
    }
    .sec2_item01 .sec02_text02 p{
        font-size:1.4rem;
        color:#1a1a1a;
        margin:0 auto;
    }
    .sec2_item01 .sec02_text04 p{
        font-size:1.4rem;
        color:#1a1a1a;
        margin:0 auto;
    }
}

.sec02_img01{
    max-width:500px;
}
@media screen and (max-width:1200px){
    .sec02_img01{
        width:90%;
        margin:0 auto 10px;
    }
    .sec02_img03{
        width:90%;
        margin:0 auto 10px;
    }
    .sec02_img04{
        width:90%;
        margin:0 auto 10px;
    }
}
@media screen and (max-width:640px){
    .sec02_img01{
        width:100%;
        margin:0 auto 10px;
    }
    .sec02_img03{
        width:100%;
        margin:0 auto 10px;
    }
    .sec02_img04{
        width:100%;
        margin:0 auto 10px;
    }
}


.sec02_flex



{
    opacity: 0;         /* 初期値は透明にしておく */
    transition: .5s;    /* 動くスピードを0.5秒に指定 */
    position: relative; /* 相対位置の設定 */
    top: 50px;          /* 事前に下に50pxずらしておく */
}

.active {
    opacity: 1;         /* 透明度を元に戻す */
    top: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
  }

/*====================================================================
    section03
====================================================================*/

.section03{
    text-align: center;
    display: block;
    background-color: #185b56;
    margin-top:-210px;
    padding:100px 0 70px 0;
}


.amazon_title{
    max-width:470px;
    margin:0 auto;
}
@media screen and (max-width:640px){
    .amazon_title{
        width:80%;
        margin:0 auto;
    }
}

.amazon-btn{
    max-width:800px;
    margin:-15px auto 30px;
}
@media screen and (max-width:1000px){
    .amazon-btn{
        width:90%;
    }
}
@media screen and (max-width:640px){
    .amazon-btn{
        width:90%;
        margin:0 auto 20px;
    }
}

.amazon_modal a{
    font-size:1.4rem;
    font-weight: bold;
    color:#ffffff;
    text-align: center;
}

a.modalBtn.mt30{
    color:#ffffff;
    font-size:1.4rem;
    font-weight: bold;
}

.amazon_text p{
    font-size:1.0rem;
    color:#ffffff;
    text-align: center;
    margin-top:30px;
}
@media screen and (max-width:640px){
    .amazon_text p{
        width:85%;
        font-size:1.0rem;
        color:#ffffff;
        text-align: left;
        margin:20px auto 0;
    }
}

.modal-open{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width:640px){
    .modal-open{
        font-size: 1.1rem;
    }
}


/*====================================================================
    info
====================================================================*/


/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.info{
    width:80%;
    margin:0 auto;
    padding:100px;
    text-align: left;
}

.info:nth-child(2n){
    background:#f3f3f3; 
  }

.info h5{
    font-size:2.4rem;
    font-weight:bold;
}

.info p{
    font-size:1.2rem;
}

.info h6{
    font-size:2.0rem;
    font-weight:bold;
}

/*====================================================================
    section04
====================================================================*/

.section04{
    text-align: center;
    display: block;
    margin-top:-210px;
    padding:150px 0;
}
@media screen and (max-width:1200px){
    .section04{
        padding: 120px 0 50px;
    }
}
@media screen and (max-width:800px){
    .section04{
        padding: 120px 0 100px;
    }
}
@media screen and (max-width:640px){
    .section04{
        text-align: center;
        display: block;
        padding: 100px 0 50px;
    }
}
@media screen and (max-width:420px){
    .section04{
        padding: 100px 0;
    }
}
@media screen and (max-width:380px){
    .section04{
        padding: 100px 0 80px;
    }
}

.sec04_title-top{
    max-width:760px;
    margin:0 auto 36px;
}
@media screen and (max-width:840px){
    .sec04_title-top{
        max-width:70%;
        margin:0 auto 36px;
    }
}
@media screen and (max-width:640px){
    .sec04_title-top{
        max-width:90%;
        margin:0 auto;
    }
}




.sec04_h2::before{
    content: url(../img/title-before.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    top: -10px;
    left: 0;
}

@media screen and (max-width:640px){
        .sec04_h2::before{
            max-width:25px;
            transform: scale(0.6);
            top: -17px;
        }
}

@media screen and (max-width:350px){
    .sec04_h2::before{
        transform: scale(0.5);
    }
} 

.sec04_h2::after{
    content: url(../img/title-after.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    bottom:-25px;
    right:0;
}
@media screen and (max-width:640px){
    .sec04_h2::after{
        top:7px;
        transform: scale(0.6);
    }
}
@media screen and (max-width:350px){
    .sec04_h2::after{
        transform: scale(0.5);
    }
}

.sec04_item01{
    max-width:80px;
    margin-top:20px;
}
@media screen and (max-width:840px){
    .sec04_item01{
        max-width:55px;
    }
}
@media screen and (max-width:640px){
    .sec04_item01{
        max-width:52px;
    }
}
@media screen and (max-width:400px){
    .sec04_item01{
        max-width:42px;
    }
}


.sec04_item02{
    max-width:178px;
}
@media screen and (max-width:840px){
    .sec04_item02{
        max-width:100px;
        margin: 20px 0;
    }
}
@media screen and (max-width:640px){
    .sec04_item02{
        max-width:97px;
    }
}

.sec04_item03{
    max-width:163px;
}
@media screen and (max-width:840px){
    .sec04_item03{
        max-width:100px;
        margin: 12px 0;
    }
}
@media screen and (max-width:640px){
    .sec04_item03{
        max-width:88px;
    }
}

.sec04_item04{
    max-width:137px;
    margin:30px 0 20px 0;
}
@media screen and (max-width:840px){
    .sec04_item04{
        max-width:100px;
        margin: 12px 0;
    }
}
@media screen and (max-width:640px){
    .sec04_item04{
        max-width:82px;
        margin:0;
    }
}

.sec04_flex{
    max-width:1100px;
    margin:50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:flex-end;
}
@media screen and (max-width:1200px){
    .sec04_flex{
        width:93%;
        margin:50px auto 22px;
    }
}
@media screen and (max-width:640px){
    .sec04_flex{
        width:100%;
        margin:50px auto 22px;
        display: flex;
        justify-content: space-between;
        align-items:flex-end;
    }
}
@media screen and (max-width:500px){
    .sec04_flex{
        width:100%;
        margin:20px auto 22px;
        display: flex;
        justify-content: space-between;
        align-items:flex-end;
    }
}



.sec04_flex h3{
    font-size:2.4rem;
    font-weight:bold;
    color:#185b56;
    text-align: center;
}
@media screen and (max-width:920px){
    .sec04_flex h3{
        font-size:2.0rem;
    }
}
@media screen and (max-width:640px){
    .sec04_flex h3{
        font-size:1.6rem;
    }
}

.sec04_flex p{
    font-size:1.6rem;
    color:#1a1a1a;
    max-width:180px;
    text-align: left;
}
@media screen and (max-width:640px){
    .sec04_flex p{
        font-size:1.4rem;
    }
}

.sec04_flex .item01{
    max-width:240px;
    height:440px;
    background-color: #ffff00;
    border-radius: 30px;
    padding:28px 30px 40px 30px;
}
@media screen and (max-width:1200px){
    .sec04_flex .item01{
        max-width:200px;
        height:440px;
        background-color: #ffff00;
        border-radius: 30px;
        padding:28px 20px 40px 20px;
    }
}
@media screen and (max-width:1080px){
    .sec04_flex .item01{
        max-width:20%;
    }
}
@media screen and (max-width:970px){
    .sec04_flex .item01{
        max-width:17%;
        height:490px;
    }
}
@media screen and (max-width:840px){
    .sec04_flex .item01{
        max-width:18%;
        height: 470px;
        padding:28px 20px 20px 20px;
    }
}
@media screen and (max-width:769px){
    .sec04_flex .item01{
        height: 500px;
    }
}
@media screen and (max-width:700px){
    .sec04_flex .item01{
        height: 550px;
    }
}
@media screen and (max-width:640px){
    .sec04_flex .item01{
        max-width: 38%;
        height: 330px;
        border-radius: 0 30px 30px 0;
        padding: 20px 15px 15px 20px;
        margin-top:0;
    }
}
@media screen and (max-width:350px){
    .sec04_flex .item01{
        height: 370px;
        padding: 20px 18px 15px 12px;
    }
}
@media screen and (max-width:281px){
    .sec04_flex .item01{
        height: 400px;
    }
}


.sec04_flex .item02{
    max-width:240px;
    height:440px;
    background-color: #b8edcb;
    border-radius: 30px;
    padding:28px 30px 40px 30px;
}

@media screen and (max-width:1200px){
    .sec04_flex .item02{
        max-width:200px;
        height:440px;
        background-color: #b8edcb;
        border-radius: 30px;
        padding:28px 20px 40px 20px;
    }
}
@media screen and (max-width:1080px){
    .sec04_flex .item02{
        max-width:20%;
    }
}
@media screen and (max-width:970px){
    .sec04_flex .item02{
        max-width:17%;
        height:490px;
    }
}
@media screen and (max-width:840px){
    .sec04_flex .item02{
        max-width:18%;
        height: 470px;
        padding:28px 20px 20px 20px;
    }
}
@media screen and (max-width:769px){
    .sec04_flex .item02{
        height: 500px;
    }
}
@media screen and (max-width:700px){
    .sec04_flex .item02{
        height: 550px;
    }
}
@media screen and (max-width:640px){
    .sec04_flex .item02{
        max-width: 38%;
        height:330px;
        background-color: #b8edcb;
        border-radius: 30px 0 0 30px;
        padding: 20px 15px 15px 20px;
        margin-top:0;
    }
}
@media screen and (max-width:350px){
    .sec04_flex .item02{
        height: 370px;        
        padding: 20px 12px 15px 18px;
    }
}
@media screen and (max-width:281px){
    .sec04_flex .item02{
        height: 400px;
    }
}


.sec04_flex .item03{
    max-width:240px;
    height:440px;
    background-color: #ffff00;
    border-radius: 30px;
    padding:28px 30px 40px 30px;
}
@media screen and (max-width:1200px){
    .sec04_flex .item03{
        max-width:200px;
        height:440px;
        background-color: #ffff00;
        border-radius: 30px;
        padding:28px 20px 40px 20px;
    }
}
@media screen and (max-width:1080px){
    .sec04_flex .item03{
        max-width:20%;
    }
}
@media screen and (max-width:970px){
    .sec04_flex .item03{
        max-width:17%;
        height:490px;
    }
}
@media screen and (max-width:840px){
    .sec04_flex .item03{
        max-width:18%;
        height: 470px;
        padding:28px 20px 20px 20px;
    }
}
@media screen and (max-width:769px){
    .sec04_flex .item03{
        height: 500px;
    }
}
@media screen and (max-width:700px){
    .sec04_flex .item03{
        height: 550px;
    }
}
@media screen and (max-width:640px){
    .sec04_flex .item03{
        max-width: 38%;
        height: 330px;
        background-color: #b8edcb;
        border-radius: 0 30px 30px 0;
        padding: 20px 15px 15px 20px;
        margin-top:0;
    }
}
@media screen and (max-width:350px){
    .sec04_flex .item03{
        height: 370px;
        padding: 20px 18px 15px 12px;
    }
}
@media screen and (max-width:281px){
    .sec04_flex .item03{
        height: 400px;
    }
}

.sec04_flex .item04{
    max-width:240px;
    height:440px;
    background-color: #b8edcb;
    border-radius: 30px;
    padding:28px 30px 40px 30px;
}
@media screen and (max-width:1200px){
    .sec04_flex .item04{
        max-width:200px;
        height:440px;
        background-color: #b8edcb;
        border-radius: 30px;
        padding:28px 20px 40px 20px;
    }
}
@media screen and (max-width:1080px){
    .sec04_flex .item04{
        max-width:20%;
    }
}
@media screen and (max-width:970px){
    .sec04_flex .item04{
        max-width:17%;
        height:490px;
    }
}
@media screen and (max-width:840px){
    .sec04_flex .item04{
        max-width:18%;
        height: 470px;
        padding:28px 20px 20px 20px;
    }
}
@media screen and (max-width:769px){
    .sec04_flex .item04{
        height: 500px;
    }
}
@media screen and (max-width:700px){
    .sec04_flex .item04{
        height: 550px;
    }
}
@media screen and (max-width:640px){
    .sec04_flex .item04{
        max-width: 38%;
        height:330px;
        background-color: #ffff00;
        border-radius: 30px 0 0 30px;
        padding: 20px 15px 15px 20px;
        margin-top:0;
    }
}
@media screen and (max-width:350px){
    .sec04_flex .item04{
        height:370px;
        padding: 20px 12px 15px 18px;
    }
}
@media screen and (max-width:281px){
    .sec04_flex .item04{
        height: 400px;
    }
}

.item04 h3{
    margin-bottom:50px;
}
@media screen and (max-width:970px){
    .item04 h3{
        margin-bottom:30px;
    }
}
@media screen and (max-width:640px){
    .item04 h3{
        margin-bottom:20px;
    }
}

@media screen and (max-width:640px){
    .sec04_bottom{
        width:85%;
        margin:0 auto;
    }
}

.sec04_bottom p{
    font-size:4.0rem;
    font-weight:bold;
    color:#185b56;
    text-align: center;
    margin:80px 0 10px 0;
}
@media screen and (max-width:800px){
    .sec04_bottom p{
        font-size:3.5rem;
        line-height: 4.5rem;
        margin:50px 0 -2px 0;
    }
}
@media screen and (max-width:1200px){
    .sec04_bottom p{
        font-size:3.5rem;
        line-height: 4.5rem;
    }
}
@media screen and (max-width:640px){
    .sec04_bottom p{
        font-size:2.4rem;
        line-height: 3.5rem;
        margin:40px 0 -5px 0;
    }
}
@media screen and (max-width:400px){
    .sec04_bottom p{
        font-size:2.0rem;
        line-height: 3rem;
        margin:40px 0 -5px 0;
    }
}

.sec04_bottom img{
    max-width:600px;
    margin:0 auto;
}
@media screen and (max-width:640px){
    .sec04_bottom img{
        width:100%;
        margin:0 auto;
    }
}

/*====================================================================
    section05
====================================================================*/


.section05{
    text-align: center;
    display: block;
    margin-top:-210px;
    padding:150px 0 140px 0;
    background-color: #ffff00;
}
@media screen and (max-width:800px){
    .section05{
        padding: 120px 0 100px;
    }
}
@media screen and (max-width:640px){
    .section05{
        padding: 100px 0 50px;
    }
}
@media screen and (max-width:420px){
    .section05{
        padding: 100px 0 80px;
    }
}
@media screen and (max-width:380px){
    .section05{
        padding: 100px 0 90px;
    }
}

.sec05_h2 h2{
    width:50%;
}


.sec05_h2::before{
    content: url(../img/title-before.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;

}
@media screen and (max-width:640px){
    .sec05_h2::before{
        max-width:25px;
        transform: scale(0.6);
        left: 0;
        top: -17px;
    }
}
@media screen and (max-width:350px){
    .sec05_h2::before{
        transform: scale(0.5);
    }
}

.sec05_h2::after{
    content: url(../img/title-after.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;

}
@media screen and (max-width:800px){
    .sec05_h2::after{
        padding-left: 30px;
    }
}
@media screen and (max-width:640px){
    .sec05_h2::after{
        padding-left: 0;
        max-width:25px;
        transform: scale(0.6);
    }
}
@media screen and (max-width:350px){
    .sec05_h2::after{
        transform: scale(0.5);
    }
}

.sec05_img_sp{
    width:80%;
    margin:0 auto;
}

.sec05_img_sp .img01{
    margin-bottom:30px;
}

.sec05_img_sp .img02{
    margin-bottom:20px;
}

.sec05_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width:1100px;
    margin:55px auto 0;
}
@media screen and (max-width:800px){
    .sec05_flex{
        margin:55px auto 15px;
    }
}
@media screen and (max-width:1200px){
    .sec05_flex{
        width:90%;
        margin:55px auto 35px;
    }
}

.sec05_flex img{
    max-width:510px;
}
@media screen and (max-width:1200px){
    .sec05_flex img{
        max-width:90%;
    }
}


.sec05_img{
    max-width:51px;
    margin:0 auto 18px;
}
@media screen and (max-width:800px){
    .sec05_img{
        max-width:40px;
    }
}
@media screen and (max-width:640px){
    .sec05_img{
        max-width:25px;
        margin:0 auto;
    }
}

.sec05_text{
    font-size:2.5rem;
    font-weight:bold;
    color:#185b56;
    text-align: center;
    margin:0;
}
@media screen and (max-width:800px){
    .sec05_text{
        font-size:2.0rem;
    }
}
@media screen and (max-width:640px){
    .sec05_text{
        margin-bottom:20px;
    }
}


.sec05_img03{
    max-width:1100px;
    margin:30px auto 0;
}
@media screen and (max-width:1200px){
    .sec05_img03{
        max-width:85%;
        margin:30px auto 0;
    }
}
@media screen and (max-width:800px){
    .sec05_img03{
        margin:15px auto 0;
    }
}


/*====================================================================
    section06
====================================================================*/


.section06{
    text-align: center;
    display: block;
    margin-top:-210px;
    padding:150px 0 140px 0;
    background-color: #ffffff;
}
@media screen and (max-width:800px){
    .section06{
        padding: 120px 0 100px;
    }
}
@media screen and (max-width:640px){
    .section06{
        padding: 100px 0;
    }
}



@media screen and (max-width:640px){
    .sec06_h2::before{
        max-width:25px;
        transform: scale(0.6);
        top: -17px;
        left:0;
    }
}
@media screen and (max-width:350px){
    .sec06_h2::before{
        transform: scale(0.5);
    }
}



@media screen and (max-width:640px){
    .sec06_h2::after{
        max-width:25px;
        transform: scale(0.6);
        top: 7px;
        right: 18px;
    }
}
@media screen and (max-width:350px){
    .sec06_h2::after{
        transform: scale(0.5);
    }
}





.sec06_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:80%;
    margin:0 auto;
}
@media screen and (max-width:1200px){
    .sec06_flex{
        max-width:87%;
    }
}
.voice01{
    background-color: #b8edcb;
    border-radius: 30px;
    padding:0 10px 40px 15px;
    max-width:1100px;
    margin:70px auto 30px;
}
.voice02{
    background-color: #ffff00;
    border-radius: 30px;
    padding:0 10px 40px 15px;
    max-width:1100px;
    margin:50px auto 0px;
}
.voice03{
    background-color: #b8edcb;
    border-radius: 30px;
    padding:0 10px 40px 15px;
    max-width:1100px;
    margin:50px auto 0px;
}
@media screen and (max-width:1200px){
    .voice01{
        background-color: #b8edcb;
        border-radius: 30px;
        padding:0 10px 40px 15px;
        max-width:85%;
        margin:70px auto 30px;
    }
    .voice02{
        background-color: #ffff00;
        border-radius: 30px;
        padding:0 10px 40px 15px;
        max-width:85%;
        margin:50px auto 0px;
    }
    .voice03{
        background-color: #b8edcb;
        border-radius: 30px;
        padding:0 10px 40px 15px;
        max-width:85%;
        margin:50px auto 0px;
    }
}
@media screen and (max-width:800px){
    .voice01{
        padding:0 10px 10px 15px;
    }
    .voice02{
        padding:0 10px 10px 15px;
    }
    .voice03{
        padding:0 10px 10px 15px;
    }
}
@media screen and (max-width:640px){
    .voice01{
        background-color: #b8edcb;
        border-radius: 30px;
        padding:0 10px 10px 15px;
        width:82%;
        margin:0 auto 30px;
    }

    .voice02{
        background-color: #ffff00;
        border-radius: 30px;
        padding:0 10px 10px 15px;
        width:82%;
        margin:0 auto 30px;
    }
    
    .voice03{
        background-color: #b8edcb;
        border-radius: 30px;
        padding:0 10px 10px 15px;
        width:82%;
        margin:0 auto;
    }
}

.voice01_img img{
    max-width:347px;
    margin:-25px auto 0;
    position:relative;
}
@media screen and (max-width:1200px){
    .voice01_img{
        max-width: 40%;
        margin: 3px 20px 0 0;
        position: relative;
    }
}


.voice02_img img{
    max-width:347px;
    margin:-25px auto 0;
    position:relative;
}
@media screen and (max-width:1200px){
    .voice02_img{
        max-width: 40%;
        margin: 3px 20px 0 0;
        position: relative;
    }
}

.voice03_img img{
    max-width:347px;
    margin:-25px auto 0;
    position:relative;
}
@media screen and (max-width:1200px){
    .voice03_img{
        max-width: 40%;
        margin: 3px 20px 0 0;
        position: relative;
    }
}

.voice01_img_sp{
    max-width:165px;
    margin-top:-10px;
    margin-bottom:10px;
}
@media screen and (max-width:400px){
    .voice01_img_sp{
        max-width:52%;
    }
}
.voice-block{
    max-width:450px;
    text-align: left;
    padding-top:55px;
}
@media screen and (max-width:1200px){
    .voice-block{
        max-width:60%;
        text-align: left;
        padding-top:35px;
    }
}
@media screen and (max-width:800px){
    .voice-block{
        max-width:45%;
        left:350px;
        padding-top:7px;
    }
}

.voice-block_sp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name{
    font-size:1.8rem;
    font-weight: 400;
}
@media screen and (max-width:800px){
    .name{
        font-size:1.8rem;
        margin-bottom:0;
    }
}
@media screen and (max-width:640px){
    .name{
        font-size:1.8rem;
        text-align: left;
        width: 70%;
        margin-left:12px;
        line-height: 2.5rem;
    }
}@media screen and (max-width:380px){
    .name{
        font-size:1.8rem;
        text-align: left;
        margin-left:20px;

    }
}


.name span{
    font-size:1.4rem;
}
@media screen and (max-width:640px){
    .name span{
        font-size:1.3rem;
        text-align: left;
        margin-left: -6px;
        line-height: 2rem;;
    }
}

.voice{
    font-size:1.6rem;
}
@media screen and (max-width:800px){
    .voice{
        font-size:1.4rem;
        margin-top: 2px;
    }
}
@media screen and (max-width:640px){
    .voice{
        text-align: left;
    }
}


/*====================================================================
    section07
====================================================================*/

.section07{
    text-align: center;
    display: block;
    background-color: #185b56;
    margin-top:-210px;
    padding:100px 0 70px 0;
}



/*====================================================================
    section08
====================================================================*/

.section08{
    text-align: center;
    display: block;
    margin-top:-210px;
    padding:150px 0 60px 0;
}
@media screen and (max-width:800px){
    .section08{
        padding: 100px 0 60px;
    }
}
@media screen and (max-width:640px){
    .section08{
        padding: 100px 0 70px;
    }
}



.sec08_h2::before{
    content: url(../img/title-before.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    top: -10px;
    left: 0;
}

@media screen and (max-width:640px){
    .sec08_h2::before{
        max-width:25px;
        transform: scale(0.6);
        left: 0;
        top: -17px;
    }
}

@media screen and (max-width:350px){
    .sec08_h2::before{
        transform: scale(0.5);
    }
}

.sec08_h2::after{
    content: url(../img/title-after.png);
    vertical-align: middle;
    max-width:47px;
    height:auto;
    position: absolute;
    bottom:-25px;
}
@media screen and (max-width:640px){
    .sec08_h2::after{
        transform: scale(0.6);
    }
} 
@media screen and (max-width:350px){
    .sec08_h2::after{
        transform: scale(0.5);
    }
} 



.content08 p{
    font-size:2.0rem;
    font-weight:400;
    text-align: center;
    color:#185b56;
    margin-top:40px;
}
@media screen and (max-width:800px){
    .content08 p{
        margin-top: 30px;
    }
}

.content08_sp p{
    font-size:1.4rem;
    font-weight:400;
    text-align: center;
    color:#185b56;
    margin:40px 0 30px;
}

.sec08_img{
    max-width:1100px;
    margin:-125px auto 0;
}
@media screen and (max-width:1200px){
    .sec08_img{
        width:90%;
        margin:-65px auto 0;
    }
}
@media screen and (max-width:850px){
    .sec08_img{
        margin:-25px auto 0;
    }
}
@media screen and (max-width:800px){
    .sec08_img{
        margin:-15px auto 0;
    }
}
@media screen and (max-width:640px){
    .sec08_img{
        width:90%;
        margin:0 auto 0;
    }
}



/*====================================================================
    section09
====================================================================*/


.section09{
    text-align: center;
    display: block;
    margin-top:-210px;
    padding:150px 0 140px 0;
    background-color: #ffff00;
}
@media screen and (max-width:1200px){
    .section09{
        padding: 120px 0 100px;
    }
}
@media screen and (max-width:800px){
    .section09{
        padding: 100px 0 70px;
    }
}
@media screen and (max-width:640px){
    .section09{
        padding: 80px 0 70px;
    }
}





.sec09_h2::after{
    content: url(../img/title-after.png);
    vertical-align: middle;
    padding-left: 50px;
    max-width:47px;
    height:auto;
    position: absolute;
    bottom:-25px;
}
@media screen and (max-width:800px){
    .sec09_h2::after{
        padding-left: 35px;
    }
}
@media screen and (max-width:640px){
    .sec09_h2::after{
        max-width:25px;
        transform: scale(0.6);
        top: 7px;
        right:6px;
    }
}
@media screen and (max-width:350px){
    .sec09_h2::after{
        transform: scale(0.5);
    }
}


.sec09_flex{
    max-width:1100px;
    margin:50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width:1200px){
    .sec09_flex{
        max-width:90%;
        margin:50px auto 0;
    }
}

.sec09_flex-item01 {
    max-width:495px;
}
@media screen and (max-width:1200px){
    .sec09_flex-item01 {
        width:47%;
    }
}
@media screen and (max-width:640px){
    .sec09_flex-item01 {
        width:100%;
    }
}

.sec09_flex-item02 {
    max-width:500px;
    padding-top:75px;
}
@media screen and (max-width:1200px){
    .sec09_flex-item02 {
        width:47%;
        padding-top:75px;
    }
}
@media screen and (max-width:640px){
    .sec09_flex-item02 {
        width:100%;
        padding-top:50px;
    }
}



.sec09_flex-item01 img{
    max-width: 300px;
}
@media screen and (max-width:800px){
    .sec09_flex-item01 img{
        width: 70%;
    }
}
@media screen and (max-width:640px){
    .sec09_flex-item01 img{
        width: 55%;
        margin-bottom:10px;
    }
}

.sec09_flex-item02 img{
    max-width: 393px;
}
@media screen and (max-width:800px){
    .sec09_flex-item02 img{
        width: 80%;
    }
}
@media screen and (max-width:640px){
    .sec09_flex-item02 img{
        width: 55%;
        margin-bottom:10px;
    }
}

.sec09_flex-item01 h4{
    max-width: 492px;
    background-color: #185b56;
    color:#ffffff;
    font-size:2.5rem;
    font-weight: bold;
    padding:2px;
}
@media screen and (max-width:1200px){
    .sec09_flex-item01 h4{
        font-size:2.2rem;
    }
}
@media screen and (max-width:640px){
    .sec09_flex-item01 h4{
        width:60%;
        background-color: #185b56;
        color:#ffffff;
        font-size:1.8rem;
        font-weight: bold;
        padding:2px;
        margin:0 auto 5px;
    }
    .sec09_flex-item01 h5{
        width:40%;
        background-color: #185b56;
        color:#ffffff;
        font-size:1.8rem;
        font-weight: bold;
        padding:2px;
        margin:0 auto 5px;
    }
}
@media screen and (max-width:400px){
    .sec09_flex-item01 h4{
        width:70%;
    }
}
@media screen and (max-width:281px){
    .sec09_flex-item01 h4{
        width:80%;
    }
    .sec09_flex-item01 h5{
        width:50%;
    }
}

.sec09_flex-item02 h4{
    max-width: 265px;
    background-color: #185b56;
    color:#ffffff;
    font-size:2.5rem;
    font-weight: bold;
    padding:2px;
}
@media screen and (max-width:1200px){
    .sec09_flex-item02 h4{
        font-size:2.2rem;
    }
}
@media screen and (max-width:640px){
    .sec09_flex-item02 h4{
        width:60%;
        background-color: #185b56;
        color:#ffffff;
        font-size:1.8rem;
        font-weight: bold;
        padding:2px;
        margin:0 auto 5px;
    }
}
@media screen and (max-width:281px){
    .sec09_flex-item02 h4{
        width:70%;
    }
}

.sec09_flex-item01 p{
    max-width: 492px;
    color:#1a1a1a;
    font-size:1.6rem;
    text-align: left;
}
@media screen and (max-width:640px){
    .sec09_flex-item01 p{
        width: 80%;
        margin:20px auto 0;
        color:#1a1a1a;
        font-size:1.4rem;
        text-align: left;
        
    }
}

.sec09_flex-item02 p{
    max-width: 500px;
    color:#1a1a1a;
    font-size:1.6rem;
    text-align: left;
}
@media screen and (max-width:640px){
    .sec09_flex-item02 p{
        width: 80%;
        margin:20px auto 0;
        color:#1a1a1a;
        font-size:1.4rem;
        text-align: left;
        
    }
}

.sec09_flex-item02 p span{
    color:#1a1a1a;
    font-size:1.1rem;
    text-align: left;
}


/*====================================================================
    section10
====================================================================*/


.section10{
    text-align: center;
    display: block;
    margin-top:-210px;
    padding:150px 0 0 0;
    margin-bottom:140px;
}
@media screen and (max-width:800px){
    .section10{
        padding: 100px 0 0px;
    }
}
@media screen and (max-width:640px){
    .section10{
        padding: 100px 0 150px;
        margin-bottom:0;
    }
}
@media screen and (max-width:380px){
    .section10{
        padding: 100px 0 120px;
    }
}
@media screen and (max-width:281px){
    .section10{
        padding: 100px 0 240px;
    }
}



@media screen and (max-width:640px){
    .sec10_h2::before{
        max-width:25px;
        transform: scale(0.6);
        left: -10px;
        top: -10px;
    }
}@media screen and (max-width:350px){
    .sec10_h2::before{
        transform: scale(0.5);
    }
}


@media screen and (max-width:640px){
    .sec10_h2::after{
        max-width:25px;
        transform: scale(0.6);
        top:10px;
        right:4;
    }
}
@media screen and (max-width:350px){
    .sec10_h2::after{
        transform: scale(0.5);
    }
}




.qa_box{
    width:925px;
    margin:0 auto;
}
@media screen and (max-width:1200px){
    .qa_box{
        width:85%;
        margin:0 auto;
    }
}
@media screen and (max-width:640px){
    .qa_box{
        width:90%;
        margin:0 auto;
    }
}
@media screen and (max-width:380px){
    .qa_box{
        width:90%;
        margin:100px auto 0;
    }
}

.question{
    font-size:2.2rem;
    font-weight:bold;
    color:#185b56;
    text-align: left;
    display: flex;
    margin:0;
    align-items: center;
}
@media screen and (max-width:830px){
    .question{
        font-size:2.0rem;
        margin:0 auto;
    }
      .question01{
        margin-bottom:-20px;
    }
}
@media screen and (max-width:780px){
    .question{
        font-size:2.0rem;
        margin:0 auto 10px;
    }  
}
@media screen and (max-width:640px){
    .question{
        font-size:1.6rem;
        margin:-30px auto 0px;
        align-items: center;
        height:130px;
    }
}
@media screen and (max-width:380px){
    .question{
        margin:-70px auto 0px;
    }
}
@media screen and (max-width:281px){
    .question{
        font-size:1.4rem;
    }
    .question02{
        margin-top:30px;
    }
    .question03{
        margin-top:0;
    }
}



.question p{
    padding-left:40px;
}
@media screen and (max-width:800px){
    .question p{
        padding-left:20px;
    }
}
@media screen and (max-width:640px){
    .question p{
        padding-left:10px;
    }
}
@media screen and (max-width:281px){
    .question p{
        padding-left:0;
    }
}

.answer{
    font-size:1.6rem;
    color:#1a1a1a;
    text-align: left;
    margin-left:0;
    display: flex;
    align-items: center;
    margin-top: -50px;
    margin-inline-start: 0;
}
@media screen and (max-width:780px){
    .answer{
        margin-top: -70px;
    }
}
@media screen and (max-width:640px){
    .answer{
        margin-top: -30px;
        align-items: flex-start;
        height: 300px;
    }

    .answer02{
        margin-bottom: -130px;
        margin-top: -30px;
        align-items: flex-start;
        height: 300px;
    }
}
@media screen and (max-width:400px){
    .answer{
        margin-top: -25px;
        font-size:1.4rem;
        align-items: flex-start;
    }
}


.answer01{
    font-size:1.6rem;
    color:#1a1a1a;
    text-align: left;
    margin-left:0;
    display: flex;
    align-items: center;
    margin-top: -50px;
    margin-inline-start: 0;
}
@media screen and (max-width:840px){
    .answer01{
        margin-top: -30px;
    }
}
@media screen and (max-width:780px){
    .answer01{
        margin-top: -70px;
    }
}
@media screen and (max-width:640px){
    .answer01{
        margin-top: -40px;
    }
}
@media screen and (max-width:400px){
    .answer01{
        margin-top: -15px;
        font-size:1.4rem;
        align-items: flex-start;
    }
}
@media screen and (max-width:281px){
    .answer01{
        margin:-35px 0 20px;
    }
}


.answer p{
    padding-left:28px;
}
@media screen and (max-width:800px){
    .answer p{
        padding-left:10px;
    }
}
@media screen and (max-width:780px){
    .answer p{
        padding-top:16px;
    }
}
@media screen and (max-width:640px){
    .answer p{
        padding-left:0;
        margin: 6px 0 16px;
    }
}

.answer01 p{
    padding-left:28px;
}
@media screen and (max-width:800px){
    .answer01 p{
        padding-left:10px;
    }
}
@media screen and (max-width:780px){
    .answer01 p{
        padding-top:16px;
    }
}
@media screen and (max-width:640px){
    .answer01 p{
        padding-left:0;
        margin: 6px 0 16px;
    }
}

.answer02 p{
    padding-left:28px;
}
@media screen and (max-width:800px){
    .answer02 p{
        padding-left:10px;
    }
}
@media screen and (max-width:780px){
    .answer02 p{
        padding-top:16px;
    }
}
@media screen and (max-width:640px){
    .answer02 p{
        padding-left:0;
        margin: 6px 0 16px;
    }
}

.question::before{
    content: url(../img/question.png);
    vertical-align: middle;
    max-width:50px;
    height:auto;
    transform: scale(0.5);
    padding-right: 20px;
}
@media screen and (max-width:800px){
    .question::before{
        transform: scale(0.4);
    }
}
@media screen and (max-width:640px){
    .question::before{
        transform: scale(0.3);
        margin-right:5px;
    }
}
@media screen and (max-width:380px){
    .question::before{
        transform: scale(0.3);
        margin-top:-20px;
    }
}

.answer::before{
    content: url(../img/answer.png);
    vertical-align: middle;
    max-width:68px;
    height:auto;
    transform: scale(0.5);
    margin-right:20px;
}
@media screen and (max-width:800px){
    .answer::before{
        transform: scale(0.4);
    }
}
@media screen and (max-width:640px){
    .answer::before{
        transform: scale(0.3);
        margin-right:5px;
        margin-top:-30px;
    }
}


.answer01::before{
    content: url(../img/answer.png);
    vertical-align: middle;
    max-width:68px;
    height:auto;
    transform: scale(0.5);
    margin-right:20px;
}
@media screen and (max-width:830px){
    .answer01::before{
        margin-top:-90px;
    }
}
@media screen and (max-width:800px){
    .answer01::before{
        transform: scale(0.4);
    }
}
@media screen and (max-width:640px){
    .answer01::before{
        transform: scale(0.3);
        margin-right:5px;
        margin-top: -30px;
    }
}
@media screen and (max-width:400px){
    .answer01::before{
        margin-top: -50px;
    }
}

@media screen and (max-width:640px){
    .answer02::before{
        transform: scale(0.3);
        margin-right:5px;
        margin-top: -30px;
    }
}
@media screen and (max-width:400px){
    .answer02::before{
        margin-top: -35px;
    }
}




/*===========================================================.footer_L4=========
    footer
====================================================================*/
footer{
    background-color:#00be45;
    margin:0 auto;
    padding:88px 0 75px 0;
    text-align: left;
    color: #fff;
}
@media screen and (max-width:640px){
    footer{
        padding:50px 0;

    }
}

footer a{
    text-decoration: none;
    color:#ffffff;
}

footer .content{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin:0 auto 50px;
    max-width:1200px;
}
@media screen and (max-width:1200px){
    footer .content{
        width:85%;
    }
}
@media screen and (max-width:800px){
    footer .content{
        width:90%;
    }
}


.footer_link{
    font-size: 1.2rem;
    margin: 60px 0 45px;
}

.footer_right{
    margin:0;
    max-width:300px;
}
@media screen and (max-width:1300px){
    .footer_right{
        margin:0;
    }
}
@media screen and (max-width:640px){
    .footer_right{
        max-width:640px;
        width:80%;
        margin:0 auto;
    }
}

.footer_left img{
    max-width:62px;
}

.footer_L1{
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom:8px;
    margin-top:18px;
    color:#ffffff;
}

.footer_L2{
    font-size: 1.4rem;
    color:#ffffff;
    margin-bottom:0;
}

.footer_L3{
    font-size: 1.4rem;
    color:#ffffff;
    text-decoration: none;
}

.footer_L4{
    font-size:4.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    margin:0;
}
@media screen and (max-width:800px){
    .footer_L4{
        font-size:4.0rem;
    }
}

.footer_L5{
    font-size:1.4rem;
    text-align: right;
    margin: 0 0 4px;
}

.footer_L6{
    font-size:1.4rem;
    text-align: right;
    margin:0;
}

.copy{
    font-size:0.8rem;
    color:#fff;
    background-color: #185b56;
    height:50px;
    line-height:50px;
    text-align: center;
}

@media screen and (max-width:640px){
    .footer_content02{
        margin-top:30px;
    }
    .content_sp{
        width:70%;
        margin:0 auto;
        text-align: center;
    }
    .content_sp img{
        width:44px;
        margin:0 auto;
    }
    .footer_L1{
        font-size:1.8rem;
    }
    .footer_L2{
        font-size:1.1rem;
    }
    .footer_L3{
        font-size:1.1rem;
    }
    .footer_L4{
        font-size: 3.0rem;
    }
    .footer_L5{
        font-size: 1.2rem;
        text-align: center;
    }
    .footer_L6{
        font-size: 1.2rem;
        text-align: center;
    }

}
@media screen and (max-width:640px){
    .copy{
        font-size: 0.8rem;
        height:40px;
        line-height:40px;
    }
}


