/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.4
Tested up to: 6.7
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family: "Inter", "Noto Sans JP", Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	width:100%;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clear {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#525252;
}
p a:hover {
	color:#FFA331;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p{
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	font-size:100%;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

div.float {
    margin: 3% auto;
}
.float p.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
	box-shadow:rgba(0,0,0,.5)4px 4px 8px;
}
.float p.floatl {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
	box-shadow:rgba(0,0,0,.5)4px 4px 8px;
}

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:500;
	font-size:100%;
}
span.bo {
	font-size:100%;
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFAC6));
    background: -o-linear-gradient(transparent 60%, #FFFAC6 0%);
    background: linear-gradient(transparent 60%, #FFFAC6 0%);
}


@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.downup .fadein {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}

ul[class^="col2_"] > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul[class^="col3_"] > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}
ul[class^="col2_"] > li:nth-child(even), ul[class^="col3_"] > li:nth-child(3n){
    margin-right: 0;
}

/*------------------------------------*\
    ヘッダー＆フッダー00
\*------------------------------------*/
.site-header {
	display:flex;
	justify-content: space-between;
	align-items:center;
	width:96%;
	position:absolute;
	left:calc(50% - 48%);
	padding: 10px 0;
}
.site-logo {
	width:200px;
}
.main-navigation ul {
	display:flex;
}
.m-navi_link>a {
	padding:10px 20px;
	display:inline-block;
	position:relative;
	transition: all .3s;
	font-size:18px;
	font-weight: bold;
}
.m-navi_link>a::before {
  background: linear-gradient(90deg, #F38100, #fec200 100%);
  content: '';
  width: 70%;
  height: 2px;
  position: absolute;
  left: calc(50% - 35%);
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.m-navi_link>a:hover {
  color: #F38100;
}
.m-navi_link>a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer_logo {
	width:250px;
	margin: 0 auto 20px;
}
.footer_ttl {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.footer-navigation ul {
	display:flex;
	justify-content:space-around;
	width:90%;
	max-width:1000px;
	margin:0 auto;
	flex-wrap:wrap;
}
.f-navi_link>a {
	padding: 10px 20px;
	display: inline-block;
	transition: all .3s;
}
.f-navi_link>a:hover {
	color:#F38100;
}
.copy_txt {
	text-align:center;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(243, 129, 0, 1) 100%);
	padding: 100px 0 50px;
    color: #fcfcfc;
	margin:0;
}

.sp_navi {
	display:none;
}

/*------------------------------------*\
    トップページ00
\*------------------------------------*/
.mv {
	background-image:url(https://axes.jobs/wp-content/uploads/2025/03/back.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.mv_ttl {
	width:60%;
	padding:300px 0;
}
.catch_txt {
	font-size: 30px;
	font-weight:bold;
	text-align:center;
	line-height: 2;
}
.orange_txt {
	color: #F38100;
	font-weight:bold;
	font-size: 20px;
}
.com_btn {
	margin: 50px auto 0;
    width: fit-content;
}
.com_btn>a {
	border: #fcfcfc 3px solid;
    padding: 25px 60px;
    color: #fcfcfc;
    font-size: 20px;
    font-weight: bold;
    display: block;
	transition: all .3s;
}
.com_btn>a:hover {
	background: #F38100;
	border: #F38100 3px solid;
}
.inner {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

/*topics*/
.orange_h2 {
	color: #F38100;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
.orange_h2>span {
	display:block;
	font-size:20px;
}
.orange_h2>span>.big_txt {
	font-size:130%;
	color: #F38100;
	font-weight:bold;
}
.topics_img {
	display: flex;
	justify-content:space-between;
}
.topics_img>li {
	width: 32%;
}
.topics_img>li img {
	object-fit:cover;
	height:100%;
}
.topics_img>li a {
	transition:all .3s;
}
.topics_img>li a:hover {
	opacity:.8;
}

/*our service*/
.ttl1 {
	text-align:center;
	font-size: 60px;
	display:flex;
	flex-direction:column;
	font-weight:100;
}
.yellow_txt {
	font-size: 20px;
	font-weight:bold;
	color:#fec200;
	display: inline-block;
}
.top_service_area {
	margin-top:30px;
	display:flex;
	justify-content:space-between;
}
.top_service_area .txt_area,
.top_service_area .img_area {
	width:48%;
}
.top_service_h3 {
	display:flex;
	align-items:center;
	font-size:24px;
	font-weight:bold;
}
.top_service_h3 img {
	width:80px;
	object-fit:cover;
	margin-right:20px;
}
.service_btn {
	border-left: #525252 1px solid;
	border-bottom: #525252 1px solid;
}
.service_btn>a {
	font-size:20px;
	font-weight:bold;
	padding:10px 0 10px 20px;
	display:block;
	transition:all .3s;
}
.service_btn>a:hover {
	transform: translateX(10px);
	color: #F38100;
}

/*reasons to choose*/
.top_reasons {
	background: #fec200;
	padding:5% 0;
}
.top_reasons .ttl1 {
	color:#fcfcfc;
}
.ttl1 span {
	font-size: 20px;
	font-weight:bold;
}
.slider_area {
	max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.slider {
  max-width: 70%;
  margin: 0 auto;
}
.slider .slick-list {
  overflow: visible;
}
.slick-prev, .slick-next {
  display:none !important;
}
.slick-slide {
	margin: 0 35px;
	background: #fff9f9;
}
.slider img {
    height: auto;
    width: 100%;
}
.slider_h3 {
	text-align:center;
	margin-bottom:2%;
	font-weight:bold;
	font-size:20px;
}
.slider_txt_area {
	padding: 0 40px 40px;
	min-height:280px;
}
.slider li {
	position:relative;
}
.slider .com_point_txt {
	width: 150px;
	padding: 20px 0px;
	border-radius: 10px;
	color:#fcfcfc;
	background:#F38100;
	font-weight:bold;
	text-align:center;
	position: absolute;
    bottom: -50px;
    left: calc(50% - 75px);
}
.top_area {
	background:#fff;
	padding: 20px 40px;
}
.ttl2 {
	padding:10px 0;
	text-align:center;
	font-size: 24px;
	font-weight:bold;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(254, 194, 0, 1) 50%, rgba(255, 255, 255, 1));
}
.top_area_list {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.top_area_list li {
    text-align: center;
    width: 18%;
    margin-bottom: 15px;
	border: solid 1px #fec200;
	border-radius: 30px;
}
.top_area_list li a {
	border-radius: 30px;
    padding: 10px 0;
	display:block;
	transition:all .3s;
}
.top_area_list li a:hover {
    background:#fec200;
	color:#fcfcfc;
}
.top_area_txt {
	color:#999;
	font-size:14px;
	text-align:center;
	margin:3% 0;
}
.small_txt {
	font-size:80%;
}

/*about us*/
.top_about {
	background-image:url(https://axes.jobs/wp-content/uploads/2025/03/back1.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 5% 0;
}
.about_txt_area {
	background:#fcfcfceb;
	padding:3%;
}
.btn2 {
}
.btn2>a {
	border-radius:30px;
	width:250px;
	margin: 0 auto;
	display:block;
	font-weight:bold;
	color:#fcfcfc;
	background:#F38100;
	border:#F38100 solid 1px;
	text-align: center;
	padding: 10px 0;
	transition: all .3s;
}
.btn2>a:hover {
	background:#fcfcfc;
	color: #F38100;
}

/*infomation*/
.top_news_link>a {
	display:flex;
	padding-bottom:10px;
	border-bottom: 1px dashed #525252;
	padding-left: 15px;
	transition:all .3s;
}
.top_news_link>a:hover span,
.top_news_link>a:hover h3 {
	color: #F38100;
}
.top_news_link span {
	width:120px;
}
.top_news_link h3 {
	margin-left:10px;
	white-space: nowrap; /* 折り返し無しにする */
	overflow: hidden; /* はみ出た部分を非表示 */
	text-overflow: ellipsis; /* 語尾を3点リーダーに */
	width:calc(100% - 120px);
}

/*recruitment info*/
.mb15 {
	margin-bottom:15%;
}
.top_recruit {
	position:relative;
	z-index:1;
}
.top_recruit:before {
	content:'';
	position:absolute;
	width: 600px;
	height:600px;
	border-radius: 100%;
	top:-80px;
	left: calc(50% - 300px);
	background:#e7e7eb;
	z-index:-2;
}
.top_recruit:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    bottom: -180px;
    right: calc(10% - 150px);
    background: #cfd5e6;
    z-index: -1;
}
.ttl1 .blue_txt {
	color:#192f60;
}
.top_recruit_txt {
	text-align:center;
}
.btn3 {
}
.btn3>a {
	border-radius:30px;
	width:250px;
	margin: 0 auto;
	display:block;
	font-weight:bold;
	color:#fcfcfc;
	background:#192f60;
	border:#192f60 solid 1px;
	text-align: center;
	padding: 10px 0;
	transition: all .3s;
}
.btn3>a:hover {
	background:#fcfcfc;
	color: #192f60;
}


/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/





/*------------------------------------*\
    下層ページ00
\*------------------------------------*/
/*ヘッダー*/
.entry-title {
	padding: 150px 0 50px;
    font-size: 35px;
    width:100%;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(243, 129, 0, 1) 100%);
	display: flex;
	text-align:center;
    flex-direction: column;
	color:#fcfcfc;
	font-weight:bold;
	text-shadow:rgba(0,0,0,.25) 0 0 20px;
}
.entry-title span {
	display: block;
	font-size: 24px;
	text-transform: capitalize;
	color:#fcfcfc;
	font-weight:bold;
}
/*パンくず*/
.bread-link {
	margin: 20px auto;
}
.aioseo-breadcrumb {
	font-size:18px;
}
.aioseo-breadcrumb>a {
	color: #f38100;
	text-decoration: underline;
}
.aioseo-breadcrumb-separator {
	margin: 0 10px;
}

/*会社概要*/
.page_about .about-table th,
.page_about .about-table td {
	display: block;
	border: none;
}
.page_about .about-table th {
	font-weight: bold;
	padding: 20px 0 10px;
	font-size:22px;
}
.page_about .about-table td {
	font-size:18px;
	color:#fcfcfc;
	padding: 10px 0px 10px 10px;
	background-image: linear-gradient(270deg, rgb(254 194 0), rgba(243, 129, 0, 1) 100%);
	min-height: 65px;
	display:flex;
	align-items:center;
}
.page_about .about-table td a {
	text-decoration:underline;
	color: #fcfcfc;
	padding: 10px 0;
	display: inline-block;
}
.origin_txt {
	width:90%;
	background: rgba(243,129,0,.2);
	padding: 30px 20px;
	position: relative;
	z-index:1;
}
.origin_txt:before {
	content:"";
	background-image:url(https://axes.jobs/wp-content/uploads/2025/03/new_logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0.15;
	width:50%;
	height:50%;
	position:absolute;
	bottom:calc(50% - 40%);
	right:calc(0% - 10%);
	z-index:-1;
}

.list2 {
	display:flex;
	flex-wrap:wrap;
	max-width:700px;
	margin: 3% auto;
	justify-content: space-between;
}
.list2 li {
	width:45%;
	margin-bottom:2%;
}
.list2 li a {
	padding: 10px 0 10px 20px;
	display:block;
	border-bottom: 2px solid #f38100;
	position:relative;
	transition: all .3s;
}
.list2 li a span {
	margin-right:10px;
}
.list2 li a:hover {
	color:#f38100;
}

/*事業内容*/
.ttl3 {
	padding-bottom:10px;
	border-bottom: 2px solid #fec200;
}
.page_service_area {
}
.page_service_area .service_area_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.page_service_area .service_area_list li {
    text-align: center;
    width: 18%;
    margin-bottom: 15px;
    border: solid 1px #fec200;
    border-radius: 30px;
}
.page_service_area .service_area_list li a {
	border-radius: 30px;
    padding: 10px 0;
	display:block;
	transition:all .3s;
}
.page_service_area .service_area_list li a:hover {
    background:#fec200;
	color:#fcfcfc;
}

.ttl4 {
	padding: 10px 20px;
	background: #fec200;
	color:#fcfcfc;
	font-size: 24px;
}
.list1 {
	padding: 0px 20px;
}
.ttl5 {
	padding-bottom:1%;
	border-bottom: dotted 4px #fec200;
	font-weight:bold;
	margin-bottom:1%;
}
.ttl5 span {
	font-size: 200%;
	color: #fec200;
	font-weight:bold;
	margin-right:10px;
}
.list1 li p {
	padding: 0 4%;
}

/*求人募集*/
.job-table_area  {
	border:4px solid #fec200;
	padding:30px 60px;
}
.job-table tr {
	border-bottom: 2px dashed #999;
}
.job-table tr.bottom {
	border-bottom: none;
}
.job-table th,
.job-table td {
	padding: 20px 0 20px 20px;
}
.job-table th,
.job-table td h3 {
	font-size:18px;
	font-weight:bold;
}
.job-table td h3 {
	margin: 2% 0;
}
.job-table th {
	width:25%;
}
.job-table td {
	width:75%;
}
.btn4 {
}
.btn4>a {
	border-radius:30px;
	width:250px;
	margin: 0 auto;
	display:block;
	font-weight:bold;
	color:#fcfcfc;
	background:#fec200;
	border:#fec200 solid 1px;
	text-align: center;
	padding: 10px 0;
	transition: all .3s;
}
.btn4>a:hover {
	background:#fcfcfc;
	color: #fec200;
}
.no_shadow {
	box-shadow:unset !important;
}
.misson_area {
	position: relative;
    z-index: 1;
}
.misson_area:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    background: #e7e7eb;
    z-index: -1;
}

/*お問合せ*/
.txt_c {
	text-align:center;
}
.wpcf7 {
	width:100%;
	margin: 0 auto;
	max-width:800px;
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
	background: #f38100;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:focus-visible {
    outline: #f38100 auto 1px;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
	background: #f38100;
	border: #f38100 solid 3px;
  color: #fff;
  transition: opacity .6s;
	font-size:18px;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

/*-----------------
 * 個人情報関連・利用規約
 * -----------------*/
.table1 {
	border-collapse: separate;
    border-spacing: 0;
	min-width:550px;
}
.table1 th {
    background: #fec200;
    text-align: center;
    width: 200px;
    padding: 20px 0;
    vertical-align: top;
    color: #fcfcfc;
}
.table1 td {
    border:1px solid #fec200;
    padding: 20px;
    vertical-align: top;
}
.scroll {
	overflow-x: scroll;
}

@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p {
	font-size:15.5px;
	margin-bottom:8px;
}

/*------------------------------------*\
    ヘッダー＆フッダー100
\*------------------------------------*/
	.site-logo {
		width:120px;
	}
	.m-navi_link>a {
		padding: 10px;
		font-size: 16px;
	}





/*------------------------------------*\
    トップページ1000
\*------------------------------------*/
	.mv_ttl {
		width:100%;
	}
	.mv {
		background-position-x: 80%;
	}
	.catch_txt {
		text-shadow: rgba(255, 255, 255, 1) 2px 1px 2px;
	}
	.com_btn>a {
		background: rgba(243,129,0,0.5);
		border-color:#F38100;
	}
	.top_service {
		margin: 5% auto !important;
	}
	.slick-slide {
		margin: 0 10px;
	}
	.slider_txt_area {
		padding: 0 20px 20px;
	}
	.slider .com_point_txt {
		padding: 10px 0;
		bottom:-28px;
	}
	.top_area {
		margin-top: 80px;
	}
	.top_recruit:before {
		width: 450px;
		height: 450px;
		top: -30px;
		left: calc(50% - 225px);
	}
	.top_recruit:after {
		width: 250px;
		height: 250px;
		bottom: -60px;
		right: calc(18% - 125px);
	}




/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/





/*------------------------------------*\
    下層ページ1000
\*------------------------------------*/
	.entry-title {
		padding-top:100px;
		padding-bottom: 20px;
		font-size:32px;
	}
	/*求人募集*/
	.job-table_area  {
		padding: 30px;
	}
}





@media screen and (max-width: 700px) {

.width {
	width:96%;
}
p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.float p.floatr,.float p.floatl {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}



/*------------------------------------*\
    ヘッダー＆フッダー700
\*------------------------------------*/
	.site-header {
		background:#fcfcfc;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		box-shadow: rgba(0,0,0,.25)0px 2px 2px;
		z-index:99;
		height:80px;
	}
	.site-logo {
		width:110px;
		margin-left:10px;
	}
	.main-navigation {
		display:none;
	}
	.sp_navi {
		display:block;
	}
	/* Nav items */
	.menu {
		list-style: none;
		position: absolute;
		width: 100%;
		height: auto;
		top: 0px;
		left:0;
		margin-top: 80px;
		padding: 0 0 10px 0;
		clear: both;
		background: #fcfcfc;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform: scale(1, 0);
		transform-origin: top;
		box-shadow:rgba(0,0,0,.25)0 2px 2px;
	}
	/* Hamburger menu button */
	.menu-btn:checked ~ .menu {
		transform: scale(1, 1);
		transform-origin: top;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	/* Hamburger menbu text */
	.menu a {
		text-decoration: none;
		font-weight: 500;
		letter-spacing: 2px;
		font-size: 16px;
		text-transform: capitalize;
		color: #f38100;
		opacity: 0;
		transition: 0.5s;
	}
	.menu li {
		border-top: 1px solid rgb(75, 75, 75);
		padding: 15px 0;
		margin: 0 54px;
		opacity: 0;
		transition: 0.5s;
	}
	.menu-btn:checked ~ .menu a,
	.menu-btn:checked ~ .menu li {
		opacity: 1;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	}
	.menu-btn {
		display: none;
	}
	.menu-icon {
		display: inline-block;
		position: relative;
		cursor: pointer;
		padding: 24px 14px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.navicon {
		background: #f38100;
		display: block;
		height: 3px;
		width: 26px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before,
	.navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: #f38100;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before {
		top: 9px;
	}
	.navicon:after {
		bottom: 9px;
	}
	/* Hamburger Menu Animation Start */
	.menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	.menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
	}
	.menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	/* Hamburger Menu Animation End */
	
	/* Navbar Container */
	.navtext-container {
		width: 100%;
		height: 52px;
		position: absolute;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* Navbar Text */
	.navtext {
		position: absolute;
		text-transform: uppercase;
		color: #ddd;
		letter-spacing: 4px;
		font-size: 20px;
	}

	.footer_logo {
		width:180px;
	}
	.footer-navigation ul {
		flex-direction: column;
		text-align: center;
		width: 60%;
		margin-bottom:5%;
	}
	.f-navi_link {
		border-bottom: 1px solid #f38100;
	}



/*------------------------------------*\
    トップページ700
\*------------------------------------*/
	.mv {
		background-position-x: 70%;
	}
	.mv_ttl {
		padding:150px 0;
	}
	.catch_txt {
		font-size:20px;
	}
	.com_btn>a {
		padding:20px 40px;
		font-size:16px;
	}
	.topics_img {
		flex-direction:column;
	}
	.topics_img>li {
		width:100%;
		margin-bottom:3%;
	}
	.top_service_area {
		flex-direction:column;
	}
	.top_service_area .txt_area, .top_service_area .img_area {
		width:100%;
	}
	.ttl1 {
		font-size:45px;
	}
	.ttl1 span {
		font-size:16px;
	}
	.top_service_h3 {
		font-size:20px;
	}
	.service_btn>a {
		font-size:16px;
	}
	.top_reasons .ttl1 {
		font-size: 40px;
	}
	.slider_area {
		padding: 0 10px;
		margin-bottom:10% !important;
	}
	.slick-list {
		padding: 0 !important;
	}
	.slider {
		max-width:100%;
	}
	.slider_txt_area {
		min-height:200px;
	}
	.ttl2 {
		font-size: 20px;
	}
	.top_area {
		padding: 40px 20px;
	}
	.top_area_list li {
		width: 30%;
	}
	.top_recruit:before {
		width: 300px;
        height: 300px;
        top: -10px;
        left: calc(50% - 150px);
	}
	.top_recruit:after {
		width: 200px;
        height: 200px;
        bottom: -10px;
        right: calc(14% - 65px);
	}
	.top_news_link>a {
		flex-direction:column;
	}
	.top_news_link h3 {
		width:100%;
	}
	
	




/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/





/*------------------------------------*\
    下層ページ700
\*------------------------------------*/
	.aioseo-breadcrumb {
		font-size:16px;
	}
	.entry-title {
		font-size: 28px;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 129, 0, 1) 100%);
	}
	/*会社概要*/
	.page_about .about-table th {
		font-size:20px;
	}
	.page_about .about-table td {
		font-size:16px;
	}
	.origin_txt {
		width:100%;
	}
	.origin_txt:before {
		width:90%;
		height: 50%;
		bottom: calc(50% - 25%);
		right: calc(50% - 45%);
	}
	/*事業内容*/
	.page_service_area .service_area_list li {
		width: 30%;
	}
	.ttl4 {
		font-size:20px;
	}
	/*求人募集*/
	.job-table tr {
		display: flex;
		flex-direction: column;
	}
	.job-table th,
	.job-table td {
		width:100%;
		padding:10px;
	}
	.job-table td h3 {
		font-size:16px;
	}
	.float p.recruit_logo {
		width:100%;
		max-width:300px;
		margin:2% auto 4%;
	}
	
	/*お問合せ*/
	.cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }
	
	
	
}

/*サンクスページ*/
.thanks-txt {
	text-align:center;
}
.thanks-txt .big_txt {
	font-size:130%;
	font-weight:bold;
	transition:all .3s;
}
.thanks-txt .big_txt:hover {
	color: #F38100;
}
.btn_area {
	display: flex;
    justify-content: space-between;
}
.btn {
	width:30%;
}
.btn a {
	padding: 15px 0;
	text-align:center;
    display: block;
    background: #F38100;
    color: #fff;
    border: 1px solid #F38100;
	transition:all .3s;
}
.btn a:hover {
	background:#fff;
	color:#F38100;
}

/*----------------
 * 25.06.09 DC追記
 * ----------------*/
.line_bnr {
	display:flex;
	justify-content:space-between;
}
.line_bnr a {
	width:48%;
}
.line_bnr a:hover {
	opacity:0.8;
}
span.blue_txt {
	color: #3d6ab3;
    font-weight: bold;
    font-size: 20px;
}
.service_btn.blue a:hover {
	color: #3d6ab3;
}
.top_service_h3.blue {
	border-color:#3d6ab3;
}
.f_sns {
	display:flex;
	justify-content:center;
}
.f_sns .sns_link {
	margin:0 15px;
}
.f_sns .sns_link img {
	width:60px;
	height:60px;
	margin:0 auto 5px;
}
.f_sns .sns_link a span {
	font-weight:bold;
}
.f_sns .sns_link a:hover span {
	color:#F38100;
}
.f_sns .sns_link a.blue:hover span {
	color:#3d6ab3;
}
.list2 li a:hover span.ib {
	color:#F38100;
	transition:all .3s;
}
.list2 li a.blue:hover {
	color:#3d6ab3;
}
.list2 li a.blue:hover span.ib {
	color:#3d6ab3;
}

@media screen and (max-width:700px) {
	.top_service_area.tensyoku {
		flex-direction:column-reverse;
	}
	.top_service_area.tensyoku img {
		margin-top:20px;
	}
	.line_bnr {
		flex-direction:column;
	}
	.line_bnr a {
		width:100%;
		margin-bottom:10px;
	}
	.f_sns .sns_link img {
		width:40px;
		height:40px;
	}
}

/*------------------
 * 25.06.11 DC追記
 * ------------------*/
.navy_txt {
	color:#0E35AD;
	font-weight: bold;
    font-size: 20px;
}
.service_btn.navy a:hover {
	color:#0E35AD;
}
.top_service_h3.navy {
    border-color: #0E35AD;
}
.ttl4.navy {
	background-color:#0E35AD;
}
.table1.navy th {
    background: #0E35AD;
    text-align: center;
    min-width: 240px;
    padding: 20px 0;
    vertical-align: top;
    color: #fcfcfc;
}
.table1.navy td {
    border: 1px solid #0E35AD;
    padding: 20px;
    vertical-align: top;
}
.f_company p {
	width:250px;
}
.f_company p a:hover {
	opacity:0.8;
}

/*---------------
 * 25.08.29 DC追記
 * ---------------*/
.link1 {
	margin-top:5%;
}
.link1 a {
	display:block;
	width:fit-content;
	border-bottom: 3px solid #f38100;
	padding-bottom:7px;
	transition:all .3s;
	font-weight:bold;
}
.link1 a:hover {
	padding-bottom:3px;
}
.link2 {
	width:fit-content;
	margin:5% auto 0;
}
.link2 a {
	display:block;
	width:200px;
	background:#f38100;
	border:1px solid #f38100;
	transition:all .3s;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	color:#fff;
}
.link2 a:hover {
	background:#fff;
}
.ttl6 {
	font-size:18px;
	font-weight:bold;
	color:#f38100;
	padding-bottom:5px;
	margin:2% 0 1.5%;
	border-bottom:2px dashed #f38100;
}
.ttl7 {
	font-size:16px;
	font-weight:bold;
	background:#f38100;
	color:#fff;
	padding:5px 10px;
}
.list3 {
	padding:5px 10px 10px;
	border:1px solid #f38100;
	margin-bottom:3%;
	background:#fffdf1;
}
.list3 li {
	padding:5px 0;
	border-bottom:2px dashed #9a9a9a;
}
.list3 li span {
	color:#f38100;
	font-size:13px;
	margin-right:10px;
} 
.read_txt {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (max-width:700px) {
	.link1 {
		width:fit-content;
		margin:5% auto 0;
	}
	.link1 a {
		display:block;
		width:200px;
		background:#f38100;
		border:1px solid #f38100;
		transition:all .3s;
		font-weight:bold;
		text-align:center;
		padding:10px 0;
		color:#fff;
	}
	.link1 a:hover {
		background:#fff;
	}
}

/*----------------
 * 25.09.04 DC追記
 * --------------*/

.btn5,
a.btn5,
button.btn5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 5rem;
  color: #fff;
  background: #F38100;
    -webkit-box-shadow: 0 5px 0 #b56000;
    box-shadow: 0 5px 0 #b56000;
	margin: 3% auto;
	width:500px;
    display: block;
}

a.btn-c span {
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #F38100;
  border-radius: 4px;
  background: #fff;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #F38100;
    -webkit-box-shadow: 0 2px 0 #b56000;
    box-shadow: 0 2px 0 #b56000;
}

a.btn-c:hover:before {
  left: 2rem;
}
.list4 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.list4 li {
	width:49%;
	margin-bottom:2%;
}
.list4 li a {
	transition:all .3s;
}
.list4 li a:hover{
	opacity:0.8;
}
@media screen and (max-width:1000px) {
	.list4 {
		flex-direction:column;
	}
	.list4 li {
		width:100%;
	}
	.list4 li:nth-of-type(4) {
		display:none;
	}
}
@media screen and (max-width:700px) {
	.list4 li:nth-of-type(3) {
		display:none;
	}
	a.btn-c {
	  font-size: 2rem;
	  padding: 0.5rem 1rem 0.5rem 4rem;
		width:300px;
	}
	a.btn-c span {
	  font-size: 1rem;
	}
}
/*-------------------
25.11.11 DC追記
----------------------*/
.dc_column {
    margin: 3% auto;
    width: 90%;
    max-width: 1200px;
}
.dc_ttl1 {
    color: #F38100;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2%;
    font-size: 24px;
}
.dc_list1 {
    max-height: 200px;
    overflow-y: scroll;
    margin: 3% 0 !important;
    list-style: none !important;
}
.dc_list1 li {
    border-bottom: #F38100 dashed 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dc_list1 a {
    text-decoration: none !important;
    color: #000;
    transition: all .3s;
    color: #401e02;
}
.dc_list1 a:hover {
    opacity: .8;
}
.dc_ttl2 {
    padding: 0;
    margin: 5px 0 !important;
    border: none;
    white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
    color: #F38100;
    font-size: 20px !important;
}
.dc_read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
    line-height: normal;
    margin: 0 !important;
    color: #401e02;
}
.dc_column_link {
    text-align: right !important;
}
.dc_column_link a {
    text-decoration: none !important;
    color: #401e02;
    transition: all .3s;
}
.dc_column_link a:hover {
    color: #F38100;
    opacity: .8;
}