@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html.wf-active,
html.loading-delay{
visibility: visible;
}
html {
font-family: "Noto Sans JP";
	overflow-x: auto;
	overflow-y:scroll;
}

body {
	/* background-image: url("../img/memphis-colorful.png");
	background-repeat: repeat;
	background-attachment: fixed; */
	-webkit-text-size-adjust:none;
	color: var(--common);
}
p {
	margin: 0;
	padding: 0;
}
a {
	background: transparent;
	outline:0 !important;
	transition: background-color 1s;
	cursor: pointer;
}
a:visited {color: var(--link);}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing:0;
}
ul, ol {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

article, aside, small, nav, section, figure, figcaption, main {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	outline:none;
}

h1 {font-size: 2.0rem;}
h2 {font-size: 1.6rem; font-weight: normal;}
h3 {font-size: 1.4rem;}
p {font-size: 1.2rem;}
.headtxt { font-size: 1.6rem; padding: 10px;}
span.nomaltxt { font-size: 1rem;}
span.smalltxt { font-size: 0.8rem;}
hr {	display: block;}

:root {
	--common:#112048;
	--primary: #333333;
	--secondary: #004994;
	--tertiary: #999999;
	--link:#000000;
	--red: #cc0000;
	--bd-line:1px solid #ccc;
	--commonfont:"futura-pt", sans-serif;
}

.fas { margin-right: 10px;}
.pcHide {	display: none;}
/* section common
-----------------------------------------------------------*/
.grecaptcha-badge {
	display: none;
}

#main__wrapp {	width: 100%;	border-bottom: 1px solid #ccc;
}
#main__wrapp a {color: var(--link);}
#main__wrapp a:hover {opacity: 0.7;}
.flex_common { display: flex; flex-wrap: wrap;	justify-content: center;}
.flex_common_wp { display: flex;	justify-content: center; align-items: center;}
.flex_spar { display: flex; flex-wrap: wrap;	justify-content: space-around;}
.flex_spbtwn { display: flex; flex-wrap: wrap;	justify-content: space-between;	}
.flex_spbtw { display: flex; flex-wrap: wrap; justify-content: flex-start;}

.flex__wide_clm { width: 68%;}
.flex__2clm { width: 50%; margin: 0;}
.flex__2clm__ft { width: 60%; margin: 0;}
.flex__2clm__about { width: 45%; margin: 1%;}
.flex__2clm__corp_l { width: 20%; margin: 1%;}
.flex__2clm__corp_r { width: 75%; margin: 1%;}
.flex__2clm__single_l { width: 60%; margin: 1%;}
.flex__2clm__single_r { width: 35%; margin: 1%;}
.flex__3clm {	width: 31%;	margin: 10px;}
.flex__3clm__mg0 {	width: 30%; margin: 1%;}
.flex__4clm {	width: 23%;	margin: 1%;}

.sec_common {
width: 100%;
max-width: 1300px;
margin: 0 auto;
}

.more a{
	color: #000;
	background: #f5f5f5;
	padding: 10px 60px;
	/* border: var(--bd-line); */
	font-size: 1rem;
 font-family: var(--commonfont);
	font-weight: 400;
	font-style: italic;}

.more a:hover{
	color: #fff;
	background: var(--link);
	/* border: var(--bd-line); */
}

.more__btm {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}

/* page scroll */
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}

@media screen and (max-width: 959px) {
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 44px;
}
}

.recruit_table {
	padding: 30px;
}
.recruit__information {
	padding: 50px 30px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}

/* NIW =============================== */

.location__logo {
	width: 100%;
	max-width: 380px;
}

.button__common {
	width: 20%;
	max-width: 250px;
	margin: 0 auto;
}
.button__common a{
	color: #fff !important;
	text-decoration: none;
}


.top__bgimg {
	background: url("../img/index__bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	background-color: #aaa;
	display: flex;
	flex-flow: wrap;
	justify-content: start;
	align-items: center;
	z-index: 0;
	position: relative;
}
.top__bgimg_line {
position: absolute;
bottom: 0;
width: 100%;
z-index: 9999;
}

.index_cap {
padding:0 0 0 50px;
width: 100%;
max-width:730px;
}
@media screen and (max-width: 959px) {
.index_cap {
padding:0 0 0 50px;
width: 100%;
max-width:730px;
}
.location__logo {
	width: 100%;
	max-width: 270px;
}

}
@media screen and (max-width: 480px) {
.top__bgimg {
	background: url("../img/index__bg_sp.webp");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-color: #aaa;
	display: flex;
	flex-flow: wrap;
	justify-content: start;
	align-items: center;
	z-index: 0;
	position: relative;
}

.index_cap {
padding: 0 40px;
width: 100%;
max-width:730px;
}
}

.sec__mission {
background: url("../img/top__mission__bg.webp");
background-repeat: no-repeat;
background-position: center top;
}

.sec__corpinfo {
	border-top: 1px solid #ccc;
	background: url("../img/index__parts_2.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 50px;
}

.sec__pholos {
background: url("../img/top__mission__bg.webp");
background-repeat: no-repeat;
background-position: center top;
}


.copinfo_parts{
position: relative;
top: 0px;
right: 0px;
z-index: 1;
}

.sec__corpinfo_inner {
/* width: 100%;
background: url("../img/biz__bg_3.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
z-index: 0; */
}


.sec__works {
background: url("../img/index__parts_3.png");
background-repeat: no-repeat;
background-position: left bottom;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-bottom: 100px;
}

.sec__recruit {
background: url("../img/recruit__bg.webp");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
/* border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc; */
color: #fff;
}

.sec__news {
	padding:0;
	width: 100%;
	margin: 0 auto;
	background: url("../img/info__bg.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.sec__machine {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-bottom: 100px;
}
.sec__about {
}
.location_inner {
	padding-top:50px;
}


.sec__120 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

.sec__120__in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.flex__bdr {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 480px) {
	.flex__3clm__mg0 {	width: 49%; margin: 0;}

.sec__mission,
.sec__corpinfo,
.sec__works,
.sec__machine,
.sec__about,
.sec__recruit {
	padding: 0 15px;
}
.sec__120 {
	padding: 50px 0;
}

.sec__120__in {
	padding: 15px;
}


.sec__corpinfo {
background: url("../img/parts_sp_1.png");
background-repeat: no-repeat;
background-position: right top;
padding-bottom: 50px;
}
.sec__corpinfo_inner {
background: none;
}

.sec__works {
background: url("../img/parts_sp_2.png");
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 50px;
}
.sec__machine {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-bottom: 50px;
}
.sec__recruit {
background: url("../img/recruit__bg.webp");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
/* border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc; */
color: #fff;
padding-bottom: 50px;
}

}

.topcap_sec1 {
	font-size: 2.0rem;
	padding-bottom: 25px;
}
.toptxt_sec1 {
	font-size: 1.2rem;
	line-height: 2.1rem;
	text-align: left;
}
.topcap_philosophy {
	font-size: 1.8rem;
	padding-bottom: 0;
}
.toptxt_philosophy {
	font-size: 1.2rem;
	padding: 5px 0 50px 0;
	line-height: 2.1rem;
	text-align: left;
}

@media screen and (max-width: 480px) {
.topcap_philosophy {
	font-size: 1.4rem;
	padding-bottom: 10px;
}
.toptxt_philosophy {
	font-size: 1.0rem;
	padding: 5px 0 50px 0;
	line-height: 1.6rem;
	text-align: left;
}
}



.toptxt_sec1_spcr {
	padding: 15px;
}

.toptxt_sec1_spcr2 {
	padding: 45px 0;
	/* font-size: 1.5rem; */
	text-align: center !important;
}

.toptxt_recruit {
	font-size: 2.0rem;
line-height: 2.8rem;
}
.sec_mis__titl {
	padding: 10px;
}

.sec_mis__head {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding:0 15px 50px;
text-align: center;
}
.prdct_box p{
	line-height: 1.6rem;
	padding: 10px;
	font-size: 1.0rem !important;
}
.prdct {
	padding: 5px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
.prdct_ttl {
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 5px;
}
.bg__number_1 {
background: url("../img/no1.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}
.bg__number_2 {
background: url("../img/no2.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}
.bg__number_3 {
background: url("../img/no3.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}

.loc__spcr {
	padding: 0 0 0 30px;
}



@media screen and (max-width: 480px) {
.prdct_box {
	padding: 10px 5px;
}
.toptxt_recruit {
		font-size: 1.4rem;
		line-height: 2.4rem;
}
.prdct_box p{
	line-height: 1.6rem;
	padding: 10px;
	font-size: 1.0rem;
}
.toptxt_sec1_spcr2 {
	padding: 25px 0;
	font-size: 1.8rem;
	text-align: left !important;
}

.bg__number_1 {
background: url("../img/no1_sp.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}
.bg__number_2 {
background: url("../img/no2_sp.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}
.bg__number_3 {
background: url("../img/no3_sp.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
}

}


.location_info {
	padding: 10px;
	font-size: 1.4rem;
}
.inq__btn__info {
	padding: 20px;
}

.pp__box {
	width: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 25px 0;
}

@media screen and (max-width: 480px) {
	.sec_mis__head {
	padding: 0 0 40px 15px;
	}

.topcap_sec1 {
	font-size: 1.4rem;
	padding-bottom: 25px;
}
.toptxt_sec1 {
	font-size: 1.0rem;
	line-height: 2.0rem;
}

.location_info {
				padding: 10px;
				font-size: 1.0rem;
}
}



/* section WP	------------------------------------- */
.wp__wrapper {	width: 100%;}
.wp__wrapp__page {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.wp__wrapp__begin {	padding: 50px 0;}

.thumbnail_topsize img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/* news ------- info */
.works__info a{
	color: var(--common);
	font-size: 1rem;
	text-decoration: none;
}
.flex_info_thumb img{
	border: var(--bd-line);
	padding: 5px;
	margin-bottom: 10px;
}

/* wp page header common */
.wp__page__headimg {
	width: 100%;
 /* margin-top: 50px; */
	height: 300px;
	margin-top: 65px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.wp__page__title {
/* font-family: "Lobster", sans-serif;
font-weight: 400;
font-style: normal; */
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.wp__page__title h1{	font-size: 3.6rem;
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;

}
.wp__page__gallery {
}
.vclBox {	width: 31%;	margin: 1%;	padding: 10px; background-color: #f5f5f5; border: var(--bd-line);}
.vclBox img{}
.veiTxt h3 {font-size: 1rem; padding: 12px 5px;}
.veiTxt p {font-size: 0.7rem;	padding: 3px 5px;}

/* wp page header background */
.wp__head__business {	background-image: url("../img/single_headimg.webp"); background-size: cover;}
.wp__head__vehicle {	background-image: url("../img/page__bg__2.webp");}
.wp__head__corp {	background-image: url("../img/page__bg__2.webp");}

.post-thumbnail,
.nav-links,
.entry-title,
.entry-meta {	display: none;}

.acf___imgsize {
	width: 100%;
	border: var(--bd-line);
	padding: 10px;
	background: #fff;
}
/* .acf___headtxt { padding: 10px 0 50px;} */
.works__thumb__moreimg {
	padding: 50px 0;
}

.wp__single__bg {
padding: 40px 0;
border-bottom: 1px solid #ccc;
}

.box__bg__lefthead {
	background: url("../img/page__bg__head.png");
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 30px;
}

/* table */
.std__table {
	font-size: 1rem;
	line-height: 2rem;
	color: var(--common);
}
.std__table th {
 font-weight: normal;
}

.corpList {
	display: inline-block;
	margin-right: 30px;
	width: 24%;
}

.wp__form__wrapp{
max-width: 800px;
margin: 0 auto;
text-align: left;
}
.wrapp__table {
width: 100%;
padding: 50px 15px;
}

table {
border-collapse: collapse;
width: 100%;
text-align: left;
}
.std__table th,
.std__table td{
padding: 25px 20px;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
box-sizing:border-box;
white-space: nowrap;
}
.wide__table th,
.wide__table td{
padding: 13px;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
box-sizing:border-box;
white-space: nowrap;
}

.annotation {
	font-size: 0.8rem;
}
.annotation:before {
	content: "※";
	font-size: 0.7rem;
	padding-left: 10px;
}
.recPt{
	color: #fff;
	background: var(--common);
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 10px;
	font-size: 0.8rem;
}

.form__txtbox a{
	color: var(--common);
	text-decoration: underline;
}

/* category archives page	------------------------------------- */
.category__thumb__img img{
	/* padding: 10px; */
	/* border: var(--bd-line); */
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.category__headcap {
	padding-bottom: 30px;
}

.article-title{
	padding: 10px !important;
	font-size: 1rem;
}


.category__headcap a{
	color: var(--common);
	text-decoration: none;
	font-size: 1rem;
	padding: 10px;
}
.category__headcap a:hover{
	text-decoration: none;
	background: var(--common);
	color: #fff;
}

.category__child_title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.category__child_title span{
	padding: 5px 10px;
	margin-left: 10px;
	/* border: 1px solid #fff; */
	color: #fff;
	border-radius: 5px;
	font-size: 0.8rem;
	/* color: var(--common);
	border: 1px solid var(--common);
	border-radius: 5px;
	font-size: 0.8rem; */
}
.category__child_title span.food{	background: #fb4;}
.category__child_title span.school{	background: #ba03ba;}
.category__child_title span.beauty{	background: #0453dc;}
.category__child_title span.other{	background: #111;}
.category__child_title span.coupontype{	background: #cc0000;}
.category__child_title span.healthcare{	background: #3ef;}
.category__child_title span.shop-2{	background: #0e7500;}
.category__child_title span.new{	background: #cc0000;}

.category__box_balance {
	margin-bottom: 20px;
	padding: 20px;
	border: var(--bd-line);
	background: #fff;
}

.category__box_balance_sub {
	margin-bottom: 10px;
	padding: 10px;
	border: var(--bd-line);
	background: #fff;
}
@media screen and (max-width: 959px) {
.category__box_balance_sub .article-title{
	font-size: 0.7rem;
}
}
/* 各ショップ css */
.category__shopinner {
	padding-bottom: 20px;
}

h1.storename {
	font-size: 2.2rem;
	padding: 10px 0;
}

.wp__wrapp__begin h2 {
	font-size: 1.4rem;
	/* padding-bottom: 20px; */
	border-bottom: 1px solid #ccc;
}

.entry-content {
	padding-top: 30px;
}


p.store__head__txt {
	font-size: 3.6rem;
	font-weight: normal;
	}

/* パンくず */
.storelist__breadcrumb {
	padding: 10px 0;
	font-size: 1rem;
}
@media screen and (max-width: 959px) {
.storelist__breadcrumb {
	padding: 10px;
	font-size: 0.8rem;
}
}

.listnav_index {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}
.listnav_index a{
	text-decoration: none;
	background: #111;
	color: #fff !important;
	padding: 10px 20px;
}
.listnav_index a:hover{

}

/* ジャンルページナビゲーション */
.head__storeinfo {
	padding-bottom: 30px;
}
.genre__listnav {
	padding: 10px 0;
	border-bottom: var(--bd-line);
	margin: 5px;
}
.genre__listnav_top li,
.genre__listnav li{
 display: inline-block;
	padding: 10px;
}
.genre__listnav_top a,
.genre__listnav a{
	text-decoration: none;
	background: #f5f5f5;
	padding: 8px 20px;
	color: var(--link);
}
.genre__listnav_top	a:hover,
.genre__listnav a:hover{
	background: #000;
	color: #fff;
}

.genre__listnav_top {
	padding: 10px 0;
	border-top: var(--bd-line);
	margin: 5px;
	text-align: center;
}
.genre__listnav_top p{
	padding: 10px 0 30px;
	font-size: 1.4rem;
}

.genre__listnav_top ul{
	text-align: center;
	line-height: 2.6rem;
}

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

.genre__listnav {
	padding: 10px 0;
	border: none;
	margin: 5px auto;
}

.genre__listnav_top {
	padding: 10px 0;
	border-top:  var(--bd-line);
	border-bottom: none;
	margin: 5px auto;
}

.genre__listnav ul{
	text-align: center;
}

.genre__listnav li,
.genre__listnav_top li{
	padding: 3px;
}
.genre__listnav a,
.genre__listnav_top a{
	text-decoration: none;
	background: #f5f5f5;
	padding: 5px 10px;
	color: var(--link);
}
}


.wp__pagenation {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	margin-top: 80px;
	text-align: right;
}
.wp__pagenation ul{
	display: flex;
	justify-content: center;
}
.wp__pagenation li{
		list-style: none;
		margin-left: 20px;
}
.wp__pagenation li a{
padding: 10px 20px;
background: var(--common);
text-decoration: none;
color: #fff;
}
.wp__pagenation li a:hover{
	background: var(--red);
}

.works__banner {
	width: 100%;
	text-align: center;
}
.wp__page___btn {
	width: 100%;
	max-width: 180px;
	padding: 5px;
	background: #f5f5f5;
}

.tbl-r02 th{
	background: #f5f5f5;
}


/* section WP SERVICE	------------------------------------- */
.wp__maxwidth {
	width: 100%;
	background: #f5f5f5;
	padding: 100px 0 40px;
	color: #333;
}
.wp__maxwidth h3{
	padding: 20px 0;
}
.wp__maxwidth p{
	line-height: 2rem;
	padding-bottom: 10px;
}
.service__head__txt {
	padding-bottom: 100px;
}
.service__head__txt h1{
	padding: 30px 0;
	font-size: 2.8rem;
}
.service__head__txt h2{
	padding-bottom: 20px;
	font-size: 1.6rem;
}
.service__head__txt p{
	line-height: 2rem;
}
.works__wrapp {
	display: flex;
	flex-wrap: wrap;
	border-top: var(--bd-line);
}
.service__number {
 width: 10%;
	padding: 20px 0;
	font-size: 5rem;
	text-align: center;
}
.service__cap {
	width: 80%;
}

.more__serv{
	margin-bottom: 30px;
}
.more__serv a{
	color: #000;
	background: #f5f5f5;
	padding: 10px 60px;
	border: var(--bd-line);
	font-size: 1rem;
	margin-bottom: 30px;
}
.more__serv a:hover{
	color: #fff;
	background: var(--primary);
	/* border: var(--bd-line); */
}

.biz__thumb {
	padding-bottom: 30px;
	width: 100%;
}



/* section WP SERVICE	------------------------------------- */
.youtube__thumb {
	max-width: 600px;
	width: 100%;
}
.rec__movie__box {
	width: 100%;
	padding: 150px 0;
}
.guideline__box {
	width: 100%;
	padding-bottom: 100px;
}

.guideline__box h4{
}
.guideline__box ul{
	padding: 20px;
}
.engage__txt {
	font-size: 1rem;
	padding-top: 20px;
	padding-left: 20px;
	color: #666;
}



/* section WP Plug-in クーポン	------------------------------------- */
.wpcd-coupon {
	border: 2px dashed #ccc !important;
}

/* section WP TOGO	------------------------------------- */
.togo__thumb {
	width: 100%;
	padding: 10px;
}

.togo_btn {
	margin-top: 20px;
}

/* ACF テキストエリア折返し */
.page__textarea{
white-space: pre-wrap;
padding: 3px 5px;
}

.entry-footer {
	display: none;
}
/* section header	------------------------------------- */
#header{
	width: 100%;
	position: fixed;
	padding: 14px;
	z-index: 5;
	top:0;
	left:0;
	height: 65px;
	background-color: #fff;
}
.gnav__pc__box {
	display: flex;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
}
.gnav__pc {
	margin: 0 auto;
}
.gnav__pc a{
	text-decoration: none;
	padding: 15px;
	color: var(--common);
}
.gnav__pc a:hover{
	padding: 15px;
	/* background: #ccc; */
	border-bottom: 3px solid var(--common);
}
.gnav__pc ul{
	display: flex;
	list-style: none;
}
.header__logo {
	width: 250px;
}
.footer__photo{
	width: 100%;
	max-width: 260px;
	padding-top: 10px;
}

.head_rec_btn,
.head_rec_btn_inq {
	height: 50px;
}

.head__btn__link a{
	color: #333;
	text-decoration: none;
}
.head__btn__inq a{
	text-decoration: none;
 color: #fff;
}

.head__link__bt {
padding: 20px 15px;
}

.head__inq__bt {
margin-left: -1px;
	padding: 20px 45px;
	background: var(--secondary);
}



/* .head__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 70px;
} */

/* .header__logo {
	text-align: left;
	padding-top: 11px;
	padding-left: 10px;
	width: 100%;
max-width: 260px;
} */

#g-navi a {
	color: var(--link);;
}
#g-navi a:hover {
	border-bottom: 1px solid var(--common);
}

/* nav ul {
	list-style: none;
	display: flex;
	margin-top: -29px;
	justify-content: flex-end;
}

nav li {
	display: block;
	height: 70px;
	padding: 0 10px;
}

nav ul li a{
	display: block;
	text-decoration: none;
	color: #666;
	transition:all 0.3s;
} */

nav ul li.current a,
nav ul li a:hover{
color:#001247;
}

.hr__line {
	width: 100px;
	padding: 20px;
}

.top__hd__inq {
	margin-top: -43px;
}

/* .head_rec_btn {
	width: 100%;
	max-width: 160px;
	margin-top: -10px;
} */

/* Fonts // Text----------------- */
.sec__headcap{
/* font-family: "Lobster", sans-serif;
font-weight: 400;
font-style: normal; */
font-size: 2rem;
padding-bottom:1px !important;
}
.flex__headcap{
/* font-family: "Lobster", sans-serif;
font-weight: 400;
font-style: normal; */
font-size: 2rem;
padding-top:20px !important;
}

.flex__about_cap{
	font-size: 1.4rem;
	padding-top:20px !important;
	padding-bottom: 10px !important;
}

.sec__headtxt{
	font-size: 1.0rem;
	font-family: fot-udkakugo-small-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #cc0000;
}
.flex__headtxt{
	font-size: 1rem;
	padding-bottom:10px !important;
}
.sec__head {
	padding: 50px 0;
	/* text-align: center; */
}
.flex_midtxt {
	/* min-height: 250px; */
	display: block;
	padding: 5px;
}
.flex__headtxt__corp {
	font-family: fot-udkakugo-small-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.sec1__aboutbox,
.vehicle__count {
font-family: var(--commonfont);
font-weight: 400;
font-style: italic;
}

.btn__rm {
	display: inline-block;
	margin-top: 20px;
}

.underline__head h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, rgb(183 183 183), rgb(201 201 201) 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, rgb(183 183 183), rgb(201 201 201) 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* section 000	------------------------------------- */
.top__bg__cap {
	position: absolute;
	bottom: 30%;
	width: 100%;
	z-index: 9999;
	text-align: left;
}
.top__bg__gr {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	text-align: left;
}

.head__backgroudimg {
	/* background-image: url("../img/top_images.webp");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh; */
}

.top__center__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	max-width: 700px;
	background-color: rgb(0,0,0,0.2);
}

.topindex__posit {
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 2;
}




/* section 1	------------------------------------- */
.sec1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/* background-image: url("../img/about__bg.webp");
	background-position: top left;
	background-repeat: no-repeat; */
	/* background-image: url("../img/top_bg__images.webp");
	background-position: top center;
	background-repeat: no-repeat; */
}

.sec1__aboutbox {
	width: 1300px;
	padding: 200px 30px 150px 30px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.sec1__inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding: 0 20px 150px 20px;
	text-align: center;
}
.flex__headtxt {
	text-align: left !important;
}
.sec1 img {
	margin-top: 20px;
}

.sec1 .sec__head {
	color: var(--common);
	padding-top: 0;
}

.top__headtxt_wt {
	font-size: 1.4rem;
	padding-bottom: 20px;
}
.top__number {
	font-size: 5rem;
}
.top__unit {
	padding-left: 10px;
}

.top__thumb {
	border: 8px solid #fff;
}
/* section 2	------------------------------------- */
.sec2 {
	padding: 50px 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.sec2 .sec__head {
	color: var(--common);
	padding-top: 0;
}


/* section 3	------------------------------------- */
.sec3 {
	padding-bottom: 50px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sec3__bgimg {
	background-image: url("../img/head-wall-02.webp");
	top: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: -1;
}
.sec3__inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 0;
}
.sec3 .sec__head{
	color: var(--common);
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 100px;
}

.sec3__img {
	width: 100%;
	border: 8px solid #fff;
}

.sec3 .foot__corpname{
	line-height:1.6rem;
	font-size: 1.4rem;
	padding: 0 0 30px 0;
}

.sec3 .foot_add{
	line-height: 2rem;
	font-size: 1.2rem;
}


.sec3__txt {
	padding: 10px;
	color: #fff;
}


/* section 4	------------------------------------- */
.sec4 {
	padding:0;
	width: 100%;
	margin: 0 auto;
	background-image: url("../img/top__bg__gr_rig.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.sec4__news {
	padding: 50px 15px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 15px 15px 0;
}

.sec4__box {
	padding: 150px 15px 0px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	/* text-align: center; */
}


/* section 5	------------------------------------- */
.sec5 {
width: 100%;
margin: 0 auto;
text-align: left;
min-height: 300px;
	background: var(--common);
color: #fff;
}

.sec5__recbox {
	padding: 50px 15px 100px;
	max-width: 1300px;
	margin: 0 auto;
	/* text-align: center; */
}
.sec5__recbox img{
	border: var(--bd-line);
	/* padding: 20px; */
	background: #fff;
	/* margin: 10px; */
}
.sec5__text{
	font-size: 1.3rem;
	line-height: 2rem;
	padding-bottom: 15px;
}


/* section 6	------------------------------------- */
.sec6 {
	padding:0;
	width: 100%;
	margin: 0 auto;
	background-image: url("../img/top__bg__gr_top_rig.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.sec6__news {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px 150px 15px;
}

.sec6__balance {
max-width: 1300px;
margin: 0 auto;
padding: 70px 15px;
}
.info__block {
margin: 0 auto;
width: 100%;
max-width: 1000px;
}

.cap__txt_1 {
margin-top: 10px;
line-height: 2rem;
font-size: 90%;
padding: 0 10px;
}

/* .cap__txt_1 {
line-height: 2.2rem;
font-size: 1.2rem;
padding: 0 10px;
} */

.date {
padding: 3px 10px;
font-size: 0.9rem;
}

.cat-links {
display: none;
}

.info__title {
padding-left: 20px;
font-size: 1.4rem;
/* border-bottom: 1px dotted #ccc; */
line-height: 2.6rem;
}


/* section 7	------------------------------------- */
.sec7 {
width: 100%;
margin: 0 auto;
text-align: left;
min-height: 300px;
}

.sec7__inbox {
	padding: 50px 15px 100px;
	max-width: 1300px;
	margin: 0 auto;
	/* text-align: center; */
}
.sec7__text{
	font-size: 1.3rem;
	line-height: 2rem;
	padding-bottom: 15px;
}

.sns__top{
text-align: center;
}

/* section 8	------------------------------------- */
.sec8 {
	padding:0;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.sec8__head {
	width: 100%;
	max-width: 1200px;
margin: 0 auto;
	padding: 100px 15px 0 15px;
}
.sec8__news {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 15px 150px 15px;
}

.info__block {
margin: 0 auto;
width: 100%;
max-width: 1000px;
}

.sec8__cap__txt_1 {
line-height: 2rem;
font-size: 0.8rem;
padding: 17px;
background-color: #fff;
border-bottom: var(--bd-line);
}

@media screen and (max-width: 480px) {
.sec8__cap__txt_1 {
		line-height: 2rem;
		font-size: 0.8rem;
		padding: 20px 20px 5px;
		background-color: #fff;
		border-bottom: var(--bd-line);
}
.sec__headcap{
font-size: 1.6rem;
padding-bottom:1px !important;
}

}

/* .cap__txt_1 {
line-height: 2.2rem;
font-size: 1.2rem;
padding: 0 10px;
} */

.date {
font-size: 1rem;
color: #333;
}
.cateList {
background: var(--common);
color: #fff;
border-radius: 5px;
font-size: 0.8rem;
width: 100px;
display: inline-block;
text-align: center;
}


.cat-links {
display: none;
}

.info__title a{
	color: #333;
	text-decoration: none;
}
.info__title {
padding-left: 20px;
font-size: 1.2rem;
/* border-bottom: 1px dotted #ccc; */
line-height: 2.6rem;
}


/* section 9	------------------------------------- */
.sec9 {
	padding:0;
	width: 100%;
	margin: 0 auto;
	border-top: var(--bd-line);
}

.sec9__box {
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 15px;
	text-align: center;
}

.sec9__btn {
	width: 100%;
	max-width: 250px;
	padding: 5px;
	border: var(--bd-line);
	margin-left: 20px;
	margin-right: 20px;
	background: #f5f5f5;
}

/* section footer	------------------------------------- */
#foot__block {
	background: #fff;
	/* border-top: var(--bd-line); */
	/* margin-top: 50px;
	padding: 50px 0 0 0; */
}
.sec_ft {
	padding: 70px 0;
	/* color: #fff !important;
	background: url("../img/foot___bg_li.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover; */
	/* background: #026636; */
}
.sec_ft__inner{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.sec_ft__box {
	margin: 10px;
}

.footTopblk {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 50px 0;
}
.footTopblk img {
	width: 100%;
	max-width: 300px;
}
.footMidblk {
	text-align: center;
border-bottom: 1px solid #ccc;
padding: 20px 0;
}
.footlink li{
	font-size: 0.8rem;
	display: inline-block;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.footlink li:first-child{
	font-size: 0.8rem;
	display: inline-block;
	padding-right: 10px;
	border-left: 1px solid #ccc;
}
.footlink a{
	color: var(--link);
	text-decoration: none;
}

.foot__cp__bg {
background: url("../img/foot___bg_cp.png");
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0;
}
.foot__company {
	padding-top: 100px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px;
	}

.footer_headcap {
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;
	font-size: 1.4rem;
	line-height: 3rem;
	/* color: #fff; */
}

.footer_headcap_cp {
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;
	font-size: 1.8rem;
	line-height: 3rem;
	color: var(--common);
}

/* .foot__top {
position: relative;
bottom: 6;
padding: 10px 20px;
font-size: 0.8rem;
text-align: center;
} */
.sns__top__ft {
	text-align: center;
	padding-top: 30px;
}
.sns__btn {
	max-width: 50px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
}
.sns__btn__ft {
	max-width: 45px;
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
}

.foot__mid {
	background: var(--common);
	position: relative;
	bottom: 6;
	z-index: 2;
	padding: 20px;
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
}
.foot__mid a{ text-decoration: none;}
.foot__mid a:hover{}

.foot__btm {
	background: var(--link);;
	position: relative;
	z-index: 2;
	padding: 10px;
	color: #fff;
	font-size: 1.0rem;
	bottom: 0;
	width: 100%;
	text-align: center;
	}

.foot__corpname {
font-family: "monopin-j", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.4rem !important;
	padding: 10px 0 30px 0;
}

.foot_basename {
	font-size: 0.7rem;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	margin-right: 15px;
	width: 165px;
	display: inline-block;
	text-align: center;
}

.honsya {background: var(--common);}
.kenzai {background:	var(--kenzai);}
.ckbuild {background:	var(--ckbuild);}

.foot_add__cp {
padding: 10px;
}
.sec_ft__box p{
	font-size: 1rem;
	line-height: 1.8rem;
	padding: 10px;
}

.sec_ft__box li{
	font-size: 1rem;
	line-height: 1.8rem;
	padding-left: 10px;
	padding-top: 10px;
}

.sec_ft__box a{
	color: var(--primary);
	text-decoration: none;
}
.sec_ft__box a:hover{
	color: #000;
	text-decoration: underline;
}

.foot__mid__logo {
	width: 100%;
	max-width: 150px;
	/* padding: 5px; */
	/* border: 1px solid #fff; */
}
.foot__mid__logo_sq {
	width: 100%;
	max-width: 20px;
	margin-left: 10px;
	margin-right: 10px;
	/* padding: 5px; */
	/* border: 1px solid #fff; */
}

.foot__kyokabox {
	text-align: center;
	padding-top: 50px;
}

.kyokanumber {
	font-size: 0.8rem;
	padding: 10px;
	border: var(--bd-line);
}


/* section WP	------------------------------------- */
.sec__wp__page {
	width: 100%;
	background-image: url("../img/top_bg__images.webp");
	background-position: top center;
	background-repeat: repeat-x;
}
.sec__wp__page__inner {
	margin: 0 auto;
	padding: 180px 20px 150px 20px;
	text-align: center;
}
.sec__wp__inner {
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0;
}
.sec__wp__rec__inner {
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0;
}
.sec__wp__headtxt {
	font-size: 3rem;
	font-weight: bold;
	padding: 20px 0;
}
.sec__wp__midtxt {
font-size: 2rem;
padding: 20px;
}
.sec__wp__btmtxt {
font-size: 1.2rem;
padding: 10px 20px;
}
.flex__headtxt__corp {
	font-size: 2.0rem;
text-align: left;
}

.flex_corptxt {
	padding: 10px 30px 30px 30px;
	font-size: 1.4rem;
}

.wp__tables {
	line-height: 2.6rem;
}

.sec__wp__page__head {
	padding-bottom: 140px !important;
}


@media screen and (max-width: 959px) {
/* section common
-----------------------------------------------------------*/
.spHide {display: none;}
.pcHide {display: block !important;}

.flex__2clm__corp_l { width: 100%; margin: 0;}
.flex__2clm__corp_r { width: 100%; margin: 0;}
.flex__2clm__about { width: 100%; margin: 1%;}

.flex__2clm__ft {
	width: 100%;
	margin: 0;
}

.flex__3clm {
	width: 100%;
	margin: 0;
}

/* section WP	------------------------------------- */
.wp__wrapp__begin {	padding: 15px;}

.std__table {
line-height: 1.4rem;
width: 100%;
font-size: 1rem;
}
.std__table th {
background: #f0f0f0;
color: #333;
font-size: 0.9rem;
}
table.std__table th,
table.std__table td {
padding: 10px 20px;
display: block;
width: 100%;
border:none;
}
.std__table tr:last-child{
/* border-bottom: solid 1px #e9e9e9; */
}
.wide__table {
width: 100%;
font-size: 0.8rem;
white-space: pre-wrap;
}
.wide__table th {
background: #f0f0f0;
color: #333;
}
.std__table th {
padding: 15px 10px;
white-space: nowrap;
}
.std__table td {
padding: 15px 10px;
white-space: inherit;
}

.partners{
	margin: 0;
	padding: 5px;
	width: 100%;
}

.corpList {
	display: inline-block;
	width: 100%;
}

/* wp page header common */
.wp__page__headimg {
	width: 100%;
	margin-top: 50px;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.flex_reverse {	flex-direction: column-reverse;}
.flex__2clm__single_l { width: 100%; margin: 1%;}
.flex__2clm__single_r { width: 100%; margin: 1%;}

/* ACF テキストエリア折返し */
.page__textarea{
white-space: pre-wrap;
padding: 10px 15px;
}


.acf___headtxt { padding: 1px 0 20px;}
.wp__single__bg {padding: 30px 0;}


.service__head__txt h1{
	padding: 30px 5px;
	font-size: 2.0rem;
}
.wp__page__title h1{	font-size: 2.6rem;}


.vclBox {	width: 45%;	margin-bottom: 1%;	padding: 5px; background-color: #f5f5f5; border: var(--bd-line);}


.category__box_balance {
	margin-bottom: 10px !important;
	padding: 20px;
	border: var(--bd-line);
}

.works__banner {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wp__page___btn {
	max-width: 120px;
	padding: 0 5px;
	border: var(--bd-line);
	margin-bottom: 10px;
	border: none;
	background: none;
}
.category__box_balance {
	background: #fff;
}
#engage-contributions-widget-wrapper {
	width: 100% !important;
	max-width: 600px	!important;
}

.last td:last-child {
		width: 100%;
}
.tbl-r02 {
		width: 100%;
}
.tbl-r02 th,
.tbl-r02 td {
		display: block;
		width: 100%;
}
.std__table th,
.std__table td{
border:none;
}
.rec__movie__box {
	width: 100%;
	padding: 50px 0;
	margin-top: 50px;
	border-top: var(--bd-line);
}
/* section header	------------------------------------- */
.header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	height: 48px;
}
.header__logo {
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
}
.toplogo {}
.g-nav-box {
width: 100%;
padding: 100px 0;
text-align: center;
}
.nav__btn__wrapp {
display: flex;
justify-content: center;
flex-wrap: wrap;
	/* max-width: 300px;
	margin: 0 auto; */
}
.nav__btn__wrapp a{
	color: #fff;
	text-decoration: none;
}
.nav__btn__logo {
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 10px;
	width: 60%;
}

.nav__btn__box {
	width: 45%;
	background: var(--common);
	padding: 20px;
	margin: 5px;
	/* margin: 10px;
	padding: 10px 30px;
	border-bottom: var(--bd-line); */
}
.nav__btn__box_cate {
	width: 50%;
	background:#025;
	padding: 20px;
	margin: 5px;
	/* margin: 10px;
	padding: 10px 30px;
	border-bottom: var(--bd-line); */
}

/* section 0	------------------------------------- */
.top__index__block {
	height: 100hv;
}
.top__bg__gr {
	position: absolute;
	bottom: -1px;
	width: 100%;
	z-index: 9999;
	text-align: left;
}
.topindex__posit {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 100%;
	max-width: 300px;
	z-index: 2;
}

/* section 1	------------------------------------- */
.sec1 {
	padding: 0 20px;
	/* background-image: url("../img/about__bg_sp.webp");
background-position: top left;
background-repeat: no-repeat; */
}

.sec1 .sec__head {
	padding-left: 30px;
	padding-top: 10px;
}
.sec1__aboutbox {
	width: 100%;
	padding: 150px 10px 100px;
}
.top__headtxt_wt {
	font-size: 1.3rem;
	padding-bottom: 20px;
}
.top__number {
	font-size: 3.8rem;
}

.sec1__mascot {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* section 2	------------------------------------- */
.sec2 {
	padding: 50px 15px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* section 3	------------------------------------- */
.sec3 .sec__head{
	width: 100%;
	margin: 0 auto;
	padding: 50px 30px 10px;
}

.flex__4clm {	width: 45%;	margin: 1%;}


/* section 4	------------------------------------- */
.sec4 {
	background-position: top center;
}
.sec4__box {
	padding: 100px 15px 0px;
	width: 100%;
	margin: 0 auto;
	/* text-align: center; */
}



/* section 5	------------------------------------- */
.flex__2clm { width: 100%; margin: 0; padding-bottom: 20px;}
.sec5__recbox {
	padding: 20px 15px 0;
	width: 100%;
}


/* section 6	------------------------------------- */
.sec6 {
	background-position: center bottom;
}

.sec6__balance {
width: 100%;
padding: 70px 30px 50px;
}

.sec6__news {
width: 100%;
padding: 0 15px 50px 15px;
}





/* section 8	------------------------------------- */
.sec8__head {
	width: 100%;
	padding: 20px 15px 0 15px;
}

.cateList {
padding: 2px 10px;
border-radius: 5px;
font-size: 0.7rem;
}

.info__title {
padding-left: 10px;
font-size: 1.2rem;
line-height: 3.6rem;
display: block;
}

/* section 9	------------------------------------- */
.sec9__box {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}


/* section footer	------------------------------------- */
.sec_ft__box li{
	font-size: 0.8rem;
	line-height: 1.6rem;
	padding-left: 20px;
	padding-top: 10px;
}
.sns__top__ft {
	padding-top: 8px;
	text-align: left;
}
.sns__btn__ft {
	max-width: 55px;
	padding: 5px;
	margin: 8px;
}

.foot_basename {
	padding: 3px 5px;
	margin-right: 10px;
	width: 140px;
}
.foot_add__cp {
padding: 10px;
font-size: 0.8rem;
}

.sec9__btn {
	width: 100%;
	max-width: 160px;
	margin: 5px;
}



}
@media screen and (max-width: 599px) {
/* section common
-----------------------------------------------------------*/

.flex__3clm {
	width: 100%;
	padding: 10px;
	margin-top: 18px;

}

}
