<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 */

/* ==========================
header
============================= */
.sp_mainvisual{
	display: none;
}
.hd_right h2{
	color: #fff;
}
.hd_menu_list a{
	color: #fff;
	text-decoration: none;
}
.arrow::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header{
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.2s;
}
.hd_menu_list{
	display: none;
}
.top_logo{
	display:block;
}
.base_logo{
	display: none;
}
/* ==========================
#loader-bg
============================= */
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ==========================
動画
============================= */
.video_wrap{
text-align:center;
}
.video_box{
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	min-height: 721px;
	}
/*IE用記述*/
.fitImg{
	display: block;
	width: 100%!important;
	margin: auto;
	height: auto!important;
  /*position:absolute;*/
  top: 0%!important;
  left: 0%!important;
  /*-webkit-transform: translate(-50%, -50%); /* Safari用 */
  /*transform: translate(-50%, -50%);*/
	}

.video_txt {
    position: absolute;
	z-index: 9999;
	background: url(../img/movie_bg.png) repeat;
	/*height: 700px;*/
	/*display: flex;*/
	top: 50%;
	left: 55%;
	align-items: center;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: right;
	font-size: 450%;
	line-height: 1;
	font-weight: bold;
	
	
}
.video_txt .small_txt{
	font-size: 50%;
	letter-spacing: 2px;
	font-weight: normal;
}
.video_txt img {
	/*width: 100%;*/
	position: relative;
}
.fade{
	animation-name:fade;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:5s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}

@keyframes fade {
  0% {opacity: 0; transform: translate3d(30px,0,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

/* ==========================
.gnav
============================= */

.gnav{
	position:absolute;
	z-index: 999;
	top: -53px;
	left: 0;
	right: 0;
	}
.gnav img{
	max-width:none;
}
/* ==========================
main
============================= */

main{
	position: relative;
	z-index: 2;
	background-color: #f6f6f6;
	/*top: -72px;*/
}

.contents_box{
	padding: 10% 0;
	overflow: hidden;
}

#top_item{
	background: url(../img/top_bg.png) no-repeat top;
	background-size: cover;
	text-align: center;
	position: relative;
	padding:10% 5% 3% 5%;
	}

#top_item h3{
	color: #144480;
	letter-spacing: 0.5rem;
	position: relative;
	font-size: 270%;
	font-weight: normal;
	z-index: 1;
	margin-bottom: 0px;
	top: -200px;
	line-height: 1;
}
.top_midashi span{
	display: block;
	line-height: 1.8;
}
.top_midashi span.lead2{
	font-size: 80%;
}


.top_item_img{
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1;
}
/* ==========================
about_item
============================= */
#about_item{
	display: flex;
	justify-content:space-between;
	background-color:#f6f6f6;
	overflow: hidden;
	padding: 0 0 10% 0;
}
#about_item h3{
	color:#2767b6;
	line-height: 1.5;
}
#about_item h3 .small_txt{
	font-size: 60%;
	font-weight: normal;
}
#about_item .left_txt_box{
	margin: 40px 40px 0 5%;
	width: 40%;
	box-sizing: border-box;
	background-image: url("../img/bg_aboutus.png");
	background-repeat:no-repeat;
	background-position: center;
}
#about_item .left_txt_box p{
	line-height: 2.3;
	font-size: 115%;
}
#about_item .right_img{
	position: relative;
	z-index: 2;
	right: 0;
	width: 50%;
	text-align:left;
	top: 50px;
}
/* ==========================
#service_item
============================= */
#service_item{
	background-color:#144480;
	color: #fff;
	position: relative;
	margin-top:-10%;
	padding: 100px 0;
	overflow: visible;
}
#service_item h3{
	padding-left: 5%;
	margin-bottom:130px;
	box-sizing: border-box;
}

.service_list{
	display: flex;
	justify-content: center;
	position:absolute;
	z-index: 2;
	bottom: -35px;
	left: 0;
	right: 0;
}
.service_list li{
	margin: 0 6px;
	background-color: #fff;
}
/* ==========================
.reason_list
============================= */
.reason_list {
    display: flex;
    width: 45%;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
.reason_list li{
	margin: 0 2%;
	width: 39%;
}

/* ==========================
#contents_item1
============================= */
#contents_item1{
	background:#f6f6f6 url(../img/contents_bg01.png) no-repeat bottom right;
	background-size:contain;
	position: relative;
	padding: 200px 0 400px 0;
}
.active{
}
.contents_box .container{
	display: flex;
	position: relative;
	justify-content: space-between;
}
.contents_item1_inner {
    padding-left: 5%;
    position: relative;
}
.contents_item1_inner .bottom{
	margin-bottom: 50px;
}
.contents_box h3{
	font-size: 200%;
	margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2;
}
.contents_box .contents_left p:last-of-type {
    margin-bottom: 20px;
	margin-left: 20px;
}
.contents_box .contents_left p{
	margin-bottom: 60px;
	line-height: 2.3;
	font-size:115%;
}
.contents_box .contents_left p.more_btn{
	font-size: 100%;
}
.contents_box .icon{
	position: absolute;
	right: 50px;
	top: 100px;
}
.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.white{
	background: #fff;
}
.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;
}
/* ==========================
#contents_item2
============================= */
#contents_item2{
	background: url(../img/contents_bg02.png) no-repeat bottom right;
	background-size: cover;
	background-attachment: fixed;
}
#contents_item2 .container{
	display: flex;
	justify-content: space-between;
}
.bnr_list li{
	margin-bottom: 100px;
	text-align: center;
}
.bnr_list li:last-of-type{
	margin-bottom: 0px;
}

/* ==========================
.bnr
============================= */
.bnr{
	position: relative;
    padding: 30px;
    overflow: hidden;
}
.bnr.base{
    width:380px;/*バナー毎にサイズ変更*/
    height: 380px;
}
.bnr_img{
	position: absolute;
	background-color: #144480;
	left: 0;
	top: 0;
    width: 100%;
}
.bnr_img img {
    max-width: none;
    width: 100%;
}
.bnr .small_txt{
	font-size: 60%;
}

/* FOURTH BUTTON */
button{
  width:100%;
  position:relative;
  background:rgba(255, 255, 255, .0);
  text-transform:uppercase;
  color:#fff;
  font-weight:700;
  letter-spacing:2px;
  border:none;
  font-size: 160%;
  outline:none;
  line-height: 1;
}
button .small_txt{
	letter-spacing:0px;
	font-weight: normal;
}
.bnr a{
	opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bnr a:hover{
	cursor : pointer;
	
}
.bnr:hover img{
	opacity: 0.3;
	transition:all 0.3s ease-out;
}
.bnr:hover button{
	display: none;
}
.border{
    position:absolute;
    background:none;
    transition:all .5s ease-in-out;
}
.on_txt{
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
    width: 100%;
    text-align: center;
	color: #fff;
	font-size: 108%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.bnr:hover .on_txt{
	display: block;
	transition:all .5s ease-in-out;
}
.border:nth-of-type(1){
  top:6.7%;
  left:5%;
  width:0;
  height:0;
  border-top:1px solid white;
}

.border:nth-of-type(2){
  top:6.7%;
  right:5%;
  width:0px;
  height:0;
  border-right:1px solid white;
}

.border:nth-of-type(3){
  bottom:6.7%;
  right:5%;
  width:0;
  height:0;
  border-bottom:1px solid white;
}

.border:nth-of-type(4){
  bottom:6.7%;
  left:5%;
  width:0;
  height:0;
  border-left:1px solid white;
}

.bnr:hover .border:nth-of-type(1){
  width:90%;
}

.bnr:hover .border:nth-of-type(2){
  height:86.7%;
}

.bnr:hover .border:nth-of-type(3){
  width:90%;
}

.bnr:hover .border:nth-of-type(4){
  height:86%;
}

.base .border:nth-of-type(1){
  top:5%;
  left:5%;
  width:0;
  height:0;
  border-top:1px solid white;
}

.base .border:nth-of-type(2){
  top:5%;
  right:5%;
  width:0px;
  height:0;
  border-right:1px solid white;
}

.base .border:nth-of-type(3){
  bottom:5%;
  right:5%;
  width:0;
  height:0;
  border-bottom:1px solid white;
}

.base .border:nth-of-type(4){
  bottom:5%;
  left:5%;
  width:0;
  height:0;
  border-left:1px solid white;
}
.bnr.base:hover .border:nth-of-type(1){
  width:90%;
}

.bnr.base:hover .border:nth-of-type(2){
  height:90%;
}

.bnr.base:hover .border:nth-of-type(3){
  width:90%;
}

.bnr.base:hover .border:nth-of-type(4){
  height:90%;
}


.flow .border:nth-of-type(1){
  top:8%;
  left:3%;
  width:0;
  height:0;
  border-top:1px solid white;
}

.flow .border:nth-of-type(2){
  top:8%;
  right:3%;
  width:0px;
  height:0;
  border-right:1px solid white;
}

.flow .border:nth-of-type(3){
  bottom:8%;
  right:3%;
  width:0;
  height:0;
  border-bottom:1px solid white;
}

.flow .border:nth-of-type(4){
  bottom:8%;
  left:3%;
  width:0;
  height:0;
  border-left:1px solid white;
}
.bnr.flow:hover .border:nth-of-type(1){
  width:94%;
}

.bnr.flow:hover .border:nth-of-type(2){
  height:84%;
}

.bnr.flow:hover .border:nth-of-type(3){
  width:94%;
}

.bnr.flow:hover .border:nth-of-type(4){
  height:84%;
}
/* ==========================
.right_brn
============================= */
.right_brn{
	max-width: 532px;
}
.bnr.flow{
	overflow: hidden;
	width:472px;/*バナー毎にサイズ変更*/
	height:90.1px;
	margin-bottom: 30px;
	}
.login_btn{
	background-color:#144580;
}
/* ==========================
#contents_item4
============================= */
#contents_item4{
	background: url(../img/contents_bg03.png) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
}
/* ==========================
.news_box
============================= */
.news_box{
	background: rgba(255,255,255,0.9);
	padding: 30px;
	max-width: 585px;
	box-sizing: border-box;
}
.news_title{
	text-align: center;
	margin-bottom: 30px;
	font-size: 160%;
	line-height: 1;
	letter-spacing: 2;
	padding-top: 20px;
	font-weight: bold;
}
.news_title .small_txt{
	font-size: 50%;
	font-weight: normal;
}
.news_inner{
	max-height:330px;
	overflow: auto;
	margin-bottom: 30px;
	border-top: 1px solid #b1c6d7;
}
.news_inner dl{
	border-bottom: 1px solid #b1c6d7;
	padding:20px 0;
}
.news_inner dt{
	margin-bottom: 10px;
}
.cate_icon{
	background-color:#b1c7d2;
	color: #fff;
	min-width: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	    margin-left: 10px;
}

/* ==========================
.bnr.company
============================= */
.bnr.company,.bnr.message{
	overflow: hidden;
	width:382px;/*バナー毎にサイズ変更*/
	height:286px;
	margin-bottom: 30px;
	box-sizing: border-box;
	}
.bnr.company button,.bnr.message button{
	top: 75%;
}
.bnr.message .on_txt{
	max-width: 190px;
    text-align: left;
}
.right_brn2{
	max-width:382px;
}
.new-icon {
    margin: 5px 0 0 10px;
}


@media screen and ( max-width: 1279px ){
	.video_box {
	min-height:627px;
	}
}
@media screen and ( max-width: 767px ){

header {
    height: 70px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
}
.video_box{
	display: none;
	}
.sp_mainvisual{
	display:block;
	background-size: cover;
	position: relative;
	}
.sp_mainvisual_txt{
	position: absolute;
	top: 43%;
    right: 5%;
    align-items: center;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: right;
    font-size: 135%;
    line-height: 1.8;
    font-weight: bold;
	z-index: 2;
	}
.sp_mainvisual_txt .small_txt {
    font-size: 70%;
    letter-spacing: 2px;
    font-weight: normal;
}
.wrap {
  padding: 16px;
}

#slide_wrap {
  position: relative;
  overflow: hidden;
}
#slide_wrap .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
  opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrap .slide_item img {
  display: block;
}
.nav_outer{
	display: none;
	}
#top_item h3{
	   font-size: 145%;
	}
.contents_item1_inner {
    margin-bottom: 50px;
}
#sliderInner02 {
    position: static;
	}

.drawer-hamburger{
	background-color:transparent;
	}
/* ==========================
#contents_item2 .container 
============================= */
.contents_box .container,#contents_item2 .container {
	display: block;
	}
.contents_box {
	padding: 50px 5%;
	}
#contents_item1{
	padding: 50px 5% 80% 5%;
	}
.contents_box .icon {
    position: absolute;
    right: 5%;
    top: auto;
    bottom: 13%;
    width: 50%;
}
.bnr.base,.bnr.flow,.bnr.company, .bnr.message {
    width: 100%;
	box-sizing: border-box;
	}
.bnr.base{
	margin-bottom: 30px;
	height: 288px;
	}

.news_box{
	margin-bottom: 30px;
	}
.bnr.company, .bnr.message {
	height: 230px;
	}
.bnr_list li {
	margin-bottom: 30px;
	}
button.drawer-toggle.drawer-hamburger {
/*    height: 95px;*/
    width: 60px;
	}
/* ==========================
#about_item 
============================= */
#about_item {
	display: block;
	}
#about_item .left_txt_box {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	background-size: contain;
	}
#about_item .right_img {
	position: static;
	width: 100%;
	text-align: center;
	}
.service_list {
	display: flex;
	justify-content:space-between;
	position: static;
	flex-wrap: wrap;
	margin: 0 5%;
    width: 90%;
    max-width: 400px;
    margin: auto;
	}
.service_list li{
	width: 48%;
	margin: 10px 0;
	max-width: 195px;
	}
#service_item h3 {
	margin-bottom: 50px;
	}
.contents_item1_inner {
	padding-left: 0px;
}
  .contents_box .contents_left p.more_btn {
    font-size: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0 0 0 0;
    margin: 0 5% 40px 5%;
}
  

/* ==========================
#contents_item1
============================= */
.reason_list {
    margin: 50px 0;
    width: 100%;
    position: relative;
}
#top_item h3 {
	letter-spacing: 0.1rem;
	}
.more_btn.nm{
	min-width: auto;
	}
.bnr.company button, .bnr.message button {
	top: 66%;
}
}
@media print {

    .video_box{
	min-height: auto;
	}
    .gnav ul {
    width: 1100px;
}
    .gnav li {
    width: 15%;
}
    .gnav li img{
    width: 100%;
}
}</pre></body></html>