@charset "UTF-8";
*, ::before, ::after{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body {
	position: relative;
	color: #252525;
	font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: .02em;
	min-width: 320px;
}
img{
	max-width:100%;
	vertical-align:middle;
	height:auto;
	-ms-interpolation-mode:bicubic;
}
:not(.img_box) > img,
.img_box{
	max-width:100%;
	text-align: center;
	line-height: 1;
}
address{
	font-style: normal;
}

/* layout------------------------------------------------- */
.layout{
	width: 100%;
	max-width: 100rem;
	padding: 0 3rem;
	margin: 0 auto;
}

/* link------------------------------------------------- */
/*a*/
a{
	color: #083CA3;
	word-break: break-all;
	text-decoration: none;
}
main a:not([class]){
	text-decoration: underline;
}

/*btn*/
.btn_area{
	display: flex;
	flex-wrap: wrap;
	margin: 3rem -.5rem -.5rem;
	justify-content: center;
}
.el_btn_m,
.el_btn_l{
	display:inline-flex;
	align-items: center;
	position:relative;
	margin: .5rem;
	min-height: 4.8rem;
	font-weight:bold;
	border-radius: 100px;
	line-height: 1.5;
	text-align: center;
}
.el_btn_m{
	padding: .8rem 4rem .8rem 1.5rem;
}
.el_btn_l{
	font-size: 2.2rem;
	padding: 1.5rem 6rem 1.5rem 3rem;
}
.el_btn_m::after,
.el_btn_l::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	width: 1rem;
	height: 1rem;
	border-top: 3px solid;
	border-right: 3px solid;
	transform:rotate(45deg);
}
.el_btn_m::after{
	right: 1.5rem;
}
.el_btn_l::after{
	right: 3rem;
}
.el_btn_m img,
.el_btn_l img{
	margin-right: .5em;
}
.el_btn_m.col_main,
.el_btn_l.col_main{
	color: #fff;
	background: #1D3D7A;
}
.el_btn_l.col_wh{
	color: #252525;
	background: #fff;
}
.el_btn_l.col_wh{
	flex-wrap: wrap;
	justify-content: center;
}
.el_btn_l.col_wh p{
	margin: 1rem 0px;
}

/* gnav------------------------------------------------- */
.h_top{
	position: relative;
	padding-top: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.gnav_wrap{
	padding-top: .5rem;
	padding-bottom: 1rem;
}
.gnav{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #dbdbdb;
}
.gnav > li{
	width: 50%;
	border: 2px solid #dbdbdb;
}
.gnav > li:nth-child(-n + 2){
	border-top: 4px solid #dbdbdb;
}
.gnav > li:nth-child(odd){
	border-left: 4px solid #dbdbdb;
}
.gnav > li:nth-child(even){
	border-right: 4px solid #dbdbdb;
}
.gnav > li:last-child{
	border-bottom: 4px solid #dbdbdb;
	width: 100%;
}
.gnav a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #122033;
	color: #fff;
	font-weight: bold;
}
.logo_wrap{
	position: relative;
	width: 100%;
	z-index: 100;
}
.logo{
	line-height: 1;
}
.logo a{
	display: inline-flex;
	align-items: center;
	color: #252525;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
}
.logo img{
	margin: 0 6px 4px 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}


/* mv------------------------------------------------- */
.mv_wrap{
	position: relative;
	padding-bottom: 15.2rem;
}
.mv{
	padding: 0;
	height: 480px;
	background: url("../images/mv.jpg") center / cover no-repeat;
}
.mv::before{
	content: none;
}
.mv_ttl{
	padding-top: 160px;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .06em;
	text-align: center;
	text-shadow: 0 0 8px #000, 0 0 15px rgba(0,0,0,.9), 0 0 25px rgba(0,0,0,.9);
	opacity: 0;
	animation: fade_in .7s forwards .3s ease-out;
}

/* main------------------------------------------------- */
/*section*/
section{
	padding-bottom: 10rem;
}
section:nth-child(odd){
	background: #DBDBDB;
}
section:nth-child(even){
	color: #fff;
	background: #162940;
}
section:nth-child(even) a{
	color: inherit;
}
.sec_ttl{
	padding-top: 10rem;
	padding-bottom: 3rem;
	font-size: 4rem;
	line-height: 1.5;
}
.txt_area + .sec_item{
	margin-top: 4rem;
}
.sec_item + .sec_item{
	margin-top: 7rem;
}

/*media*/
.media_item + .media_item{
	margin-top: 3rem;
}
.media_item:not(.access_img_wrap) > .img_box + .img_box{
	margin-top: 1rem;
}

/*news*/
.news_list li{
	padding: 1.5rem 1rem;
	background: #fff;
}
.news_list li + li{
	border-top: 5px solid #DBDBDB;
}
.news_list li > span{
	display: block;
}
.calendar{
	padding: 0 10px 10px;
	background: #C4CFE3;
	border-top: 4px solid #1D3D7A;
}
.calendar_ttl{
	padding: 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

/*company*/
.rubybox{
	position: relative;
	padding-top:10px;
}
.rubybox span.ruby{
	position: absolute;
	left: 0;
	top: 0;
	font-size:0.6em;
}

/*gmap*/
.gmap,
#access + .sec_item .img_box{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap > iframe,
#access + .sec_item .img_box > img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
#access + .sec_item .img_box{
	background: url("../images/img_access.jpg") center / cover no-repeat;
}

/*dl_table*/
.dl_table{
	text-align: left;
}
.dl_table > dl > dt{
	font-weight: bold;
}
.dl_table > dl{
	position: relative;
	padding: 1rem 0;
}

/*list_disc*/
.list_disc > li{
	position: relative;
	padding-left: calc(10px + .6rem);
}
.list_disc > li::before{
	content: "";
	position: absolute;
	top: calc(.4em + 5px);
	left: 0;
	width: 6px;
	height: 6px;
	background: #252525;
	border-radius: 50%;
}
section:nth-child(even) .list_disc > li::before{
	background: #fff;
}

/*card*/
.card{
	position: relative;
	padding: 3rem;
	background: #fff;
	color: #252525;
}
.card + .card::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 6rem);
	height: 5px;
	background: #DBDBDB;
}
.card_ttl{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

/*access*/
#access + .sec_item .media_item{
	margin-top: 0;
}

/*contact*/
.contact{
	background: #1D3D7A!important;
}
.contact .sec_ttl{
	color: #fff;
}
.contact .sec_ttl + .txt_area{
	color: #fff;
}
.contact .card{
	text-align: center;
}
.contact a[href^="tel:"]{
	color: inherit;
}
.contact a[href^="tel:"] img{
	margin-right: .6rem;
}
.contact .btn_area{
	margin: 2rem 0;
}

/* footer------------------------------------------------- */
footer{
	color: #fff;
	text-align: center;
	background: #162940;
}
footer .layout{
	padding-top: 5.5rem;
}
.com_name{
	margin-top: 1.5rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.2rem;
}
.com_address{
	margin-top: 2rem;
}
.fnav{
	margin-top: 4rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #fff;
}
.fnav > li + li{
	margin-top: 1.5rem;
}
.fnav a{
	color: #fff;
	font-weight: bold;
}
small{
	display: block;
	padding: 2rem 0;
	font-size: 1.4rem;
}

/*btnTop*/
#btnTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#btnTop a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	background: #fff;
	border-radius: 50%;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
#btnTop a:after{
    display:block;
    position:absolute;
    top:8px;
    right:0;
	bottom:0;
	left:0;
    width:16px;
    height:16px;
	margin:auto;
    border-top:solid 4px #162940;
    border-right:solid 4px #162940;
			transform:rotate(-45deg);
    content:"";
}


/* anime
----------------------------------------------------------------------*/
.anime_slide_up,
.anime_fade_in{
	opacity : 0;
}
.anime_fade_in{
	transition: opacity .4s ease-in;
}
.anime_slide_up {
	transform: translateY(50px);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .4s ease-out;
}

.is-anime,
.is-anime::after,
.is-anime::before{
	opacity: 1;
}
.anime_slide_up.is-anime{
	transform: translate(0);
}

@keyframes fade_in{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

/* utility------------------------------------------------- */
.u-ta-c{
	text-align: center;
}
.u-ta-l{
	text-align: left;
}
.u-ta-r{
	text-align: right;
}
.u-col-main{
	color: #2C75CF;
}
.u-fw-b{
	font-weight: bold;
}
.u-fs-1_75em{
	font-size: 1.75em;
	line-height: 1.5;
}
.u-fs-0_75em{
	font-size: .75em;
	line-height: 1.5;
}
.u-mt-20{
	margin-top: 2rem;
}
.u-d-ib{
	display: inline-block;
}
.br_pc{
	display: none;
}

/* PC------------------------------------------------- */
@media screen and (min-width: 48em/*768px*/) {
/* layout------------------------------------------------- */
.layout{
	padding-right: 2rem;
	padding-left: 2rem;
}

/* link----------------------------------------------- */
/*a*/
a{
	transition: opacity .2s;
}
a:hover{
	opacity: .7;
}
main a:not[class]:hover{
	text-decoration: none;
}
a[href^="tel:"]{
	pointer-events: none;
	text-decoration: none!important;
	color: inherit;
}

/*btn*/
.el_btn_l{
	font-size: 2.2rem;
}

/* gnav------------------------------------------------- */
.gnav_wrap{
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
}
.gnav{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: static;
	margin-left: auto;
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
	visibility: visible;
	opacity: 1;
}
.gnav > li{
	position: relative;
	width: auto;
	margin: 0 0 0 3rem;
}
.gnav > li{
	width: auto!important;
	border: 0!important;
}
.gnav a{
	height: auto;
	background: transparent;
	color: inherit;
	font-size: 1.6rem;
}
.logo_wrap{
	width: auto;
}
.logo a{
	font-size: 3.2rem;
}
.logo img{
	margin-right: 8px;
	width: auto;
	height: auto;
}

/* mv------------------------------------------------- */
.mv_wrap{
	position: static;
	padding-bottom: 0;
}
.mv{
	align-items: center;
	flex-wrap: nowrap;
	height: 535px;
}
.mv_ttl{;
	padding-top: 220px;
	font-size: 4.6rem;
}

/* main------------------------------------------------- */
/*section*/
section{
	padding-bottom: 12rem;
}
.sec_ttl{
	padding-top: 12rem;
	font-size: 4rem;
}

/*media*/
.media,
.media_rev{
	display: flex;
}
.media_rev{
	flex-direction: row-reverse;
}
.media_item:not(.img_box){
	flex: 1;
}
.media_rev .media_item + .media_item{
	margin: 0;
}
.media .media_item + .media_item,
.media_rev .media_item{
	margin: 0 0 0 3rem;
}

/*news*/
.news_list li{
	position: relative;
	padding-left: 13rem;
	padding-right: 1rem;
}
.news_list li > span{
	display: inline-block;
	position: absolute;
	top: clac(1em * 1.78 - 1em);
	left: 1rem;
	margin: 0 2rem 0 0;
}

/*gmap*/
.gmap,
#access + .sec_item .img_box{
	height: 0;
	padding-bottom: 420px;
}

/* company */
.tel_after::after{
	content: " / ";
}

/*dl_table*/
.dl_table{
	display: table;
	width: 100%;
}
.dl_table > dl{
	display: table-row;
	width: 100%;
}
.dl_table > dl,
.dl_table > dl:last-child{
	border: 0;
}
.dl_table > dl > dt,
.dl_table > dl > dd{
	display: table-cell;
}
.dl_table > dl > dt{
	padding: 1rem 3rem 1rem 0;
	white-space: nowrap;
	vertical-align: top;
}
.dl_table > dl > dd{
	padding: 1rem 0;
	width: 100%;
}

/*card*/
.card_wrap{
	display: flex;
}
.card_wrap.col2 > .card{
	width: calc(50% - 1.5rem);
}
.card + .card::before{
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto 0;
	width: 5px;
	height: calc(100% - 6rem);
	background: #DBDBDB;
}
.card > .txt_area{
	margin-bottom: auto;
}

/*search*/
#search + .txt_area{
	text-align: center;
}

/*access*/
#access + .sec_item .media_item{
	width: 50%;
	margin-left: 0;
}

/* footer------------------------------------------------- */
.fnav{
	display: flex;
	justify-content: center;
}
.fnav > li + li{
	margin: 0 0 0 3rem;
}

/* utility------------------------------------------------- */
.br_sp{
	display: none;
}
.br_pc{
	display: block;
}

}