

.inner02{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.main-img{
	width: 100%;
	aspect-ratio: 25 / 16;
    overflow: hidden;
}
.main-img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.main-img .swiper-wrapper01{
	width: 100%;
	height: 100%;
}
.main-img .slick-list,
.main-img .slick-track{
	width: 100%;
	height: 100%;
}
.sec-ttlbox{
	display: flex;
    flex-wrap: wrap;
	color:#0068B7;
	gap:40px;
	font-size:30px;
	align-items: end;
}
.sec-ttlbox02{
	color:#0068B7;
	margin-top: -77px;
	font-size:40px;
	align-items: end;
    position: relative;
}

.sec-ttl01{
	font-size: 70px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 700;
}
.sec-ttl02{
	font-size:20px;
	padding-bottom:10px ;
	line-height: 1;
}
.sec-ttl03{
	font-size: 110px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.sec-txt01{
	font-size:24px;
	padding-bottom:20px ;
	line-height: 1;
}
.sec-txt01 span{
    display: inline-block;
}
.sec-txt02{
	font-size:17px;
	color: #000;
}

@media screen and (max-width: 769px) {
    
    .main-img{
        aspect-ratio: 75 / 122;
    }
    .inner02{
        max-width: calc(100% - 40px);
    }
    .sec-ttlbox{
        gap:20px;
        font-size:24px;
    }
    .sec-ttlbox02{
        margin-top: -20px;
        font-size:26px;
    }
    .sec-ttl01{
        font-size: 50px;
    }
    .sec-ttl02{
        font-size:16px;
    }
    .sec-ttl03{
        font-size: 60px;
        margin-bottom: 3px;
    }
    .sec-txt01{
        line-height: 1.6;
    }

}

#sec01 {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0 40px;
}
.sec01-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 35px 0 50px;
}
.sec01-box{
    width: 100%;
    border-radius: 6px;
    padding: 3px;
    box-sizing: border-box;
    position: relative;
}
.sec01-ttlbox{
	display: flex;
	font-size:22px;
    align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.sec01-ttlbox-link {
	display: block;
}
.sec01-ttlbox-link a{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    padding: 10px 30px 10px 10px;
    position: relative;
    font-size: 16px;
    transition: 0.2s;
}
.sec01-ttlbox-link  a:hover{
    color: #0068B7;
}
.sec01-ttlbox-link span{
    width: 20px;
    height: 20px;
    border-radius: 14px;
    position: relative;
    background: #0068B7;;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.sec01-ttlbox-link  a:hover span{
    color: #0068B7;
    transform: translate(3px, 0);
}
.sec01-ttlbox-link span:after{
	content:"";
	width: 5px;
	height: 5px;
    position: absolute;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
    right: calc(50% + 1px);
	top:50%;
    transform: translate(50%, -50%) rotate(45deg);	
}

.top__news-contentbox a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0 18px 0;
    align-items: center;
    gap:40px;
    border-top: solid 1px #cccccc;
    transition: 0.2s;
}
.top__news-contentbox a:hover .top__news-list-ttl{
    color: #0068B7;
}
.top__news-content{    
    width: 100%;
}
.top__news-data{
    margin-bottom: 13px;
}
.top__news-date{
    font-size: 14px;
    margin: 2px 30px 10px 0;
}
.top__news-cat{
    font-size: 12px;
    border-radius: 3px;
    background:  #30416c;
    color :#fff;
    height: 100%;
    margin-right: 5px;     
    padding: 1px 8px;
    line-height: 1;
}


@media screen and (max-width: 769px) {    
    #sec01 {
        padding: 40px 0 15px;
    }
    .sec01-flex{
        display: block;
        margin: 35px 0 0px;
    }
    .sec01-box{
        width: 100%;
        padding:0 0 90px 0;
        position: relative;
    }
    .sec01-ttlbox{
        font-size:20px;
        flex-wrap: wrap;
        margin-bottom:8px;
    }
    .sec01-ttlbox-link {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 0px;
        padding: 0;
    }
    .sec01-ttlbox-link a{
        padding: 10px 0 10px 10px;
    }
    .top__news-data {
        margin-bottom: 7px;
    }
    .top__news-date {
        font-size: 12px;
        margin: 2px 30px 10px 0;
    }
    .top__news-contentbox a {
        padding: 10px 0 16px 0;
    }
}
#sec02{
	max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 73px 0 40px;
    background: linear-gradient(180deg, rgb(242, 245, 248), rgb(255, 255, 255));
}

.sec02-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0 20px;
	gap:10px;
}
.sec02-box{
    width: calc(50% - 5px);
    box-sizing: border-box;
    position: relative;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
	overflow: hidden;

}
.sec02-box a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sec02-img{
	width: 220px;
	aspect-ratio:1/1;
    overflow: hidden;
}
.sec02-img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
    transition: 0.4s;
}

.sec02-box a:hover img{
    transform: scale(1.15);
}
.sec02-content{
	width: calc(100% - 220px);
	padding: 27px 35px;
	position: relative;
}
.sec02-ttl{
	font-size: 20px;
    padding-bottom: 20px;
	color: #0068B7;
	font-weight:700;
}
.sec02-txt{
	font-size: 16px;
}
.sec02-content-link {
    width: 20px;
    height: 20px;
    border-radius: 14px;
    position: absolute;
    background: #0068B7;
    display: flex;
    align-items: center;
    justify-content:center;
	right: 20px;
    bottom: 20px;
}
.sec02-content-link:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}


@media screen and (max-width: 769px) {    
    #sec02{
        padding: 35px 0 20px;
    }
    .sec02-flex{
        flex-wrap: wrap;
        margin: 40px 0 20px;
        gap:10px;
    }
    .sec02-box{
        width: 100%;
    }
    .sec02-box a{
        display: block;
    }
    .sec02-img{
        width: 100%;
        height: 100px;
        aspect-ratio: unset;
    }
    .sec02-img img{
        width: 100%;
        height: auto;
        aspect-ratio:1/1;
        object-fit:cover;
    }
    .sec02-content{
        width: 100%;
        padding: 15px 10px 40px;
        position: relative;
    }
    .sec02-ttl{
        font-size: 16px;
        padding-bottom: 18px;
    }
    .sec02-txt{
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 1.6;
    }
    .sec02-content-link{
        right: 10px;
        bottom: 15px;
    }
}


#sec03{
	max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 0 80px;
}
.sec03-flex{
	display: flex;
    flex-wrap: wrap;
    margin: 40px 0 20px;
    gap: 40px 0;
    justify-content:space-between;
}
.sec03-flex .sec-ttlbox{
    display: block;
}
.sec03-flex .sec-ttl01{
    margin-bottom: 5px;
}
.sec03-box01{
	width: calc(50% - 15px);
}
.sec03-txt{
	margin-bottom:50px;
}
.sec03-box02{
	width: calc(50% - 15px);
}
.sec03-img{
	overflow: hidden;
	width:100%;
    border-radius: 6px;
    aspect-ratio: 117 / 50;
}
.sec03-img img{
	width: 100%;
    height: 100%;
}
.sec03-content-link{
	margin: 55px auto 0;
}
.sec03-content-link a{
	margin: 55px auto 0;
    background: #0068B7;
    color: #fff;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    height: 50px;
    transition: 0.2s;
    border: solid 2px #0068B7;
}
.sec03-content-link a span{
	    width: 15px;
    height: 15px;
    border-radius: 14px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.2s;
}
.sec03-content-link span:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-top: solid 1px  #0068B7;
    border-right: solid 1px  #0068B7;
    right: calc(50% + 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}
.sec03-content-link a:hover{
    color: #0068B7;
    background: #fff;
}
.sec03-content-link a:hover span{
    background: #0068B7;
}
.sec03-content-link  a:hover span:after {
    border-top: solid 1px  #fff;
    border-right: solid 1px  #fff;
}
.ir-cat-list{
	width: calc(50% - 30px);
	margin-top: -10px;
}
.ir-cat-list li a{
	padding: 10px 10px 10px;
	border-bottom: solid 1px #cccccc;
    position: relative;
    display: block;
    transition: 0.2s;
}
.ir-cat-list li a:hover{
    color:#0068B7;
}
.ir-cat-list a:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border-top: solid 1px #0068B7;
    border-right: solid 1px #0068B7;
    right: 15px;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}

.ir-cat-list a:hover:after {
    transform: translate(calc(50% + 3px), -50%) rotate(45deg);
}


@media screen and (max-width: 769px) {    
        #sec03{
            padding: 20px 0 20px;
        }
        .sec03-flex{
            margin: 35px 0 20px;
        }
        .sec03-box01{
            width: 100%;
        }
        .sec03-txt{
            margin-bottom:30px;
        }
        .sec03-box02{
            width: 100%;
        }
        .sec03-img img{
            width: 100%;
        }
        .sec03-content-link{
            margin: 20px auto 30px;
        }
        .sec03-content-link a{
            margin-top: 40px;
        }
        .ir-cat-list{
            width: 100%;
            margin-top: 0;
        }
}

#sec04{
	max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 73px 0 17px;
    background: linear-gradient(-30deg, rgb(0, 104, 183), rgb(242, 245, 248));
}
.sec04-box{
	position: relative;
	z-index: 2;
    padding: 80px 30px 105px 115px;
    margin: 50px 0;
}
.sec04-box::after{
	background: #fff;
    width: 100vw;;
    left:0;
    top:0;
    height: 100%;
    z-index: -1;
    display: block;
    content:"";
    border-radius: 20px 0 0 20px;
    position: absolute;
}
.sec04-box-ttl{
    text-align: center;
    font-size: 48px;
    line-height: 1;
    margin: 0px auto 60px;
    font-weight: 700;
}
.sec04-box-brand01{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;   
    gap: 40px 72px;
    margin: 80px 0 30px;
}
.sec04-box-brand01-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec04-box-brand01-img a{
    transition: 0.4s;
}
.sec04-box-brand01-img a:hover{
    transform: scale(1.05);
}
.sec04-box-brand02{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;   
    gap: 20px 30px;
    margin: 110px 0 3px;
}
.sec04-box-brand02-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes infinity-scroll-left {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
}



@media screen and (max-width: 769px) {   
    #sec04{
        padding: 50px 0 0;
    }
    .sec04-box{
        padding: 35px 0 30px 0;
        margin: 30px 0 0;
        background: #fff;
    }
    .sec04-box::after{
        background: #fff;
        left: -22px;
        height: calc(100vw + 50px );
        border-radius: 0;
    }
    .sec04-box-ttl{
        font-size: 20px;
        margin: 0px auto 20px;
    }
    .sec04-box-brand01{
        gap: 20px 20px;
        margin: 30px 0 10px;
    }
    .sec04-box-brand01-img img{
        height: 30px;
        width: auto;
    }
    .sec04-box-brand02{ 
        gap: 20px 20px;
        margin: 30px 0 3px;
    }    
    .sec04-box-brand02 .sec04-box-brand01-img img{
        height: 17px;
        width: auto;
    }
    .sec04-box-brand02-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.sec05-scroll{
    margin: 77px auto 0;
}
.sec05-scroll__wrap {
  display: flex;
  overflow: hidden;
}
.sec05-scroll__list {
  display: flex;
  list-style: none;
  padding: 0;
  width: fit-content;
}
.sec05-scroll__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.sec05-scroll__list  li{
    margin: 0 5px;
}
.sec05-scroll__list li.scroll-ntn2{
    margin-top: 60px;
}
.sec05-scroll__list  li img {
    max-width: unset;
    width: auto;
    border-radius: 10px;
}
.sec05-link a {
    margin: 55px auto 0;
    background: #0068B7;
    color: #fff;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 7px;
    right: 70px;
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
    border: solid 2px  #0068B7;
    transition: 0.2s;
}
.sec05-link a span{
	width: 15px;
    height: 15px;
    border-radius: 14px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.2s;
}
.sec05-link span:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-top: solid 1px  #0068B7;
    border-right: solid 1px  #0068B7;
    right: calc(50% + 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}
.sec05-link a:hover{
    color: #0068B7;
    background: #fff;
}
.sec05-link a:hover span{
    background: #0068B7;
}
.sec05-link a:hover span:after {
    border-top: solid 1px  #fff;
    border-right: solid 1px  #fff;
}
.sec05-box02{
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 50px auto 60px;
}
.recruit-page-list{
	width: calc(33.333% - 30px);
}
.recruit-page-list li a{
	padding: 10px 10px 10px;
	border-bottom: solid 1px #cccccc;
    position: relative;
    display: block;
    width: 100%;
    transition: 0.2s;
}
.recruit-page-list a:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border-top: solid 1px #0068B7;
    border-right: solid 1px #0068B7;
    right: 15px;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}

.recruit-page-list li a:hover{
    color:#0068B7;
}
.recruit-page-list a:hover:after {
    transform: translate(calc(50% + 3px), -50%) rotate(45deg);
}

@media screen and (max-width: 769px) {   
    .sec05-scroll{
        margin: 45px auto 0;
    }

    .sec05-scroll__list  li{
        margin: 0 5px;
    }
    .sec05-scroll__list li.scroll-ntn2{
        margin-top: 40px;
    }
    .sec05-scroll__list  li img {
        max-width: unset;
        width: auto;
        border-radius: 10px;
        height: 260px;
    }
    .sec05-link a {
        margin: 75px auto 0;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .sec05-box02{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        margin: 30px auto 60px;
    }
    .recruit-page-list{
        width: 100%;
    }
}