@charset "UTF-8";
/* CSS Document */
.grecaptcha-badge { visibility: hidden; }

html {
    /* ルートのフォントサイズを10pxに設定しておく font-size: 62.5%;*/
    font-size: 70%;
}
@media (max-width: 768px) {
	html {
	font-size: 59%;
	}
}
body{
	width: 100%!important;
	font-size: 1.6rem;
    line-height:2em;
	font-family: YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
	position: relative;
	display: block!important;
    margin: 0;
	padding-right: 70px;
	box-sizing: border-box;
	background: #fff;
}
@media (max-width: 960px) {
	body{
		padding-right: 0;
	}
}
.nobreak{
	word-break:keep-all!important;
	white-space: nowrap;
}
.prot_bar{
	width: 206px;
	height: 4px;
	flex-shrink: 0;
	background: #F5D800;
	margin: 0 0 20px 0;
}
@media (min-width: 769px) {
	.prot_ttl {
		color: #27201E;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
		overflow: hidden;
	}
	.prot_subttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: inherit;
		font-size: 2.4rem;
		line-height: 1.7em;
		padding-bottom: 20px;
	}
	.prot_page_cate{
		color: #000;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	}
	.txt_c_to_l{
		text-align:center;
	}
	.txt_l_to_c{
		text-align:left;
	}
	.txt_ttl{
		font-weight: 500;
		color: #222222;
		font-size: 2.2rem;
		line-height: 1.7em;
		padding-bottom: 30px;
		letter-spacing: 2px;
	}
}
.prot_ttl > span{
	display: inline-block;
}
@media (max-width: 768px) {
	.prot_ttl {
		color: #27201E;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
		overflow: hidden;
	}
	.prot_subttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: inherit;
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 1.7em;
		padding-bottom: 10px;
	}
	.prot_page_cate{
		color: #000;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	}
	.txt_c_top_l{
		text-align:left;
	}
	.txt_c_top_l{
	}
	.txt_ttl{
		font-weight: 500;
		color: #222222;
		font-size: 1.8rem;
		line-height: 1.7em;
		padding-bottom: 30px;
	}
}


@media (min-width: 769px) {
	.lbody{
		width:100%;
		position: relative;
		padding-top: 30px;
	}
	.navrarea{
		width:70px;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 20;
	}
	#navr_copy{
		position:absolute;
		top: 50%;
		right: 22px;
		transform: translateY(-50%);
		writing-mode:vertical-rl;
		font-size: 1.4rem;
		text-align: center;
		font-weight:700;
	}
	.navrarea > ul{
		display:none;
	}
}
@media (max-width: 768px) {
	.lbody{
		width:100%;
		position: relative;
		overflow-x: hidden!important;
	}
	.navrarea{
		position: fixed;
		width: calc(100% - 20px);
		height: 58px;
		bottom: 0;
		left: 10px;
		z-index: 20;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background: #EDF1F4;
	}
	.navrarea > ul{
		display:flex;
		flex-wrap: wrap;
		align-content: stretch;
		width: 100%;
		height: 100%;
	}
	.navrarea > ul > li{
		display: flex;
		width: 28%;
		align-items: center;
		justify-content: center;
	}
	.navrarea > ul > li > a{
		font-weight: 700;
	}
	#navr_copy{
		position:absolute;
		top: 50%;
		right: 17px;
		transform: translateY(-50%);
		writing-mode:vertical-rl;
		font-size: 1.4rem;
		text-align: center;
		font-weight:700;
	}
}
section{
	width: 100%;
    position:relative;
}
.width_ctrl{
	max-width: 1500px;
	margin: 0  auto;
}
nav{
	font-weight: 300;
	font-style: normal;
}
img {
    vertical-align: middle;
    border: 0;
}
div{
    box-sizing:border-box; 
	position: relative;
}
.hr_ctt{
    width: 100%;
    height:400px;
    position: relative;
    margin: -150px 0;
    overflow: hidden;
    z-index: -3!important;
}
.hr_ctt > hr{
    width: 120%;
    height: 1px;
    background-color: #9ADDCE;
    border: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-12deg);
    -mozkit-transform: translate(-50%,-50%) rotate(-12deg);
    z-index: -3;
}
*{
    box-sizing:border-box;
}
.c__f{
    clear:both;
    overflow: hidden;
}
.difference{
    mix-blend-mode:difference;
}
.block_center{
	margin:0 auto;
	max-width: 100%;
	text-align: center;
}
@media (min-width: 769px) {
    .pcblock{
        display: block;
    }
    .spblock{
        display: none;
    }
}
@media (max-width: 768px) {
    .pcblock{
        display: none;
    }
    .spblock{
        display: block;
    }
}
/*-----------------共通--------------------*/
.of_hide{
	width:100%;
	overflow-x: clip;
	position: relative;
}

.bg_wht{
	display:block;
	background: #fff;
	position: relative;
	padding: 100px 0;
}
.bg_gry{
	display:block;
	background: #F2F2F2;
	position: relative;
	padding: 100px 0;
}
.bg_gry::before{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: #F2F2F2;
	z-index: -1;
}
.bg_gry::after{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	background: #F2F2F2;
	z-index: -1;
}
.mark_w {
    display: inline;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    background-color: #ffffff!important;
}
.txt_w{
    color:#fff;
}
.txt_center{
	text-align: center;
}
.txt_small{
	font-size:70%;
}
.txt_list li{
	list-style:disc;
	margin-left: 15px;
}
@media (min-width: 769px) {
    .pcbr{
        display: inline-block;
    }
    .spbr{
        display: none;
    }
    .txt_wtob{
        color: #fff;
    }
}
@media (max-width: 768px) {
    .pcbr{
        display: none;
    }
    .spbr{
        display: inline-block;
    }
    .txt_wtob{
        color: #282832;
    }
}
.pdgt30{
    padding-top: 30px;
}
.pdgb30{
    padding-bottom: 30px;
}
.pdgtb30{
    padding: 30px 0;
}
.pdgt50{
    padding-top: 50px;
}
.pdgtb50{
    padding: 50px 0;
}
.pdgb50{
    padding-bottom: 50px;
}
.pdgtb80{
    padding: 80px 0;
}
.pdgb100{
    padding-bottom: 100px;
}

.mgnb30{
	margin-bottom: 30px;
}
@media (min-width: 769px) {
	.col2to1_ctt{
		width:100%;
		position: relative;
		margin: 0 auto;
		display: flex;
	}
    .col2to1_box{
        box-sizing: border-box;
        padding:  20px;
        position: relative;
    }
}
@media (max-width: 768px) {
	.col2to1_ctt{
		width:100%;
		position: relative;
		margin: 0 auto;
		display: block;
	}
    .col2to1_box{
        width: 100%;
        box-sizing: border-box;
        padding:  10px 0;
        position: relative;
    }
    .col2to1_box > p{
		text-align: left!important;
    }
}
.pg_border{
    border-bottom: solid 1px #c8c8c8;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center!important;
    margin: 0 auto!important;
}
.img_full{
    width:100%;
    height: auto;
}
.svg_full img{
    width:100%;
    max-width: 300px;
    height: auto;
}
.img_border{
    border:solid 1px #c8c8c8;
    box-sizing: border-box;
}

.img_cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


header {
	position: fixed;
	padding: 3em 0;
	width: 100%;
	font-size: 2em;
	text-align: center;
	color: #fff;
	background-color: #282832;
	transition: .3s;
}
.is-animation {
	padding: 2em 0;
	font-size: 1em;
}



/*-------------------共通ボタン-------------------*/

a > .arrow_btn_w{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #000;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
a > .arrow_btn_w::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a > .arrow_btn_w::before{
	content: '';
	width: 14.1421px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	a:hover > .arrow_btn_w{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #000;
		border: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	a:hover > .arrow_btn_w::after{
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%) rotate(45deg);
	}
	a:hover > .arrow_btn_w::before{
		content: '';
		width: 14.1421px;
		height: 1px;
	background-color: #fff;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}
a > .arrow_btn{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
a > .arrow_btn::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a > .arrow_btn::before{
	content: '';
	width: 14.1421px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	a:hover > .arrow_btn{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #000;
		border: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	a:hover > .arrow_btn::after{
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 1px #EDF1F4;
		border-right: solid 1px #EDF1F4;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%) rotate(45deg);
	}
	a:hover > .arrow_btn::before{
		content: '';
		width: 14.1421px;
		height: 1px;
		background-color: #EDF1F4;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}
a > .arrow_btn_rev{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background-color: #000;
	border: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
a > .arrow_btn_rev::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a > .arrow_btn_rev::before{
	content: '';
	width: 14.1421px;
	height: 1px;
	background-color: #EDF1F4;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	a:hover > .arrow_btn_rev{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #fff;
		border: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	a:hover > .arrow_btn_rev::after{
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%) rotate(45deg);
	}
	a:hover > .arrow_btn_rev::before{
		content: '';
		width: 14.1421px;
		height: 1px;
		background-color: #000;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}
.ctt_btn{
	display:inline-block;
}
@media (min-width: 960px) {
	.ctt_btn a{
		width: 250px;
		height: 56px;
		border-radius: 28px;
		padding: 8px 40px 8px 8px;
		box-sizing: border-box;
		color: #fff!important;
		position: relative;
		transition: all 0.5s ease;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #000;
		border: solid 1px #000;
	}
}
@media (max-width: 959px) {
	.ctt_btn a{
		width: 100%;
		min-width: 200px;
		height: 56px;
		border-radius: 28px;
		padding: 8px 40px 8px 8px;
		box-sizing: border-box;
		color: #fff!important;
		position: relative;
		transition: all 0.5s ease;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0 auto;
		background: #000;
		border: solid 1px #000;
	}
}
.ctt_btn a:hover{
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #000!important;
    background-color: #fff;
	border: solid 1px #000;
}
.ctt_btn_rev a{
    max-width: 250px;
	height: 56px;
    border-radius: 28px;
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #fff!important;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ctt_btn_rev a:hover{
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #000!important;
    background-color: #EDF1F4;
}

.ctt_btn_yel a{
    max-width: 250px;
	height: 56px;
    border-radius: 28px;
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #000!important;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
	background-color: #F5D800;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ctt_btn_yel a:hover{
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #fff!important;
    background-color: #000;
}



.bm_btn {
    display: inline-block;
    width: auto;
    min-width: 300px;
    padding: 10px 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
    border: solid 1px #000;
    background-color: #000;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
    border-radius: 25px;
}
.bm_btn:hover {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #282832;
    border: solid 1px #000;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
}
    


.z_img img{
    transition:1s all;
}
.z_img img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
}
.op7_img img{
    transition:1s all;
}
.op7_img img:hover{
    opacity: 0.7;
    transition:1s all;
}

.lr_btn a {
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  text-decoration: none;
  padding-left: 110px;
    position: relative;
}
.lr_btn a::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background: #282832;
}
.lr_btn a::before {
  animation: lrb 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes lrb {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0 ;
  }
  70%, 100% {
    transform: scale(0, 1);
    transform-origin: 100% 0 ;
  }
}

/*-------------------index_ctt共通-------------------*/
.i_ctt_txt{
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.i_ctt_txt_sub{
    font-size: 1.6rem;
    line-height: 1.8em;
}
@media (min-width: 960px) {
	.ictt_ttl{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 4rem;
		line-height: 1.5em;
	}
	.ictt_ttl_jpn{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 2.1rem;
		line-height: 1.5em;
	}
    .ictt_cate{
        font-size:1.8rem;
		line-height: 1.8em;
        padding-bottom: 20px;
        font-weight: 700;
        position: relative;
    }
    .ictt_cate_r_box{
        width: 50%;
        margin-left: 50%;
        padding: 0 50px;
        height: 100px;
        position: relative;
        box-sizing: border-box;
    }
}
.ictt_cate_sub{
    padding-bottom:30px;
    font-weight: 700;
}
.ictt_cate_bg{
    position:absolute;
    left: -15px;
    top:-25px;
}
@media (max-width: 959px) {
	.ictt_ttl{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 3.5rem;
		line-height: 1.5em;
	}
	.ictt_ttl_jpn{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.5em;
	}
    .ictt_cate{
        font-size:1.8rem;
		line-height: 1.8em;
        padding-bottom: 15px;
        font-weight: 700;
        position: relative;
    }
    .ictt_cate_r_box{
        width: 100%;
        position: relative;
		text-align: center;
    }
}
.i_ttl{
    font-size:2.5rem;
    font-family: 'Noto San Serif JP', san serif;
    line-height: 1.3em;
    font-weight: normal;
    padding-bottom: 30px;
    position: relative;
    color: #000;
}

/*------------------index_about------------------*/
#about{
	background: #fff;
}
@media (min-width: 769px) {
    .icontainer_about{
        width: 100%;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		display: flex;
		align-items: flex-start;
    }
	.icontainer_about > .img{
		width: 35%;
		height: 489px;
		/*position: sticky;
		top: 0;*/
		position: relative;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		overflow: hidden;
		margin-top: 70px;
	}
	.icontainer_about > .img > img{
		object-position: -80px;
	}
	.icontainer_about > .txt{
		width: 65%;
		padding: 60px;
		box-sizing: border-box;
	}
    .about_point_box{
        display:flex;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .icontainer_about{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
    }
	.icontainer_about > .img{
		width: calc(100% - 30px);
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		position: relative;
		order: 2;
		margin-left: 30px;
		overflow: hidden;
	}
	.icontainer_about > .txt{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
    .about_point_box{
        display:flex;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}
@media (min-width: 769px) {
	.iabout_txt{
		color: #000;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 200%; /* 36px */
		letter-spacing: 0.36px;
	}
}
@media (max-width: 768px) {
	.iabout_txt{
		color: #000;
		font-family: Inter;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 600;
		line-height: 200%; /* 36px */
		letter-spacing: 0.36px;
	}
}


@media (min-width: 769px) {
    .icontainer_corevalue{
        width: 100%;
		max-width: 1240px;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items:stretch;
		padding: 120px 20px;
		border-top: solid 1px #CCC;
    }
	.icorevalue_box{
		width: calc(33.333333% - 40px);
		min-height: 250px;
		margin: 20px;
	}
	.icorevalue_box_inner{
		width: 100%;
		height: 100%;
		border-radius: 60px;
		background: #FFF;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
}
@media (max-width: 768px) {
    .icontainer_corevalue{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		padding: 50px 20px;
	}
	.icorevalue_box{
		width: 100% ;
		margin: 20px 0;
	}
	.icorevalue_box_inner{
		width: 100%;
		height: 100%;
		border-radius: 60px;
		background: #FFF;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
}
.icorevalue_box > dl{
	overflow:hidden;
}
.icorevalue_box > dl > dt{
	display: block;
	background: #F5D800;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2em;
	padding: 5px 10px;
	margin-bottom: 5px;
}
@media (min-width: 769px) {
	.icorevalue_ttl{
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.2em;
		padding: 10px 0;
		height: 80px;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 768px) {
	.icorevalue_ttl{
		display: block;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.2em;
		padding: 10px 0;
	}
}
/*------------------index_service------------------*/
@media (min-width: 769px) {
	.service_menu_ctt{
		border-radius: 15px;
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
		margin-bottom: 20px;
	}
	.service_menu_ctt > .ttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2.1rem;
		line-height: 2em;
		letter-spacing: 1px;
		padding: 0 10px;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 768px) {
	.service_menu_ctt{
		border-radius: 15px;
		padding: 10px;
		box-sizing: border-box;
		background: #fff;
		margin-bottom: 20px;
	}
	.service_menu_ctt > .ttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2.1rem;
		line-height: 1.5em;
		letter-spacing: 1px;
		padding: 5px 5px;
		display: flex;
		align-items: center;
	}
}
.service_menu_ctt > .ttl::before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #F5D800;
	margin-right: 10px;
}
.service_menu_ctt > ul{
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
}
@media (min-width: 769px) {
	.service_menu_ctt > ul > li{
		width: 33.333333%;
		box-sizing: border-box;
		position: relative;
		padding: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.service_menu_ctt > ul > li{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 5px;
		margin-bottom: 10px;
	}
}
.service_menu_ctt > ul > li > a {
	width: 100% ;
	height: 100%;
	text-decoration: none;
	color: inherit; /* リンクの色をliのテキストに合わせる */
	padding: 10px;
	border: solid 2px #EDF1F4;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: center;
	box-sizing: border-box;
	background: #fff;
	transition: all .3s ease;
	font-size: 1.5rem;
	position: relative;
}
.service_menu_ctt > ul > li > a::after{
	content: '';
	width: 10px;
	height: 10px;
	border-bottom:solid 2px #EDF1F4;
	border-right: solid 2px #EDF1F4;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	bottom: -20px;
	left: 50%;
	transition: all .3s ease;
}

@media (min-width: 769px) {
	.service_menu_ctt > ul > li > a:hover{
		background: #fff;
		color: #F5D800;
	border: solid 2px #F5D800;
	}
	.service_menu_ctt > ul > li > a:hover::after{
		content: '';
		width: 10px;
		height: 10px;
		border-bottom:solid 2px #F5D800;
		border-right: solid 2px #F5D800;
		transform: rotate(45deg) translateX(-50%);
		position: absolute;
		bottom: -23px;
		left: 50%;
	}
	.service_menu_ctt > ul > li > a:hover > img{
		max-height: 50px;
		opacity: .7;
	}
}
.service_menu_ctt > ul > li > a > img{
	max-height: 50px;
	transition: all .3s ease;
}
.service_menu_ctt > ul > li > a > p{
	width: 100%;
	line-height: 1.3em;
	padding-top: 5px;
}
@media (min-width: 769px) {
	.service_menu_ctt2{
		border-radius: 15px;
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
		margin-bottom: 20px;
	}
	.service_menu_ctt2 > .ttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2.1rem;
		line-height: 2em;
		letter-spacing: 1px;
		padding: 0 10px;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 768px) {
	.service_menu_ctt2{
		border-radius: 15px;
		padding: 10px;
		box-sizing: border-box;
		background: #fff;
		margin-bottom: 20px;
	}
	.service_menu_ctt2 > .ttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2.1rem;
		line-height: 1.5em;
		letter-spacing: 1px;
		padding: 5px 5px;
		align-items: center;
	}
}
.service_menu_ctt2 > .ttl::before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #F5D800;
	margin-right: 10px;
	display: inline-block;
}
.service_menu_ctt2 > ol{
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-left: 20px;
}
@media (min-width: 769px) {
	.service_menu_ctt2 > ol > li{
		width: calc(50% - 20px);
		box-sizing: border-box;
		position: relative;
		margin: 10px 10px 0 10px;
		border-bottom: solid 1px #EDF1F4;
		line-height: 1.3em;
		padding-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-weight: 700;
	}
}
@media (max-width: 768px) {
	.service_menu_ctt2 > ol > li{
		width: calc(100% - 10px);
		box-sizing: border-box;
		position: relative;
		margin: 5px;
		border-bottom: solid 1px #EDF1F4;
		line-height: 1.3em;
		padding-bottom: 5px;
		font-weight: 700;
	}
}
.service_menu_ctt2 > ol > li > span{
	font-size:70%;
	padding: 2px;
	line-height: 1.3em;
	background: #EDF1F4;
	border-radius: 5px;
	margin-left: 5px;
	display: inline-block;
	font-weight: normal;
}

@media (min-width: 769px) {
	.servicectrl{
		padding:80px 0 50px 0;
	}
    .service_top_container{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		padding:60px 30px 0 30px;
		box-sizing: border-box;
        position: relative;
        clear: both;
        overflow: hidden;
    }
    .service_top_container2{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		padding:0 30px 0 30px;
		box-sizing: border-box;
        position: relative;
        clear: both;
        overflow: hidden;
    }
	.service_line{
		max-width: 1100px;
		width:calc(100% - 100px);
		border-bottom: dotted 1px #737072;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.servicectrl{
		padding:60px 0 45px 0;
	}
    .service_top_container{
        width: 100%;
        margin: 0 auto;
		padding:0 15px 15px 15px;
		box-sizing: border-box;
        position: relative;
        clear: both;
        overflow: hidden;
    }
    .service_top_container2{
        width: 100%;
        margin: 0 auto;
		padding:0 15px 15px 15px;
		box-sizing: border-box;
        position: relative;
        clear: both;
        overflow: hidden;
    }
	.service_line{
		max-width: calc(100% - 70px);
		width:100%;
		border-bottom: dotted 1px #737072;
		margin: 0 auto;
	}
}
.service_top_container p{
	padding-bottom: 20px;
}

.service_img_chart_box{
	min-width:40%;
	max-width: 580px;
	margin: 0 auto;
}
@media (min-width: 769px) {
	.service_flow_ctt{
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 0 0 70px 0;
	}
	.service_flow_ctt > dl{
		width:25%;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
}
@media (max-width: 768px) {
	.service_flow_ctt{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 0 0 70px 0;
		padding: 0 10px;
	}
	.service_flow_ctt > dl{
		width:50%;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-bottom: 20px;
	}
}
.service_flow_ctt > dl > dt{
	width: 100%;
    height: 40px;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    background: #fff;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.service_flow_ctt > dl > dd{
	width: 100%;
	height: calc(100% - 30px);
    display: flex;
    align-items: stretch;
	border-bottom: dotted 1px #737072;
}
@media (min-width: 769px) {
	.service_css_col{
		width: calc(50% - 40px);
		padding: 20px;
		margin: 0 20px 20px 20px;
		border-radius: 15px;
		border: solid 1px #EDF1F4;
		background: #EDF1F4;
	}
	.service_no{
		font-size: 1.2rem;
		font-weight:700;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #000;
		margin-bottom: 10px;
		border-radius: 15px;
	}
}
@media (max-width: 768px) {
	.service_css_col{
		width: 100%;
		padding: 10px;
		margin: 0 0 20px 0;
		border-radius: 15px;
		border: solid 1px #EDF1F4;
		background: #EDF1F4;
	}
	.service_no{
		font-size: 1.2rem;
		font-weight:700;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #000;
		margin-bottom: 10px;
		border-radius: 15px;
	}
}
.service_css_col > dt{
	font-size:1.8rem;
	font-weight: 700;
}
.service_css_col > dd{
}
.service_ctt{
    width: 100%;
}
.service_copy{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 20px;
	text-align: left;
}
.service_imgbox{
    display: flex;
    margin-bottom: 26px;
}


#service{
	background: #F5D800;
}

@media (min-width: 769px) {
	.service_ttl {
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
		overflow: hidden;
	}
}
@media (max-width: 768px) {
	.service_ttl {
		font-family: Inter;
		font-size: 56px;
		font-style: normal;
		font-weight: 700;
		line-height: 56px; /* 100% */
		letter-spacing: 2px;
		overflow: hidden;
	}
}
.service_ttl > span{
	display: inline-block;
}
@media (min-width: 769px) {
    .icontainer_service{
        width: 100%;
		max-width: 1240px;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items:stretch;
		padding: 120px 20px;
    }
	.iservice_box{
		width: calc(33.333333% - 40px);
		min-height: 250px;
		margin: 20px;
	}
	.iservice_box_inner{
		width: 100%;
		height: 100%;
		border-radius: 60px;
		background: #FFF;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
}
@media (max-width: 768px) {
    .icontainer_service{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		padding: 50px 20px;
	}
	.iservice_box{
		width: 100% ;
		margin: 20px 0;
	}
	.iservice_box_inner{
		width: 100%;
		height: 100%;
		border-radius: 60px;
		background: #FFF;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
}
.iservice_box_inner > .img{
	width: 100%;
	height: 154px;
}
.iservice_box_inner > .img > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.iservice_box_inner > dl{
	width: calc(100% - 30px);
	display: flex;
	position: relative;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}
.iservice_box_inner > dl > dt{
	width: 30px;
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
}
.iservice_box_inner > dl > dd{
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 144.444% */
}


a .iservice_arrow_btn{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #000;
	position: absolute;
	bottom: 20px;
	right: 20px;
	transition: all .3s ease;
}
a .iservice_arrow_btn::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a .iservice_arrow_btn::before{
	content: '';
	width: 14.1421px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	a:hover .iservice_arrow_btn{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #000;
		border: solid 1px #000;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	a:hover .iservice_arrow_btn::after{
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 1px #EDF1F4;
		border-right: solid 1px #EDF1F4;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%) rotate(45deg);
	}
	a:hover .iservice_arrow_btn::before{
		content: '';
		width: 14.1421px;
		height: 1px;
		background-color: #EDF1F4;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}


/*------------------index_work place------------------*/
@media (min-width: 769px) {
    .icontainer_workplace{
        width: 100%;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		display: flex;
		align-items: flex-start;
    }
	.icontainer_workplace > .img{
		width: 50%;
		height: 489px;
		/*position: sticky;
		top: 0;*/
		position: relative;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		overflow: hidden;
		margin-top: 70px;
	}
	.icontainer_workplace > .img > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.icontainer_workplace > .txt{
		width: 50%;
		padding: 60px;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
    .icontainer_workplace{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
    }
	.icontainer_workplace > .img{
		width: calc(100% - 30px);
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		position: relative;
		order: 2;
		margin-left: 30px;
		overflow: hidden;
	}
	.icontainer_workplace > .txt{
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
	}
}
.iworkplace_txt{
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 200%; /* 36px */
	letter-spacing: 0.36px;
}
 ol.wplist{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none!important; /* 標準のスタイルは消す */
	padding-left: 0;
}
.wplist > li{
	display: flex;
	flex-wrap: nowrap;}
.wplist > li > a{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
	position: relative;
	color: #000;
	font-family: Inter;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
}
.wplist > li:before {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	padding-right: 20px;
	color: #000;
	text-align: right;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
}


/*------------------index_interview------------------*/

#interview{
	width: 100%;
	vertical-align: top;
	display: block;
	background: #fff;
}

@media (min-width: 769px) {
	.interview_ttl_box{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview_ttl {
		color: #FFF;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
		padding-bottom: 20px;
		order: 1;
		width: 50%;
	}
	.interview_subttl{
		width: 100%;
		order: 3;
	}
	.interview_txt{
		order: 4;
	}
	.interview_btn{
		order:2;
		width: 50%;
		text-align: right;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.interview_ttl_box{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview_ttl {
		color: #FFF;
		font-family: Inter;
		font-size: 44px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 136.364% */
		letter-spacing: 2px;
		padding-bottom: 20px;
		order:1;
	}
	.interview_subttl{
		width: 100%;
		order: 2;
	}
	.interview_txt{
		order: 3;
		padding-bottom: 20px;
	}
	.interview_btn{
		order:4;
		width: 50%;
		text-align: left;
		padding-right: 30px;
	}
}
.ibterview_ttl > span{
	display: inline-block;
}
@media (min-width: 769px) {
    .icontainer_interview{
        width: calc(100% - 30px);
        margin-left: 30px;
		box-sizing: border-box;
        position: relative;
		padding: 120px 0 120px 30px;
		background: #000;
		color: #fff;
		border-radius: 30px 0px 0px 30px;
    }
}
@media (max-width: 768px) {
    .icontainer_interview{
        width: 100%;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
		padding: 120px 20px;
		background: #000;
		color: #fff;
		border-radius: 30px 0px 0px 30px;
	}
}




/*------------------CONTACT------------------*/

@media (min-width: 769px) {
    .i_container_ctct{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: block;
        position: relative;
		background: #dfded9;
		padding: 30px 30px 0 30px;
    }
}
@media (max-width: 768px) {
    .i_container_ctct{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: block;
        position: relative;
		background: #dfded9;
		padding: 30px 30px 0 30px;
    }
}
.ictt_ctct_link{
	width: 100%;
	max-width: 870px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
}
.ictt_ctct_link p{
	color: #fff!important;
	font-weight: 700!important;
	font-size: 1.4rem!important;
	text-align: center;
	line-height: 1.4em;
	padding-top: 10px;
}

.ictt_ctct_line{
	width:50%;
	align-items: center;
	justify-content: center;
	background: #FF005C;
	padding: 30px;
}
.ictt_ctct_hp{
	width:50%;
	align-items: center;
	justify-content: center;
	background: #2E2F40;
	padding: 30px;
}
.ictt_ctct_form{
	width: 100%;
	max-width: 870px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}
.ictt_ctct_form p{
	font-weight: 700!important;
	font-size: 1.4rem!important;
	text-align: center;
	line-height: 1.4em;
	padding-top: 10px;
}





/**************gotopイベント****************/
@media (min-width: 769px) {
    #gotop a {
        display: inline-block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        line-height: 1.5em;
        color: #fff;
        font-weight: bold;
        text-align: center;
        transition: all 0.5s ease;
    }
    #gotop a::after {
      content: '';
      position: absolute;
      bottom: 80px;
      right: 50%;
      width: 1px;
      height: 100px;
      background: #282832;
    }
}
@media (max-width: 768px) {
    #gotop a {
        display: inline-block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        line-height: 1.5em;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 15px;
        transition: all 0.5s ease;
    }
    #gotop a::after {
      content: '';
      position: absolute;
      bottom:70px;
      right: 50%;
      width: 1px;
      height: 100px;
      background: #282832;
    }
}
#gotop a::after {
  animation: gtp 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes gtp {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}

/*-------------------index_recruit-------------------*/

@media (min-width: 960px) {
	.index_recruit{
		width: 100%;
		position:relative;
		padding: 100px 20px;
		background-color: #fff;
	}
	.irecruit_ctt{
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		padding: 120px 20px;
        margin: 0 auto;
	}
	.irecruit_box{
		width: calc(33.333333% - 40px);
		min-height: 250px;
		margin: 20px;
	}
	.irecruit_box_inner{
		width: 100%;
		height: 100%;
		position: relative;
	}
}
@media (max-width:959px) {
	.index_recruit{
		width: 100%;
		position:relative;
		padding: 100px 20px;
		background-color: #fff;
		overflow: hidden;
	}
	.irecruit_ctt{
		display: block;
		padding: 100px 0;
	}
	.irecruit_box{
		width: 100%;
		margin: 20px 0;
	}
	.irecruit_box_inner{
		width: 100%;
		height: 100%;
		border-radius: 60px;
		background: #FFF;
		padding: 15px;
		position: relative;
	}
}
.irecruit_box_inner > .subttl{
	color: #27201E;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px; /* 400% */
	display: block;
	width: 100%;
}
.irecruit_box_inner > .ttl{
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	display: block;
	width: 100%;
}
.irecruit_box_gry{
	border-radius: 60px;
	border: 18px solid #CCC;
	background: #FFF;
}
.irecruit_box_yel{
	border-radius: 60px;
	border: 18px solid #F5D800;;
	background: #FFF;
}
.irecruit_box_blk{
	border-radius: 60px;
	border: 18px solid #000;
	background: #FFF;
}

 ol.reclist{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none!important; /* 標準のスタイルは消す */
	padding-left: 0;
}
@media (min-width:960px) {
	.reclist > li{
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
}
@media (max-width:959px) {
	.reclist > li{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
}
.reclist > li > a{
	width: calc(100% - 40px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
	position: relative;
}
.reclist > li > a > .ttl{
	width: calc(100% - 50px);
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
}
.reclist > li:before {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	padding-right: 20px;
	color: #000;
	text-align: right;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
}
.reclist > li > a > p{
	width: 100%;
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em; /* 192.857% */
}
.reclist_arrow_ctrl{
	top: 15px!important;
	right: 0!important;
	transform: translateY(none)!important;
}

.recruit_entry_btm > a{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F5D800;
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 26px */
	letter-spacing: 1.3px;
	transition: all .5s ease;
}
.recruit_entry_btm > a:hover{
	width: 100%;
	color: #F5D800;
	background: #000;
}

/*-------------------footer-------------------*/

@media (min-width: 769px) {
	.footer_copy_ctt{
		width:100%;
		height: 523px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px;
		box-sizing: border-box;
		background: url("../img/r_img_0034_37-11.jpg");
		background-size: cover;
		background-position: center;
		overflow: hidden;
		position: relative;
	}
}
@media (max-width: 768px) {
	.footer_copy_ctt{
		width:100%;
		height: 350px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px;
		box-sizing: border-box;
		background: url("../img/r_img_0034_37-11.jpg");
		background-size: cover;
		background-position: center;
		overflow: hidden;
		position: relative;
	}
}
.footer_copy_ctt::after{
	content: '';
	width: 100%;
	height: 100%;
	background: #333;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_copy_on{
	max-width: 408px;
	position: relative;
	z-index: 2;
}
.footer_copy_on > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
footer{
    width: 100%;
    position:relative;
    padding-top: 30px;
	font-size: 1.4rem;
	background: #fff;
}
@media (min-width: 769px) {
	.foot_ctt{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 30px 30px 80px 30px;
		box-sizing: border-box;
	}
	.finfo_logo{
	}
	.foot_ctt > ul{
		width: calc(100% - 200px);
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	.foot_ctt > ul > li{
		padding-left: 40px;
		box-sizing: border-box;
		color: #000;
		text-align: right;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 32px */
	}
	.foot_ctt > ul > li > a{
		transition: all .5s ease;
	}
	.foot_ctt > ul > li > a:hover{
		text-decoration: underline;
		opacity: .5;
	}
	.foot_m_menu > ul{
		width: 100%;
		display:flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		position: absolute;
		bottom: 45px;
		right: 30px;
	}
	.foot_m_menu > ul > li{
		padding: 0 0 0 40px;
		color: #000;
		text-align: right;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 57px; /* 407.143% */
	}
	.foot_m_menu > ul > li > a{
		transition: all .5s ease;
	}
	.foot_m_menu > ul > li > a:hover{
		text-decoration: underline;
		opacity: .5;
	}
	#copyright{
		font-size: 1.2rem;
		line-height: 1.5em;
		box-sizing: border-box;
		position: absolute;
		bottom: 30px;
		right: 30px;
		margin: 0!important;
		display: block;
	}
}
@media (max-width: 768px) {
	.foot_ctt{
		display:block;
		padding: 40px 20px;
	}
	.finfo_logo{
		padding-bottom: 20px;
	}
	.foot_ctt > ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 20px;
	}
	.foot_ctt > ul > li{
		padding: 0 10px;
		box-sizing: border-box;
		display: flex;
		width: 100%;
		color: #000;
		text-align: right;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 32px */
		padding-bottom: 10px;
	}
	.foot_m_menu > ul{
		width: 100%;
		display:flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}
	.foot_m_menu > ul > li{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		color: #000;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 57px; /* 407.143% */
		padding: 0 30px;
	}
	#copyright{
		font-size: 1rem;
		line-height: 1.5em;
		box-sizing: border-box;
		position: relative;
		padding: 0 20px 20px 20px;
		margin: 0!important;
		display: block;
		text-align: center;
		color: #626262;
	}
	
}
.link_gaibu{
	position:relative;
	display: inline-block;
	top: -13px;
}
.link_gaibu::after{
	content:'';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 3px;
	right: -12px;
	border-top: solid 1px #BBB;
	border-right: solid 1px #BBB;
	display: inline-block;
}
.link_gaibu::before{
	content: '';
    width: 11px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: -13px;
    background-color: #BBB;
    transform: rotate(-45deg);
    display: inline-block;
}

/*------------------------------------------------------------------------------
breadcrumb
------------------------------------------------------------------------------*/
#breadcrumb {
    position: relative;
    padding-bottom:  30px;
    clear: both;
    overflow: hidden;
}
#breadcrumb ul {
    list-style: none;
}
#breadcrumb li {
    color: #006cb6;
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 5px 0px 5px;
    float: left;
}
#breadcrumb li a {
    color: #282832;
    text-decoration: underline;
}
#breadcrumb li a:hover {
    color: #50a0d6;
}


/*-------------------下層ページcss-------------------*/
.nottl{
    position: relative;
    height: 100px;
}
@media (min-width: 769px) {
    .base_i_ctt_box{
        width: 100%;
        height: 300px;
        overflow: hidden!important;
        position:relative;
    }
    .base_i_ctt_box_inner{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      clip: rect(auto, auto, auto, auto);
    }
    .base_i_ctt_ttl{
		color: #000;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
        position: absolute;
        top: 55%;
        left: 40px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .base_head_ctt{
        width: 100%;
        position: relative;
        margin-bottom: 100px;
    }
    .base_head_ctt_inner{
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 70px;
        height: auto;
        position: relative;
        box-sizing: border-box;
        clear: both;
        overflow: hidden;
    }
    .base_head_img{
        width: 70%;
        min-width: 960px;
        max-height: 800px;
        position: relative;
        float: right;
        overflow: hidden;
        border-radius: 13px;
    }
    .base_head_txt{
        width: 60%;
        position: relative;
        padding: 0 25px;
    }
    .base_head_txt > .copy{
        max-width: 400px;
        padding-bottom: 96px;
    }
    .base_head_txt > h3{
        margin-bottom: 30px;
        font-size: 3.1rem;
        line-height: 1.5em;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .base_head_txt > h3  span{
        background: #fff;
        padding: 5px;
    }
    .base_head_txt > p{
        line-height: 1.8em;
        padding-bottom: 40px;
    }
    .base_head_txt > p  span{
        background: #fff;
        padding: 5px;
    }

}
@media (max-width: 768px) {
    .base_i_ctt_box{
        width: 100%;
        height: 200px;
        overflow: hidden!important;
        position:relative;
    }
    .base_i_ctt_box_inner{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      clip: rect(auto, auto, auto, auto);
    }
    .base_i_ctt_ttl{
		color: #000;
		font-family: Inter;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 26px; /* 92.857% */
		letter-spacing: 2.52px;
        display: block;
        min-width: 330px;
        position: absolute;
        top: 65%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
		
    }
    .base_head_ctt{
        width: 100%;
        position: relative;
    }
    .base_head_ctt_inner{
        width: 100%;
        padding: 0 ;
        height: auto;
        position: relative;
        box-sizing: border-box;
    }
    .base_head_img{
        width: 100%;
        position: relative;
    }
    .base_head_txt{
        padding: 0 30px;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
    }
    .base_head_txt > .copy{
        max-width: 400px;
        padding-bottom: 96px;
    }
    .base_head_txt > h3{
        margin-bottom: 30px;
        font-size: 2.8rem;
        line-height: 1.35em;
        font-weight: 700;
    }
    .base_head_txt > h3  span{
        background: #fff;
        padding: 5px;
    }
    .base_head_txt > p{
        line-height: 1.5em;
        padding-bottom: 40px;
    }
    .base_head_txt > p  span{
        background: #fff;
        padding: 5px;
    }
}

@media (min-width: 769px) {
    .about_head{
        height: 100%;
        max-height: 1129px;
        position:relative;
    }
    .about_head_bg{
        position:absolute;
        top: 0;
        right: 0;
    }
    .about_head_img{
        position:absolute;
        top: 17%;
        right: 0;
    }
    .company_head{
        height: 100%;
        max-height: 1129px;
        position:relative;
    }
    .company_head_bg{
        position:absolute;
        top: 0;
        right: 0;
    }
    .company_head_img{
        position:absolute;
        top: 17%;
        right: 0;
    }
}
@media (max-width: 768px) {
    .about_head{
        width: 50%;
        position:absolute;
        top: 0;
        right: 0;
    }
    .about_head_bg{
        width: 100%;
        position:absolute;
        top: 0;
        right: 0;
    }
    .about_head_img{
        width: 87.1%;
        position:absolute;
        top: 17%;
        right: 0;
    }
    .company_head{
        height: 100%;
        max-height: 1129px;
        position:relative;
    }
    .company_head_bg{
        position:absolute;
        top: 0;
        right: 0;
    }
    .company_head_img{
        position:absolute;
        top: 17%;
        right: 0;
    }
}

@media (min-width: 769px) {
	.container{
		position:relative;
		padding: 0 30px;
		display: block;
	}
    .container1200{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		padding: 0 70px;
		box-sizing: border-box;
        position: relative;
		display: flex;
    }
    .container960{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
		padding: 0 40px 40px 40px ;
		box-sizing: border-box;
        position: relative;
        clear: both;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
	.container{
		position:relative;
		padding: 0 20px;
		display: block;
	}
	.container1200{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
		box-sizing: border-box;
        display: block;
        position: relative;
    }
	.container960{
        width: 100%;
        margin: 0 auto;
		padding: 0 20px 20px 20px;
		box-sizing: border-box;
        position: relative;
    }
}

@media (min-width: 769px) {
	.s_menu_container{
		display:flex;
		align-items: flex-start;
		max-width: 1260px;
		padding: 0 30px;
		margin: 0 auto;
	}
	.s_menu_ctt{
		width:250px;
		position: sticky;
		top: 0;
		left: 0;
		padding: 100px 0 20px 20px;
		box-sizing: border-box;
	}
	.s_main_ctt{
		width:calc(100% - 250px);
	}
	.s_main_ctt_inner{
		display:block;
	max-width: 1500px;}
}
@media (max-width: 768px) {
	.s_menu_container{
		display:block;
	}
	.s_menu_ctt{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.s_main_ctt{
		display:block;
	}
	.s_main_ctt_inner{
		display:block;
		padding: 20px;
	}
}
.s_menu_ctt > li{
	padding:0 10px 20px 10px;
	display: inline-block;
}
.s_menu_ctt > li > a{
	min-height: 40px;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	color: #737072;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
	border-radius: 20px;
	border: solid 1px #737072;
}
.s_main_ctt_inner > h3{
	width: 100%;
	color: #000;
	/* カテゴリータイトル */
	font-family: Inter;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 113.043% */
	padding-bottom: 30px;
}
.s_main_ctt_inner > h4{
	width: 100%;
	color: #000;
	/* カテゴリータイトル */
	font-family: Inter;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 113.043% */
	padding: 30px 0;
}

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


ol.about_works_ctt{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none!important; /* 標準のスタイルは消す */
	padding-left: 0;
}

@media (min-width: 769px) {
	.about_works_ctt > li{
		position: relative;
	}
	.about_works_ctt > li::after{
		content: '';
		position: absolute;
		top:35px;
		left: 0;
		width: 100%;
		height: 1px;
		border-top: dotted 1px #D9D9D9
	}
	.about_works_ctt > li::before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		padding: 90px 0;
		position: absolute;
		left: 0;
	}
}
@media (max-width: 768px) {
	.about_works_ctt > li{
		position: relative;
		padding-top: 50px;
	}
	.about_works_ctt > li::after{
		content: '';
		position: absolute;
		top:25px;
		left: 0;
		width: 100%;
		height: 1px;
		border-top: dotted 1px #D9D9D9
	}
	.about_works_ctt > li:before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		padding: 30px 0;
		position: absolute;
		top: 30px;
		left: -10px;
	}
	
}

@media (min-width: 769px) {
	.about_works_txt{
		order: 1;
        box-sizing: border-box;
        padding: 20px 0 20px 20px;
        position: relative;
	}
	.about_works_img{
		min-width:40%;
		max-width: 400px;
		height: 400px;
		margin: 0 auto;
		order: 2;
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.about_works_txt{
		order: 2;
        padding: 30px 0 30px 30px;
	}
	.about_works_img{
		width:100%;
		max-width: 400px;
		height: 200px;
		margin: 0 auto;
		order: 1;
	}
}
.about_works_img > img{
	width:100%;
	height: 100%;
	object-fit: contain;
}

@media (min-width: 769px) {
    .c_info dl{
        width:100%;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        clear: both;
        overflow: hidden;
		border-bottom: dotted 1px #D9D9D9;
    }
    .c_info dt{
        width:170px;
        padding:5px 10px 5px 0;
        margin-right: 20px;
        float: left;
        box-sizing: border-box;
		color: #000;
		/* テキスト */
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px; /* 192.857% */
    }
    .c_info dd{
        width: calc(100% - 190px);
        padding: 5px 0;
        float: left;
        display: block;
		box-sizing: border-box;
    }
}
@media (max-width:768px) {
    .c_info dl{
        width:100%;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        clear: both;
        overflow: hidden;
		border-bottom: dotted 1px #D9D9D9;
    }
    .c_info dt{
        width:26%;
        padding:5px 10px 5px 0;
        float: left;
        box-sizing: border-box;
		color: #000;
		/* テキスト */
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px; /* 192.857% */
    }
    .c_info dd{
        width: 74%;
        padding: 5px 0;
        float: left;
        display: block;
		box-sizing: border-box;
    }
}
.c_info dd > ul{
    list-style: none;
}
.c_info dd > ul > li{
    padding-left: 10px;
}

/*---------------------------company-----------------------------*/

ol.company_office_ctt{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none!important; /* 標準のスタイルは消す */
	padding-left: 20px;
}
@media (min-width: 769px) {
	.company_office_ctt > li{
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.company_office_ctt > li:before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		padding: 25px 0;
		position: absolute;
		left: -20px;
	}
}
@media (max-width: 768px) {
	.company_office_ctt > li{
		display: flex;
		flex-wrap:wrap;
		position: relative;
	}
	.company_office_ctt > li:before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		padding: 30px 0;
		position: absolute;
		left: -20px;
	}	
}

@media (min-width: 769px) {
	.company_office_txt{
        box-sizing: border-box;
        padding: 20px 0 0 20px;
        position: relative;
	}
}
@media (max-width: 768px) {
	.company_office_txt{
        padding: 30px 0 0 10px;
	}
}
.gallery > p{
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
}

.inlink_btn a{
    min-width: 120px;
	height: 40px;
    border-radius: 20px;
    padding: 12px 15px;
	margin: 8px;
    box-sizing: border-box;
    color: #000!important;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -9px 13px 0px #FFF;
	display: inline-block;
	justify-content: center;
	align-items: center;
	line-height: 1em;
}
@media (min-width: 769px) {
	.inlink_btn a:hover{
    padding: 12px 15px 12px 10px;
		box-sizing: border-box;
		color: #fff!important;
		background-color: #000;
	}
}
@media (min-width: 769px) {
	.company_rinen_ctt{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		margin: 0 -10px;
	}
	.company_rinen_box{
		width:50%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.company_rinen_ctt{
		display: flex;
		flex-wrap: wrap;
	}
	.company_rinen_box{
		width:100%;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
}
.company_rinen_box dt{
	font-size: 2.2rem;
	font-weight: 700;
	padding-bottom: 10px;
}
@media (min-width: 769px) {
	.company_img_ctt{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		padding:  20px;
		box-sizing: border-box;
		height: fit-content;
	}
	.company_img_ctt > li{
		width: 50%;
		padding: 20px;
	}
	.company_img_ctt > .img > a > img{
		width: 100%;
		height: auto;
		border-radius: 20px;
		transition: all .5s ease;
		aspect-ratio: 3 / 2 ;
		object-fit: cover;
  		overflow: auto; /* 追加 */
	}
}
@media (max-width: 768px) {
	.company_img_ctt{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 0;
		box-sizing: border-box;
	}
	.company_img_ctt > li{
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
	}
	.company_img_ctt > .img > a > img{
		width: 100%;
		height: auto;
		border-radius: 20px;
		transition: all .5s ease;
		aspect-ratio: 3 / 3 ;
		object-fit: cover;
 		overflow: auto; /* 追加 */
	}
}
.company_img_ctt > .img > a:hover > img{
	opacity: .7;
}
@media (min-width: 769px) {
	.company_data_ctt{
		width: 100%;
		padding: 20px 20px 20px 40px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.company_data_ctt > li{
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.company_data_ctt{
		width: 100%;
		padding: 10px 10px 10px 30px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.company_data_ctt > li{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
}
.company_data_inner{
	width:100%;
	height: 100%;
	text-align: center;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.company_data_inner > .img{
	height: 170px;
}
.company_data_inner > .img > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.hr_ttl{
	color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2.25px;
    display: block;
    width: 100%;
	padding: 10px 0;
}
.hr_list > li{
	width: calc(100% - 40px);
	padding: 10px 0;
	margin:0 20px;
	border-bottom: solid 1px #CCC;
	position: relative;
	text-align: center;
}

@media (min-width: 1120px) {
	.hr_box_ctt {
		padding: 20px;
	}
	.hr_box{
		width: calc(100% - 40px);
		min-height: 250px;
		margin: 20px;
	}
	.hr_box_inner{
		width: 100%;
		height: 100%;
		position: relative;
		padding: 20px;
	}
}
@media (max-width: 1119px) {
	.hr_box_ctt {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 20px;
	}
	.hr_box{
		width: 100%;
		margin: 20px 0;
	}
	.hr_box_inner{
		width: 100%;
		height: 100%;
		border-radius: 60px;
		background: #FFF;
		padding: 15px;
		position: relative;
	}
}

@media (min-width: 769px) {
	.company_welfare_ctt{
		width: 100%;
		padding: 20px 20px 20px 40px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
	}
	.company_welfare_ctt > li{
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
	}
	.company_welfare_ctt > li:last-child{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.company_welfare_ctt > li:last-child > dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.company_welfare_ctt > li:last-child > dl > dt{
		width: 100%;
	}
	.company_welfare_ctt > li:last-child > dl > dd{
		width: 50%;
	}
}
@media (max-width: 768px) {
	.company_welfare_ctt{
		width: 100%;
		padding: 10px 10px 10px 30px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.company_welfare_ctt > li{
		width: 100%;
		box-sizing: border-box;
	}
}
.company_welfare_inner{
	width:100%;
	height: 100%;
	padding: 20px;
}

ol.company_welfare_ctt{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none!important; /* 標準のスタイルは消す */
	padding-left: 20px;
}
@media (min-width: 769px) {
	.company_welfare_ctt > li{
		display: block;
		position: relative;
	}
	.company_welfare_ctt > li:before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		position: absolute;
        top: 32px;
		left: 30px;
	}
}
@media (max-width: 768px) {
	.company_welfare_ctt > li{
		display: block;
		position: relative;
	}
	.company_welfare_ctt > li:before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		position: absolute;
        top: 12px;
		left: 10px;
	}	
}
.company_welfare_cate > dt{
	display:block;
	padding: 10px 10px 10px 40px;
	background: #fff;
}

.company_welfare_cate > dd{
	display:block;
	padding: 10px 10px 10px 30px;
	border-bottom: dashed 1px #CCC;
	box-sizing: border-box;
	position: relative;
}
.company_welfare_cate > dd:last-child{
	border-bottom: none;
}
.company_welfare_cate > dd::before{
	content: '・';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}



.company_welfare_cate2 > dt{
	display:block;
	padding: 10px 10px 10px 40px;
	background: #fff;
}

.company_welfare_cate2 > dd{
	display:block;
	box-sizing: border-box;
	position: relative;
}
.welfare_col2tol::before{
	content: none!important;
}
@media (min-width: 769px) {
	.welfare_col2tol{
		width: 100%!important;
		display: flex!important;
		flex-wrap: nowrap!important;
	}
	.welfare_col2tol > ul{
		width: 50%!important;
		list-style: disc!important;
	}
}
@media (max-width: 768px) {
	.welfare_col2tol{
		width: 100%!important;
		display: block!important;
	}
	.welfare_col2tol > ul{
		width: 100%;
	list-style: disc!important;
	}
}
.welfare_col2tol > ul > li{
	width: 100%;
	display:block;
	padding: 10px 10px 10px 30px;
	border-bottom: dashed 1px #CCC;
	box-sizing: border-box;
	position: relative;
}
.welfare_col2tol > ul > li::before{
	content: '・';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}


/*------------------よくあるご質問----------------*/
.faq_box_bg_wht > dl > dt{
	background:#fff!important;
}
.faq_box_bg_wht > dl{
	border: solid 1px #fff!important;
}
.faq_box dt{
	width:100%;
	padding: 10px 10px 10px 60px;
	margin-right: 20px;
	box-sizing: border-box;
	background: #F2F2F2;
	display: flex;
	align-items: center;
	position: relative;
	color: #000;
	/* タイトル */
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 152.941% */
}
.faq_box > dl > dt > .no{
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
.faq_box > dl > dt > .no::before{
	content: 'Q ';
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
}
.faq_box dd{
	width:100%;
	padding: 10px 10px 10px 60px;
	margin-right: 20px;
	box-sizing: border-box;
	position: relative;
}
.faq_box dd::before{
	content: 'A';
	color: #000;
	/* カテゴリータイトル */
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	position: absolute;
	top: 15px;
	left: 15px;
}
@media (min-width: 769px) {
    .faq_box dl{
        width:calc(100% - 60px);
		margin: 0 30px;
        clear: both;
        overflow: hidden;
		border: solid 1px #F2F2F2;
    }
}
@media (max-width:768px) {
    .faq_box dl{
        width:calc(100% - 40px);
		margin: 0 20px;
        clear: both;
        overflow: hidden;
		border: solid 1px #F2F2F2;
    }
}


/*------------------INTERVIEW-------------------*/

@media (min-width: 960px) {
	.interviewp_container{
		max-width: 1500px;
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		padding: 30px;
	}

	.interviewp_container > a{
		width:50%;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.interviewp_container > a > .img{
		width: 100%;
		overflow: hidden;
		border-radius: 20px;
		margin-bottom: 10px;
	}
}
@media (max-width: 959px) {
	.interviewp_container{
		max-width: 1500px;
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		padding: 15px;
	}

	.interviewp_container > a{
		width:50%;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.interviewp_container > a > .img{
		width: 100%;
		height: 200px;
		overflow: hidden;
		border-radius: 20px;
		margin-bottom: 10px;
	}
}
.interviewp_container > a > .img > img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.interviewp_container > a > .name{
	font-family: Inter;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 168.75% */
}
.interviewp_container > a > .date{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
}


.interview_i_ctt_img > img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 960px) {
    .interview_i_ctt_box{
        width: 100%;
        overflow: hidden!important;
        position:relative;
		display: flex;
		align-items: center;
		padding-top: 70px;
    }
	.interview_i_ctt_img{
		width:50%;
		height: 100%;
		border-radius: 60px 0px 0px 60px;
        overflow: hidden!important;
	}
    .interview_i_ctt_box_inner{
		width: 50%;
		position: relative;
		padding: 70px 30px;
		box-sizing: border-box
    }
    .interview_i_ctt_box_inner > .ttl{
		color: #000;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
    }
}
@media (max-width: 959px) {
    .interview_i_ctt_box{
        width: 100%;
        overflow: hidden!important;
        position:relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 70px;
    }
	.interview_i_ctt_img{
		width: calc(100% - 20px);
		height: 400px;
		border-radius: 60px 0px 0px 60px;
		overflow: hidden !important;
		order: 1;
		margin-left: 20px;
		margin-top: 20px;
	}
    .interview_i_ctt_box_inner{
		width: 100%;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
		order: 2;
    }
    .interview_i_ctt_box_inner > .ttl{
		color: #000;
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
    }
}
.interview_i_ctt_box_inner > .no{
	color: #000;
	/* タイトル */
	font-family: Inter;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 42px */
}
.interview_i_ctt_box_inner > .depart{
	color: #9C9C9C;
	/* テキスト */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
}
.interview_i_ctt_box_inner > .name{
	color: #000;
	/* カテゴリータイトル */
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
}
.interview_i_ctt_box_inner > .name::after{
	content: 'さん';
}

@media (min-width: 960px) {
	.interview_box{
		display:flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		padding: 0 30px;
		max-width: 1260px;
		margin: 0 auto;
	}
	.interview_box > .txt{
		width: 55%;
		padding: 30px;
		box-sizing: border-box;
		
	}
	.interview_box > .img{
		width: 45%;
		/*height: 320px;*/
		padding: 30px;
		box-sizing: border-box;
	}
}
@media (max-width: 959px) {
	.interview_box{
		display:flex;
		flex-wrap: wrap;
	}
	.interview_box > .txt{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		order: 1;
		
	}
	.interview_box > .img{
		width: 100%;
		/*height: 200px;*/
		padding: 20px;
		box-sizing: border-box;
		border-radius:20px;
		overflow: hidden;
		order: 2
	}
}
.interview_box > .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
		border-radius:20px;
		overflow: hidden;
}
.interview_box > .txt  > dt{
	color: #000;
	/* タイトル */
	font-family: Inter;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 42px */
	padding-bottom: 20px;
}



/*--------------img_animation-----------------*/
.img_animation{
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.i_animation_img{
	animation-name: img_anim_box;
}
@keyframes img_anim_box {
  0% { transform: translate(0, 0px) }
  100% { transform: translate(0, -10px) }
}


/*---------------------------recruit-----------------------------*/
.recruit_ctt{
    min-height: 50vh;
    text-align: center;
}



/*---------------------------works-----------------------------*/

.works_ctt{
    width: 100%;
    min-height: 80vh!important;
    position: relative;
}

/*---------------------------works post-----------------------------*/
@media (min-width: 960px) {
    .w-post_ctt{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 100px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
    }
    .w-post_ctt_l{
        width: 300px;
        padding-right:60px;
        box-sizing: border-box;
        position: relative;
    }
    .w-post_ctt_r{
        max-width: 840px;
        box-sizing: border-box;
        position: relative;
    }
    .w-post_ol_ctt{
        width:100%;
        padding: 15px;
        display: flex;
    }
    .w-ol_ttl{
        width:140px;
        font-size: 1.8rem;
        font-weight: 700;
        padding-right: 20px;
    }
    .w-ol_txt{
        max-width:calc(100% - 140px);
    }
    .w-ol_txt_inner{
        padding-top: 20px;
        font-size: 1.4rem;
    }
}
@media (max-width: 959px) {
    .w-post_ctt{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 30px 15px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
    .w-post_ctt_l{
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .w-post_ctt_r{
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    .w-post_ol_ctt{
        width:100%;
        padding: 10px;
        display: block;
    }
    .w-ol_ttl{
        width:100%;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .w-ol_txt{
        width:100%;
        font-weight: 700;
    }
    .w-ol_txt_inner{
        padding-top: 20px;
        font-size: 1.4rem;
    }
}
.w-post_cate_icon{
    background-color: #004097;
    padding: 5px 7px!important;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1em;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    
}
@media (min-width: 960px) {
    .w-post_ttl{
        font-size:4rem;
        line-height: 1.5em;
        font-weight: 700;
        padding-bottom: 30px;
    }
    .w-post_date{
        color: #000;
        font-size: 1.8rem;
        padding-bottom: 30px;
        font-weight: 700;
    }
}
@media (max-width: 959px) {
    .w-post_ttl{
        font-size:3rem;
        line-height: 1.5em;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .w-post_date{
        color: #000;
        font-size: 1.8rem;
        padding-bottom: 10px;
        font-weight: 700;
        padding-left: 10px;
    }
}
.w-post_img_ctt{
    width: 100%;
    clear:both;
    overflow: hidden;
}
@media (min-width: 960px) {
    .w-tag_ctt{
        width: 100%;
        padding-bottom: 30px;
        clear: both;
    }
    .w-tag{
        margin:5px;
        display: inline-block;
    }
    .w-post_img_main{
        width:100%;
        padding: 15px;
        box-sizing: border-box;
        float: left;
    }
    .w-post_img_sub{
        width:50%;
        padding: 15px;
        box-sizing: border-box;
        float: left;
    }
}
@media (max-width: 959px) {
    .w-tag_ctt{
        text-align:center;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .w-tag{
        margin:5px;
        display: inline-block;
    }
    .w-post_img_main{
        width:100%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
    }
    .w-post_img_sub{
        width:50%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
    }
}
.w-tag_ctt ul{
    clear:both;
    overflow: hidden;
    margin: 0;
    padding: 0!important;
}
.w-tag > a{
    border: solid 1px #000;
    border-radius: 22px;
    box-sizing: border-box;
    padding: 8px 10px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1em;
    display: block;
    transition: all 0.5s ease;
    background-color:#000;
    color: #fff!important;
}
.w-tag > a:hover{
    color: #000!important;
    background-color:#fff;
}



/*---------------------------privacy-----------------------------*/
.privacy_ctt {
    position:relative;
    padding: 50px 0;
    display: block;
}
.privacy_box p {
    line-height: 2em;
    padding-bottom: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}

.privacy_box h2 {
    font-size: 2rem;
    line-height: 2em;
    padding-bottom: 20px;
	font-weight: 700;
}

.privacy_box h3 {
    line-height: 2em;
    padding-bottom: 10px;
	font-weight: 700;
}
.privacy_box h4 {
    padding-bottom: 10px;
	font-weight: 700;
}
.privacy_box h4::before {
	content: '■ ';
}
.privacy_box > ol{
	padding-left: 10px!important;
}
.privacy_box > ol > li{
    padding-bottom: 30px;
}
.privacy_box > ol > li > ul{
	list-style:disc;
	padding: 0 15px 10px 15px;
	font-size: 1.4rem;
}
.privacy_box > ol > li > ul > li{
	border-bottom: dotted 1px #333;
	padding: 7px 0;
}
.privacy_box > ol > li > ul > li:first-child{
	border-top: dotted 1px #333;
}
.privacy_box > ol > li > ul > li:last-child{
	margin-bottom: 5px;
}



/*---------------------------contact-----------------------------*/


@media (min-width: 768px) {
	.contact_ctt{
		width: 100%;
		margin: 0 auto;
		padding: 15px;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
}
@media (max-width: 767px) {
	.contact_ctt{
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
}
.contact_ctt_txt{
    padding-top:30px;
}
.hissu{
    font-size:1.2rem;
    line-height: 1em;
    color: #fff;
    background-color: #000;
    padding: 2px 5px;
    margin-left: 5px;
	display: inline-block;
}
@media (min-width: 960px) {
	.formTable tr{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 20px;
	}
    .formTable td, th{
        width: 100%;
    }
}
@media (max-width: 959px) {
	.formTable tr{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
    .formTable td, th{
        width: 100%;
        display: block;
    }
}
.form_ctrl{
	border-radius: 5px;
	padding:10px!important;
	border: solid 1px #C6C6C6;
    box-sizing: border-box;
    width: 100%;
}
.form_ctrl_col2{
    width: calc(50% - 45px);
	border-radius: 5px;
	padding:15px!important;
	border: solid 1px #C6C6C6;
    box-sizing: border-box;
}
.form_name{
    width:35px;
    display: inline-block;
    text-align: right;
    color: #969696;
}
.contact_flow_ctt ul{
	max-width:600px;
	margin: 15px auto;
	display: flex;
	list-style: none;
}
.contact_flow_ctt li{
	width: calc(33.333333% - 10px);
	padding: 5px;
	margin: 0 5px;
	text-align: center;
	box-sizing: border-box;
	border: solid 2px #000;
	background-color:  #fff;
	font-weight: 700;
    color: #000;
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 1.2em;
}
@media (min-width: 960px) {
    .contact_flow_ctt span{
        display:inline-block;
        font-size: 1.2rem;
        line-height: 1em;
        padding-right: 5px;
        text-align: center;
    }
}
@media (max-width: 959px) {
    .contact_flow_ctt span{
        display:block;
        font-size: 1.4rem;
        line-height: 1em;
        padding-right: 5px;
        text-align: center;
    }
}
.contact_flow_active{
	background-color: #000!important;
	color: #fff!important;
}

@media (min-width: 960px) {
	.form_priv_ctt{
		margin:20px 10px; 
		padding:15px; 
		width:calc(100% - 20px); 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
		text-align: left!important;
	}
}
@media (max-width: 959px) {
	.form_priv_ctt{
		margin:20px 0; 
		padding:10px; 
		width:100%; 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
		text-align: left!important;
	}
}
.form_priv_ctt > dl{
	padding-bottom: 15px;
}
.form_priv_ctt > dl > dt{
	padding-left: 30px;
	display: block;
	position: relative;
	font-weight: 700!important;
}
.form_priv_ctt > dl > dt > .num{
	position:absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: -5px;
}
.form_priv_ctt > dl > dd{
	padding-left: 30px;
	display: block;
}
@media (min-width: 960px) {
	.form_priv_ctt{
		margin:20px 10px; 
		padding:15px; 
		width:calc(100% - 20px); 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
	}
}
@media (max-width: 959px) {
	.form_priv_ctt{
		margin:20px 0; 
		padding:10px; 
		width:100%; 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
	}
}
.form_priv_ctt > dl{
	padding-bottom: 15px;
}
.form_priv_ctt > dl > dt{
	padding-left: 30px;
	display: block;
	position: relative;
	font-weight: 700!important;
}
.form_priv_ctt > dl > dt > .num{
	position:absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: -5px;
}
.form_priv_ctt > dl > dd{
	padding-left: 30px;
	display: block;
}

table {
	width: 100%;
    text-align: left;
}

table tr th,
table tr td {
	vertical-align: middle;
    clear: both;
    overflow: hidden;
}

@media (min-width: 960px) {
	table > tbody > tr > th{
        width: 320px!important;
	}
    table > tbody > tr > th > p {
		color: #000;
		font-family: Inter;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 600;
		line-height: 22px; /* 137.5% */
    }
    table > tbody > tr > td {
        font-weight: bold;
    }
}
@media (max-width: 959px) {
    table > tbody > tr > th {
        width: 100%!important;
        font-weight: bold;
        display: block;
    }
    table > tbody > tr > td {
        width: 100%!important;
        font-weight: bold;
        display: block;
    }
}

.form_btn{
	height: 56px;
    border-radius: 28px;
    padding: 8px 40px !important;
    box-sizing: border-box;
    color: #fff!important;
    background-color: #000;
    position: relative;
    display: block;
    transition: all 0.5s ease;
    text-align: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -9px 13px 0px #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	margin: 0 auto;
}
.form_btn:hover{
    color: #000!important;
	background-color: #EDF1F4;
	border: none;
}


/**********投稿ギャラリー機能**********/
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    display: flex!important;
    flex-wrap: wrap!important;
}

.wp-block-button__link{
    color: #fff!important;
}