@charset "utf-8";

/*--- reset */

html {
	overflow-y: scroll; 
	font-size: 62.5%;
}

body,
html {  
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
	margin: 0;
	padding: 0;
}
	
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:100%;
}


caption {text-align: left;}

q:before,
q:after {
	content: '';}

object,
embed {vertical-align: top;}

h1,
h2,
h3,
h4,
h5,
h6 {font-size: 100%;}

img,
abbr,
acronym,
fieldset {border: 0;}

img{
	vertical-align: bottom;
	line-height: 0;
}

li {list-style-type: none;}
li img{vertical-align: bottom;}
p{
	text-justify: inter-ideograph;
}

a {color: #0a337f; text-decoration:none;}
a:hover{opacity:0.7;}
.underline{text-decoration:underline;}

/* clearfix */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

/*hr reset*/
hr {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
.hr01{
	border-bottom:1px #ddd solid;
}

/*font*/
.fw-thin{font-weight:100;}

.fs-14{font-size:1.4rem;}
.fs-18{font-size:1.8rem;}
.fs-24{font-size:2.4rem;}
.fs-28{font-size:2.8rem;}
.fs-56{font-size:5.6rem;}
.fs-64{font-size:6.4rem;}

.fc-yellow{color:#edfc03;}
.fc-red{color:#e81425;}
.fc-white{color:#fff;}
.fc-kon{ color:#25458f;}

.f-center{text-align:center;}
.f-right{text-align: right !important;}

.f-mdl{font-weight:400;}
.f-bold{font-weight:600;}

.f-marker {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff766 0%) repeat scroll 0 0;
}
.f-marker_thin {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #fff766 0%) repeat scroll 0 0;
}

/*flex*/
.flex-bt, .flex-center, .flex-stand{
	display: -webkit-flex;
    display: flex; 
}
.flex-bt{
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-center{
	-webkit-justify-content:center;
    justify-content:center;
}
.flex-stand{
	-webkit-justify-content:start;
    justify-content:start;
}
.flex-chuo{align-items: center;}
.flex-order1{order:1;}
.flex-order2{order:2;}

/*margin*/
.mr20{margin:0 20px 0 0;}
.mr40{margin:0 40px 0 0;}
.ml40{margin:0 0 0 40px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb80{margin-bottom:80px;}

/*padding*/
.pd20{padding:20px;}
.pd30{padding:30px;}
.pd40{padding:40px;}
.ptb20{padding:20px 0;}
.ptb40{padding:40px 0;}
.ptb80{padding:80px 0;}

/*img*/
.img-auto{
	width:100%;
	height:auto;
}

/*border-box*/
.border-b{ box-sizing:border-box;}

/*====================================
 default 
====================================*/
body {
	background: #fff;
	color: #000;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:1.6em ; /*bodyの指示はemに。chromeバグ対策 16px*/
	font-weight:200;
	line-height: 2;
	text-align: left;
}
#wrap{
	position:relative;
	height:auto;
	margin:60px 0 0 0;
}
#wrap:before {
    content: "";
    display: block;
}
#wrap section{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.align-c{
	align-items: center;
}

@media screen and (min-width: 769px) {
	.pc-none{
		display:none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	/*pagescroll*/
	#scrollUp {
		bottom: 15px;
		right: 15px;
	}
	#scrollUp img{
		width:120px;
	}
}
@media screen and (max-width: 768px) {
}

/*====================================
 midashi
====================================*/
/*H2*/
.blue_ttl, .blue_ttl2{
	text-align:center;
	position:relative;
}
h2{
	font-size:4.4rem;
	line-height:1.3;
	color:#25458f;
	text-align:center;
	display:block;
	position:relative;
}
.blue_ttl h2:before{
	background: url(../images/line_blue_l.png) left bottom no-repeat;
	-webkit-background-size:30px 30px;
	content:"";
	display:inline-block;
	width: 30px;
	height: 30px;
	padding-left:0.15em;
}
.blue_ttl h2:after{
	background: url(../images/line_blue_r.png) left bottom no-repeat;
	-webkit-background-size:30px 30px;
	content:"";
	display:inline-block;
	width: 30px;
	height: 30px;
	padding-right:0.15em;
}

.white_ttl h2:before{
	background: url(../images/line_white_l.png) left bottom no-repeat;
	-webkit-background-size:30px 30px;
	content:"";
	display:inline-block;
	width: 30px;
	height: 30px;
	padding-left:0.15em;
}
.white_ttl h2:after{
	background: url(../images/line_white_r.png) left bottom no-repeat;
	-webkit-background-size:30px 30px;
	content:"";
	display:inline-block;
	width: 30px;
	height: 30px;
	padding-right:0.15em;
}

/*h3*/
h3{
	font-size:3.2rem;
	padding:0 0 0.5em 0;
	color:#fff;
	line-height:1.3;
	text-align:center;
	position:relative;
	background:;
	background: url(../images/line_dot_white.png) center bottom no-repeat;
}

/*h4*/
h4{
	font-size:3.2rem;
	padding:0 0 0.5em 0;
	color:#25458f;
	line-height:1.3;
	text-align:center;
	position:relative;
	background:;
	background: url(../images/line_dot_blue.png) center bottom no-repeat;
}

/*fuki_y*/
.fuki_y{
	text-align:center;
}
.fuki_y p{
	font-size: 2.8rem;
	line-height:1.4;
	font-weight: 700;
	color:#25458f;
	background:#fff100;
	border-radius:100px;
	position: relative;
	text-align: center;
	padding: 0.15em 1em;
	margin:0 0 0.5em 0;
	display: inline-block;
}
.fuki_y p::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 241, 0, 0);
	border-top-color:#fff100;
	border-width: 10px;
	margin-left: -10px;
}
.btn_01 a{
    background: #ff8c00;
    padding: 1em 2em;
    border-radius: 100px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}

/*====================================
 header
====================================*/
header {
    padding: 10px 0;
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header .container {
	margin:0 auto;
    max-width: 1000px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
header .container .logo img {
    height: 40px;
}
header .container .tel img {
    height: 35px;
}

/*====================================
 contents
====================================*/

/*bg*/
.bg-kon{background:#25458f;}
.bg-hogan{background:url(../images/bg_hogan.jpg) repeat;}
.bg-blue{ background:#39abfe;}
.bg-blue2{ background:#e9f8fb;}
.bg-yellow{background:#f9f8cb;}
.bg-yellow2{background:#fcc800;}
.bg-white{background:#fff;}
.bg-message{background:url(../images/message_bg.jpg) repeat;}
.bg-gsolid{border:5px solid #eee; box-sizing:border-box;}

/*main*/
.main{
	background:url(../images/main_bg.jpg) no-repeat center top;
	background-size: contain;
	position:relative;
	height:580px;
}
.main h2{
	padding:30px 0 0 0;
}

/*menu_ttl*/
.menu_ttl{
	font-size:2.4rem;
	font-weight:bold;
	color:#fff;
	padding:0.5em;
	background:#0094c6;
}
/*option_ttl*/
.option_ttl{
	width:700px;
}
.option_ttl dt{
	font-size:1.8rem;
	padding:0.25em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#25458f;
	border-radius:150px;
}
.option_ttl dd{
	font-size:3rem;
	font-weight:bold;
}
.option_short li{
	padding:10px 20px;
}
.option_short li img{
	width:100%;
}

/*samatage*/
.samatage_bg{
	margin:0 0 400px 0;
	position:relative;
	background:url(../images/bg-bdot.jpg) repeat;
}
.samatage_bg:after{
	content: '';
	width: 100%;
	height: 90px;
	display: block;
	background: url(../images/samatage_bg.jpg) repeat-x;
	background-size:contain;
}

.samatage_inner{
	padding:80px 0 0 0;
	margin:0 0 -150px 0;
}
.samatage{
	margin:40px 0;
	border:5px solid #25458f;
	background:#fff;
}
.samatage dt{
	overflow:hidden;
	margin:-40px -5px 0 -5px;
}
.samatage dd{
	font-size:2rem;
	margin:0 40px;
	border-bottom:2px dashed #ddd;
}
.samatage dd:last-child{
	border-bottom: none;
}
.youtube_wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
}
/*menu*/
.menu_bg{
	margin:350px 0 0 0;
	position:relative;
	background:#dcf3f9 ;
}
.menu_bg:before{
	content: '';
	width: 100%;
	height: 90px;
	display: block;
	background:url(../images/menu_m_bg.jpg) repeat-x;
	background-size:contain;
}
.menu_inner{
	margin:-350px 0 0 0;
	padding:0 0 80px 0;
}
.menu_inner .redtxt{
	font-size:1.6rem;
	text-align:center;
	color:#fff;
	background:#e60012;
}
.menu_mini dt{
	font-size:20px;
}

/*hosho*/
.hosho li{
	width:31%;
	font-size:1.8rem;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
}
.hosho li img{
	width:100%;
}
.hosho .sub{
	font-size:2.8rem;
	color:#25458f;
	border-bottom: 3px dotted #25458f;
	display: inline-block;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
}
.hosho li:last-child{
	margin:0;
}
/*voice*/
.voice{
	padding:30px 40px 40px 20px;
	background:#e9f8fb;
}

/*media*/
.media{
	border:5px solid #bfe7fa;
	background:#fff;
}
.media_tv{
	padding:0 40px 40px 40px;
	position:relative;
	background:url(../images/bg_gdot.jpg) repeat;
}
.media_tv .fuki_y{
	top:-20px;
	position:relative;
}

/*staff*/
.staff{
	padding:120px 0 80px 0;
	background:url(../images/staff_bg.jpg) no-repeat center top;
	background-size:contain;
	position:relative;
	overflow:hidden;
}
.staff_bear{
	position:absolute;
	top:70px;
	right:-120px;
}
.arrow_box_r, .arrow_box_l {
	padding:0px 1em;
	font-weight:bold;
	font-size:1.8rem;
	position: relative;
	background: #f9f8cb;
	width: calc(100% - 2em);
}
@media screen and (min-width: 769px) {
	.arrow_box_r:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(249, 248, 203, 0);
		border-left-color: #f9f8cb;
		border-width: 15px;
		margin-top: -15px;
	}
	.arrow_box_l:after {
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(249, 248, 203, 0);
		border-right-color: #f9f8cb;
		border-width: 15px;
		margin-top: -15px;
	}
}

/*hinshitsu*/
.hinshitsu{
	background:#25458f;
}
.hinshitsu h2, .hinshitsu p{
	color:#fff;
}
/*cv*/
.cv{
	padding:40px 0;
	background:#0b86cb;
}


/*====================================
 FOOTER
====================================*/
footer {
	width: 100%;
}
.footer_bg{
	font-size:1.4rem;
	line-height:1.4;
	color:#0264b0;
	background: url(../images/footer_bg.png) repeat left top;
}
footer  .areaText {
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/ico_bear.png) no-repeat left 8px;
	text-align: left;
}
footer nav{
	text-align:center;
}
footer nav ul {
	padding: 0 10px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 12px;
	display: inline-block;
}

footer nav ul li {
	display: inline-block;
}
footer nav ul li a {
	font-size: 1.7rem;
	padding: 10px;
	padding: 15px;
	display: inline-block;
	text-align: center;
	color: #0264b0;
	text-decoration: none;
}
footer hr {
	border: 0;
	height: 1px;
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
footer .note {
	font-size: 1.3rem;
	margin-bottom: 10px;
	text-align: left;
}
footer .companyList {
	width: 900px;
	padding:0 50px;
	margin: 0 auto;
	display: table;
}
footer .companyList li {
	font-size: 1.2rem;
	display: table-cell;
	width: 33%;
	text-align: left;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
footer .companyList li a {
	color: #0264b0;
	text-decoration: none;
}
.copy {
	margin: 10px auto;
	font-size: 1.1rem;
	text-align: center;
}



