@charset "utf-8";
/*****共通*****/
.underKeyimages .key-wrap {
    background: url(../images/about/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 55vh;
}
.ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.none-item{
	text-align: center;
	padding: 60px 0;
}
a:hover img{
	opacity: 1;
}

@media screen and (min-width: 768px) {

	.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: 767px) {
	.underKeyimages .key-wrap {
    background: url(../images/about/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}
}

/*****共通end*****/

.sec1 {
}
.sec1 .wrap{
	overflow: hidden;
  position: relative;
}
 .sec1 h1 {
    font-size: 80px;
    font-weight: bold;
    color: #bcbcbc;
    font-family: Helvetica;
    line-height: 80px;
}
.sec1 h1 span {
    color: #1B459B;
}
.sec1 h4{
	font-size: 27px;
	color: #1B459B;
	position: relative;
    letter-spacing: 3px;
}
.sec1 h4::before {
	position: absolute;
    top: -0.5rem;
    left: -40px;
    height: 1.8rem;
    width: 3px;
    height: 70px;
    content: "";
    background-color: #1594D6;
    transform: rotate(45deg);
}
.sec1 h3{
	font-size: 50px;
    font-weight: 500;
    color: #1B459B;
}

	.sec1 .txt {
	margin-left: 10em;
}
	.sec1 .flex:before{
		justify-content: space-between;
	}
.sec1 .flex .boxR{
	position: relative;
}
    .sec1 .flex .boxR::before {
    position: absolute;
    content: "";
    bottom: -100px;
    left: -350px;
    width: 312px;
    height: 273px;
    background: url(../images/about/img-business01-b.png) center no-repeat;
    }

@media screen and (min-width: 1380px) {
	.sec1 h3{
    font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
	}
}
@media screen and (min-width: 768px) {
.sec1 .wrap{
	max-width: 1440px;
	padding: 80px 0;
	position: relative;
}
	.sec1 .flex{
		justify-content: space-between;
		margin-top: 10em;
	}
	.sec1 .ttl {
	margin: 0 auto;
}

	.sec1 p{
	text-align: left;
	font-size: 19px;
	margin-top: 2em;
	line-height: 40px;
	font-weight: bold;
}
}
@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;
		font-size: 18px;
	}
	.sec1 h3{
	    font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
	    .sec1 .wrap {
			max-width: 1240px;
	}
	.sec1 .flex .boxR::before {
    position: absolute;
    content: "";
    bottom: -110px;
    left: -290px;
    width: 312px;
    height: 273px;
    background: url(../images/about/img-business01-b.png) center no-repeat;
}
}
@media screen and (max-width: 767px) {
	.sec1 .wrap{
		padding-bottom: 1em;
	}
.sec1 p {
    padding-bottom: 3em;
}
	.sec1 .ttl{
		margin-bottom: 3em;
	}
	.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);
}
	.sec1 h1 {
		font-size: 45px;
		line-height: 70px;
	}
	.sec1 h4 {
		font-size: 25px;
		margin-left: 3em;
	}
	.sec1 h3 {
		font-size: 30px;
		font-weight: 600;
	}
	.sec1 p{
	text-align: left;
	margin-top: 1em;
	line-height: 30px;
}
}


.sec2 .wrap {
	max-width: 1300px;
}

.sec2 .flex{
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec2 .flex li{
   width: 30%;
	border: 7px solid #008AD2;
	margin: 30px 0px;
}
.sec2 .flex li .txt{
   padding: 20px;
}
.sec2 .flex li .txt h6{
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
}
.sec2 .flex li .txt p{
	font-size: 17px;
	line-height: 28px;
}


.sec3{
	background-color: #F1F6F7;
	padding: 130px 0;
}
.sec3 .wrap{
	max-width: 1460px;
}
.sec3 h3{
	font-size: 50px;
    font-weight: 500;
    color: #1B459B;
	padding-bottom: 1em;
}
.sec3 .fade{
	margin: 40px 0;
}
@media screen and (min-width: 1380px) {
	.sec3 h3{
		font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.sec3 h3{
	    font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}
@media screen and (max-width: 767px) {
	.sec3 {
    background-color: #F1F6F7;
    padding: 40px 0;
}
	.sec3 h3 {
		font-size: 30px;
		font-weight: 600;
	}
	.slider{
		margin-top: 20px;
	}
	    .slider li .img {
        height: 219px;
        width: 280px;
    }
	.slider li {
    padding: 0 10px;
}
	.sec3 .flex{
		display: flex;
		flex-wrap: wrap;
	}
	.sec3 .flex .img{
		padding: 20px 0px;
	}
}


.sec4 {
	padding-bottom: 0;
}
.sec4 .wrap{
	max-width: 1300px;
}
 .sec4 h1 {
    font-size: 80px;
    font-weight: bold;
    color: #bcbcbc;
    font-family: Helvetica;
    line-height: 80px;
}
.sec4 h1 span {
    color: #1B459B;
}
.sec4 h4{
	font-size: 27px;
	color: #1B459B;
	position: relative;
    letter-spacing: 3px;
	padding-right: 2em;
}
.sec4 h4::before {
	position: absolute;
    top: -0.5rem;
    left: -40px;
    height: 1.8rem;
    width: 3px;
    height: 70px;
    content: "";
    background-color: #1594D6;
    transform: rotate(45deg);
}
.sec4 .flex-top{
	display: flex;
	justify-content: space-between;
}
    .sec4 table {
        width: 100%;
    }
.sec4 .more-merchandise {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    border: solid 2px #008AD2;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    background-color: #008AD2;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    float: right;
	margin-left: 20px;
}
.sec4 .more-merchandise:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec4 .more-merchandise span {
    vertical-align: middle;
    color: #fff;
    line-height: 2px;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 17px;
    height: 2px;
    background: #fff;
}
.sec4 a.btn-merchandise{
display: flex;
    align-items: center;
    color: #105FDE;
    font-size: 16px;
    font-weight: bold;
}
.sec4 a.btn-merchandise:hover .more-merchandise {
	border: solid 2px #008AD2;
	background-color: #fff;
}
.sec4 a.btn-merchandise:hover .more-merchandise:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border: 2px solid #008AD2;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec4 a.btn-merchandise:hover .more-merchandise span {
    vertical-align: middle;
    color: #008AD2;
    line-height: 2px;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 17px;
    height: 2px;
    background: #008AD2;
}
.sec4 ul.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 7em;
}

.sec4 .flex li p{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
}
.sec4 table th {
	background-color: #DFF4FF;
	width: 43%;
	border-bottom: 1px solid #008AD2;
	border-top: 1px solid #008AD2;
	color: #1B459B;
}
	.sec4 table tr {
        margin: 0 auto;
        border-bottom: 0.5px solid #C0C0C0;
		border-top: 0.5px solid #C0C0C0;
    }

@media screen and (min-width: 768px) {


	    .sec4 table th {
        margin: 0 auto;
        vertical-align: top;
        font-size: 16px;
        padding: 20px 0px;
        text-align: center;
    }
	.sec4 table td {
        margin: 0 auto;
        font-size: 17px;
        padding: 10px 0px;
        padding-left: 15px;
    }
	    .sec4 table td.bold {
        font-weight: bold;
        font-size: 18px;
    }
	.sec4 .flex li {
	padding: 0 20px;
	width: 23%;
	padding-bottom: 50px;
}
	.sec4 a.btn-merchandise{
		margin-right: 5em;
	}
	.sec4 .flex li p,
	.sec4 table th {
	font-family: YuGothic, 'Yu Gothic medium';
	}
}
@media screen and (max-width: 767px) {
	.sec4 .flex-top {
    flex-direction: column;
}
	.sec4 h4::before{
    position: absolute;
    top: -0.5rem;
    left: -30px;
    height: 1.8rem;
    width: 2px;
    height: 60px;
    content: "";
    background-color: #1B459B;
    transform: rotate(45deg);
}
	.sec4 h1 {
		font-size: 45px;
		line-height: 70px;
	}
	.sec4 h4 {
		font-size: 25px;
		margin-left: 3em;
	}
	.sec4 a.btn-merchandise {
    margin: 20px 0px;
}
	.sec4 table th {
    width: 40%;
    padding: 10px 10px;
}
	.sec4 ul.flex{
		margin-top: 0em;
		justify-content: space-between;
	}
.sec4 .flex li {
        margin: 25px 5px;
        width: 46%;
    }
	.sec4 .flex li p {
		font-size: 16px;
	}
}
