œ@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@charset "utf-8";

* {box-sizing: border-box;}

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

body {
/* background-image: url("../img/memphis-colorful.png");
background-repeat: repeat; */
margin: 0;
padding: 0;
-webkit-text-size-adjust:none;
}
p {
margin: 0;
padding: 0;
}
a {
background: transparent;
outline:0 !important;
transition: background-color 1s;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
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;}
h3 {font-size: 1.4rem;}
p {font-size: 1.2rem;}
hr {	display: block;}

:root {
--common: #026636;
--secondary: #8fc31f;
--link: #8fc31f;
--red: #cc0000;
--bd-line:1px solid #ccc;
}

.fas { margin-right: 10px;}
.pcHide {	display: none;}
.alcenter {		margin: auto;
display: block;}
/* section common
-----------------------------------------------------------*/
#index__wrapp {	width: 100%;}
#main__wrapp {	width: 100%;	padding-top: 85px;}

@media screen and (max-width: 599px) {
#main__wrapp {
				width: 100%;
				padding-top: 49px;
}
}
.flex_common { display: flex; flex-wrap: wrap;	justify-content: center;}
.flex_common_wp { display: flex;	justify-content: center; align-items: center;flex-wrap: wrap;}
.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: 33.33%; margin: 0;}
.flex__4clm {	width: 23%;	margin: 1%;}

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

.sec_common_800 {
width: 100%;
max-width: 800px;
margin: 0 auto;
}

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

.sec_publ {
padding: 50px 0;
}
.more a{
color: #fff;
background: #000;
padding: 10px 60px;
/* border: var(--bd-line); */
font-size: 1rem;
font-family: "futura-pt", sans-serif;
font-weight: 400;
}

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

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

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

/* page scroll */
.pagetop {
position: fixed;
right: 3%;
bottom: 13px;
z-index: 100;
width: 50px;
}

.topinqbtn {
position:fixed;
top: 36px;
right: 40px;
width: 120px;
z-index: 10;
}
.inqbtn {
width: 100%;
}


.sec_head_title {
padding: 50px 0;
width: 100%;
max-width: 850px;
}

.head_title_mid {
padding: 15px 0 50px;
font-size: 2rem;
text-align: center;
}

.head_title_btm {
padding: 100px 0 0;
font-size: 2rem;
line-height: 3.8rem;
}
.head_txt_btm {
padding: 0 0 110px;
font-size: 1.4rem;
line-height: 2.0rem;
}
.icon_prg {
width: 100%;
max-width: 1100px;
margin: auto;
display: block;
padding: 0 0 20px;
}

.job_cate {
padding: 15px 30px;
margin-top: 60px;
border-bottom: 1px solid #ccc;
font-size: 1.6rem;
font-weight: bold;
}



@media screen and (max-width: 599px) {
.head_title_btm {
padding: 50px 0 50px;
font-size: 2rem;
line-height: 3.8rem;
}
.head_txt_btm {
				padding: 0 0 110px;
				font-size: 1.1rem;
				line-height: 2.0rem;
}
}


/* section WP	------------------------------------- */
.wp__wrapper {	width: 100%;}
.wp__wrapp__page {
width: 100%;
max-width: 800px;
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: #111;
font-size: 1rem;
text-decoration: none;
}
.flex_info_thumb img{
background: #fff;
border: var(--bd-line);
padding: 5px;
margin-bottom: 10px;
}

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

.wp__page__title {
font-family: "futura-pt", sans-serif;
font-weight: 600;
color: var(--common);
text-align: center;
width: 100%;
max-width: 1300px;
margin: 0 auto;
}

.wp__page__title h1{
font-size: 2.2rem;
font-family: "futura-pt", sans-serif;
font-weight: 600;
}
.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 */
.vehicle__count {
width: 100%;
padding: 15px 0;
margin: 0 auto;
margin-bottom: 50px;
text-align: center;
}
.wp__head__vehicle {	background-image: url("../img/page_hd_bg.webp");}
.wp__head__contact {	background-image: url("../img/head-wall-02.jpg");}
.wp__head__business {	background-image: url("../img/page__head__bg__biz.webp");}
.wp__head__corp {	background-image: url("../img/single__header__01.webp");}
.wp__head__recruit {	background-image: url("../img/head-wall-02.jpg");}
.wp__head__entry {	background-image: url("../img/page__head__bg__works.webp");}


.wp__page__vehicle {
background-color: var(--honsya);
padding: 30px;
color: #fff;
}
.post-thumbnail,
.nav-links,
.entry-title,
.entry-meta {	display: none;}

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

.wp__single__bg {
background: url("../img/works__bg__img.png");
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0;
}

.box__bg__lefthead {
background: var(--common);
/* background-position: top center; */
background-repeat: no-repeat;
color: #fff;
padding: 30px;
}

/* table */
.std__table {
font-size: 1rem;
line-height: 2rem;
color: #333;
}
.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{
width: 100%;
/* padding: 10px; */
/* border: var(--bd-line); */
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
}
.category__headcap {
padding-bottom: 30px;

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

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

.category__child_title span{
padding: 5px 10px;
margin-left: 10px;
color: var(--honsya);
border: 1px solid var(--honsya);
border-radius: 5px;
font-size: 0.8rem;
}

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

.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(--honsya);
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;
font-family: "futura-pt", sans-serif;
font-weight: 400;
margin-bottom: 30px;
}
.more__serv a:hover{
color: #fff;
background: var(--link-honsya);
/* 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 TOGO	------------------------------------- */
.togo__thumb {
width: 100%;
padding: 10px;
}

.togo_btn {
margin-top: 20px;
}

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

.entry-footer {
display: none;
}
/* section header	------------------------------------- */
#header{
/* background: #fff; */
/* background-color: rgba(255, 255, 255, 0.8); */
/* border-bottom: 1px solid #fff; */
width: 100%;
/* position: fixed; */
z-index: 5;
/* top:0;
left:0; */
}
.gnav__pc__box {
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(--honsya);
}
.gnav__pc ul{
display: flex;
list-style: none;
}
}
.head_rec_btn,
.head_rec_btn_inq {
height: 50px;
}


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

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: "futura-pt", sans-serif;
font-weight: 600;
font-size: 2.6rem;
padding: 50px 0 0;
text-align: center;
}
.sec__headcap_left{
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-size: 2.2rem;
padding:50px 0 0;
text-align: left;
color: #051;
letter-spacing: 0.6rem;
}

@media screen and (max-width: 959px) {
.sec__headcap_left {
/* font-family: "futura-pt", sans-serif; */
font-weight: 600;
font-size: 1.8rem;
padding: 10px 0 0;
text-align: left;
color: var(--common);
letter-spacing: 0.6rem;
}
}



.flex__headcap{
font-family: "expressway", sans-serif;
font-weight: 700;
font-style: italic;
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-family: fot-udkakugo-small-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
text-align: center;
padding-bottom: 50px;
}
.flex__headtxt{
font-family: fot-udkakugo-small-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
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: "futura-pt", sans-serif;
font-weight: 400;
}

.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__index__block {
/* height: 100hv; */
border-bottom: 1px solid #ccc;
}

.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;
}


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

.hd_underline {
color: var(--common);
font-size: 2rem;
font-weight: 700;
}

/* section 1	------------------------------------- */
.sec1 {
width: 100%;
background-image: url("../img/bg_top.webp");
background-position: center center;
background-repeat: no-repeat;
/* background-position: top center;
border-top:20px solid var(--common); */
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-size: cover;
}

.index__headbg {
background-image: url("../img/sec1_head_bg.webp");
background-position: top center;
background-repeat: repeat-x;
background-size: contain;
}
.sec1_corp {
width: 100%;
background-image: url("../img/top_bg_corp.webp");
background-position: center center;
background-repeat: no-repeat;
/* background-position: top center;
border-top:20px solid var(--common); */
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-size: cover;
}


.topinnerplace {
width: 100%;
max-width: 1100px;
}


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

.sec1__inner {
margin: 0 auto;
width: 100%;
max-width: 1300px;
padding: 0 20px 150px 20px;
text-align: center;
}

.sec1__cap {
display: block;
text-align: left;
padding:20px;
font-size: 1.4rem;
}

.sec1__cap_02 {
display: block;
text-align: left;
padding:20px 0 60px 20px;
font-size: 1.4rem;
}






@media screen and (max-width: 959px) {
/* section 1	------------------------------------- */

.sec1 {
width: 100%;
background-image: url("../img/sp_topbg.webp");
background-position: bottom center;
background-repeat: no-repeat;
/* background-position: top center;
border-top:20px solid var(--common); */
height: 100svh;
display: flex;
justify-content: center;
align-items: center;
background-size: cover;
}

.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;
}
}













/* section 2	------------------------------------- */
.sec2,
.sec2__main {
width: 100%;
margin: 0 auto;
}

.sec2__bgimg {
/* background-image: url("../img/bg2.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
z-index: -1; */
}
.sec2__bgimgBtm {
background-image: url("../img/bg4.webp");
background-repeat: no-repeat;
background-size: auto;
background-position: bottom center;
}
.se2_inbox {
width: 80%;
padding: 0 20px;
}
.sec2__cap {
display: block;
text-align: center;
padding:20px;
font-size: 1.4rem;
}
.sec2__cap_left {
display: block;
text-align: left;
padding:20px 0 0;
font-size: 1.4rem;
}
.sec2__inner {
padding-top: 100px;
}

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

.sec2 H2{
padding: 200px 0 100px;
width: fit-content;
margin: auto;
}
.sec2_Txt {
line-height: 2.2rem;
}
.sec2image01 {
margin-left:0;
}


@media screen and (max-width: 959px) {
/* section 1	------------------------------------- */

.sec2 {
width: 100%;
margin: 0 auto;
padding: 0;
}
.sec2__main {
		width: 100%;
		margin: 0 auto;
		padding: 47px 25px 105px;
}

.sec2__bgimgBtm {
/* background-image: url("../img/sp_topbg_sec2.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center; */
}

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

.sec2__bgimg {
background-image: url("../img/sp_topbg_sec2.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
z-index: -1;
}

.sec2__cap_left {
display: block;
text-align: left;
padding:20px 0 0;
font-size: 1.1rem;
}
.sec2 H2 {
padding: 120px 0 100px;
width: fit-content;
margin: auto;
}

.sec2image01 {
margin-left: -20px;
}
.se2_inbox {
width: 100%;
padding: 0 ;
}
.sec1__inner {
margin: 0 auto;
width: 100%;
max-width: 1300px;
padding: 0 20px 150px;
text-align: center;
}
}


/* section 3	------------------------------------- */
.sec3 {
padding-bottom: 80px;
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #ccc;
}
.sec3_inner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding-top: 50px;
}
.clienticon {
width: 300px;
}

.jobicon_bg_01 {background: #092;}
.jobicon_bg_02 {background: #fa0;}
.jobicon_bg_03 {background: #50f;}
.jobicon_bg_04 {background: #029;}
.jobicon_bg_05 {background: #f08;}
.jobicon_bg_06 {background: #700;}

.jobicon_bg_01,
.jobicon_bg_02,
.jobicon_bg_03,
.jobicon_bg_04,
.jobicon_bg_05,
.jobicon_bg_06 {
padding: 20px;
color: #fff;
}


.flow_left_margin {
display: block;
margin-left: 20%;
box-sizing: border-box;
}
.flow_right_margin {
display: block;
margin-right: 20%;
box-sizing: border-box;
}
@media screen and (max-width: 959px) {
.flow_left_margin {
display: block;
margin-left: 0;
box-sizing: border-box;
}
.flow_right_margin {
display: block;
margin-right: 0;
box-sizing: border-box;
}
.sec3 {
padding: 0 10px 25px;
width: 100%;
margin: 0 auto;
border:none;
}

.sec__headcap {
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-size: 2.0rem;
padding: 40px 0 0;
text-align: center;
}

.flow_design03_sp {
margin-left: -44px !important;
padding-top: 30px;
}


}


.jobicon_3clm {
display:flex;
width: 31%;
/* margin: 10px; */
align-items:stretch;
box-sizing: border-box;
}

.jobhead {
font-size: 1.4rem;
padding-bottom: 10px;
font-weight: bold;
}


@media screen and (max-width: 959px) {
.jobicon_3clm {
display:flex;
width: 100%;	margin: 0;
padding: 15px;
align-items:stretch;
box-sizing: border-box;
}
}



/* FLOW and QandA -------------- */
.flow_design03 {
display: flex;
justify-content: center;
align-items: center;
margin-left: 20px;
}

.flow_design03 ul {
padding: 0;
}

.flow_design03 li {
list-style-type: none;
}

.flow_design03 dd {
margin-left: 0;
}

.flow03 {
position: relative;
}

.flow03::before {
content: "";
width: 15px;
height: 100%;
background: #eee;
margin-left: -129px;
display: block;
position: absolute;
top: 0;
left: 120px;
border-radius: 20px;
}

.flow03 > li {
position: relative;
}

.flow03 > li:not(:last-child) {
margin-bottom: 30px;
}

.flow03 > li .icon03 {
font-size: 0.8em;
width: 2em;
height: 2em;
line-height: 2;
text-align: center;
font-weight: bold;
border-radius: 100vh;
color: #fff;
background: #8EB83C;
display: inline-block;
margin-right: 0.3em;
}

.flow03 > li dl {
padding-left: 70px;
position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
content: "";
display: block;
position: absolute;
top: 15px;
}

.flow03 > li dl::before {
width: 7px;
height: 7px;
margin-top: -3px;
background: #8EB83C;
border-radius: 50%;
left: -4px;
}

.flow03 > li dl::after {
width: 50px;
border-bottom: 1px dashed #999;
position: absolute;
left: 5px;
}

.flow03 > li dl dt {
font-size: 1.3em;
font-weight: 600;
color: #8EB83C;
margin-bottom: 0.5em;
display: flex;
align-items: center;
}


.flow_design09 {
display: flex;
justify-content: center;
align-items: center;
}

.flow09 {
padding-left: 0;
border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
list-style-type: none;
display: flex;
padding: 20px 0;
border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
font-size: 1.2em;
line-height: 2;
font-weight: bold;
margin-bottom: 10px;
}

.flow09 > li .icon09 {
line-height: 1;
font-size: 2em;
font-weight: bold;
color: #E26B5D;
text-align: center;
width: 70px;
position: relative;
margin-top: 0;
}

.flow09 > li .icon09::before {
content: 'STEP';
font-size: 0.3em;
display: block;
margin-bottom: 3px;
letter-spacing: 1px;
}

.flow09 > li .icon09::after {
content: "";
display: block;
width: 1px;
height: calc(100% - 40px);
background-color: #858585;
position: absolute;
left: 0;
right: 0;
top: 60px;
margin: auto;
}

.flow09 > li dl dd {
margin: 0;
}

.flow09 > li dl {
width: calc(100% - 70px);
margin-top: 0.8em;
}


.flow_txt_box {
padding: 20px;
margin-top: 30px;
text-align: center;
}


.cp_qa01 {
border-top: 1px solid #1b2538;
}
.cp_qa01 .cp_actab input {
display: none;
}
/*質問テキスト*/
.cp_qa01 .cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 1px;
color: #1b2538;
}
.cp_qa01 .cp_actab label {
font-weight: bold;
position: relative;
display: flex;
align-items: center;
margin: 0 0 0 0;
padding: 1em 2em 1em 1em;
cursor: pointer;
border-bottom: 1px solid #1b2538;
}
.cp_qa01 .cp_actab .cp_actab-content p {
margin: 1em;
}
.cp_qa01 .cp_actab label:hover {
color: var(--common);
}
.cp_qa01 .cp_actab input:checked ~ label {
color: var(--common);
}
/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
color: var(--common);
background: #f5f5f5;
transition: max-height 0.5s ease;
}
.cp_qa01 .cp_actab input:checked ~ .cp_actab-content {
max-height: 40em;
}
/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
position: absolute;
content: '';
right: 10px;
width: 15px;
height: 10px;
background: #1b2538;
clip-path: polygon(0 0, 50% 100%, 100% 0);
transition: all 0.5s ease;
}
.cp_qa01 .cp_actab label:hover::after {
background: #f5f5f5;
}
.cp_qa01 .cp_actab input[type=checkbox]:checked + label::after {
transform: rotateX(180deg);
background: #f5f5f5;
}



.qaabg {
background-image: url("../img/qaa_bg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: bottom center;
}
.flowbg {
background-image: url("../img/flow_bg.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: center right;
}

.col_re_bg {
background-image: url("../img/col_re_bg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top left;
}

.col_gr_bg {
background-image: url("../img/col_gr_bg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
}
.col_bl_bg {
background-image: url("../img/col_bl_bg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
}
.col_head_bg {
background-image: url("../img/sec1_head_bg.webp");
background-position: top center;
background-repeat: repeat-x;
}

.col_gr_bg_top {
background-image: url("../img/col_gr_topbg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
}

@media screen and (max-width: 959px) {
.col_re_bg {
background-image: url("../img/col_red_topbg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top left;
}
.col_gr_bg {
background-image: url("../img/col_gr_topbg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
}

.col_bl_bg {
background: none;
}

}


/* FLOW and QandA -------------- */

















.sec3border {
border-bottom: 1px solid #ccc;
background-image: url("../img/col_gr_bg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
}
.box__philo {
padding: 30px;
margin-top:50px;
}
.sec___philocap {
font-size: 1.8rem;
font-weight: bold;
padding: 20px 0 50px;
text-align: center;
}
.philo_head {
border-bottom: 1px solid #ccc;
font-size: 1.4rem;
margin-bottom: 10px;
font-weight: bold;
padding: 10px 0;
}
.philo_mid {
font-weight: bold;
padding: 10px 0 10px 50px;
}
.philo_btm {
padding-bottom: 50px;
padding-left: 80px;
}
.philo_btm_3 {
padding-bottom: 10px;
padding-left: 80px;
}

@media screen and (max-width: 959px) {
.philo_mid {
font-weight: bold;
padding: 10px 0 10px 30px;
}

.sec___philocap {
font-size: 1.8rem;
font-weight: bold;
padding: 0;
text-align: center;
}

.philo_btm {
padding-bottom: 50px;
padding-left: 40px;
}
.philo_btm_3 {
padding-bottom: 10px;
padding-left: 40px;
}
.box__philo {
padding: 10px 10px;
margin-top: 50px;
}

}




/* section 4	------------------------------------- */
.sec4 {
margin-bottom: -6px;
}
/* section 5	------------------------------------- */
.sec5 {
padding:0;
width: 100%;
margin: 0 auto;
padding-top: 80px;
background-image: url("../img/recruit__bg.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
border-top: 5px solid var(--common);
}


.recruit_bg {
background-image: url("../img/rec_bgimg.webp");
background-size: contain;
background-repeat: no-repeat;
background-position: top left;

}
.recruit_topbox {
	width: 100%;
	margin: 0 auto;
	padding: 100px 50px 30px 500px;
}

.recruit_topbox p{
	line-height: 2rem;
	padding-bottom: 30px;
}
.recruit_midbox {
padding: 30px 10px 30px;
border-top: 1px solid #ccc;
}

.rec_top_txt {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 50px 0;
	text-align: center;
}

.req_head {
	font-weight: bold;
	padding-bottom: 15px;
}

.rec_body {
	padding: 50px 0 200px;
	border-bottom: 1px solid #ccc;
}

.rec_body img{
	width: 100%;
	padding: 0 30px;
}
@media screen and (max-width: 599px) {
.recruit_bg {
background-image:none;
}

.recruit_topbox {
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px;
}

}
/* section 6	------------------------------------- */
.sec6 {
padding: 0;
width: 100%;
margin: 0 auto;
padding: 270px 0 150px;
background-image: url("../img/bg3.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.sec6__news {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 15px 15px;
background: #fff;
border-radius: 50px;
}

.sec6__info {
padding-top: 10px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.sec6__balance {
max-width: 1300px;
margin: 0 auto;
padding: 70px 15px;
}
.info__block {
margin: 0 auto;
width: 100%;
max-width: 1000px;
}
.sec6__cap {
display: block;
text-align: left;
padding: 20px;
font-size: 1.4rem;
line-height: 2.4rem;
}
.sec6__caphead {
font-size: 1.4rem;
padding: 10px;
font-weight: bold;
color: var(--secondary);
}

.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;
}



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

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

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

.sec6 {
padding: 0;
width: 100%;
margin: 0 auto;
padding: 120px 0 0;
background-image: url("../img/sp_bg_jigyouannani.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.sec6__news {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 15px 15px;
background: none;
border-radius: 50px;
}
.clienticon {
width: 100%;
margin: auto;
padding: 20px;
}

.sec6__info {
padding-top: 10px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.sec6__balance {
max-width: 1300px;
margin: 0 auto;
padding: 70px 15px;
}
.info__block {
margin: 0 auto;
width: 100%;
max-width: 1000px;
}
.sec6__cap {
display: block;
text-align: left;
padding: 20px;
font-size: 1.2rem;
line-height: 1.8rem;
}
.sec6__caphead {
font-size: 1.4rem;
padding: 10px;
font-weight: bold;
color: var(--common);
}

.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;
}

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

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

}


/* 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;
/* border-bottom: 1px solid #ccc; */
}

.sec8__annai {
padding: 0 20px 80px 20px;
width: 100%;
margin: 0 auto;
/* border-bottom: 1px solid #ccc; */
}


.bgcolor_wht {
background: #fff;
}

.sec8__head {
width: 100%;
max-width: 1300px;
margin: 0 auto;
padding: 100px 15px 0;
}
.sec8__news {
width: 100%;
max-width: 1300px;
margin: 0 auto;
padding: 0 15px 60px 15px;
}
.sec8_txt {
font-size: 1.6rem;
line-height: 2.6rem;
padding: 30px 0;
}

.sec8_txt_02 {
font-size: 1.6rem;
line-height: 2.6rem;
padding: 10px 0 20px;
}

.sec8_txt_03 {
font-size: 1.6rem;
line-height: 2.6rem;
padding: 30px 0 20px;
}

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

.sec8__cap__txt_1 {
line-height: 2rem;
font-size: 0.8rem;
padding: 17px;
border-bottom: var(--bd-line);
}
@media screen and (max-width: 599px) {
.sec8 {
padding: 0 10px;
width: 100%;
margin: 0 auto;
}
.sec8__annai {
padding: 0 20px;
width: 100%;
margin: 0 auto;
}
.sec8_txt {
font-size: 1.2rem;
line-height: 2.0rem;
padding: 30px 0;
}
}

.sec__head_form {
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-size: 2.0rem;
padding: 40px 0 0;
text-align: center;
}
.sec___formc_mid {
font-size: 1.8rem;
font-weight: bold;
padding: 0;
text-align: center;
}

.sec__formtxt {
font-family: fot-udkakugo-small-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
text-align: center;
padding-bottom: 30px;
}

.age-year {	width: 30%	!important;}
.age-month {	width: 20%	!important;	margin-left: 10px !important;}
.age-day {	width: 20%	!important; margin-left: 10px !important;}

@media screen and (max-width: 959px) {
.sec__head_form {
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-size: 1.8rem;
padding: 100px 0 0;
text-align: center;
}

.sec___formc_mid {
font-size: 1.4rem;
font-weight: bold;
padding: 0 0 80px;
text-align: center;
}
.age-year {	width: 25%	!important;}
.age-month {	width: 16%	!important;	margin-left: 10px !important;}
.age-day {	width: 16%	!important; margin-left: 10px !important;}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
				font-size: 1.0rem !important;
				padding: 8px 15px;
				margin-right: 10px;
				margin-top: 10px;
				border: 1px solid #d0d5d8;
				border-radius: 3px;
				background-color: #eff1f5;
}
}

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

.date {
font-size: 1rem;
color: #333;
}
.cateList {
padding: 4px 20px;
background: #cc0000;
color: #fff;
border-radius: 5px;
font-size: 0.8rem;
}

.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;
}


.wpcf7-list-item-label {
border-bottom: 1px solid #ccc;
line-height: 4rem;
}
.annai_txt_mid {
padding-left: 50px;
padding-top: 20px;
}
.annai_txt_btm {
padding: 20px 200px 0 30px;
}
.annai_txt_li {
margin-left: 20px;
padding: 5px 5px 10px 20px;
border-left: 5px solid var(--secondary);
}






.logo__ironnashigoto {
width: 100%;
max-width: 550px;
padding-top: 80px;
}

/* section 9	------------------------------------- */
.sec9 {
padding:0;
width: 100%;
margin: 0 auto;
background: #fff;
background: url("../img/sec1_head_bg_btm.webp");
background-position: bottom center;
background-repeat: repeat-x;
}

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

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

@media screen and (max-width: 959px) {
.sec9 {
padding: 0 0 50px 0;
width: 100%;
margin: 0 auto;
background: #fff;
background: url("../img/sec1_head_bg_btm.webp");
background-position: bottom center;
background-repeat: repeat-x;
}
.annai_txt_btm {
padding: 20px 0 50px;
}
.wpcf7-list-item-label {
border-bottom: 1px solid #ccc;
line-height: 3rem;
/* margin-bottom: 30px; */
}
}





/* 会社案内 */
.corp_bgimg {
background: url("../img/corp_img.webp");
background-position: center center;
background-repeat: no-repeat;
height: 400px;
margin: 0 auto;
background-size: cover;
margin-top: 80px;
margin-bottom: 80px;
}
.corp_head_mess {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 50px 0;
}
.corp_head {
font-size: 1.6rem;
font-weight: bold;
padding: 10px 0 50px;
}
.corp_head_mess p{
line-height: 2.4rem;
padding-bottom: 20px;
}




/* section SERVICE	------------------------------------- */
.sec_recruit {
width: 100%;
background-image: url("../img/topbg_recruit.webp");
background-position: top right;
background-repeat: no-repeat;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-size: cover;
}
.sec_rec_bg {
background-image: url("../img/bg2.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
padding-top: 100px;
}
.sec_rec__inner {
margin: 0 auto;
width: 100%;
max-width: 1300px;
padding: 0 20px 150px 20px;
text-align: left;
}

.recinnerplace {
width: 100%;
max-width: 330px;
padding-bottom: 40px;
}


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

.secrec__box {
width: 100%;
max-width: 580px;
padding: 50px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 10px;
}


.rec_question {
font-size: 1.2rem;
padding: 10px 0 10px;
font-weight: bold;
}
.rec_answer {
padding: 10px 20px 30px;
}
.sec__rec__inn {
padding: 13px;
}


.service_main {
margin: 10px;
padding-bottom: 100px;
border-bottom: 1px solid #ccc;
}

.serv__icon {
width: 100%;
max-width: 390px;
border-left: 5px solid var(--common);
margin: auto;
margin-bottom: 10px;
display: block;
}

.rec__icon {
width: 100%;
max-width: 180px;
padding-bottom: 20px;
margin: auto;
display: block;
}


.rec_entrybtn {
background: #14a;
color: #fff;
text-align: center;
padding: 100px 0;
}

.rec_box_2 {
padding-bottom: 100px;
}

.rec_box_img {
padding-bottom: 20px;
margin: auto;
display: block;
}


/* section footer	------------------------------------- */
#foot__block {
/* border-top: var(--bd-line); */
/* margin-top: 50px;
padding: 50px 0 0 0; */
}

.foot__catch {
font-size: 1.8rem;
text-align: left;
color: #000;
}

.footcorplogo {
width: 280px;
}

.secfoot_inner {
width: 100%;
max-width: 1300px;
margin: 0 auto;
/* padding-top: 50px; */
text-align: left;
}
.secfoot_inner a{
color: var(--common);
text-decoration:none;
}
.footnavlist {
padding: 0 30px;
}
.footnavlist li{
line-height: 1.9rem;
list-style: square;
color: var(--common);
}

.footnavlist a:hover{
color: var(--link);
}

.footad {
color: var(--common);
padding: 0;
font-size: 1rem;
}

.ft_spn {
font-size: 0.8rem;
padding-left: 10px;
}
.footqr {
width: 150px;
}

.footborder {
border-right: 1px solid var(--link);
}

.footerlogo {
width: 100%;
max-width: 220px;
padding-block: 30px;
}

@media screen and (max-width: 599px) {
.footborder {
border-right: none;
padding: 10px 10px 20px !important;
}
}

.sec_ft {
color: #fff !important;
padding: 70px 0;
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;
}

.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", sans-serif;
font-weight: 600;
font-size: 1.8rem;
line-height: 3rem;
color: #fff;
}

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

/* .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(--honsya);
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 {
font-family: "futura-pt", sans-serif;
font-weight: 600;
background: #05780e;
position: relative;
z-index: 2;
padding: 30px 20px;
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(--honsya);}
.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: 30px;
padding-top: 10px;
}

.sec_ft__box a{
color: #fff;
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);
}


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


/* 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;
color: var(--common);
}

.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;
}



.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;
padding-bottom: 5px;
}

/* .header__logo {
width: 150px;
padding: 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: 20px;
padding: 20px;
width: 50%;
}

.nav__btn__box {
width: 70%;
background: var(--common);
padding: 20px;
margin: 5px;
}


/* 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 2	------------------------------------- */

/* 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 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: 2.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: 0;
}

}


/* 応募ボタン */
.sidebutton {
	display: block;
	width: 80px;
	position: fixed;
	right: 0;
	bottom: 80px;
	z-index: 999999;
	cursor: pointer;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
	.active{
			opacity: 1;
			visibility: visible;
	}
.sidebutton img{
	width: 100%;
}


@media screen and (max-width: 599px) {
/* 応募ボタン */
.sidebutton {
	display: block;
	width: 60px;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 999999;
	cursor: pointer;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
	.active{
			opacity: 1;
			visibility: visible;
	}
. img{
	width: 100%;
}
}

.entry-content {
	padding-bottom: 50px !important;
}
.entry-content img{
	margin: auto !important;
	display: block	!important;
	padding-bottom: 50px	!important;
}
