@charset"UTF-8";

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.big-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
/*ここからヘッダーですよ〜〜〜〜〜*/
.box-right {
    width: 180px;
    height: 100%;
}

header{
    position: fixed;
    width: 180px;
    height: 100%;
    background: #FFF;
    z-index: 100;
}
header .header_logo {
    padding: 20px 30px 0;
    display: block;
}
a {
    text-decoration: none;
    color: #000;
}
header .header_logo img {
    width: 50%;
    margin: 0 auto;
}
header ul {
    padding: 20px 0 0;
    margin: 16px 0;
}
header ul li {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 0 20px;
    list-style: none;
}
header ul li:hover {
    transition: all .8s;
    border-left: 10px solid #00A23B;
}

header ul li a{
    color:#000;
    font-weight: bold;
    transition: all .8s;

}

ul li a:hover{
    opacity: 0.8;
    transition: all .8s;
}

header .header_fb a img{
    width: 40%;
    padding: 0 20px 0;
}


/*ヘッダー終了ですよ〜〜〜〜〜*/



.box-left{
    width:100%;
}

.main01-box1 img{
 width: 100%;
}

.main02-box1 {
    text-align: center;
    margin-top:100px;
    margin-bottom:100px;
}


.main02-box2{
    display: flex;
    justify-content: center;
    text-align: center;
}

.main02-box3{
    width: 20%;
}
.main02-box4{
    width: 45%;
}
.main02-box4 p{
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}

.main02-box3{
 background-image: url("images/image1.jpg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
}

.btn{
    margin-top:100px;
}

.btn a{
    padding: 15px 50px;
    border-radius: 50px;
    background: #0ba43c;
    background: linear-gradient(to right, #0ba43c 0%, #8cc63f 100%);
    display: inline-block;
    font-size: 20px;
    transition: all .8s;
}
.btn a:hover{
    opacity: 0.8;
    transition: all .8s;
}

a{
    color:white;
    text-decoration: none;
    
}

.btn a::before{
    content: "";
    background: url("images/arrow.svg");
    background-size: contain;
    display: inline-block;
    height: 15px;
    width: 15px;
   margin-right: 10px;
}

.main03-title1{background-image: url("images/image5.png");}
.main03-title2{background-image: url("images/image6.png");}
.main03-title3{background-image: url("images/image7.png");}
.main03-title4{background-image: url("images/image8.png");}

.main03-title1,
.main03-title2,
.main03-title3,
.main03-title4{
background-position:center;
background-size: cover;
background-repeat: no-repeat;
margin-right:30px;
}

.main03-title1>h2,
.main03-title2>h2,
.main03-title3>h2,
.main03-title4>h2{
    padding:21px 0;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.main03-box1{
    width:80%;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
    margin-bottom:130px;
}
.main03-box2{
    width: 30%;
}

.main03-box2 > p{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.main03-box2>h3{
    font-weight: bold;
    font-size:25px;
    margin-bottom: 10px;
}


.thumbnail{
    width:100%;
    margin-bottom: 20px;
    transition: all .8s;
}

.thumbnail:hover{
    opacity: 0.8;
    transition: all .8s;
}

.thumbnail img{
    width:100%;
}

.banner{
    width:80%;
    margin:0 auto;
    display: flex;
    justify-content:center;}

.banner-box1,.banner-box2{width:30%;}
.banner-box1{margin-right: 70px;}
.banner img{width: 100%;}

footer{width:100%;}
.footer-flex{
    display: flex;
    width: 90%;
    margin: 100px auto 0;
}
.footer-left{
    width:20%;
}
.footer-left img{
    width:90%;
}
.footer-right{
  margin-top:10px;
}
.footer-right p{
    margin-bottom: 5px;
}
.footer-p{
    text-align: center;
    margin:25px 0;
    font-size: 20px;
}


.main02-box4-sp,
.main01-box1-sp,
.sp-h2,
.sp-p,
span,
.sp-header
{display: none;}

#section03-h2{
    font-size: 26px;
    padding-left: 130px;
}


@media only screen and (max-width: 1500px){
    .btn {
        margin-top: 80px;
    }

    .btn a {
        font-size: 16px;
    }
    .main02-box4 p {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .main03-box1{
        margin-bottom:100px;
    }
    .main03-title1,
    .main03-title2,
    .main03-title3,
    .main03-title4{
        background-position:center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right:50px;
    }



    .main03-title1>h2, .main03-title2>h2, .main03-title3>h2, .main03-title4>h2 {
        font-size: 24px;
    }
    .main03-box2 > p{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .main03-box2>h3{
    font-size:18px;
    margin-bottom: 5px;
}
}

@media only screen and (max-width: 415px){
    .sp-h2{
        display: block;
    }
    .main01-box1{
        display: none;
    }
    .sp-header{
        display: block;
        background-color: #FFF;
        height:70px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .sp-header-flex{
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 10px auto;
    }
    .sp-header-logo{
        width: 30%;
        margin-top: 10px;
    }
    .sp-header-logo img{
        width: 100%;
    }
    .sp-header-btn a{
    padding: 10px 30px;
    border-radius: 50px;
    background: #0ba43c;
    background: linear-gradient(to right, #0ba43c 0%, #8cc63f 100%);
    display: inline-block;
    font-size: 20px;
    transition: all .8s;
    }
    /*ここからハンバーガーメニュー*/
    .sp-header nav #menu-btn-check {
        display: none;
    }
    input[type="checkbox" i] {
        background-color: initial;
        cursor: default;
        appearance: auto;
        box-sizing: border-box;
        margin: 3px 3px 3px 4px;
        padding: initial;
        border: initial;
    }
    .sp-header nav .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 50px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #FFF;
    }
    .sp-header nav .menu-btn span, .sp-header nav .menu-btn span:before, .sp-header nav .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #00a13c;
        position: absolute;
    }
    .sp-header nav .menu-btn span:before {
        bottom: 8px;
    }
    .sp-header nav .menu-btn span:after {
        top: 8px;
    }
    .sp-header nav .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 80;
        background-color: #FFF;
        left: 100%;
        transition: all 0.5s;
    }
    .sp-header nav .menu-content ul {
        padding: 70px 10px 0;
        box-sizing: border-box;
        text-align: center;
    }
    .sp-header nav .menu-content ul li {
        list-style: none;
    }

    .sp-header nav ul li {
        font-size: 3.5vw;
    }
    .sp-header nav ul li {
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: bold;
    }
    .sp-header nav #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
    .sp-header nav .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 80;
        background-color: #FFF;
        left: 100%;
        transition: all 0.5s;
    }
    .sp-header nav .menu-content ul {
        padding: 70px 10px 0;
        box-sizing: border-box;
        text-align: center;
    }
    .sp-header nav ul {
        display: block;
    }
    .sp-header nav .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #000;
        text-decoration: none;
        padding: 15px;
        position: relative;
        font-weight: bold;
    }
    .sp-header nav ul li {
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: bold;
    }
    .sp-header nav #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    .sp-header nav #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    .sp-header nav #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(
    -45deg
    );
    }
    .sp-header nav .menu-btn span, .sp-header nav .menu-btn span:before, .sp-header nav .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #00a13c;
        position: absolute;
    }
    .sp-header nav .menu-btn span:before {
        bottom: 8px;
    }
    /*終了ハンバーガーメニュー*/




    .big-box{
        display: inherit;
    }
    .box-right{
        display: none;
    }
    .main01-box1-sp{
        background-image: url("images/top-image-sp.png");
        background-position: center;
        background-size: cover;
        display: block;
        width: 100%;
        padding: 100px 0;
        height: 550px;
        text-align: center;
    }
    .main01-box1-sp img{
        width:75%;
        padding: 100px 0;
    }


    .main02-box1 {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main02-box2{
        display: inherit;
        text-align: center;
    }
    .main02-box3{
        display: none;
    }
    .main02-box4{
        width:90%;
        margin:0 auto;
    }
    .main02-box4 p{
        display: none;
    }
    .main02-box4-sp{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .main02-box4-sp p{
        font-size: 17px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .btn {
        margin-top: 30px;
    }
    .main03-title1{background-image: url("images/image5-sp.png");}
    .main03-title2{background-image: url("images/image6-sp.png");}
    .main03-title3{background-image: url("images/image7-sp.png");}
    .main03-title4{background-image: url("images/image8-sp.png");}
    .main03-title1,
    .main03-title2,
    .main03-title3{
        background-position:center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0;
    }
    .main03-title4{
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 0;
    }


    .main03-title1>h2,
    .main03-title2>h2,
    .main03-title3>h2{
        font-size: 24px;
        text-align: left;
        padding-left: 25px;
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .main03-title4>h2 {
        font-size: 24px;
        text-align: left;
        padding-left: 25px;
        padding-top: 60px;
        margin-bottom: 30px;
    }

    .main03-box1 {
        width: 90%;
        margin: 0 auto;
        display: inherit;
    }
    .main03-box2 {
        width: 100%;
        margin-bottom: 55px;
    }
    .thumbnail {
        margin-bottom: 10px;
    }
    .main03-box2 > p {
        font-size: 12px;
    }
    .banner {
        width: 90%;
        margin: 55px auto 0;
        display: inherit;
    }
    .banner-box1,
    .banner-box2 {
        width: 100%;
    }
    .banner-box1 {
        margin-right: 0px;
    }
    footer{width:100%;}
.footer-flex{
    display: block;
    width: 90%;
    margin: 100px auto 0;
}
.footer-left{
    text-align: center;
    width:100%;
}
.footer-left img{
    width:80%;
}
.footer-right{
    width: 90%;
    margin:10px auto 0;
}
.footer-right p a{
    margin-bottom: 5px;
    color: #000;
}
.footer-p{
    text-align: center;
    margin:25px 0;
    font-size: 20px;
}

#section03-h2{
    font-size: 16px;
    padding-top: 32px;
    padding-left: 30px;
}


}
    @media only screen and (max-width: 375px){
        .main03-title1,
        .main03-title2,
        .main03-title3,
        .main03-title4{
            background-position:center;
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 0;
        }
        .main03-title1>h2, .main03-title2>h2, .main03-title3>h2 {
            font-size: 20px;
        }
    }
