@charset "utf-8";
/*****共通*****/
.underKeyimages .key-wrap {
    background: url(../images/company/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 55vh;
}
.ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.sec4 h1,.sec6 h1{
	font-size: 120px;
	font-weight: bold;
	color: #BCBCBC;
	font-family: Helvetica;
	line-height: 120px;
}
.sec4 h1 span,.sec6 h1 span{
	color: #1B459B;
}
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) {
.underKeyimages .key-wrap {
    background: url(../images/company/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}
	.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);
}
	h1 {
	}
	h4 {
		font-size: 25px;
		margin-left: 3em;
	}
}

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

.sec1 {
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 30px 0;
	background: #fff;
	position: relative;
}
.sec1 .wrap{
	max-width: 100%;
	background-color: #F1F6F7;
	overflow: hidden;
  position: relative;
}
.sec1 .wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
    /* border-style: solid; */
    border-left: 190px solid transparent;
    border-top: 180px solid #fff;
    transform: rotate(-90deg);
}
.sec1 .wrap::after {
content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 190px;
    /* border-style: solid; */
    border-left: 190px solid transparent;
    border-top: 180px solid #fff;
    transform: rotate(90deg);
}

.sec1 h3 {
    font-size: 50px;
    letter-spacing: -2px;
    margin: 0 auto;
    border-bottom: 5px solid #1B459B;
    width: fit-content;
    font-family: 'MS Mincho', 'ＭＳ 明朝';
    font-weight: 600;
    color: #000;
}
.sec1 p{
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	margin-top: 3em;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	line-height: 36px;
	color: #221815;
}

@media screen and (min-width: 768px) {
.sec1 .wrap{
	max-width: 100%;
	padding: 80px 0;
	background-color: #F1F6F7;
	position: relative;
}

}

@media screen and (max-width: 1700px) {
.sec1 h1 {
	font-size: 105px;
}
}
@media screen and (max-width: 1530px) {
.sec1 h1 {
	font-size: 95px;
}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.sec1 h1 {
        font-size: 85px;
    }
	    .sec1 .txt {
        margin-left: 3em;
        padding-top: 6em;
    }
	.sec1 p{
		padding-bottom: 3em;
	}
}
@media screen and (max-width: 767px) {
.sec1 h3 {
    font-size: 30px;
	text-align: center;
	}
	.sec1 .wrap{
		padding-bottom: 3em;
        padding-top: 3em;
	}
.sec1 .wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    /* border-style: solid; */
    border-left: 100px solid transparent;
    border-top: 100px solid #fff;
    transform: rotate(-90deg);
}
	.sec1 .wrap::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    /* border-style: solid; */
    border-left: 100px solid transparent;
    border-top: 100px solid #fff;
    transform: rotate(90deg);
}
.sec1 p {
	margin-top: 10px;
    padding-bottom: 3em;
	line-height: 30px;
	font-size: 13px;
}

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

}



.sec2{
	background: url("../images/company/bg-message.jpg") no-repeat;
	position: relative;
	background-size: cover;
}

.sec2 .flex{
	justify-content: right;
	justify-content: flex-end;
}
.sec2 .ttl{
	display: flex;
	flex-direction: column;
    width: fit-content;
}

.sec2 h1{
	font-size: 120px;
	font-weight: bold;
	color: #A1AABE;
	font-family: Helvetica;
	line-height: 120px;
}
.sec2 h1 span{
	color: #1B459B;
}
.sec2 h4{
	font-size: 30px;
	color: #1B459B;
	position: relative;
}
.sec2 h4::before {
    position: absolute;
    top: -1.2rem;
    left: -40px;
    height: 1.8rem;
    width: 3px;
    height: 80px;
    content: "";
    background-color: #1B459B;
    transform: rotate(45deg);
}
.sec2 .txt h3.bl_bg {
    background: #1b459b;
    color: #fff;
    width: fit-content;
    padding: 0px 17px;
	font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
@media screen and (min-width: 768px) {
	.sec2 .wrap{
	max-width: 1600px;
}
	.sec2 p{
	font-size: 20px;
	line-height: 40px;
	}
.sec2 .ttl{
	align-items: flex-end;
	margin-bottom: 7em;
}
	.sec2 td.check {
    padding-bottom: 3em;
}
.sec2 h1 {
	font-size: 105px;
}
	
	.sec2 .right-ma{
	margin-right: 8em;
}
}

@media screen and (min-width: 768px) and (max-width: 1380px){
.sec2 h1 {
	font-size: 95px;
}
	    .sec2 .right-ma {
        margin-right: 2em;
    }
}
@media screen and (max-width: 767px) {
	.sec2 {
		padding-top: 10px;
	}
	.sec2 h1{
		font-size: 45px;
		padding-top: 30px;
		line-height: 70px;
	}
	.sec2 h4 {
    font-size: 25px;
		margin-left: 3em;
}
	.sec2 h4::before {
        position: absolute;
        top: -0.5rem;
        left: -30px;
        width: 2px;
        height: 60px;
        content: "";
        background-color: #1B459B;
        transform: rotate(45deg);
    }
		.sec2 .txt h3.bl_bg{
		font-size: 19px;
			margin-bottom: 10px;
	}
	.sec2 .txt{
		margin-top: 30px;
	}
}



.sec3{
	padding-bottom: 50px;
	padding-top: 60px;
	position: relative;
}
.sec3 p{
	font-size: 17px;
	line-height: 40px;
}
.sec3 p span.blue{
	font-weight: bold;
}
.sec3 p.name {
	font-size: 20px;
    margin-top: 40px;
    text-align: right;
    font-weight: 400;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    letter-spacing: 4px;
}
.sec3 p.name span {
    font-size: 15px;
	letter-spacing: 0px;
}

@media screen and (min-width: 768px) {
	.sec3 .wrap{
	max-width: 950px;
}
	.sec3 ul.flex li{
			margin: 0 30px;
		}

}

@media screen and (max-width: 767px) {
	.sec3{
		padding: 60px 0;
	}
	.sec3 p {
    font-size: 14px;
    line-height: 35px;
}
}

.sec4{
	padding: 130px 0;
}
.sec4 .wrap {
        max-width: 1500px;
}

.sec4 .flex{
	justify-content: space-between;
}

.com-table table {
	margin: 0 auto;
	margin-top: 11em;
}
.com-table table th {
    padding: 30px 10px;
	width: 25%;
    border-bottom: 1px solid #1E459F;
    text-align: left;
    color: #1E459F;
}
.com-table table th:first-child {
    border-top: 1px solid #1E459F;
}
.com-table table td {
    padding: 30px 30px;
    line-height: 2.2em;
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    font-weight: normal;
    letter-spacing: 1px;
    color: #142040;
}
.com-table table tr:last-child td{
	border-bottom: 1px solid #1E459F;
}
.com-table table iframe{
	margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1380px){
.sec4 .wrap {
    max-width: 1200px;
}
}
@media screen and (min-width: 768px) {
	
	.sec4 .com-table {
        width: 950px;
        margin: 0 auto;
        font-size: 17px;
    }
	.com-table table {
		width: 85%;
		}
}
@media screen and (max-width: 767px) {
	.sec4 {
    padding-top: 20px;
}
	.sec4 a.btn-news {
    margin: 20px 0px;
}
		.sec4 h1{
		font-size: 45px;
		padding-top: 30px;
		line-height: 70px;
	}
	.sec4 h4 {
    font-size: 25px;
		margin-left: 3em;
}
.sec4 h4::before {
	position: absolute;
	top: -0.5rem;
	left: -30px;
	width: 2px;
	height: 60px;
	content: "";
	background-color: #1B459B;
	transform: rotate(45deg);
}
	.com-table table{
		margin-top: 4em;
	}
	.com-table table td {
		padding: 20px 10px;
	}
}




.sec5 {
    background-color: #1B459B;
    padding: 130px 0;
    position: relative;
}
.sec5 .wrap{
	max-width: 1450px;
}
.sec5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
    /* border-style: solid; */
    border-left: 190px solid transparent;
    border-top: 180px solid #fff;
    transform: rotate(-90deg);
}
.sec5::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 190px;
    /* border-style: solid; */
    border-left: 190px solid transparent;
    border-top: 180px solid #fff;
    transform: rotate(90deg);
}
.sec5 ul.flex{
	justify-content: space-between;
}
.sec5 ul.flex p{
	color: #fff;
	font-size: 18px;
	padding-top: 20px;
	font-weight: bold;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.sec5 {
		background-color: #1B459B;
		padding: 90px 0;
	}
	.sec5::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        /* border-style: solid; */
        border-left: 100px solid transparent;
        border-top: 100px solid #fff;
        transform: rotate(-90deg);
    }
	    .sec5::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        /* border-style: solid; */
        border-left: 100px solid transparent;
        border-top: 100px solid #fff;
        transform: rotate(90deg);
    }
	.sec5 ul.flex p{
		padding-bottom: 30px;
        font-size: 16px;
        padding-top: 10px;
	}
}

.sec6{
	padding: 150px 0;
}
.sec6 .wrap {
    max-width: 1500px;
}
.sec6 h4{
	padding-right: 3em;
}

.sec6 table tr{
	   vertical-align: top;
}
.sec6 table th {
	color: #1E459F;
    font-weight: bold;
    font-size: 38px;
    text-align: left;  
    letter-spacing: 1px;
}
.sec6 table td {
    font-size: 17px;
    padding-left: 90px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 40px;
    vertical-align: top;
    padding-top: 13px;
position: relative;
}
.sec6 table td span.history{
	font-size: 18px;
    color: #000;
	font-weight: 600;
}

.sec6 .b-bottom {
    width: 35em;
    height: 1px;
    background-color: #BCBCBC;
    margin: 0 auto;
    position: absolute;
    bottom: 17px;
    left: 90px;
}
.sec6 table td.dots-none:before{
	display: none;
}
.sec6 table td.dots-none:after{
	top :0px;
}
.sec6 table td.singlebox {
    padding-bottom: 50px;
}

.sec6 table tr:last-child td {
    padding-bottom: 0;
}
.sec6 table tr:last-child td:after {
    display: none;
}
.sec6 table td.pa-bottom-not {
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.sec6 .wrap {
    max-width: 1200px;
}
}
@media screen and (min-width: 768px) {
	.sec6 table {
    width: 900px;
	margin: 0 auto;
	margin-top: 10em;
}
		.sec6 table th {
		 width: 14%;
		}
	.sec6 table td.singlebox{
	padding-left: 90px;
	padding-bottom: 50px;
	width: 50%;
}
	.sec6 table td:before {
    position: absolute;
    content: "";
    background: #1E459F;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 0;
    top: 17px;
}
.sec6 table td:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 22px;
    bottom: -20px;
    background-color: #1E459F;
    width: 1px;
}
}
@media screen and (max-width:1380px) and (min-width:768px){
.sec6 table th {
        width: 18%;
    }
	.sec6 table td{
		padding-left: 60px;
	}
}
@media screen and (max-width: 767px) {
	.sec6 {
		position: relative;
		padding: 40px 0;
	}
	    .sec6 h1 {
        font-size: 45px;
        padding-top: 30px;
        line-height: 70px;
    }
	.sec6 h4 {
		font-size: 25px;
		margin-left: 3em;
	}
	.sec6 h4::before {
		position: absolute;
		top: -0.5rem;
		left: -30px;
		width: 2px;
		height: 60px;
		content: "";
		background-color: #1B459B;
		transform: rotate(45deg);
	}
	.sec6 table {
		margin-top: 30px;
	}
	.sec6 table th:before{
		left: 7px;
        top: 12px;
        width: 20px;
        height: 20px;
		z-index: 10;
    }
	.sec6 table th {
        font-size: 25px;
        padding-left: 30px;
        display: block;
        padding-bottom: 5px;
		position: relative;
    }
	    .sec6 table td {
        display: block;
        line-height: 30px;
        font-size: 14px;
        padding-bottom: 30px;
        padding-left: 28px;
        letter-spacing: 0;
        padding-top: 5px;
    }
	.sec6 table td.singlebox {
    padding-bottom: 30px;
}
	.sec6 table th:before {
    position: absolute;
    content: "";
    background: #1E459F;
    border-radius: 50%;
    left: 0px;
        top: 12px;
        width: 20px;
        height: 20px;
        z-index: 10;
}
.sec6 table th:after {
    content: "";
    position: absolute;
    left: 9px;
	top: 20px;
	bottom: -270px;
    background-color: #1E459F;
    width: 1px;
}
    .sec6 table tr.last-be th:after {
        top: 20px;
        bottom: -30px;
    }
	.sec6 table th.dots-none:before{
	display: none;
}
.sec6 table tr:last-child th:after {
    display: none;
}
	.sec6 table td.pa-bottom-not {
    padding-bottom: 0px;
}
	.sec6 table td span {
		font-size: 17px;
	}
	.sec6 .b-bottom {
		        width: 17em;
        left: 40px;
	}
}