@charset "utf-8";
/* CSS Document */
/*タイトルロゴについて*/
.page-title{
	
}
.page-title h1{
	margin-top:5px;
}
.page-title h1 span{
	display:block;
	max-width:500px;
}
.page-title .ones-logo{
	width:250px;
	margin-bottom:0px;
}
.page-title .ones-logo img{
	width:100%;
}
@media(max-width:480px){
.page-title h1 span{
	display:block;
	max-width:350px;
}
.page-title {
	margin:10px auto;
}	
.page-title h1{
	font-size:20px!important;
	line-height:30px;
}
.page-title h1 span{
	font-size:20px!important;
	margin-right:10px;
	line-height:40px;
}
}
/*タイトルロゴについてここまで*/
.faq {
	padding-bottom:50px;
}
/*よくある質問*/
.faq{
	width:100%;
	margin:auto;
	color:#0077A6;
}
.color-ones {
	color:#E95312!important;
}
.backcolor-ones {
	background-color:#E95312!important;
}
h1 span{
	font-family: "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"!important;
	font-size:25px!important;
}

.recruit {
	
}

.recruit-top {
	position:relative;
}

.recruit-top-img {
	width:60%;
	position:relative;
	margin:auto 0 auto auto;
	padding-bottom:70px;
}
.recruit-top-img img{
	width:100%;
	display:block;
	border-radius:10px;
}

.recruit-top-text {
	position:absolute;
	top:0;
	z-index:2;
}

.ones-title1 {
	color:#E95312;
	font-size:18px;
	margin-top:0;
}
.ones-title1-size1{
	font-size:16px;
}
.ones-title2 {
}
.ones-title2 span{
	font-size:50px;
	font-weight:bold;
	background-color:#fff;
}
.ones-title2-size1 span{
	font-size:35px!important;
	line-height:50px;
}
.ones-title2-shironashi span{
	font-size:50px;
	font-weight:bold;
	background-color:inherit;
	line-height:45px;
}
.ones-intro1 {
	width:38%;
}

.ones-btn1 {
	width:80%;
	max-width:300px;
}
.ones-btn1 a{
	background-color:#E95312;
	color:#fff;
	font-weight:bold;
	width:100%;
	padding:10px 0;
	text-align:center;
	display:block;
	font-size:20px;
	border-radius:5px;
	border-bottom:solid 3px #C15219;
}
@media(max-width:520px){
.ones-btn1 {
	width:100%;
	max-width:none;
}	
}
/* =============================================
   マーキー（文字流れ）
   ============================================= */
.recruit-marquee-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
	padding: 20px 0 80px 0;
	background: #fff;
}
.recruit-marquee-track {
	display: flex;
	align-items: center;
	gap: 0;
	animation: marqueeScroll 20s linear infinite;
	width: max-content;
}
.recruit-marquee-img {
	height: 75px;
	width: auto;
	display: block;
	flex-shrink: 0;
}
@keyframes marqueeScroll {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-33.333%); }
}
/* hover時もマーキーは停止しない */

.check-list1 {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.check-list1 li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	word-break: break-word;
}
.check-list1 li::before {
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	min-width: 26px;
	background-color: #E95312;
	border-radius: 4px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7l4 4 6-7' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}
@media(max-width:1200px){
.recruit-top-img {
	width:50%;
	position:relative;
	margin:auto 0 auto auto;
	padding-bottom:100px;
}
.ones-title2 {
}
.ones-title2 span{
	font-size:40px;
	font-weight:bold;
	background-color:#fff;
}	
}
@media(max-width:960px){
	.recruit-top-text {
	position:static;
	top:0;
}
.ones-intro1 {
	width:100%;
}
.recruit-top-img {
	width:100%;
	position:relative;
	margin:50px 0 0 auto;
	padding-bottom:20px;
}
}
.section-top {
	display:flex;
	justify-content:space-between;
}
.section-title {
	width:50%;
}
.section-title-box {
	background-color:#E95312;
	color:#fff;
	padding:3px 10px 0 10px;
	font-size:16px;
	display:inline-block;
	margin-bottom:15px;
}
.section-title1 {
	font-size:50px;
	line-height:65px;
	font-weight:bold;
	margin:0 10px 10px 0;
}
.section-title1 span{
	font-size:50px;
	line-height:65px;
	font-weight:bold;
	margin:0;
	display:inline-block;
}
@media(max-width:960px){
.section-title1 {
	font-size:40px;
	line-height:50px;
	font-weight:bold;
	margin:0 10px 10px 0;
}
.section-title1 span{
	font-size:40px;
	line-height:50px;
	font-weight:bold;
	margin:0;
	display:inline-block;
}	
}
@media(max-width:768px){
.section-title1 {
	font-size:33px;
	line-height:43px;
	font-weight:bold;
	margin:0 10px 10px 0;
}
.section-title1 span{
	font-size:33px;
	line-height:43px;
	font-weight:bold;
	margin:0;
	display:inline-block;
}	
}

.section-title-100 {
	width:100%;
}
.section-title-img {
	width:50%;
}
.section-title-img img{
	width:100%;
	display:block;
	border-radius:10px;
}
@media(max-width:640px){
.section-top {
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.section-title {
	width:100%;
	margin-bottom:10px;
}
.section-title-img {
	width:100%;
}
.section-title1 {
	font-size:40px;
	line-height:50px;
	font-weight:bold;
	margin:0 10px 10px 0;
}
.section-title1 span{
	font-size:40px;
	line-height:50px;
	font-weight:bold;
	margin:0;
	display:inline-block;
}
}
@media(max-width:400px){
.section-title1 {
	font-size:35px;
	line-height:45px;
}
.section-title1 span{
	font-size:35px;
	line-height:45px;
}
}
.mission1 {
	margin:50px auto;
	border-left:solid 5px #E95312;
	border-right:solid 5px #E95312;
	position:relative;
	padding:10px 20px;
}
.mission1 .kakko1{
	border-top:solid 5px #E95312;
	content:"";
	display:inline-block;
	width:30px;
	position:absolute;
	top:0;
	left:0;
}
.mission1 .kakko2{
	border-top:solid 5px #E95312;
	content:"";
	display:inline-block;
	width:30px;
	position:absolute;
	top:0;
	right:0;
}
.mission1 .kakko3{
	border-top:solid 5px #E95312;
	content:"";
	display:inline-block;
	width:30px;
	position:absolute;
	bottom:0;
	right:0;
}
.mission1 .kakko4{
	border-top:solid 5px #E95312;
	content:"";
	display:inline-block;
	width:30px;
	position:absolute;
	bottom:0;
	left:0;
}
.mission1 p{
	font-size:35px;
	font-weight:bold;
	text-align:center;
}
.mission1 p .orange-box{
	display:inline-block;
	font-size:20px;
	color:#fff;
	background-color:#E95312;
	padding:2px 20px;
	margin-bottom:20px;
}
.mission1 p span{
	display:inline-block;
}
@media(max-width:960px){
.mission1 p{
	margin:0 0 20px 0;;
}	
}
@media(max-width:520px){
.mission1 p{
	font-size:25px;
}	
}
@media(max-width:380px){
.mission1 p{
	font-size:22px;
}	
}
.section-text1-center p{
	font-size:18px;
}
.ones-content1{
	margin:70px 0;
}
@media(max-width:640px){
.ones-content1{
	margin:50px 0;
}	
}
.section-title2 {
	font-size:35px;
	color:#000;
	text-align:center;
	font-weight:bold;
	line-height:35px;
	margin:20px 0;
}
.section-title2 .span1{
	font-size:55px;
	color:#E95312;
	text-align:center;
}
.section-title2 .span2{
	font-size:20px;
	color:#E95312;
	text-align:center;
}
.box-back-1 {
	background-color:#FBF6F2;
	padding:20px 30px;
	border-radius:20px;
}

.box-list1 {
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
}
.box-list1 li{
	background-color:#fff;
	width:47%;
	display:block;
	padding:0 20px 10px 20px;
	border-radius:5px;
	box-sizing: border-box;
	/*border:solid 3px #E95312;*/
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 0.2);
}

.chikai-title {
	font-weight:bold;
	font-size:23px;
	border-bottom:dotted 2px #E95312;
	padding-bottom:10px;
}
.chikai-title span{
	font-weight:bold;
	font-size:35px;
	color:#E95312;
	margin-right:10px;
}
.chikai-text{
	font-size:18px;
}
@media(max-width:768px){
.box-list1 li{
	width:100%;
	padding:0 20px 10px 20px;
}	
}
@media(max-width:640px){
.box-list1 li{
	width:100%;
	padding:0 20px 10px 20px;
}	
.chikai-title {
	font-weight:bold;
	font-size:20px;
	border-bottom:dotted 2px #E95312;
	padding-bottom:10px;
}
.chikai-title span{
	font-weight:bold;
	font-size:30px;
	color:#E95312;
	margin-right:10px;
}
.chikai-text{
	font-size:17px;
}
}
.area-back1 {
	background-color:#FBF6F2;
	padding:70px 0;
}

.section-title3 {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.section-title3 h2{
	color:#fff;
	font-size:16px;
	margin:0  0 10px 0;
	text-align:center;
	background-color:#E95312;
	display:inline-block;
	padding:3px 10px 0 10px;
}
.section-title3 p{
	line-height:48px;
}
.section-title3 p .span1{
	font-size:28px;
}
.section-title3 p .span2{
	font-size:35px;
}
.section-title3 p .big-font{
	font-size:55px;
}
.section-title3 p{
	font-size:35px;
	margin:0;
	font-weight:bold;
	text-align:center;
}
.section-title4 {
}
.section-title4 h2{
	color:#fff;
	font-size:16px;
	margin:0;
	text-align:center;
	background-color:#E95312;
	display:inline-block;
	padding:3px 10px 0 10px;
}
.area-back1-content1 {
	width:90%;
	max-width:1200px;
	margin:auto;
}

.reason-img {
	width:95%;
	margin:30px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.reason-img img{
	width:31%;
	height:auto;
	border-radius:10px;
}
@media(max-width:960px){
.reason-img {
	justify-content:center;
	gap:20px;
}
.reason-img img{
	width:47%;
	height:auto;
	border-radius:10px;
}	
}
@media(max-width:520px){
.reason-img {
	justify-content:center;
	gap:20px;
}
.reason-img img{
	width:100%;
	height:auto;
	border-radius:10px;
}	
}
.open-banner {
	background-color:#E95312;
	padding:40px 30px 50px 30px;
}

.open-banner1 {
	max-width:1200px;
	margin:auto;
	display:flex;
	flex-direction:column;
}
.open-banner1 p{
	margin:auto;
	text-align:center;
}

.new-open {
	background-color:#fff;
	display:inline-block;
	padding:3px 20px 1px 20px;
	font-weight:bold;
	font-size:18px;
	color:#E95312;
	margin-bottom:15px!important;
}

.open-text1 {
	font-size:35px;
	font-weight:bold;
	color:#fff;
	margin-bottom:16px!important;
	border-bottom:dotted 3px #fff;
	padding:0 10px;
}
.open-text1 span{
	display:inline-block;
}
.open-text2 {
	font-size:45px;
	font-weight:bold;
	color:#fff;
	line-height:55px;
}
.open-text4 {
	font-size:45px;
	font-weight:bold;
	color:#fff;
	margin-bottom:15px!important;
}
.open-text2 span{
	display:inline-block;
}
.open-text3 {
	color:#fff;
	font-size:20px;
}
.open-text3 span{
	display:inline-block;
}
@media(max-width:640px){
.open-text2 {
	font-size:35px;
	font-weight:bold;
	color:#fff;
	margin-bottom:0px!important;
	line-height:45px;
}
.open-text3 {
	color:#fff;
	font-size:18px;
}
}
@media(max-width:520px){
.open-text1 {
	font-size:30px;
}
.open-text2 {
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin-bottom:0px!important;
	line-height:40px;
}
}
@media(max-width:480px){
.new-open {
	font-size:18px;
}

.open-text1 {
	font-size:30px;
	line-height:45px;
	margin-bottom:20px!important;
	padding:0 5px;
}
.open-text2 {
	font-size:35px;
	font-weight:bold;
	color:#fff;
	margin-bottom:15px!important;
	line-height:45px;
}
.open-text2 span{
	display:inline-block;
}
.open-text3 {
	color:#fff;
	font-size:17px;
}	
.open-text4 {
	font-size:38px;
	margin-bottom:15px!important;
	line-height:45px;
}
}

@media(max-width:420px){
.new-open {
	font-size:18px;
}

.open-text1 {
	font-size:25px;
	line-height:40px;
	margin-bottom:20px!important;
}
.open-text2 {
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin-bottom:15px!important;
	line-height:40px;
}
.open-text2 span{
	display:inline-block;
}
.open-text3 {
	color:#fff;
	font-size:17px;
}	
.open-text4 {
	font-size:35px;
	margin-bottom:15px!important;
		
}
}
@media(max-width:400px){
.open-text4 {
	font-size:33px;
	margin-bottom:15px!important;
		
}
}
.honshitsu {
	width:90%;
	max-width:960px;
	margin:auto;
}
.honshitsu img{
	width:100%;
	margin:auto;
}
.honshitsu .honshitsu-pc{
	display:block;
}
.honshitsu .honshitsu-sp{
	display:none;
}
@media(max-width:768px){
.honshitsu .honshitsu-pc{
	display:none;
}
.honshitsu .honshitsu-sp{
	display:block;
}	
.honshitsu {
	width:90%;
	max-width:450px;
	margin:auto;
}
}
.ones-approach {
	border-collapse: collapse;
	width:100%;
	margin:30px 0 50px 0;
}
.ones-approach td{
}
.ones-approach td span{
	color:#E95312;
	font-weight:bold;
}
.ones-approach .td2{
	background-color:#FBF6F2;
}
.ones-approach th{
	border:solid 1px #000;
	padding:5px;
}
.ones-approach td{
	border:solid 1px #000;
	padding:10px 15px;
}
.th1{
	width:50%;
	background-color:#0070A5;
	color:#fff;
}
.th2{
	width:50%;
	background-color:#E95312;
	color:#fff;
}

.ones-approach-img {
	margin:20px auto;
	max-width:540px;
}
.ones-approach-img span{
	text-align:center;
	display:inline-block;
	width:100%;
	color:#E95312;
	font-weight:bold;
}
.ones-approach-img img{
	width:100%;
	display:block;
	border-radius:10px;
}

.upper-positions-back {
	background-color:#F5F0EB; 
	width:80%;
	max-width:640px;
	margin:20px auto;
	padding:20px;
}
