@charset "UTF-8";
/* CSS Document */
#maintitle .flexbox{
    justify-content: space-between;
    align-items: flex-end;
}
#maintitle .txtbox{
    background-color: #fff;
    text-align: justify;
    padding: 4em 3em;
    border-radius: 1em;
    color: #1d93c4;
    width: 44%;
}
#maintitle .images{
    width: 51%;
}
#maintitle h3{
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.5;
}
#maintitle h4{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 1.5em 0;
}
#maintitle .txt{
    font-size: 1.8rem;
    letter-spacing: 2;
}
#maintitle .txt strong{
    font-weight: 500;
}

#box2{
    position: relative;
    z-index: 5;
}
#box2 h2{
    font-size: 2.8rem;
    font-weight: 500;
    padding: 4em 0 2em 0;
}
#box2 ul{
    display: flex;
    justify-content: center;
}
#box2 li{
    width: 27%;
    margin: 0 2.5%;
    background-color: #fcf7e8;
    border-radius: 1em;
    padding: 3em 2em;
    position: relative;
}
#box2 .title{
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
}
#box2 .title span{
    font-size: 3.2rem;
    vertical-align: sub;
}
#box2 h3{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 3em 0 2em 0;
}
#box2 .txt{
    text-align: justify;
    font-size: 1.8rem;
}

#box2 .icon{
    position: absolute;
}
#box2 .icon1{
    width: 8em;
    top: -2.5em;
    left: -3em;
}
.frame{
    width: 100%;
    position: relative;
    z-index: 5;
}
.frame .frameimg{}
.frame .frameimg img{
    width: 100%;
}
#box2 .icon2{
    width: 20em;
    top: 4em;
    right: 8em;
}
#box2 .icon3{
width: 10em;
top: 23.4em;
  right: 21.5em;
}
#box2 .icon4{
width: 15em;
  top: 25em;
  right: 5.5em;
}

#box3{
    background-color: #f9f6e5;
    background-image: url("img/box3_back.png");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 14em;
    margin-top: -14em;
    position: relative;
    z-index: 4;
}
#box3 h2{
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6;
}
#box3 .title{
    font-size: 2.2rem;
    font-weight: 500;
    padding: 3em 0 2em 0;
}
#box3 .read{
    font-size: 1.8rem;
    font-weight: 500;
}
#box3 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#box3 li{
    width: 31%;
    position: relative;
    background-color: #fff;
    border: 6px solid #8fc1e1;
    text-align: justify;
    padding: 4em 2.5em 3em 2.5em;
    border-radius: 1em;
    margin: 5em 1% 0 1%;
}
#box3 h3{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 1em;
}
#box3 .txt{}
#box3 .icon{
    width: 6em;
    height: 6em;
    padding: 0.5em;
    background-color: #27bdf5;
    border-radius: 50%;
    position: absolute;
    top: -3em;
    right: 2em;
}
#box3 .images{
    width: 31em;
    padding: 3em 0;
}


#step{
    padding-top: 8em;
}
#step h2{
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 3em;
}
#step dl{
    display: flex;
    position: relative;
}
#step dt{
    font-family: 'Jost', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    width: 14em;
    position: relative;
}
#step dt span{
    font-size: 5rem;
    vertical-align: sub;
    line-height: 1;
}
#step dl:before{
    content: "";
    display: block;
    position: absolute;
    border-right: 3px solid #27bdf5;
    height: 100%;
left: 22.3em;
  top: 1.5em;
}
#step dl:last-child:before{
    display: none;
}
#step dt:after{
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: #ffc000;
    border-radius: 50%;
    right: 1.55em;
    top: 0.5em;
}
#step dt .icon{
    width: 4em;
    margin: 1em auto 0 auto;
}
#step dd{
    flex: 1;
    text-align: left;
    padding: 0.5em 0.7em 0 1em;
}
#step h3{
    font-size: 2.2rem;
    font-weight: 500;
    padding-bottom: 1em;
}
#step .txt{}
#step .txt2{
    border-top: 1px solid #cdcdcd;
    padding: 1.5em 0 5em 0;
    margin-top: 1.5em;
}
#step dd ul{
    display: flex;
}
#step dd ul li{
    display: flex;
    padding-right: 3em;
      line-height: 1.6;
}
#step dd ul li img{
    height: 3.5em;
    margin-right: 1em;
}
#step dd ul li span{
    font-size: 1.8rem;
    font-weight: 500;
}


@media only screen and (max-width: 768px) {
    
#maintitle .flexbox{
    display: block;
}
#maintitle .txtbox{
    padding: 2em 1em;
    width: 100%;
}
#maintitle .images{
    width: 100%;
}
#maintitle h3{
    font-size: 2.8rem;
}
#maintitle h4{
    font-size: 2.2rem;
}
#maintitle .txt{
    font-size: 1.6rem;
}

    #box2{
    }
#box2 h2{
    font-size: 2.4rem;
    padding: 4em 0 2em 0;
}
#box2 ul{
    display: block;
}
#box2 li{
    width: 100%;
    margin: 2em 0;
    padding: 3em 1em;
}
#box2 .title{
}
#box2 .title span{
}
#box2 h3{
    font-size: 2.4rem;
    padding: 2em 0 1em 0;
}
#box2 .txt{
    text-align: justify;
    font-size: 1.8rem;
}

#box2 .icon{
    position: absolute;
}
#box2 .icon1{
    width: 7em;
    top: -2em;
    left: -1em;
}
    #box2 .container{
        padding-bottom: 20em;
    }
.frame{
    background-image: url("img/box2_back.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 150% auto;
    min-height: 22em;
}
.frame .frameimg{
    display: none;
    }
#box2 .icon2{
    width: 16em;
    top: -20em;
    right: 1em;
}
#box2 .icon3{
width: 12em;
  top: -6em;
  right: auto;
  left: 1em;
}
#box2 .icon4{
width: 12.5em;
    top: 1.6em;
    right: 1.3em;
}

#box3{
    background-position: 50% 0;
    padding-top: 7em;
    margin-top: -5em;
}
#box3 h2{
    font-size: 2.4rem;
}
#box3 .title{
    font-size: 2rem;
    padding: 2em 0 1em 0;
}
#box3 .read{
    font-size: 1.6rem;
    text-align: justify;
}
#box3 ul{
    display: block;
}
#box3 li{
    width: 100%;
    padding: 3em 1em 2em 1em;
    margin: 5em 0 0 0;
}
#box3 h3{
    font-size: 2rem;
}
#box3 .txt{}
#box3 .icon{
    right: 1em;
}
#box3 .images{
    width: 100%;
    padding: 3em 0;
}


#step{
    padding-top: 6em;
}
#step h2{
    font-size: 2.4rem;
    padding-bottom: 2em;
}
#step dl{
    display: block;
}
#step dt{
    text-align: left;
    font-size: 2.4rem;
    width: 100%;
    padding-left: 2em;
}
#step dt span{
    font-size: 4rem;
}
#step dl:before{
    right: auto;
    left: 0.65em;
    top: 1em;
}
#step dt:after{
    right: auto;
    left: 0;
    top: 0.35em;
}
#step dt .icon{
    position: absolute;
    width: 4em;
    margin: 0;
    right: 0;
    top: -2em;
}
#step dd{
    padding: 0.5em 0 0 3em;
}
#step h3{
    font-size: 2rem;
}
#step .txt{}
#step .txt2{
}
    #step dl:last-child .txt2{
        padding-bottom: 0;
    }
#step dd ul{
    display: block;
}
#step dd ul li{
    padding: 0.8em 0 0 0;
}
#step dd ul li img{
    height: 4em;
    margin-right: 1em;
}
#step dd ul li:last-child img{
    margin: 0 1.4em 0 0.8em;
}
#step dd ul li span{
    font-size: 2rem;
    font-weight: 500;
}
}