@charset "utf-8";


*, *::before, *::after {
  box-sizing: border-box;
}

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
html{
	margin-top: 0!important;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul,ol {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .5s;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input[type="submit"],input[type="text"],input[type="email"],input[type="tel"],input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  button{
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;

  }
html {
    font-size: 62.5%;
}
 
body {
    font-family: "Noto Sans JP", sans-serif;
	margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #4B544A;
    line-height: 1.5;
}

img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.inner{
    width: 95%;
    max-width:1300px;
    margin: 0 auto;
}
article{
    overflow: hidden;
}
@media screen and (max-width: 768px) {

	.inner{
	    width: 90%;
	}
}

/*-----------------------
         header
-------------------------*/
header {
    width: 100%;
    height: 143px;
    position: fixed;
    top: 0;
    z-index: 999999;
}
header.change-color {
    background-color: #fff;
    transition: all .3s;
}

.header_inner{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.header_logo{
	margin-top: 30px;
	width: 28%;
	max-width: 353px;
	margin-left: 35px;
}
.header_logo a{
	display: flex;
	align-items: center;
	color: #4B544A;
	font-weight: bold;
}
.header_logo img{
    width: 40%;
    max-width: 106px;
    vertical-align: middle;
}
.header_logo p{
	font-size: clamp(12px, 1.39vw, 20px);
}
.header_logo p span{
	color: #fff;
	background-color: #AFC75C;
	padding: 5px 10px;
	display: inline-block;
}
.header_nav {
    width: 68%;
    display: flex;
    align-items: flex-start;
    max-width: 1160px;
    margin-left: auto;
    justify-content: flex-end;
    column-gap: 30px;
	    background-color: #FBECED;
}

.header_nav ul{
	width: 76%;
	max-width: 736px;
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
	text-align: center;
}
.header_nav ul li a{
    font-size: clamp(12px, 1.39vw, 20px);
    color: #4B544A;
    font-weight: bold;
    text-align: center;
}


.header_nav ul li{
	position: relative;
	display: inline-block;
}

.h_linkarea{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	width: 47%;
	max-width: 358px;
}
 .h_cta{
	background-color: #fff;
	text-align: center;
	width: 58%;
	max-width: 204px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.h_cta a{
	display: block;
}
.h_cta img{
	max-width: 60px;
}
.en_cta{
	width: 44%;
	max-width: 155px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.en_cta01{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
	font-size: clamp(12px, 1.39vw, 20px);
	color: #4B544A;
	font-weight: bold;
	text-align: center;
}
.en_cta02{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 6px;
	font-size: clamp(12px, 1.25vw, 16px);
	color: #fff;
	background-color: #C7D88D;
	padding: 5px 0;
	text-align: center;
}
.en_cta02 img{
	max-width: 19px;
}
.sp_menu{
	display: none;
}
@media screen and (max-width: 980px) {
    
	
	.header_logo {
	    margin-top: 15px;
	    width: 86%;
	    max-width: 240px;
	    z-index: 999;
	    margin-left: 10px;
	}
	.header_logo img {
	    width: 88%;
	    max-width: 70px;
	    margin-left: 0;
	}
    header{
		height: 80px;
	}
    
    .header_nav {
    	display: none;
    }
    
    .sp_menu{
        display: block;
    }
 
    .nav-menu {
        position: fixed;
        overflow-y: scroll;
        z-index: 99;
        width: 100%;
        top: 0;
        height: 100vh;
        display: none;
        background-color: #fff;
    }

	.g-menu{
		width: 80%;
		margin: 0 auto;
		margin-top: 110px;
	}
 
    .g-menu ul li a{
        display: block;
        font-size: clamp(16px, 2.072vw, 18px);
        font-weight: bold;
        color: #4B544A;
        margin-bottom: 20px;
        position: relative;
        border-bottom: 1px solid #4B544A;
        padding-bottom: 15px;
    }
		.g-menu .en_cta {
	    border-radius: 10px;
	    padding: 30px 10px 30px 10px;
	    text-align: center;
	    width: 100%;
			max-width: 300px;
        row-gap: 20px;
	    margin: 60px auto 0;
	}
	.g-menu .en_cta01,
	.g-menu .en_cta02{
		font-size: clamp(18px, 1.67vw, 24px);
		font-weight: bold;
	}
	.g-menu .en_cta02{
		    padding: 15px 0;
	}
}



@media screen and (max-width: 980px) {
/* hamburger */
    .toggle {
        position: fixed;
        right: 15px;
        top: 24px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 999;
        display: block;
    }

   
        
    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px  #000000;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

    .toggle span:nth-child(1) {
        top: 9.3px;
    }
    .toggle span:nth-child(2) {
        top: 16px;
    }
    .toggle span:nth-child(3) {
        top: 23px;
    }
   
    .toggle.active span:nth-child(1) {
        top: 10%;
        left: 45%;
        -webkit-transform: rotate(-45deg) translate(-50%,-50%);
        -ms-transform: rotate(-45deg) translate(-50%,-50%);
        transform: rotate(-45deg) translate(-50%,-50%);
        border-bottom: solid 2px  #000000;
    }
    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 72%;
        left: 41%;
        -webkit-transform: rotate(45deg) translate(-50%,-50%);
        -ms-transform: rotate(45deg) translate(-50%,-50%);
        transform: rotate(45deg) translate(-50%,-50%);
        border-bottom: solid 2px  #000000;
    }
}

.sec_ttl{
	text-align: center;
	    width: 70%;
    max-width: 342px;
}
.sec_ttl h2 {
    font-size: clamp(20px, 2.23vw, 32px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #AFC75C;
    padding: 20px 5px;
    text-shadow: 3px 3px 0 #4B544A;
}

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

	.sec_ttl {
		max-width: 200px;
	}
	.sec_ttl h2{
    	        font-size: 19px;
        padding: 8px 5px;
	}
}

.sp_br,.sp_img{
    display: none;
}

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

    .sp_br,.sp_img{
        display: block;
    }
    .pc_br,.pc_img{
        display: none;
    }
}
.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 14px;
	width: 90%;
	max-width: 286px;
	text-align: center;
	color: #fff;
	background-color: #AFC75C;
	font-size:16px;
	font-weight: 500;
	padding: 10px 0;
	cursor: pointer;
	position: relative;
}
.btn img{
	width: 16%;
	max-width: 44px;
}
@media screen and (max-width: 768px) {
	
	.btn{
		width: 90%;
		max-width: 230px;
		font-size:16px;
		font-weight: 500;
		padding: 10px 0;
	}
	.btn img{
		width: 16%;
		max-width: 25px;
	}
}

/*-----------------------
         top
-------------------------*/
.maintop_box{
	position: relative;
	margin-top: 143px;
	background-image: url('../img/top.jpg');
	background-size: cover;
	padding-top: 48%;
	width: calc(100% - 20rem);
	margin-left: auto;
	z-index: 0;
}

.main_bg{
	background-color: #FBECED;
	width: calc(100% - 20.5rem);
	min-width: 85.8%;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding-top: 58%;
}


.fv_txtbox{
	position: absolute;
	top: 72%;
	left: 31.5%;
	width: 90%;
	transform: translate(-50%, -50%);
}
.fv_txtgray p{
	font-size: clamp(18px, 1.67vw, 24px);
	font-weight: bold;
	display: inline-block;
	background-color: #4B544A;
	color: #fff;
	padding: 10px 30px 10px 20px;
	margin-top: 11px;
}
.fv_txtgray p:last-child{
	margin-top: 11px;
}
.fv_txtwhite p{
	font-size: clamp(22px, 2.499999vw, 36px);
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	color: #4B544A;
	padding: 20px 14px 20px 23px;
	margin-top: 11px;
}
.fv_txtgray{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

@media screen and (min-width: 1625px) {
	.fv_txtbox{
		position: absolute;
		top: 71%;
		left: 25.5%;
		width: 70%;
		max-width: 1010px;
		transform: translate(-50%, -50%);
	}
	
}
@media screen and (max-width: 1060px) {
	
	.fv_txtbox{
		position: absolute;
		top: 71%;
		left: 32.5%;
		width: 101%;
		max-width: none;
		transform: translate(-50%, -50%);
	}
	.fv_txtgray p{
		white-space: nowrap;
	}
}


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


	.maintop_box{
		width: 95%;
		max-width: 770px;
		padding-top: 85%;
		background-position: 37%;
		margin-top: 80px;
	}
	.main_bg {
	    background-color: #FBECED;
	    width: calc(100% - 20rem);
		min-width: auto;
	    margin-right: auto;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: -1;
	    padding-top: 116%;
	}

	.fv_txtbox{
		position: absolute;
		top: 86%;
		left: 43.5%;
		width: 90%;
	}
	
	.fv_txtgray p{
		white-space: wrap;
	}
	.fv_txtgray p {
	    font-size:15px;
	    padding: 5px 8px 5px 10px;
	    margin-top: 0;
	}
	.fv_txtwhite p {
	    font-size: 17px;
	    padding: 10px 14px 10px 10px;
	}
}

.modal_box{
	position: fixed;
	z-index: 5;
	right: 10px;
	bottom: 20px;
	    width: 28%;
    max-width: 390px;
	cursor: pointer;
	transition: all 1.5s;
	opacity: 0;
	display: none;
}

.modal_open{
	display: block;
	width:100%;
	height: 100%;
	position: relative;
}
.circle{
	width: 100%;
	max-width: 341px;
	border-radius: 50%;
	background-color: #AFC75C;
	position: absolute;
	left: 0;
	bottom: 20px;
}
@media screen and (max-width: 1070px) {

	.circle{
		width: 50%;
		left: -9px;
		bottom: -15px;
	}
}


.modal_box a{
		display: block;
	}
@media screen and (max-width: 768px) {

	.modal_box{
		position: fixed;
		z-index: 5;
		right: 10px;
		bottom: 20px;
		width: 53%;
		max-width: 120px;
		animation: 1.2s fadeup ease-in-out forwards;
	}
	.modal_open{
		width: 200px;
	}
	.circle{
		width: 45%;
		max-width: 85px;
		left: 14px;
		bottom: -2px;
	}
	
	.circle_txt {
	    position: absolute;
	    top: 45%;
	}
	.circle_txt p{
		margin-top: -1px;
		font-weight: bold;
		font-size: 10px;
	}
	.circle_txt span{
		font-weight: bold;
		font-size: 9px;
	}
	

}




/*-----------------------
         about
-------------------------*/

#about{
	padding: 145px 0 0;
	position: relative;
	margin-bottom: 15.7%;
}
.about_bg {
    background-color: #FBECED;
    width: calc(100% - 20rem);
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 55.7%;
}
#about .inner{
	max-width: 1360px;
}
.about_fx{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	width: 100%;
}
.about_img{
	width: 57%;
	max-width: 768px;
}
.about_txt{
	width: 37%;
	max-width: 490px;
}
.about_txt p{
	font-size: clamp(16px, 1.67vw, 24px);
}
.about_txt ul{
	margin-left: -6%;
}
.about_txt li{
	display: flex;
	align-items: flex-end;
	font-size: clamp(16px, 1.67vw, 24px);
	font-weight: bold;
	margin-top: 30px;
}
.about_txt li img{
	max-width: 50px;
	margin-right: -4%;
}

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

	#about{
		padding: 145px 0 0;
		position: relative;
		margin-bottom: 15.7%;
	}
	.about_bg {
	    width: calc(100% - 10rem);
	    padding-top: 120%;
	}
	#about .inner{
		max-width: 1360px;
	}
	.about_fx{
		flex-direction: column;
		row-gap: 20px;
		width: 100%;
	}
	.about_img{
		width: 100%;
		max-width: 550px;
	}
	.about_txt{
		width: 100%;
		max-width: 550px;
	}
	.about_txt p{
		font-size: clamp(16px, 1.67vw, 24px);
	}
	.about_txt ul{
		margin-left: 0;
	}
	.about_txt li{
		display: flex;
		align-items: flex-end;
		font-size: clamp(16px, 1.67vw, 24px);
		font-weight: bold;
		margin-top: 10px;
	}
	.about_txt li img{
		max-width: 30px;
		margin-right: -4%;
	}


}
@media screen and (max-width: 479px) {
	.about_bg {
	    width: calc(100% - 10rem);
	    padding-top: 170%;
	}
}
/*-----------------------
         work
-------------------------*/
#work{
	padding: 15% 0 100px;
}
.work_area{
	background-color: #FBECED;
	max-width: 1238px;
	width: 90%;
	margin-left: auto;
	padding: 65px 0 110px;
	position: relative;
}
@media screen and (min-width: 1790px) {

	.work_area{
		margin: 0 auto;
	}
}
.work_area .sec_ttl{
	width: 28%;
	max-width: 342px;
	position: absolute;
	top: -44px;
	left: -95px;
}
.work_box{
	max-width: 1096px;
	margin: 0 auto;
}
.work_box:last-child{
	margin-top: 40px;
}
.work_ttl{
	text-align: center;
}
.work_ttl p{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.work_ttl p:before,
.work_ttl p:after {
  display: inline-block;
  content: "";
  background: #4B544A;
  width: 2px;
  height: 2.5em;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
 
.work_ttl p:before {
  transform: rotate(-35deg);
  left: -12px;
}
 
.work_ttl p:after {
  transform: rotate(35deg);
  right: -12px;
}
.work_ttl h3{
	background-color: #fff;
	display: inline-block;
	padding: 10px 24px;
	font-size: clamp(16px, 1.67vw, 24px);
	font-weight: 900;
	margin-top: 24px;
}
.work_box02 .work_ttl{
	margin-bottom: -2.5%;
	position: relative;
	z-index: 1;
}
.work_box02 .work_ttl h3{
	margin-top: 16px;
}
.work_fx{
	display:flex;
	align-items: center;
	column-gap: 18px;
	margin-top: 20px;
}
.work_box a{
	display: block;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.work_fx p{
	position: absolute;
	right: 20px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: clamp(14px, 1.67vw, 24px);
	font-weight: 500;
	letter-spacing: .3em;
	padding-top: 7px;
}
.work_fx p:before{
	display: block;
  content: "";
	border-right: 2px solid #fff;
	height: 70%;
	padding-left: 15px;
}

.work_area .btn{
	position: absolute;
	right: 32px;
	bottom: -33px;
}

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

	.work_area .sec_ttl{
		left: -50px;
	}
}
@media screen and (max-width: 768px) {

	#work {
		padding: 90px 0 50px;
	}

	.work_area{
		width: 100%;
		margin: 0 auto;
		padding: 65px 0 110px;
		position: relative;
	}
	.work_area .sec_ttl{
		width: 90%;
		max-width: 180px;
		top: -28px;
		left: 5px;
	}
	.work_ttl p{
		font-size: 13px;
	}
	.work_ttl h3{
		padding: 8px 24px;
		font-size: 15px;
		margin-top: 15px;
	}


	.work_fx{
		flex-direction: column;
		row-gap: 18px;
		margin-top: 20px;
	}
	.work_fx p{
		position: absolute;
		right: 20px;
		font-size: 14px;
		letter-spacing: .3em;
		padding-top: 7px;
	}
	.work_fx p:before {
	    padding-left: 10px;
	}
	.work_area .btn{
		position: absolute;
		right: 10px;
		bottom: -21px;
	}
}
/*-----------------------
         data
-------------------------*/
#data{
	padding: 125px 0 120px;
}
.data_area{
	width: 90%;
	max-width: 1339px;
	background-image: url(../img/data_img.jpg);
	background-size: cover;
	padding: 35px 0 45px;
}
@media screen and (min-width: 1790px) {

	.data_area{
		margin: 0 auto;
	}
}
.data_area .sec_ttl{
	width: 28%;
    max-width: 406px;
	margin: 0 auto;
}
.data_area ul{
	display: flex;
	max-width: 847px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	margin-top: 67px;
}
.data_area ul li{
	width: 28%;
	max-width: 230px;
	position: relative;
}
.data_area ul li p{
	text-align: center;
	font-weight: bold;
	font-size: clamp(16px, 1.67vw, 24px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.data_area .btn{
	margin: 66px auto 0;
}

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

	#data{
		padding: 90px 0;
	}
	.data_area{
		width: 100%;
		padding: 60px 0 45px;
	}
	.data_area .sec_ttl{
		width: 90%;
	    max-width: 250px;
		margin: 0 auto;
	}
	.data_area ul{
		flex-wrap: wrap;
		justify-content: center;
		max-width: 550px;
		row-gap: 15px;
		margin-top: 50px;
	}
	.data_area ul li{
		width: 47%;
		max-width: 200px;
		position: relative;
	}
	.data_area ul li:last-child{
		width: 50%;
	}
	.data_area ul li p{
		text-align: center;
		font-weight: bold;
		font-size: clamp(16px, 1.67vw, 24px);
	}
	.data_area .btn{
		margin: 66px auto 0;
	}
}


/*-----------------------
         staff
-------------------------*/

#staff{
	padding-top: 124px;
	margin-bottom: 125px;
}
#staff .inner{
	max-width: 1115px;
}
#staff .btn{
	margin: 60px auto 0;
}
.staff_area{
	margin-top: 30px;
	padding-bottom: 80px;
}

.staff_colarea{
	width: min(90%, 1195px);
	margin: 0 auto;
	position: relative;
}
.staff_bg{
	background-color: #FBECED;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	padding-top: 32.488%;
}
.staff_inner{
	position: relative;
  width: calc(100% + (100vw - 100%) / 2);
	    overflow: hidden;
}
.staff_area li a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 375px;
	margin: 0 auto;
	color: #4B544A;
/* 	height: 448px; */
	height: 385px;
}
.charm_txt{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
.charm_txt p{
	font-size: 16px;
}
.charm_txt img{
	max-width: 44px;
}
.staff_col_img {
    height: 383px;
}
@media screen and (max-width: 768px) {
	
	#staff{
		padding-top: 30px;
		margin-bottom: 0;
	}
	
	.staff_colarea{
		width: min(90%, 600px);
		  margin: 0 auto;
	}
	.staff_inner{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.staff_area {
	    margin-top: 30px;
	    padding-bottom: 30px;
	}
	.staff_col {
		max-width: 300px;
	}
	.staff_area li a {
	    max-width: 300px;
	    height: auto;
	}
	.staff_col_img {
		height: auto;
	}
	.staff_bg {
	    margin: 0 calc(50% - 50vw);
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100vw;
	    padding-top: 80.488%;
	}
	#staff .btn {
	    margin: 50px auto 0;
	}
	
}
.staff_area .slick-slide{
	margin: 0 22px !important;
}
.staff_area .slick-list{
  overflow: visible !important;
}


/*-----------------------
         site
-------------------------*/

#site{
	padding-top: 100px;
	padding-bottom: 260px;
}

.site_area{
	display: block;
	max-width: 680px;
	margin: 0 auto;
	position: relative;
}
.site_fx{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	background-color: #AFC75C;
	width: 90%;
	max-width: 406px;
	padding: 20px 0;
}
.site_fx p{
	color: #fff;
	font-weight: bold;
	font-size:clamp(16px, 1.67vw, 24px);
}
.site_fx img{
	width: 40%;
	max-width: 43px;
}
.link_fx{
	margin-top: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	
}
.link_fx a{
	display: block;
	width: 46%;
	max-width: 587px;
	text-align: center;
	border: 5px solid #FF8E9B;
	color: #FF8E9B;
	font-size: clamp(22px, 2.499999vw, 36px);
	font-weight: bold;
	padding: 14.5px 5px;
}
.link_fx a.cta03{
	background-color: #FF8E9B;
	color: #fff;
}
.tel_txt{
	margin-top: 52px;
	text-decoration: underline;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 23px;
	color: #4B544A;
	font-weight: bold;
	font-size: clamp(16px, 1.67vw, 24px);
}
.tel_txt img{
	width: 30%;
	max-width: 40px;
}


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

	#site {
	    padding-top: 60px;
	    padding-bottom: 150px;
	}
	.site_area {
	    display: block;
	    max-width: 550px;
		height: 170px;
	    margin: 0 auto;
	    position: relative;
	}
	.site_area img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.link_fx{
		margin-top: 90px;
		flex-direction: column;
		row-gap: 20px;
	}
	.link_fx a{
		width: 95%;
		max-width: 550px;
		border: 2px solid #FF8E9B;
		font-size: 18px;
		padding: 14.5px 5px;
	}
	.tel_txt{
		margin-top: 30px;
		column-gap: 10px;
		font-size: clamp(16px, 1.67vw, 24px);
	}
	.tel_txt img{
		width: 30%;
		max-width: 25px;
	}
}

/*-----------------------
         footer
-------------------------*/
footer{
	background-color: #FBECED;
	padding: 124px 0 33px;
}
.footer_fx{
	width: 95%;
	max-width: 1234px;
	margin: 0 auto; 
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.footer_fx:after{
	display: inline-block;
	content: "";
	background-color: #4B544A;
	width: 2px;
	height: 220px;
	position: absolute;
	top: 61%;
	left: 47%;
	transform: translate(-50%,-50%);
}
.footer_L{
	text-align: center;
	width: 44%;
	max-width: 510px;
}
.footer_L h2{
    font-weight: bold;
    font-size: clamp(16px, 1.67vw, 24px);
}
.footer_L p,.footer_L a{
	color: #4B544A;
    font-weight: bold;
    font-size: clamp(14px, 1.39vw, 20px);
    margin-top: 20px;
}
.footer_L a{
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
.footer_L .f_logo{
	width: 142px;
	margin: 0 auto 10px;
	display: block;
}
@media screen and (max-width: 768px) {

	footer{
		padding: 60px 0 33px;
	}
	.footer_fx{
		width: 95%;
		max-width: 600px;
		row-gap:10px;
		margin: 0 auto; 
		flex-direction: column;
	}
	.footer_L{
		text-align: center;
		width: 100%;
		max-width: 510px;
	}
	.footer_fx:after{
		content: none;
	}
}

.footer_R{
	width: 48%;
	text-align: center;
	max-width: 585px;
}
.footer_nav{
	display: flex;
	flex-wrap: wrap;
	column-gap: 35px;
	row-gap: 38px;
	margin-top: 40px;
}

.footer_nav li a{
    display: block;
    font-size: clamp(14px, 1.39vw, 20px);
	color: #4B544A;
    font-weight: bold;
}
.footer_R .h_site{
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: #AFC75C;
	font-size: clamp(14px, 1.39vw, 20px);
	font-weight: bold;
	margin-top: 38px;
}
.footer_R .h_site img{
	width: 20px;
}
small{
	display: block;
	text-align:center;
	margin-top: 115px;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	
	.footer_R{
		width: 100%;
	}
	
}

@media screen and (max-width: 768px) {
	
	.footer_R{
		width: 100%;
	}
	.footer_nav{
		display: flex;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
		column-gap: 30px;
		row-gap: 20px;
		margin-top: 30px;
	}
	
	.footer_nav li{
		width: 40%;
	}
	.footer_R .h_site{
		justify-content: center;
		column-gap: 10px;
		margin-top: 38px;
	}
	.footer_R .h_site img{
		width: 20px;
	}
	small{
		display: block;
		text-align:center;
		margin-top: 115px;
		font-size: 12px;
	}
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeup {
  animation: fadeup 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	display: block;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*-----------------------
    データで見る大原野
-------------------------*/

.page_fvbox{
	position: relative;
}
.basic_page_fv{
	position: relative;
	width: calc(100% - 20rem);
    margin-left: auto;
    z-index: 0;
	margin-top: 143px;
}
.basic_page_fv img{
	height: auto;
}
.page_fv_bg {
    background-color: #FBECED;
    width: calc(100% - 20rem);
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 58.3%;
}
#basic_page h1{
	position: absolute;
	left: 0;
	top: 78%;
	transform: translateY(-50%);
	font-size: clamp(22px, 2.499999vw, 36px);
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	z-index: 1;
	padding: 21px 45px;
}
@media screen and (max-width: 768px) {

	.basic_page_fv{
		position: relative;
		width: calc(100% - 1rem);
		margin-left: auto;
		z-index: 0;
		margin-top: 90px;
		height: 200px;
	}
	.basic_page_fv img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page_fv_bg {
	    width: calc(100% - 6rem);
	    padding-top: 70.3%;
	}
	#basic_page h1{
		top: 68%;
		font-size: clamp(22px, 2.499999vw, 36px);
		padding: 10px 25px;
	}

}



@media screen and (max-width: 580px) {
	.page_fv_bg {
	    width: calc(100% - 6rem);
	    padding-top: 150.3%;
	}
}
.datapage_ttl{
	padding-top:97px;
	text-align: center;
	position: relative;
	padding-bottom: 10%;
}
.datapage_ttl p{
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .05em;
}
@media screen and (max-width: 768px) {

	.datapage_ttl{
		padding-top: 60px;
		text-align: center;
		position: relative;
		padding-bottom: 50px;
	}
	.datapage_ttl p{
		font-size: 14px;
	}

}

.datapage_contents{
		background-color: #FBECED;
		padding-top: 11.5%;
		padding-bottom: 11.8%;
		margin-top: 13.9%;
		margin-bottom: 18.3%;
}

@media screen and (min-width: 1500px) {

	.datapage_contents{
		background-color: #FBECED;
		padding-top: 166px;
		padding-bottom: 170px;
		margin-top: 200px;
		margin-bottom: 264px;
	}
}
.datapage_box{
	width:90%;
	max-width: 1296px;
	margin: 0 auto;
	row-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 10px;
}
.datapage_box li.data_list{
	position: relative;
	background-color: #fff;
	padding-top: 30px;
}

.datapage_box li h2{
	letter-spacing: .1em;
	display: inline-block;
	text-align: center;
	padding: 0 38px 5px;
	border-bottom: 2px solid #4B544A;
	font-size: clamp(22px, 2.499999vw, 36px);
}
.datapage_box li .grn{
	font-family: "Noto Serif Display", sans-serif;
	color: #AFC75C;
	font-weight: 600;
}

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

	.datapage_contents{
		padding-top: 50px;
		        padding-bottom: 80px;
        margin-top: 100px;
        margin-bottom: 150px;
	}
	.datapage_box{
		width:90%;
		max-width: 550px;
		margin: 0 auto;
		row-gap: 30px;
		flex-direction: column;
		align-items: center;
		column-gap: 10px;
	}
	.datapage_box li h2{
		padding: 0 15px 3px;
		border-bottom: 1px solid #4B544A;
		font-size: 18px;
	}
}


/* data_list01 */
.datapage_box li.data_list01{
	width: 47%;
	max-width: 608px;
	padding-top: 50px;
}
.list01{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
.list01 img{
	width: 28%;
	max-width: 140px;
}
.list01 .grn{
	font-size: clamp(100px, 10.42vw, 150px);
}
.list01 p{
	font-size: clamp(76px, 6.67vw, 96px);
	display: flex;
	column-gap: 22px;
	align-items: center;
}
.data_img01{
	margin-right: 15px;
}
.data_img02{
	margin-left: 30px;
}
@media screen and (max-width: 1000px) {
	.list01{
		width: 75%;
	}
	.list01 p {
		column-gap: 10px;
	}
}
@media screen and (max-width: 768px) {

	.datapage_box > li{
		width: 100% !important;
		max-width: none !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.list01 .grn{
		font-size: 70px;
	}
	.list01 p{
		font-size: 40px;
		display: flex;
		column-gap: 10px;
		align-items: center;
	}
	.data_img01{
		margin-right: 5px;
	}
	.data_img02{
		margin-left: 10px;
	}
	.list01 img{
		width: 80%;
		max-width: 75px;
	}
	
}



/* data_list02 */
.datapage_box li.data_list02{
	width: 51%;
	max-width: 649px;
	padding-top: 18px;
}
.list02{
	position: relative;
	max-width: 380px;
	margin: 0 auto;
}
.datapage_box li.data_list02 h2:nth-of-type(1){
	margin-bottom: 60px;
}
.list02 p {
	font-size:clamp(18px, 1.67vw, 24px);
	font-weight: bold;
	letter-spacing: .1em;
}
.list02 p:nth-of-type(1){
	display: flex;
	align-items: baseline;
}
.list02 p .txtsmall{
	font-family: "Noto Serif Display", sans-serif;
	font-size:clamp(16px, 1.39vw, 20px);
	font-weight: 900;
}
.list02 p .grn{
	font-size: clamp(30px, 2.92vw, 42px);
}
.list02 .read{
	font-size: clamp(18px, 1.67vw, 24px) !important;
	text-align: center;
	position: absolute;
	width: 112%;
	top: -86%;
	left: 80%;
	transform: translate(-50%,-50%);
	padding-bottom: 10px;
	border-bottom: 1px solid #AFC75C;
	z-index: 1;
}
.list02 .read:after{
	display: inline-block;
	content: "";
	width: 49px;
	height: 1px;
	background-color: #AFC75C;
	position: absolute;
	left: 28%;
	bottom: -16px;
	transform: translateX(-50%) rotate(-36deg);
}
.list02 .read .grn{
	font-size:clamp(18px, 1.67vw, 24px) !important;
}
.list02 .maru{
	display: flex;
	align-items: baseline;
	column-gap: 12px;
	margin-left: 13px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1100px) {

	.list02 .read{
		width: 96%;
		top: -93%;
		left: 66%;
	}
	.list02_1 p:nth-of-type(1){
		justify-content: center;
	}
	.list02 .read:after{
		width: 24px;
		left: 59%;
		bottom: -8px;
	}

}
.list02 .plus{
	max-width: 20px;
}
.list02 .g_maru{
	position: absolute;
	width: 142%;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 114px;
	z-index: -1;
}

.list02_2{
	    width: 47%;
	max-width: 300px;
	position: relative;
	z-index: 1;
}
.list02_2 .data_img03{
	position: absolute;
	width: 65%;
	top: 7%;
	left: 122%;
	transform: translate(-50%,-50%);
	max-width: 192px;
	z-index: 0;
}
.list02_2 p{
	font-size: clamp(22px, 2.499999vw, 36px) !important;
}
.list02_2 .grn{
	font-size: clamp(55px, 6.67vw, 96px) !important;
}


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

	.list02 .read{
		font-size: 12px !important;
		position: absolute;
		width: 70%;
	}
	.list02 .read .grn{
		font-size: 14px !important;
	}
	.list02_2 {
	    width: 100%;
	}
	.list02_2 p{
	    justify-content: center;
	}
	.list02_2 .data_img03 {
	    position: absolute;
	    width: 65%;
	    top: 39%;
	    left: 84%;
	    transform: translate(-50%, -50%);
	    max-width: 120px;
	}
}



/* data_list03 */
.datapage_box li.data_list03 {
    width: 36%;
    max-width: 460px;
    padding-top: 35px;
    padding-bottom: 48px;
}
.list03{
	max-width: 235px;
	margin: 7px auto 0; 
}

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

	.list03{
		max-width: 200px;
		margin: 20px auto 0; 
	}

}
/* data_list04 */
.datapage_box li.data_list04 {
    width: 62%;
    max-width: 797px;
    padding-top: 37px;
	padding-right: 25px;
}
.list04{
	max-width: 390px;
	margin-left: auto;
}
.list04_2{
	position: relative;
}
.list04_2 .data_img05 {
    position: absolute;
    width: 31%;
    bottom: -10px;
    right: 0;
    max-width: 120px;
}
.list04 p{
	font-family: "Noto Serif Display", sans-serif;
	font-size: clamp(22px, 2.499999vw, 36px);
	font-weight:  600;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 10px;
}
.list04 p .grn{
	font-size: clamp(70px, 6.67vw, 96px);
}
@media screen and (max-width: 1000px) {

	.list04{
		max-width: none;
		margin-left: 0;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {

	.datapage_box li.data_list04 {
	    padding-right: 0;
	}
}
/* data_list05 */
.datapage_box li.data_list05 {
    width: 54%;
    max-width: 694px;
    padding-top: 29px;
}

.list05{
	max-width: 630px;
	width: 95%;
	margin: 13px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
}
.list05_txt{
	width: 49%;
	max-width: 306px;
}
.list05_txt dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.list05_txt dl dt{
	font-size: clamp(18px, 1.67vw, 24px);
	font-weight: bold;
	letter-spacing: .1em;
	width: 24%;
	font-family: "Noto Serif Display", sans-serif;
	text-align: center;
}
.list05_txt dl dd{
	width: 65%;
	font-size:clamp(18px, 1.67vw, 24px);
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 9px;
}
.list05_txt dl dd.grn,
.list05_txt dl dt.txtbig{
	font-weight: 600;
	font-size: clamp(22px, 2.499999vw, 36px);
	position: relative;
}
.list05_txt dl dt .icon{
	position: absolute;
	width: 45%;
	max-width: 30px;
	font-weight: bold;
	text-align: center;
	top: -12px;
	left: -13px;
}
.list05_txt02{
	width: 46%;
	max-width: 289px;
	position: relative;
}
.list05box{
	padding: 13px 20px;
	text-align: center;
	background-color: rgba(75, 84, 74, .29);
}
.list05box ul{
	margin-top: 14px;
}
.list05box p, .list05box li{
	font-size:clamp(14px, 1.12vw, 16px);
	font-weight: bold;
}
.list05_txt02 p.read{
	position: absolute;
	font-size:clamp(14px, 1.12vw, 16px);
	width: 118%;
	font-weight: bold;
	text-align: center;
	top: -26%;
	left: 52%;
	transform: translate(-50%,-50%);
	letter-spacing: .1em;
}
.list05_txt02 p.read:before,
.list05_txt02 p.read:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 3.9em;
  border: 1px dashed #AFC75C;
  vertical-align: middle;
  position: absolute;
  bottom: -13px;
}
 
.list05_txt02 p.read:before {
  transform: rotate(-35deg);
  left: 4px;
}
 
.list05_txt02 p.read:after {
  transform: rotate(35deg);
  right: 17px;
}

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

	.list05_txt02 p.read br{
		display: none;
	}

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

	.list05{
		max-width: 630px;
		width: 95%;
		margin: 13px auto 20px;
		flex-direction: column;
		row-gap: 70px;
	}
	.list05_txt02 p.read br{
		display: block;
	}
	.list05_txt{
		width: 100%;
		max-width: 306px;
	}
	.list05_txt02{
		width: 100%;
		max-width: 289px;
		position: relative;
	}

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

	.list05_txt {
        max-width: 280px;
    }

	.list05_txt02 p.read{
		font-size: 12px;
		width: 95%;
	}
	.list05box p, .list05box li{
		padding: 0 !important;
	}
}
/* data_list06 */
.datapage_box li.data_list06 {
    width: 44%;
    max-width: 560px;
    padding-top: 29px;
	padding-bottom: 32px;
}
.data_list06 ul{
	width: 95%;
	max-width: 506px;
	margin: 28px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 20px;
}
.data_list06 ul li{
	    font-size: clamp(18px, 1.67vw, 24px);
	    font-weight: bold;
	    letter-spacing: .1em;
	    width: fit-content;
	    display: flex;
	    align-items: center;
	    column-gap: 5px;
}
.data_list06 ul li:nth-of-type(2),
.data_list06 ul li:nth-of-type(4){
	width: 67%;
}
.data_list06 ul li img{
	width: 45%;
	max-width: 36px;
}


@media screen and (max-width: 1000px) {
	
	.data_list06 ul{
		width: 95%;
		max-width: 260px;
		margin: 40px auto 0;
		column-gap: 15px;
		row-gap: 20px;
	}
	.data_list06 ul li,
	.data_list06 ul li:nth-of-type(2),
	.data_list06 ul li:nth-of-type(4){
			font-size: clamp(18px, 1.67vw, 24px);
			font-weight: bold;
			letter-spacing: .1em;
			width: fit-content;
			display: flex;
			align-items: center;
			column-gap: 5px;
	}
	.data_list06 ul li{
		width: 100%;
	}
	.data_list06 ul li img{
		width: 45%;
		max-width: 25px;
	}
}

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

	.data_list06 ul{
		row-gap: 10px;margin: 20px auto 0;
	}
	.data_list06 ul li{
		width: 100%;
		padding: 0 !important;
	}
}
/* data_list07 */
.datapage_box li.data_list07 {
    width: 100%;
    padding-top: 32px;
	padding-bottom: 32px;
}
.data_list07 ul{
	width: 90%;
	max-width: 1165px;
	margin: 0 auto;
	display: flex;
	position: relative;
	padding: 68px 0 138px;
}
.data_list07 ul li{
	border-radius: 50%;
	background-color: #AFC75C;
}
.data_list07 ul li:nth-of-type(1){
	width: 14%;
	max-width: 150px;
	background-color: #DFE9BE;
}
.data_list07 ul li:nth-of-type(2){
	width: 20%;
	max-width: 229px;
	position: absolute;
	top: 63%;
	left: 23%;
	transform: translate(-50%, -50%);
}
.data_list07 ul li:nth-of-type(3){
	width: 24%;
	max-width: 269px;
	background-color: #DFE9BE;
	position: absolute;
	top: 16%;
	left: 41%;
	transform: translate(-50%, -50%);
}
.data_list07 ul li:nth-of-type(4){
	width: 15%;
	max-width: 174px;
	background-color: #EFF4DE;
	position: absolute;
	top: 67%;
	left: 53%;
	transform: translate(-50%, -50%);
}
.data_list07 ul li:nth-of-type(5){
	width: 22%;
	max-width: 250px;
	position: absolute;
	top: 26%;
	left: 72%;
	transform: translate(-50%, -50%);
}
.data_list07 ul li:nth-of-type(6){
	width: 20%;
	max-width: 233px;
	background-color: #C7D88D;
	position: absolute;
	top: 68%;
	left: 93%;
	transform: translate(-50%, -50%);
}
.list07_in{
	position: relative;
    padding-top: 100%;
    height: 0;
}
.list07_txt{
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}
.list07_txt p{
	font-size: clamp(16px, 1.67vw, 24px);
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 6px;
}
.data_list07 ul li:nth-of-type(1) .list07_txt p{
	font-size: clamp(14px, 1.12vw, 16px);
	margin-bottom: 0;
}

.data_list07 ul li:nth-of-type(1) .list07_txt img{
	max-width: 38px;
}
.data_list07 ul li:nth-of-type(2) .list07_txt img{
	max-width: 59px;
}
.data_list07 ul li:nth-of-type(3) .list07_txt img{
	max-width: 54px;
}
.data_list07 ul li:nth-of-type(4) .list07_txt img{
	max-width: 39px;
}
.data_list07 ul li:nth-of-type(5) .list07_txt img{
	max-width: 60px;
}
.data_list07 ul li:nth-of-type(6) .list07_txt img{
	max-width: 58px;
}
@media screen and (max-width: 768px) {

		.data_list07 ul{
		flex-direction: column;
			max-width: 340px;
		padding: 45px 0 40px;
	}
	.data_list07 ul li:nth-of-type(1),
	.data_list07 ul li:nth-of-type(2),
	.data_list07 ul li:nth-of-type(3),
	.data_list07 ul li:nth-of-type(4),
	.data_list07 ul li:nth-of-type(5),
	.data_list07 ul li:nth-of-type(6){
		width: 90%;
		max-width: 180px;
		position: relative;
		transform: none;
		padding: 0;
	}
	.data_list07 ul li:nth-of-type(1){
		max-width: 140px;
	}
	.data_list07 ul li:nth-of-type(2){
		top: 63%;
		left: 32%;
		max-width: 200px;
		margin-top: -14%;
	}
	.data_list07 ul li:nth-of-type(3){
		top: 63%;
		left: 5%;
		max-width: 165px;
		margin-top: -5%;
	}
	.data_list07 ul li:nth-of-type(4){
		top: 63%;
		left: 52%;
		max-width: 140px;
		margin-top: -19%;
	}
	.data_list07 ul li:nth-of-type(5){
		top: 63%;
		left: 2%;
		margin-top: -12%;
	}
	.data_list07 ul li:nth-of-type(6){
		top: 63%;
		left: 37%;
		max-width: 200px;
		margin-top: -9%;
	}
}

/* data_list08 */
.datapage_box li.data_list08 {
    width: 49%;
    max-width: 625px;
    padding-top: 36px;
    padding-bottom: 42px;
}
.list08{
	width: 95%;
	max-width: 483px;
	margin: 30px auto 0;
}
@media screen and (max-width: 768px) {

	.list08{
		width: 85%;
		        max-width: 350px;
		margin: 30px auto 0;
	}
}


/* data_list09 */
.datapage_box li.data_list09 {
    width: 49%;
    max-width: 625px;
    padding-top: 29px;
    padding-bottom: 32px;
}
.data_list09 ul{
	width: 95%;
	margin: 64px auto 0;
	max-width: 483px;
	text-align: center;
}
.data_list09 ul li{
	letter-spacing: .1em;
	padding:7px 20px;
	background-color: #EFF4DE;
	    font-size: clamp(12px, 1.39vw, 20px);
    font-weight: bold;
	margin-bottom: 7px;
}
.data_list09 ul li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.data_list09 ul{
		width: 90%;
		margin: 25px auto 0;
		max-width: 483px;
		text-align: center;
	}
	.data_list09 ul li{
		padding:7px 10px;
	}

}
/*-----------------------
	    スタッフ紹介
-------------------------*/

.staffpage_contents{
	padding-top: 11%;
}
.staffpage_contents .sec_ttl{
	margin: 0 auto;
}
.staffpage_contents h2{
	background-color: #FF8E9B;
}

.tab-container{
	display: flex;
	justify-content: space-between;
	max-width: 1124px;
	margin: 120px auto 0;
	column-gap: 20px;
}
.tab-container .tab{
	width: 24%;
	text-align:center;
	max-width: 265px;
	cursor: pointer;
}
.tab-container .tab h3{
	background-color: #FF8E9B;
	width: 90%;
	max-width: 236px;
	    margin: 0 auto;
	padding: 14px 0;
	color: #fff;
	font-size: clamp(16px, 1.67vw, 24px);
}
@media screen and (max-width: 768px) {

	.tab-container{
		flex-wrap:wrap;
		align-items: center;
		justify-content: center;
		width: 90%;
		max-width: 550px;
		margin: 60px auto 0;
		column-gap: 20px;
		row-gap: 20px;
	}
	.tab-container .tab{
		width: 44%;
		text-align:center;
		max-width: 265px;
		cursor: pointer;
	}
	.tab-container .tab h3{
		width: 90%;
		max-width: 236px;
		padding: 8px 0;
		font-size: 14px;
	}
}
.content-container{
	background-color: #FBECED;
	margin-top: 136px;
	padding: 100px 0 130px;
}
.staff_tabarea {
    display: none;
}
.staff_tabarea.show {
    display: block;
}
.flow_area{
	width: 93%;
	max-width: 850px;
	margin: 0 auto;
}
.flow_area dl{
	position: relative;
	margin-bottom: 37px;
}
.flow_area dl:nth-of-type(15){
	margin-bottom: 0;
}
.flow_area dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 33px;
    height: 33px;
    background-color: #FED4D8;
    border-radius: 50%;
    z-index: 1;
}
.flow_area dl::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 9px;
    bottom: -76px;
    background-color: #FED4D8;
    width: 2px;
    z-index: 0;
}
.flow_area dl.last::after{
	content: none;
}
.flow_area dl dt {
	display: flex;
	column-gap: 47px;
	align-items: center;
	letter-spacing: .1em;
	padding-left: 79px;
	font-weight: bold;
	margin-bottom: 23px;
	font-size: clamp(16px, 1.67vw, 24px);
	font-family: "Noto Serif", serif;
}
.flow_area dl dt h3{
	font-size: clamp(16px, 1.666666vw, 24px);
	font-family: "Noto Sans JP", sans-serif;
}
.flow_area dl dd {
	padding-left: 90px;
	letter-spacing: .05em;
	font-size: clamp(14px, 1.113vw, 16px);
}




@media screen and (max-width: 768px) {
	
	.content-container{
		background-color: #FBECED;
		margin-top: 80px;
		padding: 80px 0 80px;
	}
	.flow_area dl{
		margin-bottom: 40px;
	}
	.flow_area dl::before {
	    top: 0;
	    width: 20px;
	    height: 20px;
	}
	.flow_area dl::after {
	    left: 8px;
	    top: 9px;
	    bottom: -55px;
	    width: 3px;
	}
	.flow_area dl dt {
		column-gap: 15px;
		align-items: flex-start;
		padding-left: 35px;
		margin-bottom: 13px;
		font-size: 14px;
	}
	.flow_area dl dt h3{
		margin-top: -3px;
	}
	.flow_area dl dd {
		padding-left: 35px;
		letter-spacing: .05em;
		font-size: clamp(14px, 1.113vw, 16px);
	}
	.flow_area p {
	    margin-top: 40px;
	}
}
.faq_area{
	padding-top: 15.7%;
    padding-bottom: 12.85%;
}
.faq_box{
	width: 90%;
	margin: 0 auto;
	max-width: 1080px;
	background-color: #EFF4DE;
	border-radius: 100px;
	position: relative;
	padding: 160px 0 120px;
}
.faq_box01:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -73px;
  margin-top: -15px;
  border: 30px solid transparent;
  border-left: 80px solid #EFF4DE;
  z-index: 0;
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
}
.faq_box02:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -73px;
  margin-top: -15px;
  border: 30px solid transparent;
  border-left: 80px solid #EFF4DE;
  z-index: 0;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}
.faq_box02{
	margin-top:47px; 
}
.faq_inner{
	width: 90%;
	margin: 0 auto;
	max-width: 671px;
}
.faq_box h3{
	text-align: center;
	letter-spacing: .1em;
    font-weight: bold;
    font-size: clamp(16px, 1.67vw, 24px);
}

.faq_box_fx{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	margin-top: 47px;
}
.faq_fx_img{
	width: 24%;
	max-width: 158px;
}
.faq_fx_txt{
	width: 70%;
	max-width: 467px;
}
.faq_fx_txt p{
	letter-spacing: .05em;
	line-height: 1.8;
    font-size: clamp(14px, 1.113vw, 16px);
}

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


	.faq_area{
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.faq_box{
		width: 85%;
		margin: 0 auto;
		max-width: 550px;
		border-radius: 30px;
		padding: 60px 0 60px;
	}
	.faq_box_fx{
		column-gap: 10px;
		margin-top: 30px;
	}
	.faq_box02{
		margin-top:47px; 
	}
	.faq_box01:before {
	  content: "";
	  position: absolute;
	  bottom: 0px;
	  left: -40px;
	  margin-top: -15px;
	  border: 17px solid transparent;
	  border-left: 40px solid #EFF4DE;
	  z-index: 0;
	  -webkit-transform: rotate(155deg);
	  transform: rotate(155deg);
	}
	.faq_box02:before {
	  content: "";
	  position: absolute;
	  bottom: -12px;
	  right: -37px;
	  margin-top: -15px;
	  border: 21px solid transparent;
	  border-left: 40px solid #EFF4DE;
	  z-index: 0;
	  -webkit-transform: rotate(34deg);
	  transform: rotate(34deg);
	}
}


/*-----------------------
         basic
-------------------------*/
.page_view_fv {
    margin-top: 145px;
    padding-top: 65px;
    position: relative;
}

.basic_ttl {
	width: 83%;
	max-width: 1188px;
	margin-left: -34px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 295px;
	border-radius: 50px;
	border: 5px solid #023BAE;
	box-shadow: 5px 10px 10px rgba(0,0,0,.25);
}
@media screen and (max-width: 1200px) {
	.basic_ttl{
		height: 250px;
	}
}
@media screen and (max-width: 870px) {
	.page_view_fv {
	    margin-top: 80px;
	    padding-top: 40px;
	    position: relative;
	}
}
.basic_ttltxt{
	    width: 100%;
	    margin-left: 17%;
	    border-left: 3px solid #023BAE;
	    padding: 25px 0 25px 23px;
}
.basic_ttl p{
	color: #023BAE;
	font-size: clamp(14px, 1.666666vw, 24px);
	font-weight: 900;
}
.basic_ttl h1{
	color: #023BAE;
	font-weight: bold;
	font-size: clamp(20px, 2.499999vw, 36px);
}
.basic_img{
	width: 45%;
	max-width: 648px;
	position: absolute;
	left: 76%;
	top: 91%;
	transform: translate(-50%, -50%);
}
.basic_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*-----------------------
	      futher
-------------------------*/
.futher .basic_ttl{
	border: none;
	background-color: #F69A37;
}
.futher .basic_ttltxt {
    border-left: 3px solid #fff;
}
.futher .basic_ttl h1,
.futher .basic_ttl p{
    color: #fff;
}


.page_link ul{
	padding-top:50px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 18px;
	width: 52%;
	max-width: 710px;
	margin-left: 5%;
}
@media screen and (max-width: 1180px) {

	.page_link ul{
		margin-left: 20px;
	}

}
.page_link ul li{
	width: fit-content;
}
.page_link ul li a{
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	font-size: clamp(14px, 1.666666vw, 24px)
}
.page_link li a:before{
	content: "";
	display: inline-block;
	background-image: url('../img/arrow03.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 27px;
	height: 26px;
	margin-right: 20px;
	vertical-align: middle;
	margin-bottom: 6px;
}

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

	.page_link ul{
		padding-top:100px;
		justify-content: center;
		margin: 0 auto;
		column-gap: 5px;
		width: 90%;
	}
	.page_link ul li{
		width: 45%;
	}
	.page_link li a:before{
		width: 20px;
		height: 19px;
		margin-right: 12px;
		margin-bottom: 5px;
	}
}

.futher_contents .read{
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
	color: #F69A37;
	letter-spacing: .1em;
	font-size: clamp(16px, 1.39vw, 20px);
}
@media screen and (max-width: 768px) {

	
	.futher_contents .read{
		margin-top: 50px;
		font-size: 14px;
	}

}
#careerpass{
	width: 95%;
	max-width: 1348px;
	margin: 0 auto;
	padding-top: 16.32%;
}
@media screen and (min-width: 1441px) {
	#careerpass{
		padding-top: 235px;
	}
}
.futher_ttl{
	display: flex;
}
.futher_ttl h2{
	padding-left: 18px;
	line-height: 1;
	font-size: clamp(22px, 2.499999vw, 36px);
	border-left: 3px solid #F69A37;
	padding-bottom: 15px;
	letter-spacing: .1em;
}
.futher_ttl h2 span{
	font-weight: bold;
	color: #F69A37;
	font-size: clamp(12px, 1.39vw, 20px);
}
.futher_ttl .num{
	display: block;
	padding-right: 18px;
	color: #F69A37;
	font-size: clamp(35px, 4.445vw, 64px);
	font-weight: bold;
	line-height: 1;
	letter-spacing: .1em;
}
@media screen and (max-width: 768px) {

	.futher_ttl h2{
		padding-left: 10px;
		line-height: 1.3;
		font-size: 20px;
		border-left: 3px solid #F69A37;
		padding-bottom: 10px;
	}
	
	.futher_ttl .num{
		padding-right: 10px;
	}
}

.careerpass_txt{
	margin-top: 55px;
}
.careerpass_txt p{
	text-align: center;
	font-size: clamp(13px, 1.39vw, 20px);
	font-weight: bold;
	letter-spacing: .1em;
	max-width: 1275px;
	margin: 0 auto;
}


.careerpass_arrow{
	margin-top: 98px;
}
.careerpass_arrow p{
	position: relative;
	background-color: #F69A37;
	width: 97%;
	max-width: 1300px;
	padding: 10px 0;
	font-size: clamp(14px, 1.39vw, 20px);
	text-align: center;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
	 font-family: "Noto Sans JP", serif;
}
.careerpass_arrow p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 100%;
  border-top: 34px solid transparent;
  border-right: 0 solid transparent;
  border-left: 45px solid #F69A37;
  border-bottom: 35px solid transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	
	.careerpass_caree{
		width: 18%;
		max-width: 100px;
	}
	.careerpass_flow{
		display: flex;
		justify-content: center;
		column-gap: 20px;
		margin-top: 30px;
	}
	.careerpass_arrow p{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: 100%;
		height: 83%;
		max-height: 710px;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.careerpass_arrow p::after {
	    content: '';
        position: absolute;
        top: 97%;
        transform: rotate(90deg);
        left: 10px;
        border-top: 30px solid transparent;
        border-right: 0 solid transparent;
        border-left: 20px solid #F69A37;
        border-bottom: 30px solid transparent;
	}
	.careerpass_arrow {
	    margin-top: 0;
		        width: 15%;
        max-width: 40px;
	}
}
.careerpass_caree ul{
	display: flex;
	column-gap: 14px;
	width: 96%;
	max-width: 1287px;
	margin: 23px 0;
}
.careerpass_caree ul li{
	width: 33%;
	background-color: #F69A37;
	max-width: 418px;
	color: #fff;
	font-size: clamp(14px, 1.39vw, 20px);
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	letter-spacing: .1em;
}
.careerpass_caree ul li:nth-of-type(2){
	background-color: #023BAE;
	max-width: 418px;
}
.careerpass_caree ul li:nth-of-type(3){
	width: 22%;
	background-color: #D80E36;
	max-width: 275px;
}
.careerpass_caree ul li:nth-of-type(4){
	width: 11%;
	background-color: #1C978B;
	max-width: 133px;
}

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

	.careerpass_caree ul{
		flex-direction: column;
		align-items: center;
		row-gap: 15px;
		width: 100%;
		margin: 0 auto;
		max-height: 710px;
	}
	.careerpass_caree ul li {
	    width: 90% !important;
	    -ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	    max-width: 100px;
	    height: 34%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.careerpass_caree ul li:nth-of-type(3){
		height: 22%;
	}
	.careerpass_caree ul li:nth-of-type(4){
		height: 10%;
	}
}

.careerpass_step ul{
  /* overflow:hidden; */
  display: flex;
  list-style: none;
  position: relative;
  width: 98%;
  max-width: 1097px;
  margin: 0 auto;
  position: relative;
	z-index: 1;
}
.careerpass_step ul img{
	position: absolute;
	width: 115%;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.careerpass_step li{
  position: relative;
  width: 22%;
  max-width: 218px;
  height: 265px;
  margin: 0 35px 0 0;
  background: #DFE9BE;
}

.careerpass_step li p{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 48%;
	left: 84%;
	transform: translate(-50%,-50%);
	z-index: 10;
	font-size: clamp(12px, 1.39vw, 20px);
	font-weight: bold;
	letter-spacing: .1em;
}
@media screen and (max-width: 1160px) {

	.careerpass_step li p{
		top: 48%;
		left: 95%;
	}
}
@media screen and (max-width: 1000px) {

	.careerpass_step li p{
		top: 48%;
		left: 78%;
	}
}
@media screen and (max-width: 768px) {

	
	.careerpass_step ul{
	  overflow:hidden;
	  flex-direction: column;
	  padding-bottom: 100px;
	}
	.careerpass_step li {
	    position: relative;
	    width: 100%;
	    max-width: 180px;
	    height: 70px;
	    margin: 0 0 10px 0;
	    background: #DFE9BE;
	}
	.careerpass_step li p{
		width: 100%;
		top: 70%;
		left: 50%;
	}
}
 /*　先端部分 */
.careerpass_step li::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -191px;
  border-width: 134px 96px;
  border-color: transparent transparent transparent #DFE9BE;
  border-style: solid;
  z-index: 10;
}

/* 白いスペース部分 */
.careerpass_step li::after{
	 content: "";
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 right: -225px;
	 border-width: 136px 96px;
	 border-color: transparent transparent transparent white;
	 border-style: solid;
	 z-index: 5;
}
.careerpass_step ul::before{
	 content: "";
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: -1px;
	 border-width: 136px 96px;
	 border-color: transparent transparent transparent white;
	 border-style: solid;
	 z-index: 5;
}
@media screen and (max-width: 1000px) {


	 /*　先端部分 */
	.careerpass_step li::before{
	  transform: translateY(-50%);
	  right: -60px;
	  border-width: 87px 30px;
	  border-color: transparent transparent transparent #FEF5EB;
	}
	
	/* 白いスペース部分 */
	.careerpass_step li::after{

		 transform: translateY(-50%);
		 right: -70px;
		 border-width: 87px 30px;
		 border-color: transparent transparent transparent white;
	}
	.careerpass_step ul::before{
		 transform: translateY(-50%);
		 left: -1px;
		 border-width: 87px 30px;
		 border-color: transparent transparent transparent white;
	}
}

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

	 	 /*　先端部分 */
	.careerpass_step li::before{
	  top: 128.5%;
	  transform: translateY(-50%) rotate(90deg);
	  right: 71px;
	  border-width: 90px 20px;
	  border-color: transparent transparent transparent #FEF5EB;
	}
	
	/* 白いスペース部分 */
	.careerpass_step li::after{
		 top: 141%;
		 transform: translateY(-50%) rotate(90deg);
		 right: 71px;
		 border-width: 90px 20px;
		 border-color: transparent transparent transparent white;
	}
	.careerpass_step ul::before{
		 top: 2%;
		 transform: translateY(-50%) rotate(90deg);
		 left: 71px;
		 border-width: 100px 20px;
		 border-color: transparent transparent transparent white;
	}
}

/* 色 */
.careerpass_step li:nth-of-type(2){
	background: #C7D88D;
}
.careerpass_step li:nth-of-type(2)::before{
  border-color: transparent transparent transparent #C7D88D;
}
.careerpass_step li:nth-of-type(3){
	background: #BFD27D;
}
.careerpass_step li:nth-of-type(3)::before{
  border-color: transparent transparent transparent #BFD27D;
}
.careerpass_step li:nth-of-type(4){
	background: #AFC75C;
}
.careerpass_step li:nth-of-type(4)::before{
  border-color: transparent transparent transparent #AFC75C;
}



/*-----------------------
      新着情報
-------------------------*/
.contents_box{
	max-width: 1188px;
	margin: 0 auto;
	padding: 175px 0;
	margin-top: 250px;
	border: 5px solid #023BAE;
	border-radius: 50px;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, .25);
}

.news_listarea{
	width: 90%;
	max-width: 1055px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {

	.contents_box{
		padding: 50px 0;
		margin-top: 150px;
		border: 2px solid #023BAE;
		border-radius: 25px;
	}
}
.news_listarea li{
	display: flex;
	align-items: center;
	padding-bottom:21px;
	margin-bottom: 21px;
	border-bottom: 2px solid #023BAE;
}
.news_listarea li:last-child{
	margin-bottom: 0;
}
.news_coldata{
	width: 41%;
	max-width: 355px;
}
.news_coldata .wp-block-group__inner-container{
	display: flex;
	align-items: center;
	justify-content:space-between;
	column-gap: 15px;
}
@media screen and (max-width: 768px) {

	.news_listarea li{
		flex-direction: column;
		align-items: flex-start;
		border-bottom: 1px solid #023BAE;
		row-gap: 10px;
	}

	.news_coldata{
		width: 100%;
		max-width: 355px;
	}
	.news_coldata .wp-block-group__inner-container{
		justify-content:flex-start;
		column-gap: 15px;
	}

}
.news_coldata time{
	color: #023BAE;
	font-size: 16px;
	font-weight: bold;
}
.news_coldata .taxonomy-news_cat{
	width: 90%;
	max-width: 170px;
	text-align: center;
}
.news_coldata .taxonomy-news_cat a{
	color: #fff;
	padding: 12px 5px;
	border-radius: 100vw;
	display: block;
	width: 100%;
	font-size: 16px;
	pointer-events:none
}
.news_listarea li h2{
	padding-left: 11.602%;
}
.news_listarea li h2 a{
	font-size: 16px;
	font-weight: bold;
	color: #023BAE;
}

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

	.news_coldata time{
		font-size: 14px;
	}
	.news_coldata .taxonomy-news_cat{
		width: 90%;
		max-width: 100px;
	}
	.news_coldata .taxonomy-news_cat a{
		padding: 6px 5px;
		font-size: 12px;
	}
	.news_listarea li h2{
		padding-left: 0;
	}
}

/*-----------------------
      新着情報個別
-------------------------*/
.news_entry_box{
	margin: 100px auto;
}
.news-detail_page {
    padding: 95px 0 180px;
}
.detail_txtbox{
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	text-align: center; 
}
.news-detail_page .data{
	width: 90%;
	display: block;
	max-width: 895px;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #023BAE;
	font-size: 16px;
	font-weight: bold;
}
.detail_txtbox h2{
	font-weight: bold;
	margin-bottom: 100px;
	font-size: clamp(18px, 1.666666vw, 24px);
}
.detail_txtbox p{
	font-size: 16px;
	line-height: 2;
}
.news_entry_box02{
	margin: 150px auto 100px;
}
.back_btn {
    display: block;
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
    color: #023BAE;
    font-size: clamp(14px, 1.666666vw, 24px);
}

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

	.news-detail_page {
	    padding: 60px 0 80px;
	}
	.detail_txtbox p{
		font-size: 14px;
	}
	.detail_txtbox h2{
		margin-bottom: 40px;
	}
	.news_entry_box02{
		margin: 100px auto 100px;
	}
}

/*-----------------------
      採用情報
-------------------------*/

.recruit_ttl{
	background-color: #1C978B;
	border: 5px solid #1C978B;
}
.recruit_ttl .basic_ttltxt{
	    border-left: 3px solid #fff;
}
.recruit_ttl h1,.recruit_ttl p{
	color: #fff;
}
.recruit_page{
	max-width: 1130px;
	margin: 0 auto;
	padding-top: 180px;
}
.recruit_page a{
	display: block;
	width: 100%;
}
.recruit_cta{
	margin-top: 30px;
	position: relative;
	font-size: clamp(16px, 1.666666vw, 24px);
    font-weight: bold;
	padding-bottom: 20px;
}
.recruit_cta a{
	color: #000000;
	position: relative;
}
.recruit_cta a:before,
.recruit_cta a:after {
  position: absolute;
  top: 75%;
  right: 0;
  height: 1px;
  background: #000000;
  content: '';
  transition: all .4s ease-in-out;
}

.recruit_cta a:before {
  width: 80px;
  transform: translateY(-50%);
}

.recruit_cta a:after {
  width: 35px;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: right center;
}
/* .recruit_bnnn:hover .recruit_cta a:before,
.recruit_bnnn:hover .recruit_cta a:after {
  right: -10px;
} */
.recruit_cta::before {
	background: #D9D9D9;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.recruit_cta::after {
	background: #1C978B;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all .4s ease-in-out;
	width: 300px;
	z-index: 1;
}
.recruit_bnnn:hover .recruit_cta::after{
	width: 100%;
}
.recruit_bnnn:last-child{
	margin-top: 108px;
	margin-bottom: 250px;
}

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

	.recruit_page{
		padding-top: 100px;
	}
	.recruit_cta a:before {
	  width: 40px;
	}
	.recruit_cta a:after {
	  width: 15px;
	}
	.recruit_cta::after {
		width: 100px;
	}
	.recruit_bnnn:last-child{
		margin-top: 50px;
		margin-bottom: 100px;
	}
}
/*-----------------------
      採用情報　個別
-------------------------*/
.recruit_ttl h1 .txtsmall{
	font-size: clamp(16px, 1.666666vw, 24px);
}
.recruit_flow{
	max-width: 1185px;
	margin: 0 auto;
	text-align: center;
}
.recruit_flow h2{
	background-color: #1C978B;
	width: 278px;
	margin:0 auto;
	color: #fff;
	padding: 12px 0;
	display: block;
	font-size: clamp(20px, 2.499999vw, 36px);
}
.recruit_flowlist{
	display: flex;
	flex-direction: column;
	row-gap: 40px; 
}
.recruit_step{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.recruit_step:before{
	content: "";
	display: inline-block;
	width: 95%;
	height: 3px;
	background-color:#1C978B; 
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.recruit_step li{
	width: 14%;
	max-width: 165px;
	border-radius: 50%;
	background-color: #A4D5D1;
}
.recruit_step li:nth-of-type(2){
	background-color: #8DCBC5;
}
.recruit_step li:nth-of-type(3){
	background-color: #77C1B9;
}
.recruit_step li:nth-of-type(4){
	background-color: #49ACA2;
}
.recruit_step li:nth-of-type(5){
	background-color: #1C978B;
}
.recruit_step_inner{
	position: relative;
	padding-top: 100%;
	height: 0;
}
.recruit_step_inner p{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-weight: bold;
    letter-spacing: .1em;
    font-size: clamp(16px, 1.666666vw, 24px);
}
.recruit_step_inner p .num{
	line-height: 1.1;
	font-size: clamp(30px, 3.199vw, 46px);
}
@media screen and (max-width: 768px) {

	.recruit_flowlist {
		row-gap: 20px;
	}
	.recruit_step li{
		width: 18.5%;
		max-width: 165px;
	}
	.recruit_step_inner p{
	    font-size:12px;
	}
	.recruit_step li:nth-of-type(3) .recruit_step_inner p{
	    font-size:12px;
		line-height: 1.09;
	}
	.recruit_step_inner p .num{
		line-height: 1.1;
		font-size: 15px;
	}
}
.flow_line{
	width: 36%;
	max-width: 420px;
	margin-left: 21%;
	border-top: 3px solid #1C978B;
	padding-top: 20px;
	position: relative;
}
.flow_line::before,.flow_line::after {
  content: '';
  position: absolute;
  top: -2px;
  transform: translateY(-50%);
  bottom: 0;
  left: 0;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #1C978B;
}
.flow_line::after {
  left: auto;
  right: 0;
  border-width: 10px 20px 10px 0;
  border-color: transparent #1C978B transparent transparent ;
}
.flow_line p{
	color: #1C978B;
	font-weight: bold;
	font-size: clamp(16px, 1.666666vw, 24px);
}
@media screen and (max-width: 768px) {

	.flow_line::before,.flow_line::after {
	  border-width: 7px 0 7px 10px;
	  border-color: transparent transparent transparent #1C978B;
	}
	.flow_line::after {
	  border-width: 7px 10px 7px 0;
	  border-color: transparent #1C978B transparent transparent;
	}

}
.recruit_pagearea .page_link li a:before {
    background-image: url(../img/arrow05.png);
}
.recruit_pagearea .page_link{
	padding-top: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 60px;
    width: 100%;
    max-width: 700px;
    margin-left: 0;
	margin: 0 auto;
}
.recruit_pagearea .page_link ul{
	padding-top: 210px;
}
@media screen and (max-width: 768px) {

	.recruit_pagearea .page_link ul{
		padding-top: 90px;
	}

}

/*-----------------------
      privacypolicy
-------------------------*/
.privacypolicy h2{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 22px;
}
.privacypolicy h3{
	position: relative;
	padding-bottom:20px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 48px;
}
.privacypolicy h3:nth-of-type(1){
	margin-top: 65px;
}
.privacypolicy h3::before {
    background: #CBC9C9;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.privacypolicy h3::after {
    background: #007E4A;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 70px;
    z-index: 1;
}
.privacypolicy li,
.privacypolicy p{
	font-size: 15px;
	font-weight: 500;
}
.privacypolicy li{
	margin-bottom: 15px;
}
.privacypolicy li:last-child{
	margin-bottom: 0;
}
.privacypolicy .num4_list{
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.btm_p{
	padding-bottom: 10px;
}
.privacypolicy a{
	color: #333333;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.privacypolicy h2{
		font-size: 18px;
	}
	.privacypolicy .num4_list{
		margin-left: 10px;
	}
}


/*-----------------------
      entry
-------------------------*/


.entry_contents{
	padding-top: 63px;
	padding-bottom: 440px;
}
.careerpass_step{
	width: 90%;
	margin: 0 auto;
	max-width: 1173px;
	margin-bottom: 210px;
}
.careerpass_step p{
	text-align: right;
	margin-top: 23px;
	font-weight: 900;
	font-size: clamp(14px, 1.666666vw, 24px);
}
.entrypage_ttl {
    padding-top: 160px;
    text-align: center;
    position: relative;
    padding-bottom: 64px;
}
.entrypage_ttl .sec_ttl,
.entry_contents .sec_ttl{
	margin: 0 auto;
}


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

	.entrypage_ttl {
	    padding-top: 100px;
	    padding-bottom: 0;
	}
	.entry_contents{
		padding-top: 60px;
		padding-bottom: 200px;
	}
	.careerpass_step p{
		margin-top: 10px;
		font-size: 10px;
	}
	.careerpass_step{
		width: 90%;
		margin: 0 auto;
		max-width: 1173px;
		margin-bottom: 90px;
	}

}


.entry_txt{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 63px;
}
.entry_txt p{
	font-size: clamp(14px, 1.666666vw, 24px);
	color: #000000;
}
.entry_txt p .fnt{
	font-family: "Noto Serif Ahom", serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.entry_txt p .fnt2{
	font-family: "Noto Serif Ahom", serif;
}
.entry_txt p:last-child{
	color: #4B544A;
	margin-top: 75px;
	font-weight: bold;
}
.entry_txt p:last-child span{
	color:#FF8E9B;
}

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

	.entry_txt{
		margin-top: 50px;
	}
	.entry_txt p:last-child{
		margin-top: 50px;
	}
}
.entry_contents form{
	position: relative;
}
.entry_contents form:after{
	content: "";
	display: inline-block;
	background-image: url('../img/enty_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 73%;
	max-width:  1050px;
	height: 832px;
	position: absolute;
	right: 20px;
	bottom: 20%;
	z-index: -1;
}
.flee-form{
	width: 95%;
	max-width: 1120px;
	margin: 0 auto;
	margin-top: 57px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.required{
	display: inline-block;
	color: #FF8E9B;
	line-height: 1;
	font-size: clamp(14px, 1.666666vw, 24px);
	font-weight: bold;
}

.flee-form dt{
	font-weight: bold;
	font-size: clamp(16px, 1.666666vw, 24px);
	margin-bottom: 35px;
	text-align: center;
	width: 23%;
	max-width: 260px;
	border-bottom: 1px solid #4B544A;
	padding-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: keep-all;
}
.flee-form dt:nth-of-type(9),
.flee-form dt:nth-of-type(14){
	align-items: flex-start;
}
.flee-form dd{
	width: 77%;
	max-width: 873px;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: 1px solid #4B544A;
}
.flee-form dt:nth-of-type(9),
.flee-form dd:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.flee-form textarea{
	height: 287px;
}

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

	.flee-form{
		width: 90%;
		max-width: 1150px;
		margin-top: 50px;
	}
	.flee-form dt{
		font-size: 16px;
		margin-bottom: 0;
		width: 100%;
		max-width: none;
		border-bottom: none;
		padding-bottom: 25px;
		justify-content: flex-start;
	}
	.flee-form dd{
		width: 100%;
		max-width: none;
		padding-bottom: 30px;
		margin-bottom: 35px;
	}

	.flee-form textarea{
		height: 150px;
	}
	.entry_contents form:after{
		width: 95%;
		max-width:  1050px;
		height: 490px;
		right: 10px;
		bottom: 0;
		z-index: -1;
	}
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea,select{
	font-size:  clamp(14px, 1.666666vw, 24px);
	padding: 27px 16px 27px 40px;
    width: 100%;
    border: 1px solid #4B544A;
    line-height: 1.3;
}
select{
	border: none;
	    padding-right: 0;
    padding-left: 0;
}
select.wpcf7-form-control {
  appearance: none;
  color: #858585;
  font-weight: bold;
  font-size: clamp(14px, 1.666666vw, 24px);
}
.fxbox{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	column-gap: 10px;
	border: 1px solid #4B544A;
	background-color: #fff;
	padding-left: 60px;
}
.fxbox .number01,
.fxbox .number02,
.fxbox .number03{
	max-width: 140px;
	display: flex;
	align-items: center;
	width: 15%;
	font-size:  clamp(14px, 1.666666vw, 24px);
	font-weight: bold;
}
.fxbox .number02,
.fxbox .number03{
	width: 15%;
	display: flex;
	max-width: 90px;
}

.fxbox .wpcf7-form-control-wrap {
	width: 100%;
}
input[type="number"]{
	border: none;
	width: 100%;
	    padding: 27px 10px 27px 0;
    text-align: right;
	font-size:  clamp(14px, 1.666666vw, 24px);
}
.fxbox .wpcf7-not-valid-tip {
    position: absolute;
	font-size: 10px;
    word-break: keep-all;
}
input[type="checkbox"] {
    border: 1px solid #000000;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
.wpcf7-list-item-label {
    font-weight: bold;
    font-size: clamp(14px, 1.666666vw, 24px);
}
.policy_txt{
	border: 1px solid #4B544A;
	height: 83px;
	overflow: auto;
	background-color: #fff;
	margin-top: 10px;
	padding: 15px;
}
.policy_txt span{
	display: block;
	 font-size: clamp(14px, 1.666666vw, 24px);
	margin-bottom: 10px;
}
.wpcf7-submit {
    font-size: clamp(18px, 2.28vw, 32px);
    display: block;
    margin: 0 auto;
    margin-top: 118px;
    width: 90%;
    max-width: 510px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 45px 0;
    background-color: #4B544A;
    transition: all .5s;
    cursor: pointer;
}
.wpcf7-submit:hover{
	color: #fff;
	background-color: #D80E36;
}

.wpcf7-spinner{
	display: none !important;
}
.radio_btn .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

@media screen and (max-width: 768px) {
	
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea,select{
		font-size: 14px;
		padding: 12px 16px;
	}
	.fxbox{
		padding-left: 16px;
		            padding-right: 15%;
        column-gap: 10px;
	}
	.fxbox .number01,
	.fxbox .number02,
	.fxbox .number03{
		width: 30%;
	}
	.fxbox .number02,
	.fxbox .number03{
		width: 70px;
		display: flex;
	}
	input[type="number"]{
		padding: 12px 0 12px 0;
		width: 50px;
	}
	.fxbox .number01 input[type="number"]{
		padding: 12px 0 12px 0;
		width: 100%;
	}
	select.wpcf7-form-control {
	            padding-left: 0;
	}
	.fxbox .wpcf7-not-valid-tip {
	    position: absolute;
	    font-size: 8px;
	    word-break: normal;
	}
	.wpcf7-submit {
	    margin-top: 60px;
	    width: 90%;
	    max-width: 510px;
	    padding: 25px 0;
	}
}

input[type="text"]::placeholder ,
input[type="email"]::placeholder ,
input[type="tel"]::placeholder ,
textarea::placeholder{
	font-size:  clamp(14px, 1.666666vw, 24px);
	font-weight:bold; 
  color: #858585;
}
/* Microsoft Edge */
input[type="text"]::-ms-input-placeholder ,
input[type="email"]::-ms-input-placeholder ,
input[type="tel"]::-ms-input-placeholder ,
textarea::-ms-input-placeholder {
	font-size:  clamp(14px, 1.666666vw, 24px);
	font-weight:bold; 
  color: #858585;
}
input[type="tel"]::placeholder ,
input[type="tel"]:-ms-input-placeholder ,
input[type="tel"]::-ms-input-placeholder{
	font-family: "Noto Serif Ahom", serif !important;
}
.tel_placeholder::placeholder {
    font-family: "Noto Serif Ahom", serif !important;
}
/* Internet Explorer */
input[type="text"]:-ms-input-placeholder ,
input[type="email"]:-ms-input-placeholder ,
input[type="tel"]:-ms-input-placeholder ,
textarea:-ms-input-placeholder {
	font-size:  clamp(14px, 1.666666vw, 24px);
	font-weight:bold; 
  color: #858585;
}

@media screen and (max-width: 768px) {
	input[type="text"]::placeholder ,
	input[type="email"]::placeholder ,
	input[type="tel"]::placeholder ,
	textarea::placeholder{
		font-size: 13px;
	}
	/* Microsoft Edge */
	input[type="text"]::-ms-input-placeholder ,
	input[type="email"]::-ms-input-placeholder ,
	input[type="tel"]::-ms-input-placeholder ,
	textarea::-ms-input-placeholder {
		font-size: 13px;
	}

	/* Internet Explorer */
	input[type="text"]:-ms-input-placeholder ,
	input[type="email"]:-ms-input-placeholder ,
	input[type="tel"]:-ms-input-placeholder ,
	textarea:-ms-input-placeholder {
		font-size: 13px;
	}
	
}

/* ラジオボタンcustom */

.radio_btn input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
	
}

.radio_btn{
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 43px;
	margin-left: 6%;
}
.radio_btn .wpcf7-list-item {
    margin: 0;
}
.radio_btn4 .wpcf7-list-item.first,
.radio_btn4 .wpcf7-list-item{
  margin: 0;
}
.radio_btn4{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 40px;
	margin-left: 6%;
}
.radio_btn4 .wpcf7-list-item:nth-of-type(8){
	width: 100%;
}
.radio_btn span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: clamp(14px, 1.666666vw, 24px);
}

.radio_btn span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #000000;
     width: 25px;
    height: 25px;
    margin-top: 3px;
}

.radio_btn span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 13px;
    height: 13px;
    background-color: #000000;
    left: 6.1px;
    top: 55.5%;
  transform: translateY(-50%);
  display: none;
}

.radio_box .wpcf7-list-item.last{
	margin-left: 30px;
}
.radio_btn input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

@media screen and (max-width: 768px) {
	
	.radio_btn{
		row-gap: 10px;
		column-gap: 20px;
		margin-left: 0;
	}
	.radio_btn span.wpcf7-list-item-label::before {
	     width: 20px;
	    height: 20px;
	    margin-top: 0;
	}
	.radio_btn .wpcf7-list-item.first {
	  margin-left: 0;
	}
	.wpcf7-list-item {
		margin: 0 !important;
	}

	.radio_btn span.wpcf7-list-item-label::after {
		width: 10px;
	    height: 10px;
	    left: 5px;
	    top: 50%;
	}
	.radio_btn4{
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
		row-gap: 20px;
		margin-left: 0;
	}
}


/* ラジオボタンcustom */




/*-----------------------
    ページネーション
-------------------------*/

.wp-block-query-pagination{
	margin-top:64px;
	justify-content: center;
}
.page_num {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin: 0 !important;
    margin-top: 90px !important;
}
.page_num a,.page_num .current,
.wp-block-query-pagination-next{
	display: inline-block;
	text-align: center;
	line-height:56px;
	font-weight: bold;
	width: 56px;
	height: 62px;
	color: #023BAE;
	border: 3px solid #023BAE;
	border-radius: 20px;
	font-size: clamp(14px, 1.666666vw, 24px);
}
.page_num .current{
	color: #fff;
	background-color: #023BAE;
}

/*-----------------------
    採用ページ
-------------------------*/
.recruit_tab{
	max-width: 1234px;
	margin: 0 auto;
	padding-top: 10.93%;
	column-gap: 0;
	justify-content: center;
}
.recruit_tab .tab {
    width: 50%;
    max-width: 617px;
    cursor: pointer;
}
.tab:last-child{
	border-left: 1px solid #FFFFFF;
}
.recruit_tab .tab h3{
	background-color: #AFC75C;
	margin: 0 auto;
	width: 100%;
	padding: 5% 0;
	max-width:none;
	color: #fff;
	font-size: clamp(16px, 1.67vw, 24px);
}

.recruit-container{
	padding-top: 9%;
}
.recruit_list{
	max-width: 1234px;
	margin: 0 auto;
}
.recruit_list p{
	margin-top: 35px;
	font-size: clamp(12px, 1.12vw, 16px);
    font-weight: bold;
}
.recruit_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 32px;
}
.recruit_list ul li{
	width: 32%;
	max-width: 376px;
	border: 1px solid #4B544A;
	padding: 10px 11px;
	background-color: #fff;
}
@media screen and (max-width: 1050px) {
	.recruit_list ul li{
		width: 31%;
	}

}
.recruit_list ul li a{
	display: block;
	color:#4B544A;
}
.recruit_list ul li .recruit_img{
	max-width: 106px;
	margin: 5px auto 10px; 
}
.recruit_list ul li .list_date{
	font-family: "Noto Serif Display", sans-serif;
	background-color: #DFE9BE;
	display: inline-block;
	padding:3px 5px;
	font-size: clamp(12px, 1.12vw, 15px);
}
.recruit_list ul li h3{
	    font-size: clamp(14px, 1.12vw, 16px);
    font-weight: bold;
}
.catbox{
	display: flex;
	column-gap: 10px;
}
.catbox .cat01,
.catbox .cat02{
	display: inline-block;
	padding:3px 28px;
	font-size: clamp(12px, 1.12vw, 15px);
	font-weight: bold;
	background-color: #AFC75C;
}
.catbox .cat01{
	background-color: #FED4D8;
}

.recruit_contents #site{
	padding-top: 0 ;
	padding-bottom: 31%;
}
.recruit_contents .link_fx{
	margin-top: 170px;
}


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

	.recruit_tab {
	    width: 100%;
	    max-width: 550px;
	    margin: 0 auto;
	    padding-top: 80px;
	}
	.recruit-container {
	    padding-top: 80px;
	}
	.recruit_list ul{
		flex-direction: column;
		align-items: center;
	}
	.recruit_list ul li{
		width: 100%;
		max-width: 330px;
	}
	.recruit_list ul li .recruit_img{
		max-width: 106px;
		margin: 5px auto 10px; 
	}
	.recruit_list ul li .list_date{
		font-size:15px;
	}
	.recruit_list ul li h3{
		font-size:16px;
	}
	.catbox .cat01,
	.catbox .cat02{
		font-size: 15px;
	}
	.recruit_contents .link_fx {
	    margin-top: 100px;
	}
}
/*-----------------------
    採用詳細ページ
-------------------------*/
.post_ttl{
	padding-top: 17%;
	text-align: center;
}
.post_ttl h2{
	font-size: clamp(18px,2.499999vw,36px);
	font-weight: bold;
}

.edit-area{
	padding-top: 75px;
}
.edit-area dl{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.edit-area dl dt{
	width: 25%;
	max-width: 320px;
	background-color: #DFE9BE;
	padding: 35px 10px;
	border-bottom: 1px solid #4B544A;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(16px, 1.67vw, 24px);
}
.edit-area dl dd{
	background-color: #fff;
	width: 75%;
	max-width: 980px;
	padding: 35px 10px;
	border-bottom: 1px solid #4B544A;
	font-size: clamp(16px, 1.67vw, 24px);
}

.backbtn{
	display: block;
	text-align: center;
	background-color: #AFC75C;
	color: #fff;
	width: 80%;
	max-width: 510px;
	margin: 152px auto 0;
	padding: 4% 10px;
	font-weight: bold;
	font-size: clamp(16px, 1.67vw, 24px);
}
.post_area #site {
    padding-top: 110px;
    padding-bottom: 450px;
}
.post_area .link_fx {
    margin-top: 0;
}

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

	.post_ttl{
		padding-top: 100px;
	}
	.edit-area dl{
		max-width: 600px;
		margin: 0 auto;
	}
	.edit-area dl dt{
		width: 100%;
		max-width: none;
		padding: 15px 15px;
		border-bottom: none;
		justify-content: flex-start;
	}
	.edit-area dl dd{
		width: 100%;
		max-width: 980px;
		padding: 30px 15px;
		text-align: left;
	}
	.backbtn{
		margin: 80px auto 0;
		padding: 20px 10px;
	}
	.post_area #site {
	    padding-top: 110px;
	    padding-bottom: 150px;
	}
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-show {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}


.features_ttl{
	margin-top: 97px;
	text-align: center;
	margin-bottom: 150px;
}
.features_ttl p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
}
.features_ttl p .txtbig{
    font-size: 20px;
    font-weight: bold;
}
.careerpass{
	padding-top: 174px;
}
.careerpass .sec_ttl{
	margin: 0 auto;
}
@media screen and (max-width: 768px) {

	.features_ttl{
		margin-top: 50px;
		text-align: center;
		margin-bottom: 50px;
	}
	.features_ttl p {
	    font-size: 14px;
	}
	.features_ttl p .txtbig{
	    font-size: 18px;
	}
	.careerpass{
		padding-top: 74px;
	}
}

.careerpass ul{
	max-width: 1296px;
	margin: 55px auto 0;
	display: flex;
	align-items: flex-end;
}
.careerpass ul li{
	width: 25%;
	max-width: 324px;
}
.careerpass ul li .graph{
	width: 100%;
	position: relative;
	background-color: #EFF4DE;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 0 rgba(0,0,0,.25);
}
.careerpass ul li .graph img{
	position: absolute;
	left: 0;
	bottom: 100%;
	max-width: 280px;
}
.careerpass ul li .graph h3 {
    font-size: clamp(16px, 1.67vw, 24px);
	font-weight: bold;
}
.careerpass ul li .graph p {
    font-size: clamp(14px, 1.12vw, 16px);
    line-height: 1.8;
    margin-top: 14px;
}
.careerpass ul .careerpass_01 .graph{
	padding: 45px 5px;
}
.careerpass ul .careerpass_02 .graph{
	padding: 98px 5px;
	background-color: #DFE9BE;
}
.careerpass ul .careerpass_03 .graph{
	padding: 105px 5px 136px;
	background-color: #C7D88D;
}
.careerpass ul .careerpass_04 .graph{
	padding: 142px 5px 206px;
	background-color: #AFC75C;
}
.careerpass ul .careerpass_01,
.careerpass ul .careerpass_04{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.careerpass ul .careerpass_01{
	height: 500px;
}
.careerpass ul .careerpass_04{
	height: 650px;
}

.careerpass ul li .graph_txt p{
	text-align: center;
	font-size: clamp(12px, 1.12vw, 16px);
	line-height: 1.8;
	position: relative;
}
.careerpass ul li .graph_txt p:before,
.careerpass ul li .graph_txt p:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 4.5em;
  border: 1px solid #AFC75C;
  vertical-align: middle;
  position: absolute;
  bottom: -21px;
}
 
.careerpass ul li .graph_txt p:before {
  transform: rotate(-27deg);
  left: 30px;
}
 
.careerpass ul li .graph_txt p:after {
  transform: rotate(27deg);
  right: 30px;
}
.careerpass ul li.careerpass_04 .graph_txt p:before,
.careerpass ul li.careerpass_04 .graph_txt p:after {
  height: 3.5em;
}
.careerpass ul li.careerpass_04 .graph_txt p:before {
  left: 50px;
}
 
.careerpass ul li.careerpass_04 .graph_txt p:after {
  right: 50px;
}
@media screen and (max-width: 900px) {

	.careerpass ul li .graph_txt p:before {
	  transform: rotate(-27deg);
	  left: 10px;
	}
	 
	.careerpass ul li .graph_txt p:after {
	  transform: rotate(27deg);
	  right: 10px;
	}
	.careerpass ul li.careerpass_04 .graph_txt p:before {
	  left: 25px;
	}
	 
	.careerpass ul li.careerpass_04 .graph_txt p:after {
	  right: 25px;
	}
}
@media screen and (max-width: 768px) {

	.careerpass ul{
		width: 90%;
		margin: 40px auto 15px;
		margin-left: 30px;
	}
	.careerpass ul li {
	    width: 45%;
	    max-width: 150px;
	    flex-shrink: 0;
	}
	.careerpass ul .careerpass_01 {
	    height: 440px;
	}
	.careerpass ul .careerpass_04 {
	    height: 560px;
	}
	.careerpass ul li .graph p{
		font-size: 12px;
		line-height: 1.8;
		white-space: wrap;
		position: relative;
	}
	.careerpass ul li .graph h3 {
	    font-size: 14px;
	}
	.js-scrollable {
	  overflow-x: auto;
	  margin: 0 calc(50% - 45vw);
	  /* width: 100vw; */
	}
	.careerpass ul li .graph_txt p {
	    font-size: 10px;
	}
	.careerpass ul li .graph_txt p:before {
	  transform: rotate(-27deg);
	  left: 0;
	}
 
	.careerpass ul li .graph_txt p:after {
	  transform: rotate(27deg);
	  right: 0;
	}
	.careerpass ul li.careerpass_04 .graph_txt p:before {
	  left: 20px;
	}
	 
	.careerpass ul li.careerpass_04 .graph_txt p:after {
	  right: 20px;
	}
}
.redtxt{
	text-align: center;
	position: relative;
	margin-top: 175px;
	margin-bottom:130px;
}
.redtxt img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 25%;
	max-width: 322px;
	z-index: -1;
}

.redtxt p{
	color: #FF8E9B;
	font-size: clamp(16px, 1.67vw, 24px);
	font-weight: 900;
}
@media screen and (max-width: 768px) {

	.redtxt{
		margin-top: 100px;
		margin-bottom:70px;
	}
	.redtxt img{
		width: 45%;
		max-width: 180px;
	}

}
.features_col{
	padding-top: 250px;
	    padding-bottom: 180px;
}
.features_col li{
	max-width: 1289px;
	margin: 0 auto;
	position: relative;
	padding: 97px 0;
}
.features_col li:before{
	content: "";
	background-color: #FBECED;
	width: calc(100% - 11rem);
	margin-right: auto;
	position: absolute;
	top: 0;
	left: -60px;
	z-index: -1;
	padding-top: 52.3%;
}
.features_col li:last-child:before{
	content: "";
	background-color: #FBECED;
	width: calc(100% - 11rem);
	margin-right: auto;
	position: absolute;
	top: 0;
	left: auto;
	right: -60px;
	z-index: -1;
	padding-top: 48.3%;
}
@media screen and (max-width: 1215px) {
	.features_col li:before{
		padding-top: 58.3%;
	}
}
@media screen and (max-width: 1115px) {
	.features_col li:before{
		padding-top: 65.3%;
	}
}
.features_col li h3{
	display: block;
	position: absolute;
	bottom: 96%;
	left: 18%;
	font-size: clamp(22px, 2.499999vw, 36px);
	font-weight: bold;
}
.features_col li h3:before{
	content: "";
	display: inline-block;
	background-color: #4B544A;
	width: 19vw;
	max-width:262px;
	height: 2px;
	position: absolute;
	left: -67%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.features_col li:last-child h3:before{
	left: 211%;
}
.features_col li:last-child h3{
	left: auto;
	right: 18%;
}
.features_col li:last-child{
	margin-top: 38px;
}
.features_col_fx{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.features_col li:last-child .features_col_fx{
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {

	.features_col{
		padding-top: 50px;
		    padding-bottom: 0;
	}
	.features_col li{
		max-width: 1289px;
		margin: 0 auto;
		position: relative;
		padding: 30px 0;
	}
	.features_col li:last-child {
	    margin-top: 130px;
	}
	.features_col li:before {
	    width: calc(100% - -4rem);
	    left: -30px;
	    z-index: -1;
	    padding-top: 0;
	    height: 700px;
	}
	.features_col li:last-child:before{
		width: calc(100% - -4rem);
		right: -30px;
		z-index: -1;
		padding-top: 0;
		height: 722px;
	}
	.features_col li h3{
		display: block;
		position: absolute;
		bottom: 96%;
		left: 18%;
		font-size: 20px;
		font-weight: bold;
	}
	.features_col_fx{
		flex-direction: column-reverse;
		row-gap: 25px;
	}
	.features_col li:last-child .features_col_fx{
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 479px) {

	.features_col li:before {
	    width: calc(100% - -4rem);
	    left: -30px;
	    z-index: -1;
	    height: 690px;
	}
	.features_col li:last-child:before{
		width: calc(100% - -4rem);
		right: -30px;
		z-index: -1;
		height: 570px;
	}
}

.features_fx_img{
	width: 56%;
	max-width: 715px;
}
.features_fx_txt{
	width: 35%;
	max-width: 450px;
	text-align: center;
}
.features_fx_txt p{
	font-size:clamp(14px, 1.12vw, 16px);
	line-height: 2;
}
@media screen and (max-width: 1020px) {

	.features_fx_txt p .pc_br{
		display: none;
	}
}
.features_fx_txt dl{
	margin-top: 55px;
}
.features_fx_txt dt{
	display: inline-block;
	color: #fff;
	font-size: clamp(16px, 1.67vw, 24px);
    font-weight: bold;
	padding: 8px 40px;
	background-color: #4B544A;
	margin-bottom: 35px;
}
.features_fx_txt dd{
	display: flex;
	align-items: flex-end;
	font-size: clamp(14px, 1.12vw, 16px);
	font-weight: 900;
	text-align: left;
	width: 55%;
		margin: 0 auto 10px;
}
.features_col li:last-child .features_fx_txt dd {
    width: 55%;
}
.features_fx_txt dd img{
	max-width: 50px;
	margin-right: -4%;
}
@media screen and (max-width: 1000px) {

	.features_fx_txt dd{
		width: 80%;
		margin: 0 auto 10px;
	}
	.features_col li:last-child .features_fx_txt dd{
		width: 90%;
	}
}

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

	.features_fx_img{
		width: 95%;
		max-width: 550px;
	}
	.features_fx_txt{
		width: 95%;
		max-width: 550px;
	}
	.features_fx_txt p {
	    font-size: 13px;
	}
	.features_fx_txt dl{
		margin-top: 30px;
	}
	.features_fx_txt dt{
		margin-bottom: 20px;
	}
	.features_fx_txt dd{
		display: flex;
		align-items: flex-end;
		font-size: clamp(14px, 1.12vw, 16px);
		font-weight: 900;
		text-align: left;
		width: 70%;
	}
	.features_fx_txt dd img {
	    max-width: 25px;
	    margin-right: -4%;
	}
}
.atmosphere{
	padding-top: 150px;
}
.atmosphere_bg{
	background-color: #EFF4DE;
	padding-top: 100px;
	padding-bottom: 190px;
}
.atmosphere .sec_ttl{
	margin: 0 auto;
	width: 90%;
    max-width: 692px;
	margin-bottom: 170px;
}
@media screen and (max-width: 768px) {

	.atmosphere{
		padding-top: 100px;
		
	}
	.atmosphere_bg{
		padding-top: 70px;
		padding-bottom: 100px;	
	}
	.atmosphere .sec_ttl{
		margin-bottom: 70px;
	}
}
.atmosphere_col{
	border-bottom: 2px solid #AFC75C;
	padding-bottom:30px;
	margin-top: 57px;
}
.atmosphere_col:nth-of-type(3){
	padding-bottom:70px;
}
.atmosphere_col:nth-of-type(4){
	padding-bottom:60px;
}
.atmosphere_col:last-child{
	border-bottom: none;
}
.atmosphere_col h3{
	margin-left: 32px;
	font-size: clamp(16px, 1.67vw, 24px);
    font-weight: bold;
}
.atmosphere_col p{
	width: 90%;
	max-width: 1130px;
	margin: 22px auto 0;
	font-size: 16px;
	letter-spacing: .05em;
}
.atmosphere_box{
	width: 90%;
	max-width: 1055px;
	margin: 55px auto 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	column-gap: 55px;
	padding: 28px 10px 28px 70px;
}
.atmosphere_box h4{
	background-color: #4B544A;
	color: #fff;
	text-align: center;
	font-size: clamp(12px, 1.39vw, 20px);
	font-weight: bold;
	padding: 12px 34px;
	word-break: keep-all;
}
.atmosphere_box p{
	width: 90%;
	max-width: 825px;
	margin: 0;
	font-size: clamp(14px, 1.12vw, 16px);
}

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

	.atmosphere_col p .pc_br{
		display: none;
	}
}

.like{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
	padding:100px 0 0;
	position: relative;
}
@media screen and (max-width: 768px) {

	.atmosphere_col{
		padding-bottom:30px;
		margin-top: 30px;
	}
	.atmosphere_col:nth-of-type(3){
		padding-bottom:30px;
	}
	.atmosphere_col:nth-of-type(4){
		padding-bottom:30px;
	}
	.atmosphere_col h3{
		margin-left: 0;
	}
	.atmosphere_col p{
		width: 95%;
		font-size: 14px;
	}
	.atmosphere_box{
		width: 90%;
		max-width: 1055px;
		margin: 40px auto 0;
		flex-direction: column;
		row-gap: 30px;
		padding: 25px 10px;
	}
	.like{
		width: 85%;
		max-width: 1200px;
		margin: 0 auto;
		padding:0;
		position: relative;
	}

}

.map_fx{
	padding-bottom: 50px;
	background-image: url('../img/mapfx_bg.jpg');
	background-size: cover;
	background-position: center;
	margin-top: -6%;
	padding-top: 30px;
}
.map_fx_ttl{
	text-align: center;
	position: relative;
}
.map_fx_ttl h2{
	font-size: clamp(16px, 1.67vw, 24px);
    font-weight: bold;
}
.map_fx_ttl:before,
.map_fx_ttl:after{
	content:'';
	display: inline-block;
	width: 34%;
	height: 1px;
	background-color: #4B544A;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
}
.map_fx_ttl:before{
	left: 0;
}
.map_fx_ttl:after{
	right: 0;
}
.map_fx_list{
	border-bottom: 1px solid #4B544A;
}
.map_fx_list .map_fx_listbox{
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
	max-width: 1000px;
	margin: 70px auto 0;
}
.map_fx_list .map_fx_listbox > li{
	width: 50%;
	text-align: center;
}
.map_fx_list .map_fx_listbox > li h3 a{
    display: inline-block;
	text-decoration: none;
    color: #fff;
    font-size: clamp(18px, 1.67vw, 24px);
    font-weight: bold;
	width: 90%;
	max-width: 495px;
    padding: 8px 40px;
    background-color: #FF8E9B;
	margin-bottom: 30px;
}
.map_fx_list .map_fx_listbox > li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4B544A;
	font-size:clamp(16px, 1.39vw, 20px);
    font-weight: 500;
	text-decoration: underline;
}
.map_fx_list .map_fx_listbox > li a img{
	max-width: 40px;
	vertical-align: middle;
}

.map_fx_list .map_fx_listbox ul{
	margin-top: 18px;
	margin-bottom: 26px;
	display: flex;
	justify-content: center;
	column-gap: 8px;
	row-gap: 18px;
	flex-wrap: wrap;
}
.map_fx_list .map_fx_listbox ul li{
	width: 45%;
	max-width: 238px;
	background-color: #FED4D899;
	border: 5px solid #fff;
	border-radius: 20px;
	height:99px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(12px, 1.39vw, 20px);
    color: #4B544A;
    font-weight: 800;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {

	.map_fx_ttl:before, .map_fx_ttl:after {
	    width: 18%;
		max-width: 200px;
	}
	.map_fx_list .map_fx_listbox{
		flex-direction: column;
		row-gap: 40px;
		max-width: 1000px;
		margin: 50px auto 0;
	}
	.map_fx {
    	margin-top: 4%
	}
	.map_fx_list .map_fx_listbox > li{
		width: 100%;
		text-align: center;
	}
	.map_fx_list .map_fx_listbox > li h3 a{
		width: 100%;
		max-width: 300px;
	    padding: 8px 10px;
		margin-bottom: 20px;
	}
	.map_fx_list .map_fx_listbox > li a img{
		max-width: 30px;
		vertical-align: middle;
	}
	.map_fx_list .map_fx_listbox ul{
		max-width: 550px;
		margin: 0 auto;
		margin-top: 18px;
		margin-bottom: 26px;
	}
}

