@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF8EC;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: .7;
}
/* スタイル
------------------------------------------------ */
header {
	margin-bottom: 15px;
}
header #inbox #heading {
	max-width: 1540px;
	margin-left: 70px;
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}
header #inbox h1 a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 46px;
	font-weight: 500;
	color: #2C9E62;
	text-decoration: none;
	display: flex;
	align-items: center;
}
header #inbox h1 .sub_title {
	margin-left: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #656565;
}
header #inbox #link {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
header #inbox #link a {
	width: 264px;
	padding: 2px;
	background: #FFF;
	border: 4px #00ABEB solid;
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
header #inbox #link a dt span {
	display: block;
}
header #inbox #link a dt span.title {
	font-size: 20px;
	font-weight: bold;
	color: #00ABEB;
}
header #inbox #link a dt span.en {
	color: #50BECB;
}
header #inbox #link a dd {
	margin-right: 10px;
}
header #inbox #link a dd img {
	width: 44px;
	height: auto;
}
/* フッター */
footer {
	padding-top: 60px;
	background: #008F8A;
}
.foot_wrap {
	max-width: 1140px;
	min-width: 960px;
	margin: 0 auto;
}
.foot_wrap > ul {
	margin-bottom: 15px;
	padding: 10px 40px;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot_wrap > ul #logo {
	text-align: center;
	display: flex;
	align-items: center;
}
.foot_wrap > ul #logo > div {
	margin-right: 45px;
}
.foot_wrap > ul #logo li {
	text-align: left;
}
.foot_wrap > ul #logo li a {
	font-size: 14px;
	color: #008F8A;
	text-decoration: none;
}
.foot_wrap > ul dl {
	text-align: center;
}
.foot_wrap > ul dl dd.tel {
	display: flex;
}
.foot_wrap > ul dl dd.tel a {
	font-size: 26px;
	font-weight: bold;
	color: #D20000;
	text-decoration: none;
}
.foot_wrap > ul dl dd.tel a img {
	margin-top: 3px;
	margin-right: 10px;
}
.foot_wrap > ul dl dd.mail a {
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot_wrap > ul dl dd.mail a i img {
	margin-top: 8px;
	margin-right: 8px;
}
.foot_wrap > ul .mynavi_banner li img {
	width: 260px;
	height: auto;
}
#fnavi ul {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
#fnavi ul li {
	margin-right: 30px;
}
#fnavi ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#fnavi ul li#entry {
	width: 245px;
	background: linear-gradient(to right, #FF9900, #FFE014);
}
#fnavi ul li#entry a {
	padding: 20px 16px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
#fnavi ul li#entry img {
	margin-top: 6px;
}
#copyright {
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#fixedTop {
	right: 60px;
	bottom: 60px;
	position: fixed;
	z-index: 9999;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/* ナビ部分
------------------------------------------------ */
nav ul, #fixd_gnav ul {
	max-width: 935px;
	min-width: 900px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1800px) {
nav ul, #fixd_gnav ul {
	margin-top: 25px;
}
}
nav li, #fixd_gnav li {
	width: 170px;
	height: 60px;
	text-align: center;
}
nav li a, #fixd_gnavli a {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
nav li span.list, #fixd_gnav li span.list {
	display: block;
}
nav li .sp_menu {
	display: none;
}
/* モーダルメニュー */
header .menu_btn, header .menu {
	display: none;
}
/* パンくずリスト
------------------------------------------------ */
#rootlist, .breadcrumbs {
	max-width: 1140px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto 60px;
	padding: 0 20px;
	font-size: 12px;
	position: relative;
	z-index: 110;
}
.breadcrumbs span:nth-child(2n) {
	margin: 0 5px;
	color: #999;
}
#rootlist span {
	margin: 0 5px;
	color: #999;
}
#rootlist a, .breadcrumbs a {
	text-decoration: none;
}
#rootlist a:hover, .breadcrumbs a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	width: 96%;
	max-width: 1140px;
	margin: 70px auto 25px auto;
	padding: 15px 25px;
	box-sizing: border-box;
	background: linear-gradient(to right, #FFF3A2, #FEE07F);
	border-radius: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #622B19;
	letter-spacing: 0.5rem;
}
h3.title {
	margin-bottom: 40px;
	padding: 15px;
	background: #2C9E62;
	font-size: 26px;
	color: #FFF;
}
h3.title2 {
	margin-bottom: 60px;
	font-size: 32px;
	font-weight: bold;
	color: #622B19;
	text-align: center;
	letter-spacing: 0.5rem;
}
h4.title {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 5px #DCAD9E double;
	font-size: 18px;
	font-weight: bold;
	text-indent: 3px;
}
.sub_title {
	font-size: 16px;
}
/* 投稿ページ
------------------------------------------------ */
#p_news .cbox {
	padding: 50px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
#post #ez-toc-container {
	margin-bottom: 100px;
	box-sizing: border-box;
}
#post h3 {
	margin-bottom: 40px;
	padding: 15px;
	background: #2C9E62;
	font-size: 26px;
	color: #FFF;
}
#post h4 {
	margin-bottom: 20px;
	padding: 20px 10px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	font-size: 18px;
	font-weight: bold;
	color: #603;
}
#post h5 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#post h6 {
	margin-bottom: 10px;
	padding: 5px;
	background: #FEF6DE;
	font-size: 16px;
	font-weight: bold;
}
/* リスト */
#post ul li {
	margin-bottom: 15px;
}
#post ul li:last-child {
	margin-bottom: 0;
}
/* カラム */
#post .wp-block-column figure {
	padding: 10px;
}
/* ブロックスタイル */
#post .flame01 {
	padding: 30px;
	background: #FFFBEE;
}
/* fig */
#post figure {
	margin: 0;
	padding: 0;
}
.is-style-sme-list-check li {
	margin-left: 20px;
}
.is-content-justification-center {
	text-align: center;
}
/* 共通
------------------------------------------------ */
#contents {
	margin: 0 auto 80px;
	position: relative;
	z-index: 120;
}
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1140px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1140px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 1040px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 0 auto;
}
br.sp {
	display: none;
}
span.red_arrow {
	color: #FF0000;
	letter-spacing: 0.5rem;
}
/*---テーブル---*/
table.stdt1 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px #e0e0e0 solid;
	background: #FFF;
}
table.stdt1 caption {
	text-align: left;
}
table.stdt1 th, table.stdt1 td {
	border: 1px solid #bfbfbf;
	padding: 10px;
	text-align: left;
}
table.stdt1 th {
	background: #ebebeb;
	white-space: nowrap;
	color: #333333;
}
.space {
	letter-spacing: 1rem;
}
/*円*/
.circle {
	position: relative;
}
.circle img {
	mix-blend-mode: multiply;
	position: absolute;
	z-index: -1;
}
.circle img#c_blue {
	width: 25%;
	max-width: 440px;
	top: -130px;
	right: 0;
	z-index: 0;
}
.circle img#c_bgreen {
	width: 34%;
	max-width: 600px;
	bottom: -180px;
	left: 80px;
}
.circle img#c_green {
	width: 50%;
	max-width: 840px;
	bottom: -750px;
	right: 0
}
.circle img#c_yellow {
	width: 20%;
	max-width: 370px;
	bottom: -80px;
	right: 14%;
}
.circle img#c_red {
	width: 25%;
	max-width: 470px;
	bottom: 80px;
	left: 10%;
}
/* トップページ
------------------------------------------------ */
#p_top h2.deco {
	margin-bottom: 60px;
	font-size: 40px;
	font-weight: bold;
	color: #622B19;
	text-align: center;
	letter-spacing: 0.5rem;
}
#p_top h2.deco:after {
	content: "";
	width: 66px;
	height: 10px;
	margin: 30px auto 0;
	background: url("../image/common/img_treatment.svg") center no-repeat;
	background-size: contain;
	display: block;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_top #main > div:first-of-type {
	height: calc(100vh - 250px) !important;
	min-height: 700px;
	border-radius: 40px;
	top: 155px !important;
}
#p_top #main .wrap {
	width: 80%;
	height: calc(100vh - 250px);
	min-height: 700px;
	max-width: 1730px;
	margin: 0 5% 125px auto;
	position: relative;
}
#p_top #main h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.75rem;
	position: absolute;
	top: 50%;
	left: -15%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
}
#p_top #main h2 .block {
	margin-bottom: 15px;
	padding: 15px 25px;
	background: #fff;
	display: inline-block;
}
#p_top #main h2 .red {
	color: #F27373;
}
#p_top #main h2 .green {
	color: #2C9E62;
}
#p_top #main #list {
	display: flex;
	justify-content: center;
}
#p_top #main #list a {
	width: 420px;
	height: 100px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 24px;
	color: #4B3900;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	display: flex;
	justify-content: center;
	align-items: center;
	transition : 0.4s;
}
#p_top #main #list a:hover {
	background: #fff;
	opacity: 1;
}
#p_top #main ul#list li:first-of-type {
	margin-right: 40px;
}
#p_top #main #list a i {
	margin-right: 30px;
}
#p_top #introduction .introduction {
	margin-bottom: 70px;
	text-align: center;
}
#p_top #main .link {
	position: absolute;
	bottom: 60px;
	right: -6.2%;
}
#p_top #main .link a {
	width: 460px;
	padding: 25px 40px;
	box-sizing: border-box;
	background: linear-gradient(to right, #FF9900, #FFE014);
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}
#p_top #main .link a img {
	margin-top: 11px;
}
/* 募集情報 */
#p_top #r_information .r_information {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
#p_top #r_information .r_information ul {
	display: flex;
	justify-content: space-between;
}
#p_top #r_information .r_information ul li {
	text-align: center;
}
#p_top #r_information .r_information ul li a {
	padding: 25px 100px;
	background: #fff;
	font-size: 22px;
	color: #1AB5EE;
	text-decoration: none;
	display: block;
}
#p_top #news {
	margin-bottom: 200px;
}
#p_top #news .news, #p_top #news .topics {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 75px;
}
#p_top #news h2 {
	margin-bottom: 30px;
	font-size: 22px;
	display: flex;
	align-items: center;
}
#p_top #news h2 small {
	margin-top: 5px;
	margin-left: 16px;
	font-family: Meiryo, "sans-serif";
	font-size: 12px;
	color: #622B19;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	display: inline-block;
}
#news .news .log dl {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
#news .news .log dt {
	width: 170px;
	padding: 15px 40px;
	box-sizing: border-box;
	background: #FF8000;
	color: #fff;
}
#news .news .log dd {
	padding: 15px 45px;
	box-sizing: border-box;
	background: #fff;
	flex: 1;
	display: flex;
	align-items: center;
}
#news .news .log dd a {
	color: #000000;
	text-decoration: underline;
	display: block;
}
#news .log dd i {
	margin-left: 10px;
	font-size: 12px;
	color: red;
	display: block;
}
#news .list_link li {
	width: 98%;
	font-size: 12px;
	text-align: right;
}
#news .topics .contents {
	background: #69C;
	margin-bottom: 10px;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	align-items: center;
}
#news .topics .contents img {
	max-width: 190px;
	max-height: 160px;
	object-fit: contain;
	margin-right: 30px;
}
#news .topics .contents > div {
	flex: 1;
}
#news .topics .contents dl {
	margin-bottom: 20px;
}
#news .topics .contents dl dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #9E0000;
}
#news .topics .contents ul.link {
	text-align: right;
}
#news .topics .contents ul.link a {
	padding: 5px 20px;
	border: 1px #E5B4B4 solid;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	transition: 0.3s;
}
#news .topics .contents ul.link a:hover {
	background: #E5B4B4;
}
/* 就職フェアWEB版 生陽会 */
#p_top #fair .fair {
	margin-bottom: 130px;
	padding: 85px 0;
	background: #fff;
	text-align: center;
}
#p_top #fair .fair h2 {
	margin-bottom: 50px;
	font-size: 44px;
	font-weight: bold;
}
#p_top #fair .fair .movie {
	width: 50%;
	aspect-ratio: 16 / 9;
	max-width: 900px;
	margin: 0 auto;
}
#p_top #fair .fair .movie iframe {
	width: 100%;
	height: 100%;
}
/* 先輩メッセージ */
#interview .interview .box {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
}
#interview .interview .box .upperclassman {
	width: 290px;
	height: 290px;
	margin-right: 60px;
	background-size: contain;
	border-radius: 50%;
}
#interview .interview .box .content {
	padding: 45px 60px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50px;
	flex: 1;
	position: relative;
}
#interview .interview .box .content:before {
	content: "";
	width: 60px;
	height: 1px;
	background: #707070;
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#interview .interview .box .content dl {
	margin-bottom: 35px;
}
#interview .interview .box .content dt {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #4995E1;
}
#interview .interview .box .content ul li a {
	width: 240px;
	height: 50px;
	margin: 0 0 0 auto;
	padding: 12px 0;
	box-sizing: border-box;
	background: #4995E1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
}
#interview .interview .kango .content dt {
	color: #3BB6D5;
}
#interview .interview .kango .content ul li a {
	background: #3BB6D5;
}
#interview .interview .newgraduate .content dt {
	color: #3BD5C5;
}
#interview .interview .newgraduate .content ul li a {
	background: #3BD5C5;
}
#interview .interview .box:nth-of-type(2) .content dl {
	order: 1;
}
#interview .interview .box:nth-of-type(2) .upperclassman {
	margin-right: 0;
	margin-left: 60px;
	order: 2;
}
#interview .interview .box:nth-of-type(2) .content:before {
	left: auto;
	right: -30px;
}
/* FAQ */
#p_top #faq .faq {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 120px;
	padding: 0 15px;
}
#p_top #faq h2 {
	margin-bottom: 80px;
	font-size: 80px;
	font-weight: bold;
	color: #FF9C9C;
	text-align: center;
	text-transform: uppercase;
}
#p_top #faq small {
	font-size: 16px;
	font-weight: bold;
	color: #7E7E7E;
	display: block;
}
/* アコーディオン */
#p_top .c-accordion__title {
	padding: 20px 35px;
	margin-bottom: 0;
	border-top: 1px #AEAEAE solid;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
#p_top .c-accordion__item:last-of-type {
	border-bottom: 1px #AEAEAE solid;
}
#p_top .c-accordion__title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 3px;
	transform: rotate(90deg);
	background: #FF0000;
	transition: all 0.3s ease-in-out;
}
#p_top .c-accordion__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*横線*/
	width: 15px;
	height: 3px;
	background: #FF0000;
	transition: all 0.2s ease-in-out;
}
/* オープンした時 */
#p_top .c-accordion__title.is-open::before {
	transform: rotate(135deg);
}
#p_top .c-accordion__title.is-open::after {
	transform: rotate(45deg);
}
#p_top .c-accordion__body {
	display: none;
	font-size: 16px;
	padding: 20px 35px;
}
/* サイトデザイン用 */
#p_top .l-header {
	height: 80px;
	padding: 0;
	margin: 0;
	background: #1c273e;
}
#p_top .l-header__inner {
	height: inherit;
	display: flex;
	justify-content: space-between;
}
#p_top .l-header__logo {
	font-family: fantasy;
	color: #efeeea;
}
#p_top .l-header__list {
	display: flex;
	list-style: none;
	height: inherit;
	margin: 0;
}
#p_top .l-header__item {
	display: flex;
	align-items: center;
}
#p_top .l-header__link {
	padding-left: 30px;
	font-size: 20px;
	color: #efeeea;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 研修制度・福利厚生 */
#p_top #environment ul {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 350px;
	display: flex;
	align-items: center;
}
#p_top #environment ul li {
	flex: 1;
}
#p_top #environment ul li a {
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	background: #00598F;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
#p_top #environment ul li:last-of-type a {
	background: #C8677B;
}
#p_top #environment ul li a img {
	margin-top: 5px;
}
/* 施設一覧
------------------------------------------------ */
#p_institution #list .list {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p_institution #list .list:after {
	content: "";
	display: block;
	width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
}
#p_institution #list .list > li {
	width: 32%;
	margin-bottom: 24px;
	background: #FFF;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
#p_institution #list .list dt {
	margin-bottom: 8px;
}
#p_institution #list .list dt img {
	width: 100%;
}
#p_institution #list .list dd {
	padding: 30px 5px;
	text-align: center;
}
#p_institution #list .list dd .name {
	margin-bottom: 20px;
	font-size: 20px;
}
#p_institution #list .list li .dayservice {
	color: #F05A28;
}
#p_institution #list .list li .nh {
	color: #009344;
}
#p_institution #list .list li .other {
	color: #1A75BB;
}
#p_institution #list .list dd .name li.sub, #p_institution #list .list dd .name li.address {
	font-size: 16px;
}
#p_institution #list .list dd .name li.address {
	margin-bottom: 15px;
	font-size: 14px;
}
#p_institution #list .list dd .name li.phone a {
	text-decoration: none;
	color: #F00;
	font-size: 24px;
}
#p_institution #list .link {
	color: #09C;
}
/* メッセージ詳細
------------------------------------------------ */
#interview_detail .interview .box {
	margin-bottom: 60px;
	padding: 25px;
	background: #FFF;
	box-sizing: border-box;
	display: flex;
}
#interview_detail .interview .box .upperclassman {
	width: 270px;
	height: auto;
	margin-right: 30px;
}
#interview_detail .interview .box .upperclassman img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#interview_detail .interview .box .content {
	flex: 1;
}
#interview_detail .interview .box .content dl {
	margin-bottom: 35px;
}
#interview_detail .interview .box .content dt {
	margin-bottom: 25px;
	margin-left: -5px;
	font-size: 24px;
	font-weight: bold;
	color: #4995E1;
}
#interview_detail .interview .kango .content dt {
	color: #3BB6D5;
}
#interview_detail .interview .newgraduate .content dt {
	color: #3BD5C5;
}
#interview_detail .interview .box:nth-child(even) .content dl {
	order: 1;
}
#interview_detail .interview .box:nth-child(even) .upperclassman {
	margin-right: 0;
	margin-left: 30px;
	order: 2;
}
/* 募集要項
------------------------------------------------ */
#p_job #job .kaigo h3.title {
	background: #4995E1;
}
#p_job #job .kango h3.title {
	background: #3BB6D5;
}
#p_job #job .other h3.title {
	background: #3BD5C5;
}
#p_job h3.title:before {
	content: "●";
	margin-right: 10px;
}
#p_job #job ul.list {
	margin-bottom: 90px;
}
#p_job #job ul.list li a {
	color: #575757;
}
#p_job #job .log p.number {
	display: none;
}
#p_job #job .log ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #000 dotted;
}
/* 募集要項詳細
------------------------------------------------ */
#p_description #contents h2 {
	margin-bottom: 60px;
	padding: 20px 5px;
	font-size: 22px;
	border-top: 4px #666 dotted;
	border-bottom: 4px #666 dotted;
}
#p_description #essentials .wrap {
	margin-bottom: 50px;
}
#p_description #essentials dl {
	display: flex;
}
#p_description #essentials dl dt {
	width: 30%;
	margin-right: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	background: #EEE2D5;
	border-bottom: 1px #fff solid;
}
#p_description #essentials dl dd {
	padding: 20px 30px;
	border-bottom: 1px #CBBABA solid;
	background: #fff;
	flex: 1;
}
#p_description #essentials .gmap {
	height: 0;
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 56.25%;
	position: relative;
}
#p_description #essentials .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#p_description #essentials form.entry_button {
	margin-bottom: 50px;
	text-align: center;
}
#p_description #essentials form.entry_button label {
	display: none;
}
#p_description #essentials input[type="submit"] {
	width: 300px;
	height: 50px;
	background: #FF8000;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#p_description #essentials input[type="submit"]:hover, #p_description #essentials input[type="submit"]:active {
	opacity: .7;
}
/* 新卒採用
------------------------------------------------ */
#p_newgraduate #slick {
	margin-bottom: 60px;
}
#p_newgraduate #slick ul {
	width: 800px;
	margin: 0 auto;
}
#p_newgraduate #post .mynavi_banner li {
	padding-top: 100px;
	text-align: center;
}
#p_newgraduate #post .mynavi_banner li img {
	width: 400px;
	height: auto;
}
/* フォーム
------------------------------------------------ */
.p_form #form p.text {
	margin-bottom: 60px;
}
.p_form #form .box {
	padding: 65px 80px;
	background: #fff;
}
.p_form #form .box dl {
	padding: 15px 30px 15px 110px;
	border-bottom: 1px #CECECE solid;
	display: flex;
	align-items: center;
}
.p_form #form .box dl:last-of-type {
	margin-bottom: 60px;
	align-items: start;
}
.p_form #form .box dl dt {
	width: 200px;
	position: relative;
}
.p_form #form .box dl:last-of-type dt {
	padding-top: 10px;
}
.p_form #form .box dl dt.mandatory:before {
	content: "必 須";
	padding: 0 15px;
	border: 1px #00BBA1 solid;
	font-weight: bold;
	color: #00BBA1;
	display: inline-block;
	position: absolute;
	left: -90px;
}
.p_form #form .box dl dd {
	flex: 1;
}
.p_form #form .box dl dd small {
	font-size: 14px;
	color: #2E2E2E;
	line-height: 2;
}
.p_form #birth {
	display: flex;
}
.p_form #birth div {
	margin-right: 20px;
	display: flex;
}
.p_form #birth div select {
	margin-right: 5px;
	padding: 5px 10px;
	background: #F7F7F7;
	border: 2px #D8D8D8 solid;
	border-radius: 5px;
}
.p_form #form .box input[type="text"], .p_form #form .box textarea.wl {
	background: #F7F7F7;
	border: 2px #D8D8D8 solid;
	border-radius: 5px;
	line-height: 45px;
}
.p_form #form .box textarea.wl {
	width: 100%;
}
.p_form #form .box .button {
	text-align: center;
}
.p_form #form .box input[type="submit"] {
	margin-bottom: 20px;
	padding: 10px 70px;
	background: #FF7B7B;
	font-size: 16px;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: 0.3s;
}
.p_form #form .box input[type="submit"]:hover {
	background: #FF5858;
}
.p_form #form .box ul li {
	text-align: center;
}
.p_form #form .box ul li a {
	font-size: 14px;
	color: #0E0101;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 96% !important;
}
form .wm {
	width: 50% !important;
}
form .ws {
	width: 25% !important;
}
form .wss {
	width: 10% !important;
}
/* 個人情報保護方針について
------------------------------------------------ */
#p_policy #underlayer {
	background: url("../image/common/header_bg_2.png") left center no-repeat, rgba(245,245,245,0.25);
}
#p_policy #policy dl {
	margin-bottom: 20px;
}
#p_policy #policy dl:after {
	background: radial-gradient(circle farthest-side, #C2C2C2, #C2C2C2 40%, transparent 40%, transparent);
	background-size: 6px 6px;
	content: '';
	display: inline-block;
	height: 6px;
	width: 100%;
}
#p_policy #policy dt {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
#p_policy #policy dd {
	margin-bottom: 15px;
	padding: 0 20px;
}
/* トップページ　動き
------------------------------------------------ */
/* フェードイン用のCSS */
/* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: all 1s ease-out;
}
/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(50px, 0);
	transition: all 1s ease-out;
}
/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s ease-out;
}