@charset "utf-8";
/*****共通*****/
#advantage .underKeyimages .key-wrap {
    background: url(../images/advantage/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 55vh;
}
#advantage .ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

#advantage h4::before {
    position: absolute;
    top: -1.2rem;
    left: -40px;
    height: 1.8rem;
    width: 3px;
    height: 80px;
    content: "";
    background-color: #1B459B;
    transform: rotate(45deg);
}
@media screen and (min-width: 767px) {

	#advantage .ttl {
    align-items: flex-end;
}

}
@media screen and (min-width: 768px) and (max-width: 1380px){
	#advantage .underKeyimages .key-wrap {
    background-size: cover;
    height: 35vh;
}
	#advantage .underKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
    left: 7%;
    top: 13%;
}
}

@media screen and (max-width: 768px) {
	#advantage .underKeyimages .key-wrap {
    background: url(../images/advantage/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}
#advantage .sec1 h4::before, .sec2 h4::before {
    position: absolute;
    top: -0.5rem;
    left: -30px;
    height: 1.8rem;
    width: 2px;
    height: 60px;
    content: "";
    background-color: #1B459B;
    transform: rotate(45deg);
}

	#advantage h1 {
		font-size: 45px;
		line-height: 70px;
	}
	#advantage h4 {
		font-size: 25px;
		margin-left: 3em;
	}
}


/*****共通end*****/

#advantage .sec1 {
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 30px 0;
	background: #fff;
	position: relative;
}
#advantage .sec1 .wrap{
	max-width: 100%;
	overflow: hidden;
  position: relative;
}
#advantage .sec1 h3{
	font-size: 50px;
	font-weight: 500;
}
#advantage .sec1 p{
	text-align: left;
	font-size: 17px;
	margin-top: 2em;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	line-height: 36px;
}
@media screen and (min-width: 1380px) {
	#advantage .sec1 h3{
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
	}
}
@media screen and (min-width: 768px) {
#advantage .sec1 .wrap{
	max-width: 1500px;
	padding: 80px 0;
	position: relative;
}

}


@media screen and (min-width: 768px) and (max-width: 1380px){
	#advantage .sec1 .wrap {
        padding: 20px 0;
    }
	#advantage .sec1 h1 {
        font-size: 85px;
    }
	    #advantage .sec1 .txt {
        margin-left: 3em;
        padding-top: 2em;
    }
	#advantage .sec1 p{
		padding-bottom: 3em;
	}
	#advantage .sec1 h3{
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}
@media screen and (max-width: 767px) {
#advantage .sec1 h3 {
	font-size: 30px;
	}

}



#advantage .sec2{
	background-color: #F1F6F7;
	position: relative;
	background-size: cover;
	padding-bottom: 0;
}
#advantage .sec2 .wrap {
	max-width: 1660px;
}
#advantage .sec2 .inner-wrap {
	max-width: 900px;
	margin: 0 auto;
}
#advantage .sec2 h3.bl_bg {
    font-size: 28px;
    font-weight: 500;
	line-height: 60px;
	padding-bottom: 10px;
}
#advantage .sec2 h3 span{
	font-size: 30px;
}
#advantage .sec2 .tops-flex{
	justify-content: space-evenly;
	    margin-top: 5em;
}

#advantage .sec2 .bottom-flex{
	margin-top: 7em;
	justify-content: center;
	align-items: anchor-center;
}
#advantage .sec2 .bottom-flex h3 {
    font-size: 50px;
    font-weight: 500;
	margin-bottom: 20px;
}

#advantage .sec2 .bottom-flex .txt p{
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
}
#advantage .loop-wrap{
	margin-top: 0;
}
@media screen and (min-width: 1380px) {
		#advantage .sec2 .bottom-flex h3,
	#advantage .sec2 h3.bl_bg{
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
	}
}
@media screen and (min-width: 768px) {

	#advantage .sec2 .tops-flex .img{
	margin-top: -20em;
	/*margin-right: -3em;*/
}
	#advantage .sec2 .bottom-flex .img{
	width: 35%;
}
#advantage .sec2 .bottom-flex .txt{
	width: 37%;
	margin-left: 5em;
}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	    #advantage .sec2 .tops-flex .img {
		margin-top: -16em;
			width: 50%;
}
	#advantage .sec2 h3.bl_bg{
		font-size: 24px;
	}
			#advantage .sec2 .bottom-flex h3,
	#advantage .sec2 h3.bl_bg{
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}

@media screen and (max-width: 767px) {
		#advantage .sec2 .tops-flex{
		margin-top: 1em;
	}
	#advantage .sec2 h3.bl_bg {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 10px;
}
	#advantage .sec2 .bottom-flex h3{
		font-size: 30px;
	}
	#advantage .sec2 .bottom-flex .txt p {
		font-size: 15px;
        line-height: 30px;
	}
	#advantage .sec2 .txt{
		margin-bottom: 0px;
        margin-top: 20px;
	}
}



#advantage .sec3 .ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: flex-end;
	margin: 0 auto;
}
#advantage .sec3 h1 {
    font-size: 120px;
    font-weight: bold;
    color: #A1AABE;
    font-family: Helvetica;
    line-height: 120px;
}
#advantage .sec3 h1 span {
    color: #1B459B;
}
#advantage .sec3 h4 {
	    font-size: 33px;
    color: #1B459B;
	position: relative;
    color: #1B459B;
}
#advantage .sec3 h3 {
    font-size: 50px;
    font-weight: 500;
	width: fit-content;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 80px;
	letter-spacing: 3px;
}


@media screen and (min-width: 1380px) {
		#advantage .sec3 h3 {
		font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
	}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
		#advantage .sec3 h3 {
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}
@media screen and (max-width: 767px) {
	#advantage .sec3 h1 {
        font-size: 45px;
        padding-top: 10px;
        line-height: 70px;
    }
	#advantage .sec3 h4::before {
        position: absolute;
        top: -0.5rem;
        left: -30px;
        height: 1.8rem;
        width: 2px;
        height: 60px;
        content: "";
        background-color: #1B459B;
        transform: rotate(45deg);
    }
	#advantage .sec3 h4 {
        font-size: 25px;
    }
		#advantage .sec3 h3{
		font-size: 30px;
		line-height: 50px;
	}
}

#advantage .sec4{
	background-color: #F7F7F7;
	position: relative;
	background-size: cover;
}
#advantage .sec4 .flex{
	margin: 90px 0;
	justify-content: space-between;
}

#advantage .sec4 h5{
	font-weight: bold;
	font-size: 23px;
	color: #008ad2;
}
#advantage .sec4 h5 span{
	font-size: 50px;
}

#advantage .sec4 h3.blue {
    font-size: 40px;
    font-weight: 500;
    width: fit-content;
    margin-bottom: 40px;
    line-height: 60px;
	    letter-spacing: 3px;
}
#advantage .sec4 h3.bl_bg {
	font-size: 23px;
	    line-height: 45px;
	font-weight: 500;
}
#advantage .sec4 p {
	font-size: 17px;
	line-height: 35px;
}
@media screen and (min-width: 1380px) {
	#advantage .sec4 h3{
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
}
}
@media screen and (min-width: 768px) {
	#advantage .sec4 .txt-r{
	width: 46%;
	margin-left: 50px;
}
#advantage .sec4 .txt-l{
	width: 46%;
	margin-right: 50px;
}

}
@media screen and (min-width: 768px) and (max-width: 1380px){
	#advantage .sec4 h3{
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}
@media screen and (max-width: 767px) {
	#advantage .sec4 h3.blue{
		font-size: 30px;
		margin-bottom: 10px;
	}
	#advantage .sec4 p {
		font-size: 15px;
        padding-bottom: 20px;
	}
	#advantage .sec4 .flex {
		margin: 30px 0;
		margin-top: 50px;
	}
	#advantage .sec4 .reverse{
		flex-direction: column-reverse;
        display: flex;
	}
	#advantage .sec4 h3.bl_bg {
		font-size: 17px;
		line-height: 35px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#advantage .sec4 h5{
		line-height: 20px;
	}
}

#contact{
	background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 50%, #1B459B 50%, #1B459B 100%);
}


