<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =======================================

	IndexElements

======================================= */
/*-----------------------------------------
	mv
-----------------------------------------*/
.swiper-container {
	width: 94%;
	height: 600px;
	margin: 0 auto 125px;
	overflow: visible !important;
	position: relative;
}
.slide01 {
	background: url(/img/top/slide01.png) no-repeat center center;
	background-size: cover;
}
.slide02 {
	background: url(/img/top/slide02.png) no-repeat center center;
	background-size: cover;
}
.slide03 {
	background: url(/img/top/slide03.png) no-repeat center center;
	background-size: cover;
}
.swiper-slide {
	transition: all 0.2s ease-out;
}
.swiper-slide-next,
.swiper-slide-prev {
	margin: 30px 0 0 0;
	position: relative;
}
.swiper-slide-prev:before,
.swiper-slide-next:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(200, 200, 200, .7);
}
.swiper-container .catch {
	position: absolute;
	top: 13%;
	left: 100px;
	z-index: 1;
}
.swiper-container .catch img {
	margin: 0 0 0 -30px;
	display: block;
}
.swiper-container .catch p {
	color: #FFF;
	letter-spacing: 2px;
	line-height: 2;
	font-size: 2rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

@media only screen and (max-width: 768px) {
	.swiper-container {
		width: 100%;
		height: 550px;
		margin: 0 auto 48px;
	}
	.swiper-container-3d {
		perspective: none!important;
	}
	.swiper-slide-next,
	.swiper-slide-prev {
		margin: 0;
	}
	.slide01 {
		background: url(/img/top/slide01.png) no-repeat 31% center;
		background-size: cover;
	}
	.slide02 {
		background: url(/img/top/slide02.png) no-repeat 90% center;
		background-size: cover;
	}
	.slide03 {
		background: url(/img/top/slide03.png) no-repeat 38% center;
		background-size: cover;
	}
	.swiper-container .catch img {
		width: 269px;
		margin: 0 0 10px -15px;
	}
	.swiper-container .catch {
		top: 46px;
		left: 7%;
	}
	.swiper-container .catch p {
		font-size: 1.6rem;
	}
}

/* ------------------------------------
	main
------------------------------------ */
main {
	margin: 0 0 100px;
}

/* ------------------------------------
	message
------------------------------------ */
.message {
	width: 1270px;
	margin: 0 auto 100px;
	padding: .6em;
	position: relative;
	background: rgba(72, 172, 255, 0.2);
	text-align: center;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 2.4rem;
}
.message p {
	line-height: 1.6;
}
.message p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 1270px){
	.message {
		width: 100%;
		padding: .6em 3%;
	}
}
@media only screen and (max-width: 768px){
	.message {
		margin: 0 0 82px;
		padding: .6em 5%;
		text-align: left;
		font-size: 2rem;
	}
}


/* ------------------------------------
	news
------------------------------------ */
.news_cont {
	margin: 0 0 100px;
}
.news_cont .inner {
	width: 1270px;
	min-height: 269px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	position: relative;
}
.news_cont h2 {
	margin: 30px 0 0 0;
	padding: 0 0 20px;
	float: left;
	line-height: 1.5;
	font-weight: normal;
	font-size: 3.6rem;
	font-family: 'Source Sans Pro', 'Noto Sans JP', 'Yu Gothic Medium', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	position: relative;
}
.news_cont h2:before {
	content: '';
	width: 40px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0064B6;
}
.news_cont h2 span {
	display: block;
	font-size: 1.8rem;
}
.news_cont .btn_area {
	position: absolute;
	top: 170px;
	left: 60px;
}

@media only screen and (max-width: 1270px){
	.news_cont .inner {
		width: 100%;
		padding: 0 3%;
	}
	.news_cont .btn_area {
		left: 3%;
	}
}
@media only screen and (max-width: 768px){
	.news_cont {
		margin: 0 0 82px;
	}
	.news_cont .inner {
		padding: 0 5%;
		min-height: auto;
		min-height: initial;
	}
	.news_cont h2 {
		margin: 0;
		padding: 0 0 15px;
		float: none;
		font-size: 3.4rem;
	}
	.news_cont h2 span {
		font-size: 1.6rem;
	}
	.news_cont .btn_area {
		margin: 20px 0 0 0;
		position: static;
		text-align: center;
	}
	.news_cont .btn_area .btn {
		text-align: left;
	}
}

/* ------------------------------------
	index_feature
------------------------------------ */
.index_feature {
	position: relative;
}
.index_feature .inner {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.index_feature .inner:before {
	width: 100%;
	height: 320px;
	position: absolute;
	top: 450px;
	left: 0;
	z-index: -2;
	background: rgba(21, 113, 187, .1);
}
.index_feature .intro {
	width: 590px;
	margin: 0 0 116px;
	color: #FFF;
	position: relative;
}
.index_feature .intro:before {
	content: '';
	width: 100vw;
	height: 450px;
	display: block;
	position: absolute;
	top: 50px;
	z-index: -1;
}
.index_feature .wrap {
	min-height: 450px;
	padding: 40px 60px;
	background: rgba(0,131,121, .9);
	background: -moz-linear-gradient(127deg,  rgba(0,131,121,.9) 0%, rgba(0,100,182,.9) 100%);
	background: -webkit-linear-gradient(127deg,  rgba(0,131,121,.9) 0%,rgba(0,100,182,.9) 100%);
	background: linear-gradient(127deg,  rgba(0,131,121,.9) 0%,rgba(0,100,182,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008379', endColorstr='#0064b6',GradientType=1 );
}
.index_feature .wrap:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
}
.index_feature .wrap:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 450px;
}
.index_feature h2 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	line-height: 1.5;
	color: #FFF;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 4rem;
	font-family: 'Source Sans Pro', 'Noto Sans JP', 'Yu Gothic Medium', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	position: relative;
}
.index_feature h2:before {
	content: '';
	width: 40px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .5);
}
.index_feature h2:after {
	content: '\e90b';
	font-family: 'toare';
	display: block;
	font-size: 3.5rem;
	color: #48ACFF;
	position: absolute;
	top: 6px;
	left: -30px;
}
.index_feature h2 span {
	display: block;
	font-weight: 500;
	letter-spacing: 2.7px;
	font-size: 1.8rem;
}
.index_feature p {
	margin: 0;
}
.index_feature .feature {
	width: 1180px;
	margin: 0 auto;
}
.index_feature .feature li {
	float: left;
	position: relative;
}
.index_feature .feature li:last-child {
	margin: 0;
}
.index_feature .feature li a {
	display: block;
	box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
	transition: all 0.2s ease-out;
}
.index_feature .feature li a:before {
	content: "\e90f";
	font-family: 'toare';
	color: #FFF;
	font-size: 1.5rem;
	font-weight: normal;
	position: absolute;
	right: 40px;
	bottom: 25px;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	transition: all 0.2s ease-out;
	z-index: 1;
}
.index_feature .feature figure {
	position: relative;
	z-index: 0;
	background: rgba(0,100,182,.9);
	background: -moz-linear-gradient(127deg,  rgba(0,100,182,.9) 0%, rgba(0,131,121, .9) 100%);
	background: -webkit-linear-gradient(127deg,  rgba(0,100,182,.9) 0%,rgba(0,131,121, .9) 100%);
	background: linear-gradient(127deg,  rgba(0,100,182,.9) 0%,rgba(0,131,121, .9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064b6', endColorstr='#008379',GradientType=1 );
	transition: all 0.2s ease-out;
}
.index_feature .feature figure:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	background: rgba(0,131,121, .9);
	background: -moz-linear-gradient(127deg,  rgba(0,131,121,.9) 0%, rgba(0,100,182,.9) 100%);
	background: -webkit-linear-gradient(127deg,  rgba(0,131,121,.9) 0%,rgba(0,100,182,.9) 100%);
	background: linear-gradient(127deg,  rgba(0,131,121,.9) 0%,rgba(0,100,182,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008379', endColorstr='#0064b6',GradientType=1 );
	transition: 0.2s all ease-out;
	opacity: 1;
}
.index_feature .feature figure:after {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 3;
	background: rgba(0, 51, 93, .75);
	transition: all 0.2s ease-out;
}
.index_feature .feature figure img {
	width: 100%;
	padding: 10px;
	position: relative;
	z-index: 2;
}
.index_feature .feature h3 {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.4;
	position: absolute;
	top: 55%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.index_feature .feature h3:before {
	font-family: 'toare';
	display: block;
	font-size: 3.5rem;
	color: #FFF;
	position: absolute;
	top: -55px;
	left: 5px;
}
.index_feature .feature h3 span {
	margin: 0 0 5px 5px;
	letter-spacing: 1.4px;
	font-weight: 400;
	font-size: 1.4rem;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
}

/* PC Hover */
@media only screen and (min-width: 768px) {
	.index_feature .feature li a:hover {
		box-shadow: 0 3px 16px rgba(0, 0, 0, .3);
	}
	.index_feature .feature li a:hover:before {
		right: 20px;
	}
	.index_feature .feature a:hover figure:before {
		opacity: 0;
	}
	.index_feature .feature a:hover figure:after {
		background: rgba(0, 51, 93, .9);
	}
}

@media only screen and (max-width: 1270px){
	.index_feature .intro:before {
		width: 130vw;
	}
	.index_feature .feature {
		width: 90%;
	}
	.index_feature .inner:before {
		height: 35%;
	}
	.index_feature .feature h3 {
		left: 25px;
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 768px){
	.index_feature .inner {
		width: 100%;
	}
	.index_feature .inner:before {
		width: 96%;
	}
	.index_feature .intro:before {
		height: 586px;
		top: 36px;
	}
	.index_feature .wrap {
		min-height: auto;
		min-height: initial;
		padding: 25px 36px;
	}
	.index_feature .intro {
		width: calc(100% - 22px);
		min-height: 622px;
		margin: 0;
	}
	.index_feature h2 {
		padding: 0;
		font-size: 3.4rem;
	}
	.index_feature h2:before {
		content: none;
	}
	.index_feature h2:after {
		font-size: 3rem;
		top: 6px;
		left: -22px;
	}
	.index_feature h2 span {
		font-size: 1.6rem;
	}
	.index_feature p {
		line-height: 2.2;
	}
	.index_feature .feature {
		width: 84%;
		padding: 53px 0 0 0;
	}
	.index_feature .feature h3 {
		left: 40px;
	}
}

/* ------------------------------------
	about us
------------------------------------ */
.about_cont {
	margin: 0 0 120px;
}
.about_cont .intro:before {
	left: 50px;
	background: url(/img/top/bg_about_pc.png) no-repeat center bottom;
	background-size: cover;
}
.about_cont .wrap:before {
	right: -50px;
	border-top: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid rgba(22, 113, 187, .5);
	border-left: 25px solid rgba(22, 113, 187, .5);
}
.about_cont .wrap:after {
	left: 0;
	border-top: 25px solid rgba(22, 113, 187, .5);
	border-right: 25px solid rgba(22, 113, 187, .5);
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;
}
.about_cont .feature li {
	width: 362px;
	margin: 0 45px 0 0;
}
.about_cont .feature .message h3:before {content: '\e90c';}
.about_cont .feature .data h3:before {content: '\e904';}
.about_cont .feature .philosophy h3:before {content: '\e908';}

@media only screen and (max-width: 1270px){
	.about_cont .feature li {
		width: 32%;
		margin: 0 2% 0 0;
	}
}
@media only screen and (max-width: 768px){
	.about_cont {
		margin: 0 0 98px;
	}
	.about_cont .intro:before {
		left: 0;
		background: url(/img/top/bg_about_sp.png) no-repeat center bottom;
		background-size: cover;
	}
	.about_cont .wrap:before {
		right: -22px;
		border-top: 18px solid transparent;
		border-right: 11px solid transparent;
		border-bottom: 18px solid rgba(22, 113, 187, .5);
		border-left: 11px solid rgba(22, 113, 187, .5);
	}
	.about_cont .wrap:after {
		content: none;
	}
	.about_cont .inner:before {
		height: 66%;
	}
	.about_cont .feature li {
		width: 100%;
		margin: 0 0 25px;
	}
}

/* ------------------------------------
	about_reinsurance
------------------------------------ */
.about_reinsurance {
	margin: 0 0 176px;
}
.about_reinsurance .intro {
	float: right;
}
.about_reinsurance .intro:before {
	right: 50px;
	background: url(/img/top/bg_reinsurance_pc.png) no-repeat center bottom;
	background-size: cover;
}
.about_reinsurance .wrap:before {
	left: -50px;
	border-top: 25px solid transparent;
	border-right: 25px solid rgba(22, 113, 187, .5);
	border-bottom: 25px solid rgba(22, 113, 187, .5);
	border-left: 25px solid transparent;
}
.about_reinsurance .wrap:after {
	right: 0;
	border-top: 25px solid rgba(22, 113, 187, .5);
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid rgba(22, 113, 187, .5);
}
.about_reinsurance .feature {
	clear: both;
}
.about_reinsurance .feature li {
	width: 565px;
	margin: 0 50px 0 0;
}
.about_reinsurance .feature .insurance h3:before {content: '\e906';}
.about_reinsurance .feature .reinsurance h3:before {content: '\e90a';}

.about_reinsurance .feature h3 span {
	margin: 0 0 5px 5px;
	letter-spacing: 1.4px;
	font-weight: 400;
	font-size: 1.4rem;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
}

@media only screen and (max-width: 1270px){
	.about_reinsurance .feature li {
		width: 48%;
		margin: 0 4% 0 0;
	}
}
@media only screen and (max-width: 768px){
	.about_reinsurance {
		margin: 0 0 110px;
	}
	.about_reinsurance .intro:before {
		width: 100vw;
		right: 0;
		background: url(/img/top/bg_reinsurance_sp.png) no-repeat center bottom;
		background-size: cover;
	}
	.about_reinsurance .wrap:before {
		left: -22px;
		border-top: 18px solid transparent;
		border-right: 11px solid rgba(22, 113, 187, .5);
		border-bottom: 18px solid rgba(22, 113, 187, .5);
		border-left: 11px solid transparent;
	}
	.about_reinsurance .wrap:after {
		content: none;
	}
	.about_reinsurance .feature li {
		width: 100%;
		margin: 0 0 25px;
	}
	.about_reinsurance .inner:before {
		height: 59%;
	}
}

/* ------------------------------------
	recruitment
------------------------------------ */
.recruitment {
	width: 94%;
	height: 560px;
	margin: 0 auto;
	text-align: center;
	background: url(/img/top/bg_recruitment_pc.png) no-repeat center center;
	background-size: cover;
}
.recruitment h2 {
	margin: 80px 0 20px;
	padding: 0 0 20px;
	line-height: 1.5;
	color: #FFF;
	display: inline-block;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 4.5rem;
	font-family: 'Source Sans Pro', 'Noto Sans JP', 'Yu Gothic Medium', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	position: relative;
}
.recruitment h2:after {
	content: '\e90b';
	font-family: 'toare';
	display: block;
	font-size: 4rem;
	color: #48ACFF;
	position: absolute;
	top: 6px;
	left: -30px;
}
.recruitment h2 span {
	display: block;
	font-weight: 500;
	letter-spacing: 2.7px;
	font-size: 2rem;
}
.recruitment .desc {
	width: 655px;
	margin: 0 auto;
	padding: 50px 35px 35px;
	background: rgba(255, 255, 255, .7);
}
.recruitment .desc p {
	line-height: 2.2;
}
.recruitment .btn {
	width: 260px;
	text-align: left;
}

@media only screen and (max-width: 768px){
	.recruitment {
		width: 100%;
		height: 637px;
		background: url(/img/top/bg_recruitment_sp.png) no-repeat center center;
		background-size: cover;
	}
	.recruitment h2 {
		margin: 60px 0 40px;
		padding: 0 0 0 15px;
		font-size: 3.8rem;
	}
	.recruitment h2:after {
		font-size: 3rem;
		top: 8px;
		left: -10px;
	}
	.recruitment h2 span {
		font-size: 1.8rem;
	}
	.recruitment .desc {
		width: 90%;
		padding: 65px 30px;
		text-align: left;
		background: rgba(255, 255, 255, .7);
	}
	.recruitment .desc p {
		font-size: 1.5rem;
	}
	.recruitment .btn_area {
		text-align: center;
	}
}</pre></body></html>