@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Sans:wght@400;700&display=swap');

/***********************************************************************

------------------------------------------------------------------------
RESET
***********************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	text-indent: 0;
	box-sizing: border-box;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/***********************************************************************

------------------------------------------------------------------------
SET
***********************************************************************/

html, body {
	height: 100%;
}
body {
    font-family:'Noto Sans', 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	letter-spacing: 1px;
    font-feature-settings:"palt";
	font-size: 16px;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;/*none*/
    animation: fadeIn 2s ease 0s 1 normal;
	word-break: break-all;
	color: #28384B;
	background: #fff;
	min-width: 1230px;
	/*overflow-y: scroll;*/
}
@media only screen and (max-width: 767px) {
	body {
		min-width: 0;
		font-size: 16px;
	}
}
/*
p,em,span,li {
	text-align: justify;
	word-break: normal;
	text-justify: inter-ideograph;
}
*/
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width/***/: auto;
}
@media only screen and (min-width: 768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
_::-webkit-full-page-media, _:future, :root img {
	image-rendering: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, img {
		image-rendering: auto;
	}
}
a {
	text-decoration: none;
	color: inherit;
	transition: all 0.1s linear;
}
a:active,
a:hover,
a:focus {
	outline: none;
}
a:hover {
	color: inherit;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.80;
	zoom: 1;
}
a img,
input[type="image"],
input[type="submit"] {
	opacity: 1;
	filter: alpha(opacity=100); 
}
a:hover img.noTrans {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
}
a[href^="tel:"]:hover {
    opacity: 1;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"]  {
		pointer-events: auto;
	}
}
input:not([type=checkbox]),
textarea,
select{
	border: 0 none;
	box-sizing: border-box;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 8px 10px;
	line-height: 1.8;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=url],
input[type=password],
input[type=data],
textarea {
	border: 1px solid #c9d2d8;
	color: inherit;
	font-size: 16px;
	width: 100%;
	-webkit-appearance: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border:solid 2px #9BC800 !important;
	box-shadow:rgba(0,0,0,0.1) 2px 2px 3px 0 inset,rgb(51,51,51) 0 0 0 0;
/*	border:solid 1px #47A4F5; 青*/
/*	border:1px solid #b03535;　赤*/
/*	box-shadow: 0 0 5px #d45252;　赤い影*/
} 
input[type=text].err,
input[type=tel].err,
input[type=email].err,
input[type=number].err,
input[type=url].err,
input[type=password].errr,
textarea.err {
/*
	border-color: #d00012;
	background-color: #FFF4F4;
*/
    background-color:#FFE6E6 !important;
	border: solid 2px #9BC800 !important;
	box-shadow: rgba(0,0,0,0.1) 2px 2px 3px 0 inset,rgb(51,51,51) 0 0 0 0;
}

/* ---------------------------
エラー文言表示
----------------------------- */

p.err {
	color:#FF0000;
	font-weight:bold;
	padding-top:5px;
}
/*
p.err:before {
	font-family:'fontello';
	content:'\e836';
	color:#FF9E05;
	padding-right:7px;
}
*/
p.err:empty {
	display:none;	
}
textarea {
	resize: none;
	height: 100%;
	line-height: 1.6;
}
select {
    border: 1px solid #c9d2d8;
	border-radius: 10px;
	color: inherit;
	font-size: 16px;
	cursor: pointer;
}
label {
	cursor: pointer;
}
input[type="checkbox"].checkbox-input,
input[type="radio"].radio-input {
	display: none;
}
.checkbox-parts,
.radio-parts {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	padding-bottom: 3px;
}
.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	margin-top: -1px;
	border: 1px solid #9a919a;
	background-image: linear-gradient( -45deg, rgb(252,252,252) 0%, rgb(222,222,222) 100%);
}
.radio-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	margin-top: -1px;
	border: 1px solid #9a919a;
	background-image: linear-gradient( -45deg, rgb(252,252,252) 0%, rgb(222,222,222) 100%);
	border-radius: 50%;
}
input.err + .checkbox-parts::before,
input.err + .radio-parts::before {
	background-image: none;
	background-color: #fdf2f4;
	border: solid 1px #f00;
}
.checkbox-input:checked + .checkbox-parts::before,
.radio-input:checked + .radio-parts::before {
	border-color: #244C9E;
}
body.recruit .checkbox-input:checked + .checkbox-parts::before,
body.recruit .radio-input:checked + .radio-parts::before {
	border-color: #e8322b;
}
.checkbox-input:checked + .checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 3px;
	width: 5px;
	height: 10px;
	margin-top: -5px;
	transform: rotate(40deg) translateY(-50%);
	border-bottom: 3px solid #244C9E;
	border-right: 3px solid #244C9E;
}
body.recruit .checkbox-input:checked + .checkbox-parts::after {
	border-bottom: 3px solid #e8322b;
	border-right: 3px solid #e8322b;
	
}
.radio-input:checked + .radio-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 12px;
	height: 12px;
	margin-top: -1px;
	transform: translateY(-50%);
	background-color: #244C9E;
	border-radius: 50%;
}
body.recruit .radio-input:checked + .radio-parts::after {
	background-color: #e8322b;
}
@media only screen and (max-width: 767px) {
	.checkbox-parts,
	.radio-parts {
		display: block;
		border: 1px solid #9a919a;
		line-height: 1.4;
		padding: 12px 10px 12px 40px;
		border-radius: 5px;
		font-size: 14px;
	}
	.checkbox-parts::before {
		left: 10px;
	}
	.radio-parts::before {
		left: 10px;
	}
	.checkbox-input:checked + .checkbox-parts,
	.radio-input:checked + .radio-parts {
		border-color: #244C9E;
		background-color: #f4f6fa;
	}
	body.recruit .checkbox-input:checked + .checkbox-parts,
	body.recruit .radio-input:checked + .radio-parts {
		border-color: #e8322b;
		background-color: #faf4f4;
	}
	.checkbox-input:checked + .checkbox-parts::after {
		left: 13px;
	}
	.radio-input:checked + .radio-parts::after {
		left: 15px;
	}
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	border: 1px solid #c9d2d8;
}
input[type=submit], 
input[type=reset],
input[type=button] {
	border-radius: 0;
	-webkit-appearance: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}
button {
	font-family: inherit;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
}
/*
::selection      {background: #F7D200; color: #111;}
::-moz-selection {background: #F7D200; color: #111;}
*/
::selection      {background: #000; color: #fff;}
::-moz-selection {background: #000; color: #fff;}

::-webkit-input-placeholder {color:#B3B3B3;}
:-moz-placeholder           {color:#B3B3B3;}
::-moz-placeholder          {color:#B3B3B3;}
:-ms-input-placeholder      {color:#B3B3B3!important;}

.clear {
	clear: both;
}
.clearfix:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

/* FONT SIZE
========================================== */

.fontB {font-weight: 700!important;}
.fontR {font-weight: 400!important;}

.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font26 {font-size: 26px;}

@media only screen and (min-width: 768px) {
    .font10_sp {font-size: 10px;}
    .font11_sp {font-size: 11px;}
    .font12_sp {font-size: 12px;}
    .font13_sp {font-size: 13px;}
    .font14_sp {font-size: 14px;}
    .font15_sp {font-size: 15px;}
    .font16_sp {font-size: 16px;}
    .font18_sp {font-size: 18px;}
    .font20_sp {font-size: 20px;}
    .font26_sp {font-size: 26px;}
}

/* FONT COLOR
========================================== */

.txtOrange {color: #f08a00;}
.txtWhite  {color: #FFF;}
.txtGy  {color: #878787;}
.txtGrY  {color: #6EAF2F;}

/* LINE HEIGHT
========================================== */

.lh10 {line-height: 1;}
.lh12 {line-height: 1.2;}
.lh14 {line-height: 1.4;}
.lh16 {line-height: 1.6;}
.lh18 {line-height: 1.8;}
.lh20 {line-height: 2;}
.lh24 {line-height: 2.4;}

/* FLOAT
========================================== */

.fR {float: right;}
.fL {float: left;}

/* KOME
========================================== */

.kome       {padding-left: 1em;   text-indent: -1em;}
.komeH      {padding-left: 0.5em; text-indent: -0.5em; display:block;}
.ulKome li  {padding-left: 1em;   text-indent: -1em;}
.ulKomeH li {padding-left: 0.5em; text-indent: -0.5em; display:block;}

/* TEXT ALIGN
========================================== */

.taC {text-align: center;margin-left: auto;margin-right: auto;}
.taR {text-align: right;}
.taL {text-align: left;}

@media only screen and (max-width: 767px) {
	.taC_sp {text-align: center;margin-left: auto;margin-right: auto;}
}

/* LETTER SPACING
========================================== */

.lsN   {letter-spacing: normal!important;}
.ls01  {letter-spacing: 0.1rem!important;}
.ls02  {letter-spacing: 0.2rem!important;}
.ls-01 {letter-spacing: -0.1rem!important;}
.ls-02 {letter-spacing: -0.2rem!important;}

/* WIDE
========================================== */

.w100 {width: 100px;}
.w120 {width: 120px;}
.w150 {width: 150px;}
.w240 {width: 240px;}
.w400 {width: 400px;}
.w500 {width: 500px;}
.w700 {width: 700px;}

.w20per  {width: 20%;}
.w40per  {width: 40%;}
.w55per  {width: 55%;}
.w60per  {width: 60%;}
.w80per  {width: 80%;}
.w85per  {width: 85%;}
.w100per {width: 100%;}

/* HEIGHT
========================================== */

.h23  {height: 23px;}
.h42  {height: 42px;}
.h63  {height: 63px;}
.h84  {height: 84px;}
.h105 {height: 105px;}
.h210 {height: 210px;}

/* UNDERLINE
========================================== */

.undL      {text-decoration: underline;}
.undN      {text-decoration: none;}
.uchikeshi {text-decoration: line-through;}

/* レスポンシブ対応
========================================== */

.only_pc {font-weight: inherit;}
	@media only screen and (max-width: 767px) {.only_pc {display: none!important;}}
.only_sp {font-weight: inherit;}
	@media only screen and (min-width: 768px) {.only_sp {display: none!important;}}

