@charset "utf-8";
/*****共通*****/
.sec1 h4,.sec2 h4{
	position: relative;

}
.sec1 h4::before,
.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 h4::before{
	background-color: #fff;
}

.sec4 h4{
	position: relative;
}
.sec4 h4::before{
    position: absolute;
    top: -0.2rem;
    left: -30px;
    height: 1.8rem;
    width: 2px;
    height: 60px;
    content: "";
    background-color: #1B459B;
    transform: rotate(45deg);
}


/*スライダー*/
.sec1 .slider {
	margin-top: 6em;
}
.slider {
  position: relative;
	margin-bottom: 40px;
	
}
.slider li {
  padding: 0 20px;
}
.slider li .img {
  margin-bottom: 30px;
  overflow: hidden;
}
.slider li .img {

}

.slider li .img img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider li .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
.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);
}
	.sec2 h4::before{
		 background-color: #fff;
	}
		 .slider li .img {
	   height: 215px;
        width: 280px;
    }
	.slick-slider{
		margin-top: 3em;
	}
}

/*****共通end*****/

.sec1 {
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 30px 20px;
	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 .slogan {
    z-index: 10;
    position: relative;
}
.sec1 .ttl{
	display: flex;
	flex-direction: column;
    width: fit-content;
	align-items: flex-end;
}
.sec1 .txt{
	margin-bottom: 6em;
}
.sec1 h1{
	font-size: 120px;
	font-weight: bold;
	color: #A1AABE;
	font-family: Helvetica;
	line-height: 120px;
}
.sec1 h1 span{
	color: #1B459B;
}
.sec1 h4{
	font-size: 30px;
	color: #1B459B;
}
.sec1 p{
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    padding-bottom: 6em;
}
.sec1 h2{
	color: #1B459B;
	font-weight: 400;
    font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 3px;
	    margin-bottom: 1em;
}


@media screen and (min-width: 768px) {
.sec1 .wrap{
	max-width: 100%;
	padding: 150px 80px 70px;
	background-color: #F1F6F7;
	position: relative;
}
.sec1 p{
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 17px;
    line-height: 40px;
    padding-bottom: 6em;
	width: 88%;
}
	.sec1 .txt{
   margin-left: 8em;
		padding-top: 6em;
	}
	.sec1 .img{
	position: absolute;
	z-index: 10;
}
	.sec1 .slogan {
	margin-left: 8em;
}
.sec1 .ab01{
	top: 10em;
	right: 4em;
}
.sec1 .ab02{
    bottom: 16em;
    right: 39em;
}
.sec1 .ab03{
	bottom: 6em;
	right: 7em;
}
	.sec1 .boxL{
		width: 50%;
	}
		.sec1 .boxR{
		margin-right: 3em;
	}

}

@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 h1{
		font-size: 45px;
		padding-top: 60px;
		line-height: 70px;
	}
	.sec1 h4 {
		font-size: 25px;
	}
	.sec1 h2{
		font-weight: 500;
	}
	.sec1 .wrap{
		padding-bottom: 7em;
	}
.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 {
    padding-bottom: 3em;
}
.sec1 .slogan {
   margin-top: 2em;
}
	.sec1 .ttl{
		margin-bottom: 3em;
	}

}



.sec2{
	background: url("../images/top/bg-aboutus.jpg") no-repeat;
	position: relative;
    padding-top: 180px;
    padding-bottom: 30px;
	background-size: cover;
}


.sec2 .ttl{
	display: flex;
	flex-direction: column;
    width: fit-content;
}
.sec2 h1{
	font-size: 120px;
	font-weight: bold;
	color: #fff;
	font-family: Helvetica;
	line-height: 120px;
}
.sec2 h1 span{
	color: #fff;
}
.sec2 h4{
	font-size: 30px;
	color: #fff;
}
.sec2 .flex{
	margin-top: 4em;
	align-items: center;
	justify-content: space-between;
}
.sec2 .flex .btn-white{
	margin-right: 6em;
}
.sec2 p{
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;

	font-weight: 500;
    padding-bottom: 4em;
	color: #fff;
}
@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;
}
}
@media screen and (max-width: 1700px) {
.sec2 h1 {
	font-size: 105px;
}
}
@media screen and (max-width: 1530px) {
.sec2 h1 {
	font-size: 95px;
}
}
@media screen and (max-width: 767px) {
	.sec2 {
		padding-top: 10px;
	}
	.sec2 h1{
		font-size: 45px;
		padding-top: 50px;
		line-height: 70px;
	}
	.sec2 h4 {
    font-size: 25px;
    color: #fff;
		margin-left: 3em;
}
}



.sec3{
	background-color: #1B459B;
	padding: 130px 0;
	position: relative;
}


.sec3::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);
}
.sec3::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);
}
.sec3 ul.flex li{
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
	z-index: 99;
}
.zoom01 .box-bg {
    background: url(../images/top/img-about01.jpg) center center / cover no-repeat;
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 0;
    transition: .3s ease-in-out;
}

.zoom02 .box-bg {
    background: url(../images/top/img-about02.jpg) center center / cover no-repeat;
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 0;
    transition: .3s ease-in-out;
}
.box-bg:hover {
    transform: scale(1.1);
	opacity: 0.7;
}
.zoom01 .box-text,.zoom02 .box-text {
    position: absolute;
    bottom: 6%;
    left: 40px;
    pointer-events: none;
}
.zoom01 .icon,.zoom02 .icon {
    position: absolute;
    bottom: 6%;
    right: 40px;
    pointer-events: none;
}

.zoom01 p.fl_inner,.zoom02 p.fl_inner{
    color: #fff;
    font-family: Helvetica;
    font-size: 60px;
    font-weight: bold;
    line-height: 40px;
}
p.fl_inner span {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
	.sec3 .wrap{
	max-width: 1540px;
}
	.sec3 ul.flex li{
			margin: 0 30px;
		}

}

@media screen and (max-width: 767px) {
	.sec3{
		padding: 60px 0;
	}
	.zoom01{
		margin-bottom: 2em;
	}
	.zoom01 .box-bg,
	.zoom02 .box-bg{
		width: 100%;
 	   height: 280px;
	}
	.zoom01 .box-text, .zoom02 .box-text{
		left: 20px;
	}
	.zoom01 p.fl_inner, .zoom02 p.fl_inner{
		    font-size: 40px;
	}
	.zoom01 .icon, .zoom02 .icon{
		right: 10px;
	}
	    .sec3::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);
    }
	.sec3::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);
}
}

.sec4{
	padding-top: 130px;
}

.sec4 .ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.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: 30px;
    color: #1B459B;
}
.sec4 .flex{
	        justify-content: space-between;
}
.sec4 .more-news {
    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-news: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-news span {
    vertical-align: middle;
    color: #fff;
    line-height: 2px;
    position: absolute;
    top: 29px;
    right: 20px;
    width: 17px;
    height: 2px;
    background: #fff;
}
.sec4 a.btn-news{
display: flex;
    align-items: center;
    color: #105FDE;
    font-size: 16px;
    font-weight: bold;
}
.sec4 a.btn-news:hover .more-news {
	border: solid 2px #008AD2;
	background-color: #fff;
}
.sec4 a.btn-news:hover .more-news: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-news:hover .more-news span {
    vertical-align: middle;
    color: #008AD2;
    line-height: 2px;
    position: absolute;
    top: 29px;
    right: 20px;
    width: 17px;
    height: 2px;
    background: #008AD2;
}

.sec4 .info-wrap {
	margin: 0 auto;
	margin-top: 4em;
}
.sec4 .info-wrap li:first-child {
    border-top: 1px solid #babfca;
}
.sec4 .info-wrap li {
    border-bottom: 1px solid #babfca;
	position: relative;
	 padding: 45px 40px;
}
.sec4 .info-wrap li a {
    display: flex;
    align-items: center;
   
    position: relative;
    position: relative;
}
 .border-be {
    background-color: #1b459b;
    position: absolute;
    top: -1px;
    left: 0;
    width: 20em;
    height: 1px;
}
.sec4 .info-wrap li:last-child:after {
    content: "";
    background-color: #1b459b;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20em;
	height: 1px;
}
/*.sec4 .info-wrap li a:hover{
	background-color: #F1F6F7;
}
.sec4 .info-wrap li a:hover p.news-ttl{
	color: #008AD2;
}*/
.sec4 .info-wrap li .news_inner {
    display: flex;
    }
.sec4 .info-wrap li .date {
    font-weight: bold;
	color: #008AD2;
}

.sec4 .info-wrap li .cat {
	padding: 3px 0px;
    color: #1B459B;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 30px;
    text-align: center;
    width: 100px;
    background-color: #D8DFEC;
}
.sec4 .info-wrap li .news-ttl {
    font-weight: 500;
    font-size: 15px;
    }






@media screen and (min-width: 768px) {
.sec4 .wrap {
        width: 1110px;
}
	.sec4 .ttl {
    align-items: flex-end;
}
	.sec4 .info-wrap li .news-ttl {
		padding-left: 5em;
	}
	.sec4 .info-wrap li .news_inner {
		padding-left: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.sec4 {
    padding-top: 60px;
}
	.sec4 h1 {
		font-size: 45px;
		line-height: 70px;
	}
	.sec4 h4 {
		font-size: 25px;
		margin-left: 3em;
	}
	.sec4 a.btn-news {
    margin: 20px 0px;
}
	.sec4 .info-wrap {
        max-width: 770px;
        margin-top: 25px;
    }
	.sec4 .info-wrap li{
		padding: 17px 20px;
	}
	    .sec4 .info-wrap li a {
        flex-direction: column;
        align-items: baseline;
    }
	 .border-be {
    width: 10em;
}
	.sec4 .info-wrap li:last-child:after {
    content: "";
    background-color: #1b459b;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10em;
	height: 1px;
}
	.sec4 .info-wrap li .ttl {
        font-size: 16px;
    }
	.sec4 .info-wrap li .news_inner {
    flex-direction: column;
}
	
}
