@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*{font-family: Arial, 'Noto Sans JP', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media (-ms-high-contrast: none) {
	*{font-family: Arial, 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
}

body{
	font-size: 16px;
	font-size: 1.6rem;/*-16px-*/
	line-height: 1.8;
	color: #333333;
    font-weight: 400;
	min-width: 1200px;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* clear
---------------------------------------------- */
.overflow_clear{
	overflow:hidden;
	height:100%;
}

/* text-align
---------------------------------------------- */
.align_right{text-align:right !important;}
.align_left{text-align:left !important;}
.align_center{text-align:center !important;}
.center{margin:0 auto !important;}
.left{float:left !important;}
.right{float:right !important;}

/* font
---------------------------------------------- */
.normal{font-weight:normal !important;}
.bold{font-weight:bold !important;}
.italic{font-style: italic !important;}

/* vertical-align
---------------------------------------------- */
.valign_top{vertical-align:top !important;}
.valign_middle{vertical-align:middle !important;}
.valign_btm{vertical-align:bottom !important;}

/* visibility
---------------------------------------------- */
.hidden{visibility:hidden !important;}
.visible{visibility:visible !important;}

/* display
---------------------------------------------- */
.none{display:none !important;}

/* margin
---------------------------------------------- */
.mr_none{margin-right:0px !important;}
.mr_05{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}
.mr_35{margin-right:35px !important;}
.mr_40{margin-right:40px !important;}
.mr_45{margin-right:45px !important;}
.mr_50{margin-right:50px !important;}

.ml_none{margin-left:0px !important;}
.ml_05{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_35{margin-left:35px !important;}
.ml_40{margin-left:40px !important;}
.ml_45{margin-left:45px !important;}
.ml_50{margin-left:50px !important;}

.mt_none{margin-top:0px !important;}
.mt_05{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !important;}
.mt_50{margin-top:50px !important;}
.mt_60{margin-top:60px !important;}

.mb_none{margin-bottom:0px !important;}
.mb_05{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_55{margin-bottom:55px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_65{margin-bottom:65px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_75{margin-bottom:75px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_85{margin-bottom:85px !important;}
.mb_90{margin-bottom:90px !important;}
.mb_95{margin-bottom:95px !important;}
.mb_100{margin-bottom:100px !important;}

/* color
---------------------------------------------- */
.red01{color: #FF4C4C !important;}

/* width
---------------------------------------------- */
.w200{width: 200px !important;}

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

#wrap_all{overflow: hidden;}

/* レイアウト
---------------------------------------------- */
.wrap_type01{
	width: 700px;
	min-height: 400px;
	margin: 0 auto 140px;
}

.wrap_type02{
	width: 1140px;
	min-height: 400px;
	margin: 0 auto 140px;
}

/*--404ページ--*/	
.wrap_404{
	text-align: center;
	padding-top: 100px;
	margin-bottom: 140px;
}

.ttl_404{
	font-size: 5rem;
	font-weight: bold;
	margin-bottom: 12px;
}

.txt_404{margin-bottom: 30px;}

/* リンク
---------------------------------------------- */
.link01{
	color: #0087B6;
	text-decoration: underline !important;
}

.link01:hover{
	opacity: 0.7;
	text-decoration: none !important;
}

/* ページタイトル
---------------------------------------------- */
.pagettl{
	height: 158px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0 20px 20px -10px rgba(0,0,0,0.1) inset; 
}

.pagettl h2{
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}

.pagettl h2::before{
	display: block;
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-family: 'Roboto';
	letter-spacing: 0.03rem;
}

/* パンくずリスト
---------------------------------------------- */
.breadcrumb{
	width: 1140px;
	margin: 0 auto 50px;
	padding: 10px 0 0;
	border-top: 3px solid #DDDDDD;
}

.breadcrumb ul{
	font-size: 1.2rem;
	line-height: 1.2;
	overflow: hidden;
	list-style: none;
}

.breadcrumb ul li{
	float: left;
	background: url(../img/ico_arrow07.png) no-repeat right 0.25em;
	padding-right: 14px;
	margin-right: 7px;
}

.breadcrumb ul li:last-child{
	background:none;
	padding-right:0;
	margin-right:0;
}

.breadcrumb ul li a{color:#333;}

.breadcrumb ul li a:hover{
	color:#999;
	text-decoration:none;
}

/* ボタン
---------------------------------------------- */
/*--btn_more01--*/
.btn_more01 a{
	display: inline-block;
	background-image: url("../img/ico_arrow01.png");
	background-repeat: no-repeat;
	background-position: right 0.3em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	padding-right: 90px;
	color: #333;
}

.btn_more01 a:hover{opacity: 0.7;}

/*--btn_quote01--*/
.btn_quote01{text-align: center;}

.btn_quote01 a{
	display: inline-block;
	background: #333;
	color: #FFF;
	position: relative;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 120px;
	text-align: center;
	width: 800px;
}

.btn_quote01 a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(#0CB5ED, #0383C5);
	filter: drop-shadow(4px 0 11px rgba(0, 0, 0, .2));
	opacity: 1;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.btn_quote01 a:hover::after{opacity: 0;}

.btn_quote01 a span{
	position: relative;
	z-index: 1;
}

/*--btn_quote02--*/
.btn_quote02{
	text-align: center;
	margin-top: 80px;
}

.btn_quote02 a{
	display: inline-block;
	background: #333;
	color: #FFF;
	position: relative;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 120px;
	border-radius: 5px;
	text-align: center;
	width: 800px;
}

.btn_quote02 a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(#0CB5ED, #0383C5);
	filter: drop-shadow(4px 0 11px rgba(0, 0, 0, .2));
	opacity: 1;
	transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.btn_quote02 a::before{
	content: "";
	display: block;
	background: url("../img/ico_arrow04.png") no-repeat right center;
	width: 73px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	margin-top: -3px;
}

.btn_quote02 a:hover::after{opacity: 0;}

.btn_quote02 a span{
	position: relative;
	z-index: 1;
}

/* ------------------------------------------------------------

header

------------------------------------------------------------ */

.header{padding: 0 100px;}

.header h1{
	color: #999999;
	font-size: 1.1rem;
	line-height: 1;
	padding-top: 3px;
	margin-bottom: 7px;
}

.header_inner{
	width: 100%;
	height: 57px;
	display: flex;
	justify-content: space-between;
}

/* ナビ
---------------------------------------------- */
.nav_global ul{
	width: 585px;
	display: flex;
	align-items: center;
}

.nav_global ul li{width: 142px;}

.nav_global ul li:not(:last-child){position: relative;}

.nav_global ul li::after{
	content: "";
	display: block;
	background: #468C00;
	width: 60px;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: -29px;
	margin-left: -29px;
}

.nav_global ul li.g01,
.nav_global ul li.g02{border-right: 1px solid #DBDBEA;}

.nav_global ul li.g04{width: 159px;}

.nav_global ul li a{
	display: block;
	text-align: center;
	color: #333;
	line-height: 16px;
	font-weight: bold;
}

.nav_global ul li.g04 a{
	background: linear-gradient(#0CB5ED, #0383C5);
	color: #FFF;
	line-height: 40px;
	border-radius: 20px;
}

.nav_global ul li a:hover{opacity: 0.6;}

/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

#footer{
	background: #333333;
	padding: 100px 0 5px;
	color: #FFF;
}

.footer_inner{
	width: 1100px;
	margin: 0 auto;
}

.f_inner{
	display: flex;
	justify-content: space-between;
}

.f_info{
	width: 50%;
	font-size: 1.5rem;
}

.f_logo{margin-bottom: 40px;}

.f_logo a{display: block;}

.f_info .f_tel{
	color: #FFF;
	pointer-events: none;
}

.nav_footer{
	width: 50%;
	font-size: 1.4rem;
}

.nav_footer a{
	display: inline-block;
	padding-left: 15px;
}

.nav_footer a:hover{opacity: 0.6;}

.nav_footer > ul > li{margin-bottom: 30px;}

.nav_footer > ul > li:last-of-type{margin-bottom: 0;}

.nav_footer > ul > li > a{
	color: #FFF;
	font-weight: bold;
	background: url("../img/ico_arrow05.png") no-repeat 0 0.3em;
}

.nav_footer ul li ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.nav_footer ul li ul li{
	width: 50%;
	margin-bottom: 25px;
}

.nav_footer ul li ul li a{color: #C7C7C7;}

.nav_footer ul li ul li a::before{
	content: "－";
	display: inline-block;
	margin-right: 3px;
}

.f_privacy{margin-bottom: 5px;}

.f_privacy a{
	display: inline-block;
	color: #FFF;
}

.f_privacy a:hover{opacity: 0.6;}

.f_bottom{
	border-top:1px solid #626262;
	padding-top: 5px;
	font-size: 1.1rem;
	display: flex;
	justify-content: space-between;
}

/* ページトップボタン
---------------------------------------------- */
#pagetop{
	background: url("../img/ico_arrow08.png"), linear-gradient(#0CB5ED, #0383C5);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 50px;
	bottom: 20px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s;
}

#pagetop.pagetop_show{opacity: 1;}

#pagetop:hover{opacity: 0.6;}

#pagetop span{display: none;}


