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

h4{
	font-size: 30px;
	color: #1B459B;
	position: relative;
}
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) {

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

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

@media screen and (max-width: 768px) {
	p.sp{
		padding-top: 10px;
	}
	.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);
}
}

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

.sec1 {
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 30px 0;
	background: #fff;
	position: relative;
}
.sec1 .wrap{
	max-width: 100%;
	overflow: hidden;
  position: relative;
}
.sec1 h3{
	font-size: 50px;
	font-weight: 600;
}
.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: 768px) {
.sec1 .wrap{
	max-width: 100%;
	padding: 80px 0;
	position: relative;
}
	.sec1 .txt {
	margin-left: 20em;
}
}


@media screen and (min-width: 768px) and (max-width: 1380px){
	    .sec1 .wrap {
        max-width: 100%;
        padding: 10px 0;
        position: relative;
    }
	.sec1 h1 {
        font-size: 85px;
    }
	    .sec1 .txt {
        margin-left: 3em;
        padding-top: 6em;
    }
	.sec1 p{
		padding-bottom: 3em;
	}
}
@media screen and (max-width: 767px) {
	.underKeyimages .key-wrap {
    background: url(../images/equipment/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}
	.sec1 h3 {
		font-size: 30px;
	}
	.sec1 .wrap{
		padding-bottom: 0;
	}

.sec1 p {
        padding-bottom: 0em;
        font-size: 14px;
	margin-top: 15px;
	line-height: 30px;
    }

	.sec1 .ttl{
		margin-bottom: 3em;
	}

}



.sec2{
	background-color: #F1F6F7;
	position: relative;
	background-size: cover;
}
.sec2 .wrap {
	max-width: 1500px;
}
.sec2 .inner-wrap {
	max-width: 900px;
	margin: 0 auto;
}
.sec2 .forth {
    max-width: 800px;
}
.sec2 h3 {
    font-size: 45px;
    font-weight: 500;
	line-height: 50px;
	padding-bottom: 10px;
}
.sec2 h3 span{
	font-size: 30px;
}
.sec2 .flex{
	justify-content: center;
	margin: 0 auto;
	    margin-top: 0;
	    flex-wrap: wrap;
	    max-width: 1290px;
}
.sec2 .flex p.ttl{
	font-size: 17px;
	padding-top: 15px;
	font-weight: bold;
}
.sec2 .flex p{
	font-size: 17px;
	padding-top: 5px;
}
.sec2 .flex li{
	    width: 35%;
    margin: 40px;
}
.sec2 .ttl{
	display: flex;
	flex-direction: column;
    width: fit-content;
	
}
.sec2 .fade{
	margin-top: 9em;
}
.sec2 .top-fa{
	margin-top: 0em;
}
.sec2 .right-ma{
	margin-right: 8em;
}
.sec2 table {
    margin-top: 30px;
    font-size: 16px;
    width: 100%;
}
.sec2 table .center{
	text-align: center;
	width: 10%;
}
.sec2 table th {
    background: #1E459F;
    border-bottom: 1px solid #B7B8B8;
    border-right: 1px solid #B7B8B8;
    padding: 20px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
}
.sec2 table td {
	vertical-align: top;
    background: #fff;
    border: 1px solid #B7B8B8;
	padding: 20px;
    color: #3C3C3C;
    font-weight: bold;
    line-height: 40px;
	font-size: 17px;
}
@media screen and (min-width: 1380px) {
	.sec2 h3 {
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
	}
}
@media screen and (min-width: 768px) {
	.sec2{
		margin: 0 30px;
		padding-bottom: 30em;
	}

}

@media screen and (min-width: 768px) and (max-width: 1380px){
	.sec2 h3 {
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}


@media screen and (max-width: 767px) {
	.sec2 h3 {
		line-height: 40px;
		font-weight: 600;
		font-size: 30px;
	}
	.sec2 h3 span {
    font-size: 25px;
}
	.sec2 .fade {
    margin-top: 3em;
}
	.scroll {
        overflow: auto;
        white-space: nowrap;
    }
	.sec2 table td{
		vertical-align: top;
		background: #fff;
		border: 1px solid #B7B8B8;
		padding: 11px;
		color: #3C3C3C;
		font-weight: bold;
		line-height: 27px;
		font-size: 15px;
	}
    .sec2 .flex li {
        width: 47%;
        margin:40px 5px;
    }
	.sec2 .flex{
		display: flex;
		justify-content: space-between;
	}
	.sec2 .flex p.ttl {
		font-size: 15px;
	}
	.sec2 .flex p {
		font-size: 14px;
	}
	.sec2 table {
		margin-top: 10px;
	}
}



@media screen and (min-width: 768px) {
	#contact {
   background: linear-gradient(180deg, transparent 0%, transparent 50%, #1B459B 50%, #1B459B 100%);
    margin-top: -27em;
    position: relative;
}
}
@media screen and (max-width: 767px) {
	#contact {
		background: linear-gradient(180deg, #F1F6F7 0%, #F1F6F7 50%, #1B459B 50%, #1B459B 100%);
	}
}