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

/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&amp;display=swap&amp;subset=japanese');*/

/*共通*/
body {
-webkit-text-size-adjust: 100%;
}

.text-wrap{
	display: inline-block;
}
.container{
	max-width: 1000px;
	margin: auto;
}
img{
	max-width: 100%;
	height: auto;
}
.red{
	color: #dc300c;
}
.bold{
	font-weight: bold;
}
.txt_bottom{
	margin-bottom: 30px;
}
.sp_br{
	display: none;
}
.sp_img{
	display: none;
}
.under{
	background: linear-gradient(transparent 60%, #ffcc66 50%);
	display: inline;
}
.center{
	text-align: center;
}
.fx_banner{
	position: fixed;
	right: 0;
	top: 350px;
	z-index:999999999;
}
.scrollreveal_top01,.scrollreveal_top02,.scrollreveal_top03,.scrollreveal_top04,.scrollreveal_left,.scrollreveal_right,.scrollreveal_left2,.scrollreveal_right2{
	overflow:hidden;
	width: 100%;
}

/* ==========================
======== スマホメニュー =======
============================= */

button.drawer-toggle.drawer-hamburger {
    display: block!important;
	height: 72px;
}

/* ==========================
header
============================= */
.top_logo{
	display: none;
}
header{
	position:fixed;
	top: 0;
	z-index:999;
	width: 100%;
	background-color: #fff;
}
.hd_inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hd_inner h1{
	margin: 0 30px;
	}
.hd_right{
	display: flex;
	justify-content: space-between;
}
.hd_right h2{
	padding: 10px 25px;
	font-size: 90%;
	
}
.hd_menu{
	display: flex;
	margin-right: 50px;
}
.hd_menu li{
	padding: 0 20px;
}

.hd_menu li a{
	text-decoration: none;
	color: #fff;
}

.hd_menu_list {
	display: flex;
	position: absolute;
	right: 210px;
}
.hd_menu_list li{
	margin:0 15px 0 0;
	font-size: 90%;
	list-style: disc;
	color: #fff;
}

.hd_menu_list a{
	color: #000;
	text-decoration: none;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ==========================
header
============================= */
.nav_outer{
	position: relative;
	display: flex;
	justify-content: center;
}
.gnav ul{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 9999999;
	top: 20px;
	width: 1200px;
    margin: auto;
}
.gnav li{
	list-style: none;
	margin: 0 3px;
	background-color: #2d65b2;
}
.gnav li:hover a{
	 transition:all 0.3s ease-out;
}
.on_nav{
	display: none;
}
.gnav li:hover .of_nav{
	display: none;
	 transition:all 2s ease-out;
}
.gnav li:hover .on_nav{
	display: block;
	 transition:all 2s ease-out;
}
/* ==========================
.more_btn
============================= */
.more_btn{
	background-color: #000;
	color: #fff;
	display: inline-block;
	min-width: 240px;
	margin: auto;
	font-size:100%;
	border-radius: 30px;
	border: 1px solid #000;
	border-radius: 30px;
}
.more_btn a{
	padding: 15px 30px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;

}
.more_btn:hover{
	background-color:#000; 
	transition: 0.3s ease-in-out;
}
.more_btn:hover {
	opacity: 1;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	transition:all 0.3s ease-out;
}
.more_btn:hover a{
	opacity: 1;
	color: #000;
}

.more_btn .txt{
	position: relative;
}
.more_btn.nm{
	background: none;
	display: inline-block;
	min-width: 240px;
	font-size:100%;
	border-radius: 30px;
	border: none;
	transition: all 0.3s ease-out;
}
.more_btn.nm.block{
  display:block;
}
.more_btn.nm:hover {
    box-shadow:  inset 5px 5px 5px #d1d1d1, 
            inset -5px -5px 5px #ffffff;
}
.more_btn.nm:hover.more_btn.nm a{
    box-shadow: none;
}
.more_btn.nm a{
	color:#144480;
	border-radius: 30px;
	box-shadow: 9px 9px 18px #d1d1d1, 
             -9px -9px 18px #ffffff;
	transition: all 0.3s ease-out;
	background-color: #dfe9f4;
}
/* ==========================
.recruit_more_btn
============================= */
.box.recruit{
	text-align: center;
	padding: 90px 0 0 0;
}
.recruit_more_btn{
	background-color:#42c2b5;
	color: #000;
	display: inline-block;
	max-width: 490px;
	text-align: center;
	width: 100%;
	margin: auto;
	font-size:100%;
	border-radius: 30px;
	border: 1px solid #42c2b5;
	border-radius: 50px;
	
}
.recruit_more_btn a{
	padding: 15px 30px;
	font-size: 150%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
	flex-wrap: wrap;

}

.recruit_more_btn a:before{
	content: url(../img/recruit_icon.png);
	position: relative;
	top: 5px;
	margin-right: 15px;
}
.recruit_more_btn:hover a:before{
	content: url(../img/on_recruit_icon.png);
}
.recruit_more_btn:hover{
	background-color:#fff; 
	transition: 0.3s ease-in-out;
}
.recruit_ore_btn:hover {
	opacity: 1;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	transition:all 0.3s ease-out;
}
.recruit_more_btn:hover a{
	opacity: 1;
	color: #42c2b5;
}

.recruit_more_btn .txt{
	position: relative;
}
.container{
	max-width:1000px;
	margin: auto;
}
/* .list-mv07
==================================*/
.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: 1.8s;
	backface-visibility: hidden;
}
.list-mv07.top{
	transition: 7.0s;

}
.mv07{
	opacity: 1.0!important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	backface-visibility: hidden;
}
.scrollreveal_top01{
	opacity:0;

	-webkit-transform: translate(0, -60px);
	-ms-transform:  translate(0, -60px);
	transform:  translate(0, -60px);
	transition: 1.0s;
	backface-visibility: hidden;
}
.scrollreveal_top02{
	opacity:0;
	-webkit-transform: translate(0, -60px);
	-ms-transform:  translate(0, -60px);
	transform:  translate(0, -60px);
	transition: 2.0s;
	backface-visibility: hidden;
}
.scrollreveal_top03{
	opacity:0;
	-webkit-transform: translate(0, -60px);
	-ms-transform:  translate(0, -60px);
	transform:  translate(0, -60px);
	transition: 3.0s;
	backface-visibility: hidden;
}

.scrollreveal_right{
	opacity:0;
	-webkit-transform: translate(20%, 7px);
	-ms-transform: translate(20%, 7px);
	transform: translate(20%, 7px);
	backface-visibility: hidden;
	transition: 1.8s;
}
.scrollreveal_right.type1{
	  transform: translateX(-100px);
}
.scrollreveal_right.type2{
	  transform: translateX(-180px);
}
.scrollreveal_right.type1,.scrollreveal_right.type2 img{
	max-width: 100%;
	width: auto;
	margin-bottom: 40px;
	float: right;
}

.scrollreveal_right.type1.active{
	 transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 4.5s ease-out;
}
.scrollreveal_right.type2.active{
	 transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 2.5s ease-out;

}

.scrollreveal_left{
	opacity:0;
	-webkit-transform: translate(-20%, -7px);
	-ms-transform: translate(-20%, -7px);
	transition: 1.0s;
	transform: translate(-20%, -7px);
	backface-visibility: hidden;
}
.active{
	opacity: 1.0!important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.scrollreveal_right.active{
	display: block!important;
}


/* .list-mv07right
==================================*/
.fadeIn{
  opacity:0;
  transform: translateX(-40px);
}
.fadeInRight{
  transition: all 0.5s ease-in;
  transform: translateX(0px);
  opacity: 1 !important;
}
.fadeInLeft{
  transition: all 0.5s ease-in;
  transform: translateX(0px);
  opacity: 1 !important;
}
/* #contact
==================================*/
#contact .container{
	background: url("../img/contact_bg.jpg") no-repeat;
	background-size: cover;
	padding: 50px 5%;
	text-align: center;
	color: #fff;
	display: block;
	overflow: hidden;
}
.contents_box#contact{
	padding: 85px 0;
}
.contact_txt{
	text-align: center;
	margin-bottom: 30px;
	font-size: 160%;
	letter-spacing: 2px;
}
.contact_list{
	display: flex;
	justify-content: center;
	
}
.contact_list li{
	margin: 0 15px;
}
.contact_list li.tel{
	background-color: #fff;
}
.contact_list li.tel :hover a{
	opacity: 1;
}

/* mainvisual
==================================*/
.mainvisual_wrap{
	position: relative;
	margin-top:72px;
	
}

.mainvisual{
	text-align: center;
	padding: 205px 0 135px 0;
	color: #fff;
}
.mainvisual h1{
	background: url(../img/main_title_icon.png) no-repeat top center;
	border-bottom: 3px solid #fff;
	display: inline-block;
	padding: 50px 90px 15px 90px;
	margin-bottom: 15px;
	font-size: 250%;
	font-weight: bold;
}
.mainvisual_lead{
	max-width: 500px;
	margin: auto;
}
/* section
==================================*/
.section{
	padding: 70px 0;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

.section h2{
	color: #0071bc;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 50px;
}
/* table
==================================*/
table{
	margin-bottom: 70px;
	width:100%;
	border-top: 1px solid #cccccc;
}
table:last-child{
	margin-bottom: 0px;
}

table th,table td{
	padding: 30px;
}

table tr{
	border-bottom: 1px solid #cccccc;
}
table th{
	width: 200px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
/*table tr:last-child th,table tr:last-child td{
	border-bottom: none;
}*/


/* ==========================
=========== ぱんくず =========
============================= */

.mainvisual h2{
	font-size: 200%;
	font-weight: bold;
	line-height:1.4;
	text-shadow: 1px 2px 3px #808080; 
	letter-spacing: 2px;
}
.mainvisual h2 .small_txt{
	font-size: 60%;
}
.pankuzu {
	position: absolute;
	top: 0px;
    text-align: right;
    padding: 15px 20px;
    margin: 0 auto;
    width: 100%;
	box-sizing: border-box;
    background:rgba(255,255,255,0.6);
}

.pankuzu ul {
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    display: inline-block;
    text-align: left;
}

.pankuzu ul li {
    float: left;
    color: #144480;
}
.pankuzu ul li a{
    color: #144480;
}

.pankuzu ul li:before {
    content: "/";
    color:#144480;;
    padding: 0px 6px;
	float: right;
}
.pankuzu ul li:last-of-type:before {
    content: "";
}


.pankuzu ul li a:link {
    text-decoration: underline;
}
/* ==========================
下層ページ
============================= */
.sub_container{
	padding: 50px 0;
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
}
.sub_block h3{
	text-align: center;
	font-size: 184%;
	margin-bottom: 35px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.sub_block h3.red_midashi{
	margin-bottom: 50px;
}

.sub_container h2,.red_midashi{
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
		
}
.sub_container h2 .txt,.red_midashi .txt{
	color: #dc300c;
	font-size:174%;
	border-bottom: 1px solid #dc300c;
	padding-bottom: 10px;
	display:inline-block;
	font-weight: bold;
}


.sub_mainvisual{
	padding: 140px 0;
}
.sub_mainvisual h2{
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 200%;
}

.sub_block_wrap{
	overflow: hidden;
}

.sub_block:nth-of-type(odd){
	background-color:#ededed;
}
.sub_inner{
	max-width: 690px;
	margin: auto;
}
.sub_block{
	padding: 115px 0;
}

.sub_block p{
	line-height: 1.8;
}
.box{
	background-color: #fff;
	padding: 120px 0 100px 0;
	overflow: hidden;
}
.box.gray{
	background-color: #f6f6f6;
}

/* ==========================
service第三階層メニュー
============================= */
ul.service_link {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    background: #fff;
}
ul.service_link li {
    position: relative;
    color: #2767b6;
    width: calc(75.1% / 3 - 2px );
    text-align: center;
    background: #f6f6f6;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    transition-duration: 0.3s;
}
ul.service_link li.last {
	border-right: 1px solid #dedede;
}
ul.service_link li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
ul.service_link li p {
    display: inline-block;
    font-weight: bold;
    padding: 37px 0 37px 75px;
}
ul.service_link li:hover {
    color: #f6f6f6;
    background: #144480;
		transition-duration: 0.3s;
}
p.me_1{
    background: url("../img/se-menu_icon01.png")no-repeat left 0px center;
}
p.me_2{
    background: url("../img/se-menu_icon02.png")no-repeat left 0px center;
}
p.me_3{
    background: url("../img/se-menu_icon03.png")no-repeat left 0px center;
}
p.me_4{
    background: url("../img/se-menu_icon04.png")no-repeat left 0px center;
}
p.me_5{
    background: url("../img/se-menu_icon05.png")no-repeat left 0px center;
}
p.me_6{
    background: url("../img/se-menu_icon06.png")no-repeat left 0px center;
}
p.me_7{
    background: url("../img/se-menu_icon07.png")no-repeat left 0px center;
}
/* ==========================
footer
============================= */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -50px;
  /* background:#000; */
  opacity: 0.6;
  border-radius: 50%;
  right: 3%;
  z-index: 99;
	
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(20,68,128,0.5);
}
footer{
	padding: 60px 0;
	background:#144480;
	color: #fff;
	background-size:cover;
	bottom: 0;
	position: relative;
	overflow: hidden;

}
footer .container{
	display: block;
	position: relative;
}

.ft_list{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
}
.ft_list li{
	margin-bottom: 15px;
	color: #fff;
}
.ft_list li a{
	color: #fff;
	text-decoration: none;
}
.ft_list li.second{
}
.ft_list li.third{
	background: url(../img/ico.jpg) no-repeat left center;
	margin-left:35px;
}
.ft_list li.bottom{
	margin-bottom: 25px;
}
.ft_list ul.list_top{
	padding-top: 45px;
}
.ft_list ul{
	border-right: 1px solid #2467b5;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px;
}
.ft_list ul:first-of-type{
	padding-left: 0px;
}

.address_title{
	margin-bottom: 30px;
}
.address_box{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 50px;
	border-bottom: 1px solid #2467b5;
	padding-bottom: 40px;
	text-align: left;
	float: left;
	
}
.address_box li a{
	color: #fff;
	text-decoration: none;
}
.address_box ul{
	display: flex;
	float: left;
	flex-wrap: wrap;
}
.address_box ul, address{
	line-height: 2em;
}
.address_box li{
	border-right: 1px solid #fff;
	padding: 0 10px;
}
.address_box li:last-of-type{
	border-right: none;
}
footer .name{
	margin-bottom: 30px;
}
#copyright{
	overflow: hidden;
	text-align: center;
	font-size:93%;
	color: #fff;
	text-align: center;
	padding:15px 40px;
	float: right;
}
#copyright p{
	text-align: left;
	display: inline-block;
	float: left;
}
#copyright img{
	margin-top:2px;
}
#copyright small{
	position: absolute;
	right: 0;
}
/* ==========================
.company_menu_box
============================= */
.company_menu_box{
	background: url(../img/page_bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 160px 0;
}
.company_menu_box .more_btn{
	width: 100%;
}

.company_menu_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: auto;
}
.company_menu_list li{
	width: 50%;
	padding: 270px 20px 20px 20px;
	box-sizing: border-box;
	overflow: hidden;
	
}
.company_menu_list li.list1{
	background: url(../img/company_bnr_bg01.png) no-repeat;
	background-size: cover;
}
.company_menu_list li.list2{
	background: url(../img/company_bnr_bg02.png) no-repeat;
	background-size: cover;
}
.ab_text{
	line-height: 1.8;
}

@media print {
	body{
		width: 1100px;
		margin:auto;
        position: relative;
	}
    header{
        position: absolute;
        left: 50%;
        top: 0;
        max-width: 1100px;
        -webkit-transform:  translateX(-50%);
        -ms-transform:  translateX(-50%);
        -o-transform:  translateX(-50%);
        transform: translateX(-50%);
    }
    .drawer-nav{
        display: none;
    }
    .mainvisual_wrap {
    position: relative;
    padding-top: 72px;
    margin-top: 0;
}
    #page_top {
    position: absolute;
    bottom: 50px;
    right: 3%;
}
.pankuzu {
    top: 72px;
}
}
@page {
  size: A4;
  margin: 5mm 5mm;
}</pre></body></html>