@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	min-width: 1000px;
	height: auto;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #6f6f6f;
	line-height: 2;
	letter-spacing: 0.05rem;
}

.base_box {
	position: relative;
	width: 1000px!important;
	margin: 0 auto;
	z-index: 1;
}

.flex_box {
	display: flex;
}

.pc_disp { display:block; }
.sp_disp { display:none; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "pkna";
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.6;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #6f6f6f;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

a.normal_link {
	color: #3f5993;
	text-decoration: underline;
}

a:before, a:after {
	content: '';
	position: absolute;
	transition: .3s;
}

a:hover {
	text-decoration: none;
	opacity: 0.75;
}

/* ▼IMG▼ */
img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

/*
HEADER
***************************************************************************/
header .logo {
	float: left;
}

header .list {
	float: left;
	width: calc(100% - 560px);
	margin-top: 30px;
	padding-right: 20px;
	text-align: right;
}

header .list li {
	display: inline-block;
	margin: 0 25px;
	line-height: 40px;
}

header .list li a {
	display: block;
	position: relative;
	font-weight: 700;
	color: #6f6f6f;
}

header .list li a:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #8ca0c7;
	opacity: 0;
}

header .list li a:hover, header .list li a:hover:after { opacity:1; }

header .btn {
	float: right;
	width: 160px;
	margin-top: 30px;
}

.btn_gnavi, #gnavi { display:none; }

/*
TOPIMG
***************************************************************************/
#topimg {
	width: 100%;
	height: 480px;
	background: url(../images/pc/topimg.jpg) center center no-repeat;
	background-size: cover;
}

#topimg img { display:none; }

/*
NEWS
***************************************************************************/
.news_sec {
	margin-bottom: -70px;
	padding: 35px 50px 50px;
	background: #e7e7e7;
	transform: translateY(-70px);
}

.news_sec .list {
	height: 270px;
	padding: 10px 50px;
	font-size: 1.3rem;
	background: #fff;
}

.news_sec .list dl {
	display: flex;
	padding: 25px 0;
	border-bottom: solid 1px #bebebe;
}

.news_sec .list dl:last-child { border-bottom:none; }

.news_sec .list dt {
	width: 140px;
	letter-spacing: 0.15rem;
}

.news_sec .list dd {
	width: calc(100% - 140px);
}

/*
BUSINESS
***************************************************************************/
.business_sec {
	padding-top: 50px;
}

.business_sec .box {
	margin-bottom: 50px;
}

.business_sec .box:last-child { margin-bottom:80px; }

.business_sec .title {
	position: relative;
	margin-bottom: 30px;
	padding: 14px 20px 16px 35px;
	font-size: 1.8rem;
	color: #fff;
	background: #3f5993;
}

.business_sec .title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: 5px;
	height: calc(100% - 24px);
	background: rgba(255,255,255,0.8);
}
/*
.business_sec .catch {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}

.business_sec .txt {
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: center;
	border-bottom: solid 1px #bebebe;
}

.business_sec .list {
	margin: 40px 100px;
	padding: 40px;
	border-top: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
}
*/
.business_sec .list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 1.3rem;
}

.business_sec .list li:last-child { margin-bottom:0; }

.business_sec .list li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #999;
}

.business_sec .btn {
	margin-bottom: 70px;
	text-align: center;
}

.business_sec .img {
	width: 100%;
	height: 330px;
	background: url(../images/pc/business_img.jpg) center center no-repeat;
	background-size: cover;
}

.business_sec .img img { display:none; }

/*
COMPANY
***************************************************************************/
.company_sec {
	padding: 50px 0 90px;
	background: #e0e7f2;
}

.company_sec .tbl th, .company_sec .tbl td {
	padding: 32px 45px 36px;
	vertical-align: middle;
	border-bottom: solid 1px #bebebe;
}

.company_sec .tbl tr:last-child th, .company_sec .tbl tr:last-child td { border-bottom:none; }

.company_sec .tbl th {
	width: 22%;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: #3f5993;
}

.company_sec .tbl td {
	width: 78%;
	background: #fff;
}

/*
ACEESS
***************************************************************************/
.access_sec iframe {
	display: block;
	width: 100%;
	height: 560px;
	border: none;
}

/*
CONTACT
***************************************************************************/
.contact_sec {
	position: relative;
	margin-bottom: -10px;
	padding-top: 60px;
	transform: translateY(-100px);
}

.contact_sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: -80px;
	width: calc(100% + 160px);
	height: 100px;
	background: #fff;
	z-index: 0;
}

.contact_sec .sec_title {
	position: relative;
	z-index: 1;
}

.user_form {
	margin-bottom: 55px;
	border-top: solid 1px #bebebe;
}

.user_form dl {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 1px #bebebe;
}

.user_form dl.ex { align-items:flex-start; }

.user_form dt {
	width: 28%;
	font-weight: 700;
}

.user_form dl.ex dt { margin-top:15px; }

.user_form dt.must {
	position: relative;
	padding-left: 80px;
	line-height: 30px;
}

.user_form dt.must::before {
	content: '必須';
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	background: #3f5993;
	transform: translateY(-50%);
}

.user_form dd {
	width: 72%;
}

.contact_sec .content {
	margin-bottom: 60px;
}

.contact_sec .content .title {
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.contact_sec.privacy_sec .content .title {
	margin-top: 40px;
	margin-bottom: 10px;
}

.contact_sec .content .title span {
	display: inline-block;
	position: relative;
	padding-right: 110px;
}

.contact_sec .content .title span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 80px;
	height: 1px;
	background: #9e9e9e;
}

.contact_sec .content p {
	margin-bottom: 1em;
}

.contact_sec .content li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 1.3rem;
}

.contact_sec .content li:last-child { margin-bottom:0; }

.contact_sec .content li::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #6f6f6f;
	border-radius: 50%;
}

.contact_sec .btn {
	text-align: center;
}

/*
FOOTER
***************************************************************************/
footer {
	color: #fff;
	background: #3f5993;
}

footer .logo {
	float: left;
}

footer .list {
	float: left;
	width: calc(100% - 460px);
	margin-top: 60px;
	padding-right: 20px;
	text-align: right;
}

footer .list li {
	display: inline-block;
	margin: 0 25px;
	line-height: 40px;
}

footer .list li a {
	display: block;
	position: relative;
	font-weight: 500;
	color: #fff;
}

footer .list li a:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #8ca0c7;
	opacity: 0;
}

footer .list li a:hover, footer .list li a:hover:after { opacity:1; }

footer .btn {
	float: right;
	width: 160px;
	margin-top: 60px;
}

footer .copy {
	text-align: center;
	color: #253966;
	line-height: 50px;
	background: #b2bcd3;
}

footer .copy small {
	font-size: 1rem;
	letter-spacing: 0.2rem;
}

.fixed_btn { display:none; }

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 1px;
}

.scroll_box::-webkit-scrollbar-track {
	background: transparent;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: transparent;
}

.gecko .scroll_box {
	scrollbar-width: 1px;
	scrollbar-color: transparent transparent;
}

/*
PARTS
***************************************************************************/
/* ▼TITLE▼ */
.sec_title {
	font-size: 2.6rem;
	color: #3f5993;
}

.sec_title.type01 span {
	display: inline-block;
	position: relative;
	padding-right: 110px;
}

.sec_title.type01 span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 80px;
	height: 1px;
	background: #6d7b9b;
}

.sec_title.type02 {
	position: relative;
	text-align: center;
}

.sec_title.type02::before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background: #6d7b9b;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb160 { margin-bottom:160px!important; }
.pc_mb150 { margin-bottom:150px!important; }
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb130 { margin-bottom:130px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb110 { margin-bottom:110px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr300 { margin-left:300px!important; margin-right:300px!important; }
.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-100 { margin-left:-100px!important; margin-right:-100px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-60 { margin-top:-60px!important; }
.pc_mt-70 { margin-top:-70px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size15 { font-size:1.5rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }

.weight_300 { font-weight:300!important; }
.weight_400 { font-weight:400!important; }
.weight_500 { font-weight:500!important; }
.weight_700, .bold { font-weight:700!important; }

.c_blue { color:#7abfcf!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.u_line, .u_line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 500;
	color: #6f6f6f;
	line-height: 60px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.2rem;
	background: #f3f3f3;
	border: none;
	caret-color: #6f6f6f;
}

select::-ms-expand { display:none; }

.select_box {
	position: relative;
}

select {
	line-height: 58px;
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 13px;
	height: 8px;
	margin-top: -4px;
	background: #151515;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%!important;
	min-height: 240px;
	padding: 20px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #6f6f6f;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.2rem;
	background: #f3f3f3;
	border: none;
	caret-color: #6f6f6f;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: none;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.4rem!important;
	color: #a4a4a4;
	font-weight: 500;
}

input:-ms-input-placeholder {
	font-size: 1.4rem!important;
	color: #a4a4a4;
	font-weight: 500;
}

input::-moz-placeholder {
	font-size: 1.4rem!important;
	color: #a4a4a4;
	font-weight: 500;
}

textarea::-webkit-input-placeholder {
	font-size: 1.4rem!important;
	color: #a4a4a4;
	font-weight: 500;
}

textarea:-ms-input-placeholder {
	font-size: 1.4rem!important;
	color: #a4a4a4;
	font-weight: 500;
}

textarea::-moz-placeholder {
	font-size: 1.4rem!important;
	color: #a4a4a4;
	font-weight: 500;
}

label, button { display:block; width:100%; padding:0; background:none; border:none; cursor:pointer; transition:.3s; }
button:hover { opacity:0.75; }
