<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
#main .mainVisual {
    height: 609px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: url("../img/index/main_bg.svg") no-repeat center center / cover;
}
#main .mainVisual .inner {
    margin-top: 40px;
    width: 1100px;
}
#main .mainVisual h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    color: #ffffff;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
#main .mainVisual h2 span {
    margin-bottom: -2px;
    font-size: 7.2rem;
    font-weight: 600;
	margin-right: 30px;
}

/*-----topLinkList-----*/
#main .topLinkList {
    margin: -85px 0 37px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
	justify-content: center;
}
#main .topLinkList li {
    margin: 20px -7px 0 0;
    width: 370px;
    display: flex;
    text-align: center;
}
#main .topLinkList li:nth-of-type(4n) {
    margin-right: 0;
}
#main .topLinkList a {
    padding: 5px 30px 15px;
    width: 100%;
    min-height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
#main .topLinkList a::before {
    width: 370px;
    height: 137px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url("../img/index/top_bg01.png") no-repeat center center / 100% 100%;
    content: '';
    z-index: -1;
	transition: .2s;
}
#main .topLinkList a::after {
    width: 70px;
    height: 70px;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -25px;
    transform: translateX(-50%);
    background: url("../img/index/top_bg02.png") no-repeat center center / cover;
    content: '';
}
#main .topLinkList .num {
    position: absolute;
    right: 40px;
    top: 10px;
    color: rgba(0,113,188,0.1);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}
#main .topLinkList .txt {
    font-size: 15px;
    line-height: 1.53;
}
#main .topLinkList .txt span {
    padding: 0 20px;
    display: block;
    color: #0071BC;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.48;
}

/*-----message-----*/
#main .message {
    padding: 83px 0 164px;
}
#main .message.border {
    position: relative;
}
#main .message.border::after {
    content: '';
    position: relative;
    bottom: -30px;
    display: block;
    height: 10px;
    z-index: -1;
    background-image: linear-gradient(90deg, rgba(0, 113, 188, 1), rgba(171, 212, 239, 1));
}
#main .message .imgBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	align-items: flex-end;
}
#main .message .imgBox .photoBox {
    width: 503px;
	position: relative;
}
#main .message .imgBox .photoBox img {
    position: absolute;
	bottom: -65px;
}
#main .message .imgBox .textBox {
    width: 560px;
}
#main .message .imgBox .textBox p {
    text-align: justify;
}
#main .message .imgBox .textBox p:not(:last-of-type) {
    margin-bottom: 16px;
}
#main .message .imgBox .textBox .txt {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.85;
    text-align: right;
}
#main .message .imgBox .textBox .txt .name {
    font-size: 1.8rem;
}

/*------------------------------------------------------------
	group-company
------------------------------------------------------------*/
#main .group-company{
	margin-bottom: 100px;
	position: relative;
}
#main .group-company .bg{
	background: #EBF4FA;
	padding-bottom: 80px;
	border-radius: 0 0 40px 40px;
}

/*-----ttlBox-----*/
#main .group-company .ttlBox{
	background: #fff;
	position: relative;
}
#main .group-company::after{
	content: url("../img/index/ttl2_bg_parts.svg");
	position: absolute;
    width: 590px;
	top: 0;
	right: 0;
}
/*#main .group-company .ttlBox::before{
	content: url("../img/index/ttl_parts.png");
	position: relative;
	top: 0;
	right: 5px;
	width: 39px;
	height: 39px;
}*/

/*-----textBox-----*/
#main .group-company .textBox {
    margin: 60px auto 40px;
}
#main .group-company .textBox .txt {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.85;
    text-align: left;
	margin-top: 10px;
}
#main .group-company .textBox .txt .name {
    font-size: 1.8rem;
}
#main .group-company .comBox .textBox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 40px;
    justify-content: space-between;
}
#main .group-company .comBox .textBox .text h3{
	font-weight: 600;
	font-size: 3rem;
	color: #0071BC;
	margin-bottom: 30px;
}

/*-----qaBox-----*/
#main .group-company .qaBox{
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 113, 188, 0.2);
	padding: 40px;
	margin-bottom: 50px;
}
#main .group-company .qaBox:last-child {
    margin-bottom: 0;
}
#main .group-company .qaBox ul{
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px #2E2E2E dotted;
}
#main .group-company .qaBox ul li:first-child{
	font-weight: 800;
	color: #0071BC;
	font-size: 1.8rem;
}
#main .group-company .qaBox ul li:nth-child(2){
	font-weight: 600;
	font-size: 1.7rem;
}
#main .group-company .qaBox ul li:nth-child(2) span{
	font-weight: 100;
	font-size: 3.6rem;
	color: #0071BC;
	padding-right: 40px;
	position: relative;
}
#main .group-company .qaBox ul li:nth-child(2) span::after{
	content: '';
    position: absolute;
    right: 22px;
	top: 54%;
	transform: translateY(-50%) translateX(-50%); 
    width: 1px;
    height: 30px;
    background: #0071BC;
}
#main .group-company .qaBox ul li:nth-child(3){
	font-size: 1.5rem;
}
#main .group-company .qaBox ul li:nth-child(3) span{
	font-weight: 100;
	font-size: 3.6rem;
	color: #39B54A;
	padding-right: 40px;
	position: relative;
}
#main .group-company .qaBox ul li:nth-child(3) span::after{
	content: '';
    position: absolute;
    right: 22px;
	top: 54%;
	transform: translateY(-50%) translateX(-50%); 
    width: 1px;
    height: 30px;
    background: #39B54A;
}
#main .group-company .qaBox .imgBox{
	display: flex;
	margin: 30px auto;
}
#main .group-company .qaBox .imgBox .logo{
	flex-basis: 40%;
}
#main .group-company .qaBox .imgBox .text{
	flex-basis: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .group-company .qa4 figure{
	text-align: center;
	margin: 30px 0;
}



/*------------------------------------------------------------
	topics
------------------------------------------------------------*/
#main .topics{
	position: relative;
}
#main .topics .bg{
	background: #0071BC;
	padding-bottom: 80px;
    background: url("../img/index/main_bg.svg") no-repeat center center / cover;
}
#main .topics h2{
	color: #fff;
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
    padding-top: 60px;
	margin: 60px auto 40px;
}

/*-----ttlBox-----*/
#main .topics .ttlBox{
	background: #fff;
	position: relative;
}
#main .topics::after{
	content: url("../img/index/ttl3_bg_parts.svg");
	position: absolute;
    width: 590px;
	top: 0;
	right: 0;
}

/*-----qaBox-----*/
#main .topics .topics_qaBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
#main .topics .topics_qaBox li{
	background: #fff;
	border-radius: 15px;
	flex-basis: 42%;
	padding: 30px;
	margin-bottom: 30px;
}
#main .topics .topics_qaBox li h3{
	color: #0071BC;
	font-weight: 600;
	font-size: 2rem;
	border-bottom: 1px #2E2E2E solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: flex;
}
#main .topics .topics_qaBox li h3 .num{
	flex-basis: 15%;
}
#main .topics .topics_qaBox li h3 .text{
	flex-basis: 85%;
}
#main .topics .topics_qaBox li:first-child h3 .num{
	background: url("../img/index/topics_q1.svg") no-repeat;
	display: block;
	width: 60px;
	height: 32px;
}
#main .topics .topics_qaBox li:nth-child(2) h3 .num{
	background: url("../img/index/topics_q2.svg") no-repeat;
	display: block;
	width: 60px;
	height: 32px;
}
#main .topics .topics_qaBox li:nth-child(3) h3 .num{
	background: url("../img/index/topics_q3.svg") no-repeat;
	display: block;
	width: 60px;
	height: 32px;
}


@media all and (min-width: 897px) {
    #main .topLinkList a:hover::before {
        background-image: url("../img/index/top_bg01_over.png");
		transition: .2s;
    }
    #main .topLinkList a:hover .num {
        color: rgba(0,113,188,0.3);
		transition: .2s;
    }
     #main .topLinkList a:hover .txt,
    #main .topLinkList a:hover .txt span {
        color: #fff;
		transition: .2s;
    }
}
@media all and (max-width: 896px) {
    #main .mainVisual {
        padding-bottom: 190px;
        height: 574px;
        align-items: center;
        box-sizing: border-box;
        background-image: url("../img/index/sp_main_bg.svg");
    }
    #main .mainVisual .inner {
        margin: 0 15px;
        width: auto;
    }
    #main .mainVisual h2 {
        font-size: 1.4rem;
		line-height: 0;
		display: block;
    }
    #main .mainVisual h2 span {
        margin-bottom: 18px;
        font-size: 5.6rem;
        line-height: 1.04;
		display: block;
    }
    #main .topLinkList {
        margin: -94px 0 32px;
        justify-content: center;
    }
    #main .topLinkList li {
        margin: 30px 0 0;
        width: 50%;
    }
    #main .topLinkList a {
        padding: 10px 15px 15px;
        width: 100%;
        min-height: 120px;
        box-sizing: border-box;
    }
    #main .topLinkList a::before {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        background-image: url("../img/index/sp_top_bg01.png");
    }
    #main .topLinkList a::after {
        width: 60px;
        height: 60px;
        left: calc(50% - 8px);
        bottom: -30px;
        background-image: url("../img/index/sp_top_bg02.png");
    }
    #main .topLinkList .num {
        right: 10.75%;
        top: -4px;
    }
    #main .topLinkList .txt {
        font-size: 14px;
        line-height: 1.5;
    }
    #main .topLinkList .txt span {
        margin-bottom: 3px;
        padding: 0;
        font-size: 23px;
		line-height: 1;
    }
    #main .message {
        padding: 0;
		margin-bottom: 40px;
    }
	#main .message.border::after {
		display: none;
	}
    #main .message .imgBox {
        display: block;
    }
    #main .message .imgBox .photoBox {
        margin-bottom: 20px;
        width: auto;
    }
    #main .message .imgBox .photoBox img {
        width: 100%;
		position: static;
    }
    #main .message .imgBox .photoBox::after {
		content: '';
		position: relative;
		bottom: 23px;
		display: block;
		height: 10px;
		z-index: -1;
		margin-inline: calc(50% - 50vw);
		background-image: linear-gradient(90deg, rgba(0, 113, 188, 1), rgba(171, 212, 239, 1));
	}
	
    #main .message .imgBox .textBox {
        width: auto;
    }
    #main .message .imgBox .textBox p:not(:last-of-type) {
        margin-bottom: 7px;
    }
	
	/*group-company*/
	#main .group-company::after{
		display: none;
	}
	#main .group-company .textBox {
    	margin-top: 30px;
		justify-content: center;
	}
	#main .group-company .ttlBox{
	}
	#main .group-company .comBox .textBox .text h3{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	#main .group-company .qaBox {
    	padding: 25px;
	}
	#main .group-company .qaBox ul li:first-child {
    	font-size: 1.4rem;
	}
	#main .group-company .qaBox ul li:nth-child(2) {
    	font-size: 1.7rem;
	}
	#main .group-company .qaBox ul li:nth-child(2) span{
		font-size: 2.8rem;
		line-height: 1.5;
	}
	#main .group-company .qaBox ul li:nth-child(2) span::after{
		top: 8px;
		height: 22px;
	}
	#main .group-company .qaBox ul li:nth-child(3) {
    	font-size: 1.5rem;
	}
	#main .group-company .qaBox ul li:nth-child(3) span{
		font-size: 2.8rem;
		line-height: 1.5;
	}
	#main .group-company .qaBox ul li:nth-child(3) span::after{
		top: 8px;
		height: 22px;
	}
	#main .group-company .qaBox ul {
		margin-bottom: 15px;
	}
	#main .group-company .qaBox .imgBox{
		flex-wrap: wrap;
	}
	#main .group-company .qaBox .imgBox .logo {
    	flex-basis: 100%;
	}
	#main .group-company .qaBox .imgBox .text{
		flex-basis: 100%;
		margin: 0;
	}
	#main .group-company .qa4 figure{
		margin: 15px 0;
	}
	
	/*topics*/
	#main .topics .bg {
		background: url("../img/index/sp_main_bg.svg") no-repeat center center / cover;
	}
	#main .topics::after{
		display: none;
	}
	#main .topics h2 {
		font-size: 2rem;
		margin: 30px auto;
		padding-top: 30px;
	}
	#main .topics .topics_qaBox li h3 {
		flex-wrap: wrap;
	}
	#main .topics .topics_qaBox li h3 .num {
    	flex-basis: 100%;
	}
	#main .topics .topics_qaBox li h3 .text {
    	flex-basis: 100%;
	}
 	#main .topics .topics_qaBox li {
		flex-basis: 100%;
		padding: 25px;
	}
	#main .topics .topics_qaBox li:first-child h3 .num,
	#main .topics .topics_qaBox li:nth-child(2) h3 .num,
	#main .topics .topics_qaBox li:nth-child(3) h3 .num{
		background-position: center;
    	margin-bottom: 15px;
	}
}
@media all and (max-width: 374px) {

}</pre></body></html>