@charset "utf-8";

/*********** PAGE TTL ***********/

.page_ttl_box {
	position: relative;
}
.page_ttl_box .page_ttl_main {
	position: absolute;
	width: 900px;
	top: 150px;
	left: -750px;
	right: 0;
	margin: auto;
	z-index: 991;
}
.page_ttl_box .circle1 {
	position: absolute;
	width: 510px;
	top: -100px;
	left: 0;
	right: -550px;
	margin: auto;
	z-index: 990;
}
.page_ttl_box .circle2 {
	position: absolute;
	width: 260px;
	top: 380px;
	left: 0;
	right: -100px;
	margin: auto;
	z-index: 992;
}
.page_ttl_box .txt {
	position: inherit;
	/*max-width: 1100px;*/
	width: 85%;
	margin: 0 auto 0;
	padding: 280px 0 150px;
	text-align: right;
	z-index: 999;
}
.page_ttl_box p {
	line-height: 1.5;
	font-size: 22px;
}
.page_ttl_box h1 {
	line-height: 1.2;
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.page_ttl_box .crumb {
	line-height: 1.5;
	font-size: 12px;
	color: #999;
}
.page_ttl_box .crumb a {
	color: #A50000;
	display: inline-block;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #A50000;
}


/*********** SEARCH ***********/

#search .box_gray {
	display: flex;
	margin-bottom: 20px;
	justify-content:space-between;
	flex-wrap: wrap;
}
#search .box_gray div {
	width: 120px;
}
#search .box_gray dl {
	width: calc(100% - 145px);
}
#search dt {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.5em;
}

/*********** BUSINESS ***********/

#business > .cont_box {
	position: relative;
}
#business > .cont_box > .bg_line {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}

/*********** RECRUITMENT ***********/

#recruitment .filed_box article {
	position: relative;
	margin-bottom: 40px;
}
#recruitment .filed_box article img {
	width: 80%;
}
#recruitment .filed_box article .box {
	position: absolute;
	width: 280px;
	top: 40px;
	right: 0;
}
#recruitment .case_box article {
	border-bottom: 1px solid #707070;
	padding: 20px 0;
}
#recruitment .case_box article:first-child {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
#recruitment .case_box .col3_box {
	align-items: center;
}
#recruitment .case_box .col3_box li {
	margin: 0;
}
#recruitment .case_box .col3_box li.number {
	width: 150px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color:#A50000;
}
#recruitment .case_box .col3_box li.number span {
	font-size: 90px;
	line-height: 1.0;
}
#recruitment .case_box .col3_box li.illust {
	width: 85px;
	margin-right: 20px;
}
#recruitment .case_box .col3_box li.profile {
	width: calc(100% - 260px);
}
#recruitment .case_box .col3_box li.profile .status {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
#recruitment .case_box .col3_box li.profile .status > div {
	width: 49%;
}

#recruitment .layout_box_site {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 150px;
}
#recruitment .layout_box_site .logo-size01 {
	width: 250px;
	margin-bottom: 40px;
}
#recruitment .layout_box_site .logo-size02 {
	width: 170px;
	margin-bottom: 40px;
}
#recruitment .layout_box_site .layout_box_l,
#recruitment .layout_box_site:nth-child(2n) .layout_box_r {
	width: 460px;
}

#recruitment .layout_box_site .layout_box_r,
#recruitment .layout_box_site:nth-child(2n) .layout_box_l {
	width: calc(100% - 510px);
}

#recruitment .sns_box {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
#recruitment .sns_box img {
	width: 34px;
	margin-right: 10px;
}


/*********** ABOUT ***********/

#about .mission_box {
	position: relative;
}
#about .mission_box .element1 {
	position: absolute;
	width: 480px;
	top: 0;
	right: -50px;
	z-index: 1;
}
#about .mission_box .element2 {
	position: absolute;
	width: 740px;
	bottom: -30px;
	left: -120px;
	z-index: 1;
}
#about .mission_box .cont_box {
	width: 100%;
	background: url("../images/about/bg_about_values.png") no-repeat top center / cover;
	text-align: center;
	padding: 50px 0 80px;
}
#about .mission_box .cont_box .box {
	position: relative;
	padding: 30px 0;
	z-index: 10;
}
#about .mission_box .cont_box .box .mvv_ttl {
	font-size: 40px;
	font-weight: 700;
	color: #A50000;
}
#about .mission_box .cont_box .box .mvv_ttl span {
	display: block;
	margin-bottom: -4em;
}
#about .mission_box .cont_box .box .philo_en {
	font-size: 80px;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.1em;
	color: #A50000;
}
#about .mission_box .cont_box .box .philo_jp {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.5em;
}
#about .mission_box .cont_box .box img {
	width: 85%;
}
#about .map_box {
	margin: 30px auto;
}
#about .map_box iframe {
	border-radius: 5px;
}

#about .history_box ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
}
#about .history_box ul li {
	padding: 25px 0;
}
#about .history_box ul li:first-child {
	width: 60px;
}
#about .history_box ul li.mark {
	position: relative;
	width: 25px;
	z-index: 2;
}
#about .history_box ul li.mark img {
	position: relative;
	z-index: 2;
	margin-top: -5px;
}
#about .history_box ul li.mark::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100vw;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #A50000;
	z-index: 0;
}
#about .history_box ul li:last-child {
	width: calc(100% - 150px);
}

#about .award_box .ttl_box_bk {
	margin-top: 80px;
}

.btn_award {
	width:400px;
	margin: 50px auto 0;
	text-align: center;
	background: #000;
	border-radius: 100px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	transition: all .3s;
	z-index: 1;
}
.btn_award:after {
	position: absolute;
	content: '';
	top: calc(50% - 5px);
	right: 20px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
.btn_award:before {
	position: absolute;
	content: '';
	top: calc(50% - 1px);
	right: 20px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
	height: 1px;
	background: #fff;
}
.btn_award a {
	padding: 1.2em 0;
	color: #fff;
	display: block;
}
.btn_award a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #A50000;
    border-radius: 10rem;
    z-index: -2;
}
.btn_award a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
    transition: all .2s;
    border-radius: 10rem;
    z-index: -1;
}
.btn_award a:hover {
    color: #fff;
	opacity: 1.0;
}
.btn_award a:hover:before {
      width: 100%;
}

.award_box dl {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #707070;
}
.award_box dl dt {
	background: url("../images/about/icon_award.png") no-repeat ;
	background-size: 13px; 
	padding: 5px 0 0 20px;
}
.award_box dl .col2_box {
	justify-content: flex-start;
}
.award_box dl .col2_box li {
	margin-right: 15px;
}


/*********** INFO ***********/

#info {
	position: relative;
	z-index: 999;
}

#info .column_nav {
	margin-bottom: 100px;
}
#info .column_nav .category_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#info .column_nav .category_box p {
	background: #000;
	width: 200px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
	margin-right:0.5em; 
}

#info .body dl {
	position: relative;
	width: 100%;
	display: flex;
	padding: 2.0em 0;
	border-bottom: 1px solid #ADADAD;
}
#info .body dl:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	border-radius: 10px;
	background: #999999;
}
#info .body dl:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	border-radius: 10px;
	background: #999999;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
#info .body dl:hover:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	border-radius: 50px;
	background: rgba(153,153,153,.5);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
#info .body a {
	opacity: 1.0;
}
#info .body dl dt {
	width: 240px;
}
#info .body dl dt span {
	background: #9A9B9D;
	width: 100px;
	border-radius: 50px;
	font-size: 0.75em;
	padding: 0.15em 0.5em;
	margin: 0 1.0em;
	text-align: center;
	display: inline-block;
	color: #fff;
}
#info .body dl dd {
	width: calc(100% - 300px);
	margin-right: 60px;
}

#info .page_ttl_box {
	margin: -130px;
	z-index: 0;
}
#info .article_info_box {
	margin: 130px auto;
	padding-top: 260px;
	z-index: 10;
	position: relative;
}
#info .article_info_box .body {
	margin: 0 auto 50px;
}
#info .article_info_box .btn_back {
	width: 300px;
}
#info .ttl_info_box {
	margin: 0 auto 100px;
}

#info .ttl_info_box span {
	background: #9A9B9D;
	width: 100px;
	border-radius: 50px;
	font-size: 0.75em;
	padding: 0.15em 0.5em;
	margin: 0 1.0em;
	text-align: center;
	display: inline-block;
	color: #fff;
}
#info .ttl_info_box h1 {
	font-size: 35px;
	line-height: 1.3;
	font-weight: 700;
	margin-top: 0.5em;
}


/*********** CONTACT ***********/

.form_area {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 60px;
}
.form_area dl {
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.form_area dl dt {
	width: 250px;
	padding: 10px 0;
}
.form_area dl dt .optional,.form_area dl dt .required {
	background: #999999;
	color:#fff;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.0;
	box-sizing: border-box;
	padding:0.5em 0.7em; 
	margin: -0.5em 1em 0 0;
	border-radius: 50px;
	display: inline-block;
}
.form_area dl dt .required {
	background: #A50000;
}
.form_area dl dd {
	width: calc(100% - 250px);
	float: left;
}
.form_area dl dd input {
	width: 100%;
	padding: 15px 10px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: #EAEAEA;
}
.form_area dl dd textarea {
	width: 100%;
	height: 150px;
	padding: 2% 1.5%;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: #EAEAEA;
}
.form_area dl dd input::placeholder {
	color: #969696;
}
.form_area dl dd .error {
	color: #ea5050;
}
.form_area .agreement {
	background: #EAEAEA;
	overflow-y: scroll;
	height: 150px;
	padding: 15px 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	font-size: 0.8rem;
}
.form_area dl dd input[type=checkbox] {
	width: 30px;
}
#contact .form_area .btn_red {
	margin-top: 10px;
}
#contact .form_area .btn_red .btn_setting input {
	width:100%;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	display: block;
	color: #fff;
	font-size: 15px;
	border: none;
	cursor: pointer;
}
#contact .form_area .btn_back .btn_setting input {
	width:100%;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	display: block;
	color: #fff;
	font-size: 15px;
	border: none;
	cursor: pointer;
}
.btn_red .btn_setting,.btn_back .btn_setting {
	padding: 0.5em 0;
	color: #fff;
	display: block;
}
.btn_red .btn_setting:after,.btn_back .btn_setting:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #A50000;
    border-radius: 10rem;
    z-index: -2;
}
.btn_red .btn_setting:before,.btn_back .btn_setting:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
    transition: all .2s;
    border-radius: 10rem;
    z-index: -1;
}
.btn_red .btn_setting:hover,.btn_back .btn_setting:hover {
    color: #fff;
	opacity: 1.0;
}
.btn_red .btn_setting:hover:before,.btn_back .btn_setting:hover:before {
      width: 100%;
}
#contact .form_area .wpcf7-spinner {
	display: none;
}

#contact .form_area .confbtn:after {
	position: absolute;
	content: '';
	top: calc(50% - 5px);
	right: 20px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
#contact .form_area .confbtn:before {
	position: absolute;
	content: '';
	top: calc(50% - 1px);
	right: 20px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
	height: 1px;
	background: #fff;
}
#contact .form_area  .btn_col2 {
	display:flex;
}

/*********** COLUMN ***********/

#column .column_nav {
	margin-bottom: 100px;
}
#column .column_nav .category_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#column .column_nav .category_box p {
	background: #000;
	width: auto;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	padding: 0.3em 1.0em;
	box-sizing: border-box;
	margin: 0 0.8em 0.5em 0;
	font-size: 0.9em; 
}
#column .column_nav .keyword_box {
	background: #EFF0F2;
	border-radius:20px;
	padding: 15px 20px;
	box-sizing: border-box;
}
#column .column_nav .keyword_box p a {
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	padding: 0.3em 1.0em;
	margin: 0.5em 0.8em 0.5em 0;
	font-size: 0.9em; 
}
#contact .hidden {
	display:none!important;
}

/*********** COLUMN 詳細ページ ***********/

#single_page .page_ttl_box {
	margin: -130px;
	z-index: 0;
}
#single_page .article_single_box {
	margin: 130px auto;
	padding-top: 260px;
	z-index: 10;
	position: relative;
}

/*********** 利用規約ページ ***********/

#terms .terms_txt_box {
  margin-top: 2.5em;
}
#terms .terms_txt_box .terms_txt_single {
  margin: 10px 0 0 0;
}
#terms .txt_list_box_01 {
  margin: 20px 0 0 40px;
}
#terms .txt_list_box_02 {
  margin: 20px 0 0 1.5em;
}
#terms ul .txt_list_box_item {
  margin-top: 10px;
  line-height: 1.8;
  list-style-type: disc;
}
#terms ol .txt_list_box_item {
  margin-top: 10px;
  line-height: 1.8;
  list-style-type: decimal;
}
#terms ol .txt_list_box_item_roman {
  margin-top: 10px;
  line-height: 1.8;
  list-style-type:lower-roman;
}
#terms .txt_list_box_Ol {
  margin: 10px 0 20px 40px;
}
#terms .txt_list_box_Ol_item {
  margin-top: 10px;
  line-height: 1.8;
  list-style-type: decimal;
}
#terms .txt_list_box_Ol_item_roman {
  margin-top: 10px;
  line-height: 1.8;
  list-style-type:lower-roman;
}
#terms .txt_list_box_Ol_sub {
  margin: 10px 0 20px 15px;
}
#terms .txt_list_box_Ol_item_sub {
  margin-top: 10px;
  line-height: 1.8;
  counter-increment: cnt;
}
#terms .txt_list_box_Ol_item_sub::before {
  content: "(" counter(cnt) ") ";
}
#terms .Inner-Box-Contact {
  margin-top: 36px;
}
#terms .Inner-Box-Contact-Text {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
}
#terms .Inner-Box-Contact-Text:nth-child(2) {
  margin-top: 16px;
}
#terms .Inner-Box-Item {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
}


/*********** 特商法 ***********/

#terms .table_box_line .terms_txt_box {
    margin-top: 0;
}
#terms .table_box_line .txt_list_box {
    margin: 0 0 0 20px;
}
#terms .table_box_line .txt_list_box_item {
    margin-top: 0;
    line-height: 1.8;
    list-style-type: decimal;
}
#terms .table_box_line > dt,
#terms .table_box_line > dd {
	display: flex;
	flex-direction: column;
	justify-content: top;
	width: 230px;
}
#terms .table_box_line dd {
	width: calc(100% - 230px);
}
#terms table {
	margin: 0.5em auto;
	width: 100%;
	border-collapse:inherit;
	
}
#terms table tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
#terms table tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
#terms table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#terms table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#terms table td {
	width: 50%;
	padding: 1.0em 2.0em;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
}
#terms table td:nth-child(2n) {
	width: 50%;
	padding: 1.0em 2.0em;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
}
#terms .th_box  {
	text-align: center;
	font-weight: 700;
	background: #999999;
	padding: 0.5em 2.0em;
	color: #fff;
	font-size: 1.2rem;
}
#terms .bg_table_gray  {
	background: #F4F4F4;
}



@media screen and (max-width: 920px) {
	
/*********** PAGE TTL ***********/

.page_ttl_box .page_ttl_main {
	position: absolute;
	width: 650px;
	top: 150px;
	left: -550px;
	right: 0;
	margin: auto;
	z-index: 991;
}
.page_ttl_box .circle1 {
	position: absolute;
	width: 450px;
	top: -100px;
	left: 0;
	right: -550px;
	margin: auto;
	z-index: 990;
}
.page_ttl_box .circle2 {
	position: absolute;
	width: 200px;
	top: 300px;
	left: 0;
	right: -100px;
	margin: auto;
	z-index: 992;
}
.page_ttl_box .txt {
	position: inherit;
	/*max-width: 1100px;*/
	width: 90%;
	margin: 0 auto;
	padding: 220px 0 150px;
}
.page_ttl_box p {
	line-height: 1.5;
	font-size: 18px;
}
.page_ttl_box h1 {
	line-height: 1.3;
	font-size: 45px;
	margin-bottom: 0.5em;
}
	
/*********** RECRUITMENT ***********/

#recruitment .filed_box article {
	position: relative;
	margin-bottom: 70px;
}
#recruitment .layout_box_site {
	margin-bottom: 100px;
}
#recruitment .layout_box_site .logo-size01 {
	width: 130px;
	margin-bottom: 40px;
}
#recruitment .layout_box_site .logo-size02 {
	width: 100px;
	margin-bottom: 40px;
}
#recruitment .layout_box_site .layout_box_l,
#recruitment .layout_box_site:nth-child(2n) .layout_box_r {
	width: 350px;
}

#recruitment .layout_box_site .layout_box_r,
#recruitment .layout_box_site:nth-child(2n) .layout_box_l {
	width: calc(100% - 380px);
}
	
}


@media screen and (max-width: 767px) {
	
/*********** PAGE TTL ***********/

.page_ttl_box .page_ttl_main {
	position: absolute;
	width: 100%;
	top: 80px;
	left: -10%;
	right: auto;
	margin: 0;
	z-index: 991;
}
.page_ttl_box .circle1 {
	position: absolute;
	width: 70%;
	top: -20%;
	left: auto;
	right: -20%;
	margin: auto;
	z-index: 990;
}
.page_ttl_box .circle2 {
	position: absolute;
	width: 30%;
	top: 180px;
	left: 20%;
	right: auto;
	margin: auto;
	z-index: 992;
}
.page_ttl_box .txt {
	position: inherit;
	/*max-width: 1100px;*/
	width: 90%;
	margin: 0 auto 0;
	padding: 250px 0 50px;
	text-align: right;
	z-index: 999;
}
.page_ttl_box p {
	line-height: 1.5;
	font-size: 15px;
}
.page_ttl_box h1 {
	line-height: 1.3;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.page_ttl_box .crumb {
	line-height: 1.5;
	font-size: 10px;
	color: #999;
}
	
	
/*********** SEARCH ***********/

#search .box_gray {
	display: flex;
	margin-bottom: 20px;
}
#search .box_gray div {
	width: 20%;
	margin-right: 5%;
}
#search .box_gray dl {
	width: 75%;
}
#search dt {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.5em;
}

/*********** RECRUITMENT ***********/

#recruitment .filed_box article {
	position: inherit;
	margin-bottom: 15%;
}
#recruitment .filed_box article img {
	width: 100%;
	margin-bottom: 5%;
}
#recruitment .filed_box article .box {
	position: inherit;
	width: 100%;
}
	
#recruitment .case_box article {
	border-bottom: 1px solid #707070;
	padding: 10% 0;
}
#recruitment .case_box .col3_box {
	align-items: center;
}
#recruitment .case_box .col3_box li.number {
	width: 30%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color:#A50000;
	margin-left: 25%;
}
#recruitment .case_box .col3_box li.number span {
	font-size: 90px;
	line-height: 1.0;
}
#recruitment .case_box .col3_box li.illust {
	width: 20%;
	margin-right: 20px;
}
#recruitment .case_box .col3_box li.profile {
	width: 100%;
}
#recruitment .case_box .col3_box li.profile .status {
	display: block;
}
#recruitment .case_box .col3_box li.profile .status > div {
	width: 100%;
	margin-top: 1em;
}

#recruitment .layout_box_site {
	display:flex;
	margin-bottom: 20%;
}
#recruitment .layout_box_site .logo-size01 {
	width: 180px;
	margin: 20px auto;
}
#recruitment .layout_box_site .logo-size02 {
	width: 130px;
	margin: 20px auto;
}
#recruitment .layout_box_site .layout_box_l,
#recruitment .layout_box_site:nth-child(2n) .layout_box_r {
	width: 75%;
	margin: auto;
	order: 1;
}

#recruitment .layout_box_site .layout_box_r,
#recruitment .layout_box_site:nth-child(2n) .layout_box_l {
	width: 100%;
	margin: auto;
	order: 2;
}
#recruitment .layout_box_site .layout_box_l {
	order: 1;
}
#recruitment .layout_box_site .layout_box_r {
	order: 2;
	margin-bottom: 15%;
}
#recruitment .layout_box_site:nth-child(2n) .layout_box_l {
	order: 2;
}
#recruitment .layout_box_site:nth-child(2n) .layout_box_r {
	order: 1;
}


/*********** ABOUT ***********/

#about .mission_box .element1 {
	position: absolute;
	width: 50%;
	top: 0;
	right: -5%;
	z-index: 1;
}
#about .mission_box .element2 {
	position: absolute;
	width: 90%;
	bottom: 0;
	left: -10%;
	z-index: 1;
}
#about .mission_box .cont_box {
	padding: 50px 0 80px;
}
#about .mission_box .cont_box .box {
	position: relative;
	padding: 5% 0;
	z-index: 10;
}
#about .mission_box .cont_box .box .mvv_ttl {
	font-size: 25px;
}
#about .mission_box .cont_box .box .mvv_ttl span {
	display: block;
	margin-bottom: -3.5em;
}
#about .mission_box .cont_box .box .philo_en {
	font-size: 40px;
	margin-bottom: 0.5em;
}
#about .mission_box .cont_box .box .philo_jp {
	font-size: 20px;
}
#about .history_box ul li {
	padding: 5% 0;
}
#about .history_box ul li:first-child {
	width: 40px;
}
#about .history_box ul li.mark {
	position: relative;
	width: 25px;
	z-index: 2;
}
#about .history_box ul li.mark img {
	position: relative;
	z-index: 2;
	margin-top: -5px;
}
#about .history_box ul li.mark::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100vw;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #A50000;
	z-index: 0;
}
#about .history_box ul li:last-child {
	width: calc(100% - 100px);
}
	
.btn_award {
	width:100%;
	margin: 10% auto 0;
	text-align: center;
	background: #000;
	border-radius: 100px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	transition: all .3s;
	z-index: 1;
}
.btn_award:hover {
	filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.btn_award a {
	padding: 1.0em 0;
	color: #fff;
	display: block;
}
	
.award_box dl .col2_box {
	display: block;
	justify-content: space-between;
}
.award_box dl .col2_box li {
	width: 100%;
	margin: auto;
}
.award_box dl .col2_box li:last-child .btn_gray {
	margin-top: 10px;
}
	
	
/*********** INFO ***********/

#info .body dl {
	position: relative;
	width: 100%;
	display: block;
	padding: 2.0em 0;
	border-bottom: 1px solid #ADADAD;
}
#info .body dl dt {
	width: 100%;
	margin-bottom: 1.0em;
}
#info .body dl dt span {
	background: #9A9B9D;
	width: 100px;
	border-radius: 50px;
	font-size: 0.75em;
	padding: 0.15em 0.5em;
	margin: 0 1.0em;
	text-align: center;
	display: inline-block;
	color: #fff;
}
#info .body dl dd {
	width: calc(100% - 60px);
	margin-right: 60px;
}

	
/*********** CONTACT ***********/

.form_area dl {
	margin: 0;
	padding: 20px 0 0;
	overflow: hidden;
	display: block;
}
.form_area dl dt {
	width: 100%;
	padding: 10px 0;
}
.form_area dl dd {
	width: 100%;
	float: left;
}
.form_area dl dd input {
	width: 100%;
	padding: 15px 10px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: #EAEAEA;
}
.form_area dl dd textarea {
	width: 100%;
	height: 150px;
	padding: 2% 1.5%;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: #EAEAEA;
}
.form_area dl dd input::placeholder {
	color: #969696;
}
.form_area dl dd .error {
	color: #ea5050;
}
.form_area .agreement {
	background: #EAEAEA;
	overflow-y: scroll;
	height: 150px;
	padding: 15px 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	font-size: 0.8rem;
}
.form_area dl dd input[type=checkbox] {
	width: 30px;
}
	
/*********** 特商法 ***********/

#terms .table_box_line > dt,
#terms .table_box_line > dd {
	display: block;
	flex-direction: column;
	justify-content: top;
	width: 100%;
}
#terms .table_box_line dd {
	width: 100%;
}
	
}
