@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*BASIC*/

body{
	background: #fff;
    color: #0E0E0E;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Noto Sans JP";
	text-align: center;
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/*TEXT*/

p{
    text-align: left;
}
.title1{
    width: 67%;
    max-width: 890px;
    margin: 50px auto 40px;
    padding: 16px;
    background: #18806E;
    border-radius: 6px;
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.title1:before, .title1:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff;
    display: block;
}
.title1:before{
    margin-right: .5em;
}
.title1:after{
    margin-left: .5em;
}



/*LAYOUT*/

.container{
	overflow-x: hidden;
}
.badge{
    position: fixed;
    top: 50px;
    left: 87.5%;
    z-index: 1000;
    margin-right: 10px;
}
.head{
    width: 100%;
    padding: 60px 0;
    background: #53B089;
}
.head-inner{
    width: 100%;
    max-width: 957px;
    margin: 0 auto;
    height: 62.7vw;
    max-height: 600px;
    background: url("images/head.png") center center no-repeat;
    background-size: contain;
    position: relative;
}
.head-button{
    position: absolute;
    top: 473px;
    left: 46px;
}
.block{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.when{
    background: linear-gradient(transparent 76.7%, #53B089 76.7%, #53B089 100%);
    padding-bottom: 18px;
    margin-bottom: 50px;
    position: relative;
}
.when:after{
    content: "";
    margin: 0 auto;
    border-top: 50px #53B089 solid;
    border-right: transparent 50px solid;
    border-left: transparent 50px solid;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 25px);
}
.section1{
    display: flex;
    align-items: center;
}
.section1 img{
    width: 32%;
    max-width: 380px;
}
.section1 img:not(last-child){
    margin-right: 1%;
}
.title{
    width: 100%;
    background: #53B089;
    margin: 100px auto 50px;
    padding: 40px 0 60px;
}
.section2{
    display: flex;
}
.small-box{
    width: 32%;
    border-radius: 10px;
    border: 3px solid #18806e;
    padding: 30px 0 20px;
}
.small-box:not(last-child){
    margin-right: 1%;
}
.name{
    padding: 15px 36px;
    min-width: 200px;
    background: #18806E;
    color: #fff;
    display: table;
    margin: 0 auto;
}
p.text1{
    text-align: center;
    margin: 38px auto 25px;
}

p.text2{
    text-align: center;
    margin: 20px auto 7px;
}
.big-box{
    border-radius: 10px;
    border: 3px solid #18806e;
    padding: 30px 50px 20px;
    display: flex;
    margin-bottom: 36px
}
.left{
    width: 29%;
}
.right{
    width: 71%;
}
.left img{
    margin-top: 30px;
}
.right img{
    float: left;
    margin: 20px;
}
.merit{
    display: flex;
    align-items: center;
}
p.comment{
    font-size: 0.8em;
    text-align: right;
    margin-top: -30px;
}
.box{
    width: 49%;
    border-radius: 10px;
    border: 3px solid #18806e;
    padding: 30px 0 20px;    
}
.box:first-child{
    margin-right: 2%;
}
.before-title{
    padding: 15px 36px;
    min-width: 200px;
    background: #6087BF;
    color: #fff;
    display: table;
    margin: 0 auto 30px;
}
.after-title{
    padding: 15px 36px;
    min-width: 200px;
    background: #D80B4D;
    color: #fff;
    display: table;
    margin: 0 auto 30px;
}
.box ul{
    margin: 30px auto 0;
    text-align: left;
    display: table;
    list-style: none;
}
.box ul li{
    padding-bottom: 20px;
    text-indent: -1.2em
}
.box ul li:before{
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: .2em;
}
.before ul li:before{
    color: #6087BF;
}
.after ul li:before{
    color: #D80B4D;
}
.flow{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto 100px;
}
.man2{
    min-width: 200px;
    margin: 0 50px;
}
.man .name{
    display: table-cell;
}
.footer{
    width: 100%;
    background: #18806E;
    padding: 50px 0;
    font-size: 0.8em;
    color: #fff;
}
.footer p{
    text-align: center;
    padding-top: 24px;
}
.footer a{
    text-decoration: none;
    color: #fff;
}
.sp{
    display: none;
}

@media screen and (max-width: 1000px){
    .head{
        padding: 40px 0;
    }
    .head-inner{
        width: unset;
        margin: 0 30px;
    }
.head-button{
    position: absolute;
    top: 47vw;
    left: 4.8vw;
    width: 53.5vw
}
    
}
@media screen and (max-width: 640px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    body{
        font-size: 14px;
    }
    .badge{
        top:5vw;
        right: 1vw;
        left: unset;
        margin-right: 0;
        width: 20%;
    }
    .head{
        padding: 20px 0;
    }
    .head-button{
        left: 0;
    }
    .title1{
        margin: 20px auto 10px;
    }
    .when{
        margin-bottom: 20px;
    }
    .when:after{
    border-top: 20px #53B089 solid;
    border-right: transparent 20px solid;
    border-left: transparent 20px solid;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    }
    .title{
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 10px 0 20px;
    }
    .title img{
        width: auto;
        max-height: 100px;
        padding: 0 10px;
        margin: 0 auto;
    }
    .section2{
        display: block;
        padding: 10px;
    }
    .small-box:not(last-child){
        margin-right: unset;
    }
    .small-box,
    .box{
        width: unset;
        margin: 10px auto;
        padding: 20px 0 10px;
    }
    p.text1,
    p.text2{
        margin: 10px auto;
    }
    .big-box{
        display: block;
        padding: 20px;
    }
    .left,
    .right{
        width: 100%;
    }
    .left img{
        width: 50%
    }
    .right img{
        float: none;
        margin: 10px auto;
        width: 30%;
    }
    .merit{
        display: block;
    }
    .merit p{
        text-align: center;
    }
    p.comment{
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .flow{
        display: block;
        padding: 10px;
        margin-bottom: 10px;
    }
    .man .name,
    .man2 .name{
        display: table;
        margin: 10px auto;
    }
    .man img,
    .man2 img{
        width: 30%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .man2{
        margin: 0;
    }

}