@charset "utf-8";

.d-flex {
	display: flex;
}
@media only screen and (max-width:767px) {
	.d-flex {
		flex-wrap: wrap;
	}
}
.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}

.text-center {
	text-align: center;
}
@media only screen and (max-width:767px) {
	.sp-text-center {
		text-align: center;
	}
}
@media only screen and (max-width:767px) {
	.sp-none {
		display: none;
	}
}

.rec_sns {
	text-align: center;
	margin: 0 auto;
	width: 507px;
	padding: 30px;
	border: dashed 3px #f2ab04;
	border-radius: 10px;
}
.rec_snsBox {
	display: flex;
	padding-top: 20px;
	justify-content: center;
}
@media only screen and (max-width:767px) {
	.rec_sns {
		width: 100%;
		padding: 20px;
	}
	.rec_snsBox {
		display: flex;
		padding-top: 20px;
		justify-content: center;
	}
}



.rec_flexBox {
	display: flex;
	justify-content: space-between;
}
.rec_flexBox > div {
	width: 600px;
	padding: 20px;

}
.rec_flexBox > div > h4 {
	background-color: #f2ab04;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.rec_flexBox > div > p {
	padding-top: 10px;
}
@media only screen and (max-width:767px) {
	.rec_flexBox {
		flex-wrap: wrap;
	}
	.rec_flexBox > div {
		width: 100%;
		padding: 10px 0;
	}
}


.margin-center {
	margin: 0 auto;
}

.mr30 {
	margin-right: 30px;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt120 {
	margin-top: 120px;
}
.mt180 {
	margin-top: 180px;
}
@media only screen and (max-width:767px) {
	.mt20 {
		margin-top: 20px;
	}
	.mt40 {
		margin-top: 40px;
	}
	.mt60 {
		margin-top: 20px;
	}
	.mt120 {
		margin-top: 0px;
	}
	.mt180 {
		margin-top: 50px;
	}
}


.human li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.8em;
    }
.human li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.8em; /*点の位置*/
    content: "";
    background: #FF3000; /*点の色*/
    }
@media only screen and (max-width:767px) {
	.human {
		margin-bottom: 20px;
		}
}

.rec_worklist {
	margin: 0 10px;
}
.rec_worklist > .title {
	background-color: #f2ab04;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width:767px) {
	.rec_worklist {
		margin: 0 0 30px 0;
	}
}

.rec_typo {
	border: solid #f2ab04;
	width: 100% /*426px*/;
	margin: 10px;
	border-radius: 10px;
}
.py50 {
	padding: 50px 0 30px 0;
}
@media only screen and (max-width:767px) { 
	.rec_typo {
		width: 100%;
	}
	/*.inner {
		padding: 10vw 6.25vw;
	}*/
}
.rec_typo > .title {
	background-color: #f2ab04;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 20px;
}
.rec_typo > div > .textbox-simple {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	padding: 50px 0;
}
.rec_typo > div > .textbox-simple > span {
	font-size: 30px;
	position: relative;
	top: 7px;
}
.rec_typo > div > .textbox {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	padding: 50px 0 30px 0;
}
.rec_typo > div > .textbox > span {
	font-size: 30px;
	position: relative;
	top: 9px;
}
.rec_typo > div > .textbox > .mini {
	font-size: 16px;
	color: #555;
	position: relative;
	top: 20px;
}

.rec_typo > div > div > .textbox {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
	vertical-align: middle;
	line-height: 20px;
}
.rec_typo > div > div > .textbox > span {
	font-size: 30px;
	position: relative;
	top: 7px;
}

@media only screen and (max-width:767px) {
	.rec_typo > div > .textbox {
		font-size: 40px;
	}
}


a.btn_ao_b {
	display: flex;
	align-items: center;
	max-width: 337px;
	padding: 1.3rem 2rem;
	border: 2px solid #ff001b;
	background: #fff;
	text-decoration: none;
	transition: 0.3s;
  }
  a.btn_ao_b:hover {
	background-color: #ff001b;
	color: #fff;
  }
  a.btn_ao_b .b__text {
	display: block;
	flex-grow: 1;
	color: #ff001b;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-right: 15px;
	font-size: 23px;
  }
  a.btn_ao_b .b__text::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	border-top: 3px solid #ff001b;
	border-right: 3px solid #ff001b;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	transition: 0.3s;
  }
  a.btn_ao_b .b__text:hover {
	color: #fff;
  }
  @media (max-width: 1200px) {
	a.btn_ao_b .b__text {
	  font-size: 18px;
	  padding-right: 20px;
	}
	a.btn_ao_b .b__text::after {
	  width: 12px;
	  height: 12px;
	}
  }
  @media (max-width: 736px) {
	a.btn_ao_b .b__text {
	  font-size: 14px;
	  padding-right: 20px;
	}
	a.btn_ao_b .b__text::after {
	  width: 10px;
	  height: 10px;
	}
  }

.voice {
	position: relative;
}
.moto {
	position: absolute;
	z-index: 500;
	left: 420px;
	top: 20px;
}
.moto-title {
	background-color: #FF3000;
	color: #fff;
	font-weight: bold;
	width: 357px;
	padding-left: 50px;
	font-family: "source-han-serif-japanese",serif;
}
.moto-text {
	background-color: #FFF700;
	font-size: 40px;
	font-weight: bold;
	padding-left: 50px;
	width: 700px;
	font-family: "source-han-serif-japanese",serif;
}
.voice-box {
	position:absolute;
	top: 150px;
	left: 500px;
}
@media only screen and (max-width:767px) {
	.voice {
		position: initial;
	}
	.moto {
		position: initial;
		z-index: initial;
		left: 0;
		top: 0;
	}
	.moto-title {
		background-color: #FF3000;
		color: #fff;
		font-weight: bold;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.moto-text {
		font-size: 1.5rem;
		font-weight: bold;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	.voice-box {
		position:initial;
		top: 0;
		left: 0;
		padding-top: 10px;
	}
}


.voice-q {
	color: #f2ab04;
	font-weight: bold;
	font-size: larger;
	font-family: "source-han-serif-japanese",serif;
	margin-top: 20px;
}
.voice-q:before {
	content: url(../img/page/recruit/point.png);
	padding-right: 10px;
}

.timeline {
    width: 550px;
    max-width: 550px;
    margin: 28px auto;
}
.timeline-list {
    /*padding: 40px 0;*/
}
.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}
.timeline-list-item .date {
    width: 80px;
    padding: 0 0 0 10px;
    color: #888888;
    font-weight: bold;
}
.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 20px 30px 30px;
    border-left: 2px solid #8AD300;
}
.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    background-color: #8AD300;
    border-radius: 10px;
}
@media only screen and (max-width:767px) {
	.timeline {
		width: 100%;
		max-width: initial;
		margin: 28px auto;
	}
}


.voice-img {
	width: 100%;
}



/* SP
-------------------------------------------------- */
@media only screen and (max-width:767px) {
	.main_about{
		background-image: url(../img/page/about/sp/bg_main.jpg);
	}
	
	
	.iframe-content {
		position: relative;
		width: 100%;
		padding: 75% 0 0 0;
	}
	.iframe-content iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		
	}
	.greeting{
		padding: 0 6.25vw 10vw;
	}
	.catch_greeting{
		text-align: center;
		color: #f2ab04;
		font-size: calc(46/640*100vw);
		font-weight: 400;
		margin-bottom: 5vw;
	}
	.name_about{
		text-align: right;
		margin-top: 20px;
		font-size: 22px;
		font-weight: 500;
	}
	.name_about small{
		font-size: 16px;
		margin-right: 1em;
	}
	.policy{
		background: #fafafa;
		padding: 10vw 6.25vw;
	}
	.col_policy{
		margin-bottom: 5vw;
	}
	.col_policy h4{
		font-size: 24px;
		color: #8ad300;
		padding-left: 10px;
		font-weight: 500;
		border-left: 4px solid #8ad300;
		margin-bottom: 10px;
	}
	.txt_policy01{
		font-weight: 500;
		font-size: calc(34/640*100vw);
	}
	.txt_policy02{
		font-weight: 500;
		font-size: calc(48/640*100vw);
		text-align: center;
	}
	.detail{
		padding: 10vw 6.25vw;
	}
	.tbl_about,
	.tbl_about tbody,
	.tbl_about tr,
	.tbl_about th,
	.tbl_about td{
		display: block;
	}
	.tbl_about th{
		text-align: left;
		color: #8ad300;
		font-weight: 500;
	}
	.tbl_about td{
		border-bottom: 1px solid #cfcfcf;
		padding: 0 0 4%;
		margin-bottom: 4%;
		font-size: calc(26/640*100vw);
	}
	.history{
		padding: 10vw 6.25vw;
		background: #fafafa;
	}
	.access{
		padding: 10vw 6.25vw;
	}
	.row_access{
		margin-bottom: 8vw;
	}
	.col_txt_access {
		margin-bottom: 5vw;
	}
	.col_txt_access h4{
		font-size: 17px;
		color: #8ad300;
		padding-left: 10px;
		font-weight: 500;
		border-left: 4px solid #8ad300;
		margin-bottom: 5px;
	}
	.col_txt_access p{
		margin-bottom: 15px;
	}
	.col_txt_access dt{
		font-weight: bold;
	}
	.img_access{
		margin-top: 15px;
	}
	.img_access img{
		max-width: 100%;
		height: auto;
	}
	.link_map{
		text-align: right;
		margin-top: 5px;
	}
	.link_map a{
		color: #f2ab04;
		font-size: 14px;
		font-weight: 500;
	}
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width:768px) {
	.main_about{
		background-image: url(../img/page/about/bg_main.jpg);
		background-color: #150F0E;
	}
	.greeting{
		padding-bottom: 80px;
	}
	.catch_greeting{
		text-align: center;
		color: #f2ab04;
		font-size: 44px;
		letter-spacing: -0.05em;
		font-weight: 400;
		margin-bottom: 40px;
	}
	.name_about{
		text-align: right;
		margin-top: 20px;
		font-size: 22px;
		font-weight: 500;
	}
	.name_about small{
		font-size: 16px;
		margin-right: 1em;
	}
	.policy{
		background: #fafafa;
		padding: 80px 0;
	}
	.row_policy{
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
	}
	.col_policy{
		width: 50%;
	}
	.col_policy:nth-child(2){
		border-left: 1px solid #cfcfcf;
		padding-left: 34px;
	}
	.col_policy h4{
		font-size: 24px;
		color: #8ad300;
		padding-left: 10px;
		font-weight: 500;
		border-left: 4px solid #8ad300;
		margin-bottom: 20px;
	}
	.txt_policy01{
		font-weight: 500;
		font-size: 27px;
		padding-left: 30px;
	}
	.txt_policy02{
		font-weight: 500;
		font-size: 48px;
		text-align: center;
	}
	.detail{
		padding: 80px 0;
	}
	.tbl_about{
		width: 795px;
		margin: 0 auto;
	}
	.tbl_about th{
		text-align: left;
		color: #8ad300;
		width: 180px;
		border-bottom: 1px solid #cfcfcf;
		padding: 10px 0;
		font-weight: 500;
	}
	.tbl_about td{
		border-bottom: 1px solid #cfcfcf;
		padding: 10px 20px 10px 0;
	}
	.history{
		padding: 80px 0;
		background: #fafafa;
	}
	.access{
		padding: 80px 0;
	}
	.row_access{
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 120px;
	}
	.col_txt_access{
		width: 470px;
		font-size: 14px;
		line-height: 23px;
	}
	.col_txt_access h4{
		font-size: 17px;
		color: #8ad300;
		padding-left: 10px;
		font-weight: 500;
		border-left: 4px solid #8ad300;
		margin-bottom: 5px;
	}
	.col_txt_access p{
		margin-bottom: 15px;
	}
	.col_txt_access dt{
		font-weight: bold;
	}
	.img_access{
		margin-top: 15px;
		width: 300px;
	}
	.img_access img{
		max-width: 100%;
		height: auto;
	}
	.link_map{
		text-align: right;
		margin-top: 5px;
	}
	.link_map a{
		color: #f2ab04;
		font-size: 14px;
		font-weight: 500;
	}
}