@charset "utf-8";
/* CSS Document */

/*----------------------------*/
.page_tit_wrap.pattern01{
background: url('../images/about/title_img.webp');
	
}



:where(figure){
	margin-bottom: 0em !important;
}
:where(.wp-block-columns){
	margin-bottom: 0em !important;
	
}

section p{
	letter-spacing: 0.1em;
	color: #333;
	position: relative;
	
}
p.txt{
	line-height: 2.18;
	text-align: justify;
	
}
/*----------------------------*/
section.wp-block-group {

        padding: 0px 1.56em;/**/
}
section.wp-block-group .wp-block-group__inner-container{
	        width: 100%;
        max-width: 1000px;
        /*padding: 0px 25px;*/
        margin: 0 auto;
        box-sizing: border-box;
}




/*----------------------------*/
    .catch_b {
    font-size: 1.88em;
    text-align: center;
    letter-spacing: 0.1em;
    }
    .catch_m {
font-size: 1.38em;
    text-align: center;
    letter-spacing: 0.075em;
    margin-top: 5px;
		        font-weight: 500;
    }
    .catch_m mark{
    letter-spacing: 0;
    color: unset;
    background: unset;
    }
/*----------------------------*/
#nav01{
	background-image: url("../images/about/bg_nav01.webp");
	background-size: 100vw;
	background-position: center bottom;
	        background-repeat: no-repeat;
}

#nav01 .full_screen{
        width: 100vw;
        margin-left: calc(50% - 100vw / 2);
        column-gap: 1.25em;
}
#nav01 .full_screen img{
        width: 100%;
}

/*----------------------------*/
#nav02{
  counter-reset: data_content-counter;
}
.data_content{
	position: relative;
}


.data_content .data_title{
	        font-size: 1.56em;
        font-weight: 700;
	        letter-spacing: 0.075em;
	border: 1px solid black;
	border-radius: 0.4em;
	display: flex;
	column-gap: 1.12em;
	        align-items: center;
	        padding: 0.32em 1.54em;
}
.data_content .data_title::before{
	
	content: counter(data_content-counter) ". ";
	counter-increment: data_content-counter;
	display: inline-block;
	
	        font-family: "Josefin Sans", sans-serif;
	        font-size: 2em;
	font-weight: 400;
	        letter-spacing: 0.1em;
	line-height: 1;
	transform: translateY(0.06em);
}


.data_content .data_list > div{
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap:1.25em;
}

#nav02 #soshiki  .data_title{
	background-color: #fff4e3;
	border-color: #dc6900;
}
#nav02 #soshiki  .data_title::before{
	color: #f28e1e;
}

#nav02 #soshiki_jimu  .data_title{
	background-color: #edf3f7;
	border-color: #026a9e;
}
#nav02 #soshiki_jimu  .data_title::before{
	color: #20b1ff;
}

#nav02 #recruit  .data_title{
	background-color: #f3faf6;
	border-color: #318258;
}
#nav02 #recruit  .data_title::before{
	color: #77c44a;
}


#nav02 #work  .data_title{
	background-color: #f6f3fa;
	border-color: #7e3aa8;
}
#nav02 #work  .data_title::before{
	color: #8b40ba;
}


#nav02 #order  .data_title{
	background-color: #fff2f0;
	border-color: #d14027;
}
#nav02 #order  .data_title::before{
	color: #d14027;
}
#nav02 .data_title mark{
        background-color: unset;
        border-color: unset;
        font-size: 0.64em;
        margin-left: auto;
	color: unset;
}
/*----------------------------*/
#nav03 .speechbubble{
display: flex;
        width: fit-content;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        background-color: #e2effa;
	font-size: 1.25em;
        font-weight: 500;
        letter-spacing: 0;
        padding: 1.13em 3.5em;
        border-radius: 1.88em;
        position: relative;
}
#nav03 .speechbubble::before{
content: "";
	position: absolute;
	        bottom: -1.18em;
  width: 0;
  height: 0;
        border-right: 0.63em solid transparent;
        border-left: 0.63em solid transparent;
        border-top: 1.22em solid #e2effa;
        border-bottom: 0;
}
#nav03 .guide_map figure{
	width: 61.69em;
	margin: 0 auto;
}


#nav03 .guide_content > div{
	display: grid;
	    grid-template-columns: 1fr 1fr;
	gap:3.75em;
	max-width: unset;
	width: 75em;
        margin: 0 calc(50% - 75em / 2);
        position: relative;
}
#nav03 .guide_content > div > .has-background{
	
	border-radius: 1.88em;
}
#nav03 .guide_content > div > .has-background > div{
	display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: stretch;
    height: 100%;
	min-height: 39.38em;
	
	        padding: 2.13em 2.81em 2.63em;
}
#nav03 .guide_content > div > .has-background > div figure{
    width: 26.25em;
    margin: 0 auto;
	
}
#nav03 .guide_content > div > .has-background > div .guide_cat{
	font-size: 1.81em;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid currentcolor;
	margin-top: 0.75em;
	padding-bottom: 0.21em;
}
#nav03 .guide_content > div > .has-background > div .guide_txt{
	letter-spacing: 0;
	        text-align: justify;
	font-weight: 500;
	margin-top: 1.25em;
	line-height: 1.88em;
}

.btn_link{
        margin: auto auto 0;
	min-width: 17.94em;
        width: fit-content;
}

.btn_link a{
        padding-right: 3.63em;
        padding-left: 2.31em;
    box-sizing: border-box;
}
/*----------------------------*/
/* 色変更 */
html:is(.pageBlue) #header::before {
	content: '';
	background: #0071b4;
	height: 120%;
}

html:is(.pageYellow) #header::before {
	content: '';
	background: #F4E621;
	height: 120%;
}

html:is(.pageBlack) #header::before {
	content: '';
	background: #000;
	height: 120%;
}



html.pageBlue  body { --page-bg: #0071b4; --page-c: #fff;}
html.pageYellow body { --page-bg: #F4E621; --page-c: #000;}
html.pageBlack body { --page-bg: #000; --page-c: #fff; }

html:is(.pageBlue, .pageYellow, .pageBlack) body section.wp-block-group/*, 
:is(html.pageBlue, html.pageYellow, html.pageBlack) body section.wp-block-group **/ {
  background-color: var(--page-bg) !important;
	background-image: unset !important;
}

html:is(.pageBlue, .pageBlack) body section.wp-block-group#nav02 .data_title, 
html:is(.pageBlue, .pageBlack) body section.wp-block-group#nav03 .speechbubble
{
  color: var(--page-bg) !important;
}
