@charset "UTF-8";
html { 
font-size:62.5%;
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {

#lp .wrapper {
    margin: 0 auto;
    max-width:100%;
    width:1500px;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1.8;
}
#lp .wrapper2 {
    margin: 0 auto;
    max-width:100%;
    width:1500px;
    padding-top: 100px;
    line-height: 1.8;
}
#lp .wrapper3 {
    margin: 0 auto;
    max-width:100%;
    width:1500px;
}
}

/*=======================
.key
=======================*/

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
#lp .key {
    width: 100%;
    height: 1460px;
    background: url("../img/top_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}   
#key_inner1{
    width: 100%;
    height: 1460px;
    background: linear-gradient(180deg, rgb(255, 0, 0, 0) 0%, rgb(255, 0, 0, 0) 80%, #1f6252 20%, #1f6252 100%);
}
#key_inner2{
    margin: 0 auto;
    max-width:100%;
    width:1500px;
    height: 1200px;
    background: url("../img/top_bg.png") no-repeat;
}
.key h2{
    padding-top: 190px;
    padding-left: 940px;
}
.key h3{
    width: 404px;
    padding-top: 25px;
    padding-left: 940px;
}
.key h4{
    width: 1100px;
    margin: 0 auto;
}
.key h4 img{
    margin: 0 auto 0 auto;
}
}

/*=======================
.content1
=======================*/
.content1{
    background: #fff;
}
#content1_inner{
    margin: 0 auto;
}
#content1_inner p img{
    margin: 0 auto;
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
#content1_inner{
    height: 640px;
}
#ct1_box{
    width: 1400px;
    margin: 0 auto;
}
#ct1_left{
    width: 600px;
    float: left;
    text-align: left;
}
.ct1_left_inner{
    width: 600px;
    float: left;
    margin-bottom: 50px;
}
.ct1_left_inner h4{
    margin-top: 30px;
    margin-bottom: 20px;
}
#ct1_right{
    width: 800px;
    height: 640px;
    float: left;
}
.ct1_inner1{
    width: 360px;
    float: left;
    text-align: left;
}
.ct1_inner1 p{
    width: 340px;
}
.ct1_inner2{
    width: 240px;
    float: left;
}/*
.ct1_inner2 p{
    width: 340px;
}*/
}

/*=======================
.content2
=======================*/
.content2{
    background: #1F6252;
    color: #fff;
}
.content2_inner{
    margin: 0 auto;
    text-align: center;
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
.content2 h2 img{
    margin: 0 auto;
    text-align: center;
}
/*#ct2_ttl1*/ 
#ct2_ttl1{
    position: relative;
}
#ct2_ttl1 p{
    position: absolute;
}
#ct2_img2{
    left: 1069px;
}
#ct2_ttl1_txt{
}
#ct2_ttl1_txt h2 img{
    margin: 0 auto;
    padding-bottom: 30px;
}
#ct2_ttl1_txt h3{
    width: 502px;
    margin: 0 auto;
    padding-bottom: 30px
}
#ct2_ttl1_txt p{
    text-align: center;
}
#ct2_box{
    width: 990px;
    height: 300px;
    margin: 0 auto;
    margin-top: 80px;
}
.ct2_box_inner{
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    float: left;
    margin-bottom: 80px;
}
.ct2_box_inner img{
    width: 300px;
    text-align: center;
    padding-bottom: 20px;
}
.ct2_box_inner p{
    text-align: center;
}
.example-slick{
    width: 990px;
    margin: 0 auto;
    margin-bottom: 100px;
}
    
/*ct2_ttl2*/
#ct2_ttl2{
    position: relative;
    margin-top: 200px;
}
#ct2_ttl2 p{
    position: absolute;
}
#ct2_img4{
    top: 160px;
}
#ct2_img5{
    top: 130px;
    left: 230px;
}
#ct2_img6{
    top: 400px;
    left: 30px;
}
#ct2_img7{
    top: 730px;
    left: 100px;
}
#ct2_img8{
    top: 100px;
    left: 1050px;
}
#ct2_img9{
    left: 1300px;
}
#ct2_img10{
    top: 290px;
    left: 1300px;
}
#ct2_img11{
    top: 650px;
    left: 1200px;
}
#ct2_ttl2_txt{
    height: 1000px;
}
#ct2_ttl2_txt p{
    margin: 0 auto ;
    position: relative;
}
#ct2_ttl2_txt h2 img{
    margin: 0 auto;
    padding-bottom: 30px
}
#ct2_ttl2_txt h3{
    width: 502px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#ct2_ttl2_txt p{
    text-align: center;
}

/*画像のループ*/
#roop {
    width: 100%;
    height: 244px;
    background: url("../img/ct2_roop.png")repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
    padding-bottom: 70px;
}
    
@-webkit-keyframes bgroop {
from {
    background-position: 0  0;
}
to {
    background-position: -1510px 0;
}
}
@keyframes bgroop {
from {
    background-position: 0 0;
}
to {
    background-position: -1510px 0;
}
}

/*=======================
.content3
=======================*/
.content3{
    background: #EADFCD;
    color: #404040;
}
.content3_inner{
    margin: 0 auto;
}
.content3_inner h2{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    padding-bottom: 80px
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
.ct3_box{
    display: flex;
    list-style: none;
    color: #fff;
    padding-left: 220px;
    padding-right: 220px;
    text-align: center;
}
#ct3_inner1{
    position: relative;
}
#ct3_inner1 p{
    position: absolute;
}
#ct3_img1{
    top: -50px;
    left: 920px;
    z-index: 100;
}
#ct3_img2{
    top: 620px;
    left: 280px;
    z-index: 100;
}
#ct3_inner2{
    position: relative;
}
#ct3_inner2 p{
    position: absolute;
}
#ct3_img3{
    top: 350px;
    z-index: 100;
}
#ct3_img4{
    top: 350px;
    left: 1350px;
    z-index: 100;
}
}

/*=======================
.content4
=======================*/
.content4{
    background: #1F6252;
    color: #fff;
}
#content4_inner{
    margin: 0 auto;
}
#content4_inner h2{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 80px
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
.ct4_box{
    display: flex;
    list-style: none;
    color: #fff;
    text-align: center;
}
.ct4_box ul{
    margin: 0 auto;
    display: flex;
    list-style: none;
}
.ct4_box li{
    width: 165px;
    line-height: 1,9;
    float: left;
}
.ct4_box em{
    font-size: 140%;
    font-style: normal;
}
.ct4_box strong{
    font-size:300%;
    font-style: normal;
    font-weight: bold;
}
.ct4_txt1{
    margin-top: 50px;
}
.ct4_txt2{
    margin-top: 20px;
}
#ct4_box1{
    margin-bottom: 75px;
}
}

/*=======================
.content4_bottom
=======================*/
.content4_bottom{
    background: linear-gradient(180deg, #1f6252 0%, #1f6252 50%, #fff 50%, #fff 100%);
}
#content4_bottom_inner{
    margin: 0 auto;
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
#content4_bottom_inner p{
    padding-left: 1300px;
}
}

/*=======================
.content5
=======================*/
.content5{
    color: #404040;
}
#content5_inner{
    margin: 0 auto;
}
#content5_inner h2{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 80px
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
.content5 table {
    width: 1100px;
    font-size: 19px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: left;
}
.content5 table th{
    width: 200px;
    letter-spacing: 2px;
    color: #1F6252;
    border-bottom: 1px dashed #1F6252;
    padding-left: 100px;
}
.content5 td {
    border-bottom: 1px dashed #1F6252;
    padding: 20px;
}
}

/*=======================
.content6
=======================*/
#content6_inner{
    margin: 0 auto;
}
#content6_inner h2{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 80px
}

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) {
#content6_inner p{
    text-align: center;
}
#content6_inner p img{
    width: 239px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn_contact {
    width: 280px;
    height: 90px;
    cursor: pointer;
    margin-inline: auto;
    position: relative;
}
.btn_contact img {
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}
.btn_contact img:last-of-type {
    opacity: 0;
    transition: opacity .7s;
}
.btn_contact:hover img {
    opacity: 1;
}
}