@charset "utf-8";
/* CSS Document */
/******▼reset▼******/
html, body, div, p, a, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, td, th, form, input, fieldset, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
header, nav, article, aside, section, footer {
	display: block;
	margin: 0;
	padding: 0;
}
html, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
img, fieldset, abbr {
	border: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
br {
	letter-spacing: normal;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ed6f00;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 100%;
}
caption, th {
	text-align: left;
}
q:after, q:before {
	content:'';
}
.red-text {
	color: #FF0000;
}
input ,textarea, button {
	font-family: 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
input[type="button"] ,input[type="text"] , input[type="password"] , input[type="reset"] , input[type="submit"] , textarea {
	-webkit-appearance: none;
}
/*-----▼clearfix▼-----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/******▼html・body・wrapper▼******/
html, body {
	position: relative;
	width: 100%;
}
body {
	color: #353535;
	font-family: 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
#wrapper {
	font-size: 1.700em;
	line-height: 2.0;
	position: relative;
}
/****▼　header　▼****/
header{
	width: 1010px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 35px;
	position: relative;
	z-index: 1000;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header-logo {
	width: 260px;
	margin-right: auto;
}
#header-logo a,
#header-logo img {
	display: block;
	width: 100%;
}
.nintei-mark {
	display: block;
	transition: all .4s;
	border-bottom: 5px solid #FFFFFF;
	padding: 20px 0 15px;
	height: 70px;
}
.nintei-mark:hover,
.nintei-mark.active {
	border-bottom: 5px solid #ed6f00;
}
.nintei-mark img {
	width: 100%;
	display: block;
	max-width: 70px;
	margin: 0 auto;
	transition: all .4s;
}
.nintei-mark:hover img {
	opacity: 0.5;
}
#global-menu {
	width: 600px;
	margin-right: 20px;
	display: flex;
	justify-content: space-between;
}
#global-menu li{
	width: 20%;
	text-align: center;
}
#global-menu li a {
	display: block;
	height: 70px;
	padding: 20px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .4s;
	border-bottom: 5px solid #FFFFFF;
}
#global-menu li a:hover,
#global-menu li.active a {
	border-bottom: 5px solid #ed6f00;
	text-decoration: none;
}
#sp-btn{
	display: none;
}
/****▼　contents　▼****/
.contents {
	width: 1080px;
	margin: 0 auto 50px;
	position: relative;
	clear: both;
	overflow: hidden;
}
.head-title{
	padding: 10px 0px 15px 20px;
	line-height: 1.4;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 50px;
	border-bottom: 1px solid #ed6f00;
	position: relative;
}
.head-title:before{
	content: ' ';
	height: 95%;
	width: 5px;
	display: block;
	background-color: #ed6f00;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contents-head {
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: bold;
	border-top: 2px solid #ed6f00;
	border-bottom: 2px solid #ed6f00;
	padding: 15px 10px;
	margin-bottom: 25px;
}
.contents-title {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 20px;
}
.contents-title span {
	border-bottom: 2px solid #ed6f00;
}
/****▼　home-contents　▼****/
#home-contents {
	width: 100%;
	display: block;
	position: relative;
	bottom: 130px;
	margin-bottom: -80px;
	clear: both;
	overflow: hidden;
}
#slide-text {
	width: 100%;
	text-align: center;
	font-size: 2.8em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 15px #000000;
	position: absolute;
	top: 48%;
	z-index: 1;
	line-height: 1.4;
}
#home-contents img {
	min-width: 100%;
	display: block;
}
/****▼　home-page-img　▼****/
#home-page-img {
	font-size: 0;
}
#home-page-img li{
	display: inline-block;
	margin-left: 3%;
	width: 31.333333%;
}
#home-page-img li.first{
	margin-left: 0;
}
#home-page-img img{
	width: 100%;
	display: block;
}
#home-page-img li a {
	transition: all .4s;
}
#home-page-img li a:hover {
	opacity: 0.6;
}
/****▼　home-news　▼****/
#home-news {
	position: relative;
}
.head-title-btn {
	display: block;
	padding: 15px 45px 15px 15px;
	border: 1px solid #ed6f00;
	border-radius: 6px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .4s;
	background-color: #ed6f00;
	border: 1px solid #ed6f00;
	color: #ffffff;
}
.head-title-btn:after {
	content:'';
	height: 8px;
	width: 8px;
	display: block;
	border: 3px solid #ffffff;
	border-left-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	position:absolute;
	top: 18px;
	right: 18px;
}
.head-title-btn:hover {
	background-color: #ffffff;
	color: #ed6f00;
}
.head-title-btn:hover:after {
	border-color: #ed6f00;
}
/****▼　news-list　▼****/
#news-list {
	border-top: 2px dotted #a0a0a0;
}
#news-list li{
	padding: 30px 10px;
	border-bottom: 2px dotted #a0a0a0;
	position: relative;
}
#news-list li p {
	margin: 0 0 0 120px;
}
#news-list li p.date {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 10px;
}
#news-list li p.new {
	padding-left: 80px;
	position: relative;
}
#news-list li p.new::before {
	content:'NEW';
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0px 10px;
	background-color: #ea3636;
	color: #ffffff;
	font-weight: bold;
	border-radius: 4px;
}
#news-list li a {
	display: block;
}
#news-list li p.home-news-text a:hover{
	color: #ed6f00;
}
/****▼　page-head　▼****/
#page-head {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	overflow: hidden;
	background: url(../images/page-top-img01.jpg) no-repeat;
	background-size: cover;
	font-size: 2.4em;
	line-height: 1.4;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	margin: 0 auto 50px;
	padding: 180px 0 0;
}
#page-head.type02 {
	background-image: url(../images/page-top-img01.jpg);
}
#page-head.type03 {
	background-image: url(../images/page-top-img01.jpg);
}
#page-head span {
	display: block;
	margin: 0 auto;
	width: 1060px;
	padding: 0 10px;
	text-align: center;
}
/****▼　pan-list　▼****/
#pan-list {
	width: 1080px;
	margin: 15px auto 200px;
	font-size: 0.9em;
	color: #ffffff;
	position: relative;
	z-index: 1;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#pan-list a{
	color: #ffffff;
	text-decoration: underline;
}
/****▼　contents p　▼****/
.contents p {
	margin-bottom: 30px;
}
.contents p.space-mini {
	margin-bottom: 15px;
}
.contents p.right-text {
	text-align: right;
	font-size: 1.2em;
}
.contents p.center-text {
	text-align: center;
}
.contents p.bold {
	font-weight: bold;
}
.contents p.icon {
	position: relative;
	padding-left: 25px;
}
.contents p.icon::before {
	content: '＊';
	position: absolute;
	top: 0;
	left: 0;
}
/****▼　right-img　▼****/
.right-img {
	display: block;
	float: right;
	margin-left: 60px;
}
.right-img img {
	margin-bottom: 30px;
}
/****▼　half-list　▼****/
.half-list {
	overflow: hidden;
	margin: 0 0 30px;
}
.half-list li {
	float: left;
	width: 49%;
	margin: 0 0 24px 2%;
}
.half-list li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.half-list.wide-list li {

	width: 35%;
}
.half-list.wide-list li.wide {
	width: 63%;
}
.max-img {
	width: 100%;
	display: block;
}
.googlemap{
	width: 100%;
	height: 332px;
	border: 0;
}
/****▼　table　▼****/
table{
	width: 100%;
	border-top: 1px solid #acacac;
	margin-bottom: 50px;
}
table tr{
	width: 100%;
}
table tr th{
	padding: 30px 20px;
	background-color: #ffeee1;
	border-bottom: 1px solid #acacac;
}
table tr td{
	padding: 30px 20px;
	border-bottom: 1px solid #acacac;
}
.text-red{
	color: #d30000;
	padding-bottom: 10px;
}
.required {
	background-color: #E50012;
	color: #FFFFFF;
	margin-right:10px;
	padding: 3px 5px;
}
.any {
	background-color: #DDDDDD;
	color: #212121;
	margin-right:10px;
	padding: 3px 5px;
}
/****▼　number-list　▼****/
.number-list {
}
.number-list li {
	list-style-type: decimal;
	margin: 0 0 10px 22px;
}
.number-list li.space {
	margin-bottom: 30px;
}
.number-list li ul li {
	list-style-type: none;
	margin: 0 0 10px;
}
/****▼　contact　▼****/
.contact-text{
	display: block;
	text-align: center;
}
input {
	width: 100%;
	height: 20px;
}
.check {
	width: 13px;
	position: relative;
	top: 2px;
	right: 5px;
}
textarea{
	width: 100%;
}
#submit{
	width: 200px;
	height: 60px;
	padding: 15px 0px;
	background-color: #ed6f00;
	color: #ffffff;
	border: 1px solid #ed6f00;
	border-radius: 10px;
	font-size: 1.2em;
}
#submit:active{
	background-color: #ffffff;
	color: #ed6f00;
}
/****▼　sitemap　▼****/
.sitemap{
	margin-bottom: 30px;
}
.sitemap li {
	float: left;
	width: 28.33333333%;
	margin-bottom: 30px;
	position: relative;
}
.sitemap li.wide {
	width: 43.33333333%;
}
.sitemap li a {
	display: block;
	padding-left: 25px;
}
.sitemap li a:before{
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background-color: #ed6f00;
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 50%;
}
.sitemap li a:after{
	content:'';
	height: 4px;
	width: 4px;
	display: block;
	border: 1px solid #FFFFFF;
	border-left-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	position:absolute;
	top: 8px;
	left: 4px;
	z-index: 10;
}

/****▼　privacy　▼****/
.contact-btn{
	display: block;
	width: 220px;
	padding: 10px 15px;
	margin: 0 auto;
	border: 1px solid #ed6f00;
	background-color: #ed6f00;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
}
.contact-btn:hover {
	background-color: #ffffff;
	color: #ed6f00;
}
.color-green{
	color: #ed6f00;
	font-weight: bold;
	padding-right: 5px;
}
/****▼　footer　▼****/
footer {
	text-align: center;
}
#footer-contact {
	background-color: #ed6f00;
	padding: 40px 0px;
	color: #ffffff;
}
#footer-contact-head {
	font-size: 1.15em;
}
#footer-logo {
	margin: 30px 0 10px;
}
#footer-tel,
#footer-fax {
	font-size: 2.5em;
	padding: 20px 0px 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 15px;
}
#footer-tel img,
#footer-fax img {
	padding-right: 15px;
	position: relative;
	bottom: -15px;
}
#footer-menu {
	padding: 30px 0;
	color: #000000;
}
#footer-menu-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footer-menu-list li {
	padding: 10px 15px;
	font-size: 0.9em;
}
#footer-menu-list li a:hover {
	color: #ed6f00;
}
#copy {
	background-color: #5b5b5b;
	padding: 20px 0px;
	color: #ffffff;
}
/* 20220609 */
.recruit-title-box {
	background-color: #e5fce1;
	padding: 1em 1.3em 1.3em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.recruit-title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.3em;
}
.recruit-sub-title {
	font-size: 1.15em;
	font-weight: bold;
	border-left: 5px solid #ed6f00;
	padding-left: 0.7em;
	margin: 2em 0 1em;
}
.recruit-tel {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 2em;
}
.point-text {
	position: relative;
	padding-left: 1.5em;
	display: block;
}
.point-text .point {
	position: absolute;
	top: 0;
	left: 0;
}

/************************************
▼circle-list▼
************************************/
.circle-list {
	margin-bottom: 1.5em;
}
.circle-list.top-minus {
	margin-top: -0.5em;
}
.circle-list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 1.5em;
	margin-bottom: 0.2em;
}
.circle-list li::before {
	content: "";
	height: 0.8em;
	width: 0.8em;
	background-color: #ed6f00;
	border-radius: 50%;
	position: absolute;
	top: 0.5em;
	left: 0;
}
/* youthyell-btn */
.youthyell {
	width: 100%;
	padding: 1.25rem;
	background-color: #FFF;
	box-sizing: border-box;
	text-align: left;
}
.youthyell .right-img {
	max-width: 120px;
	float: right;
	margin: 0 0 1rem 2rem;
}
.youthyell p:last-child {
	margin-bottom: 0;
}