@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: 62.5%;
	}
}
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;
	overflow-x: hidden!important;
    margin: 0;
	color: #222222;
	background:#EDF1F4;

}

.txt_nobreak{
	white-space:nowrap;
}
@media (min-width: 769px) {
	.prot_ttl {
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 60px;
		text-align: center;
		letter-spacing: 5.4px;
		line-height: 1em;
		white-space: nowrap;
		overflow: hidden;
	}
	.prot_subttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2.2rem;
		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 {
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 3.5rem;
		letter-spacing: 2.25px;
		line-height: 1em;
		white-space: nowrap;
		overflow: hidden;
	}
	.prot_subttl{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 1.7em;
		padding-bottom: 10px;
		text-align: left;
	}
	.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_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;
}
nav{
	font-weight: 300;
	font-style: normal;
}
img {
    vertical-align: middle;
    border: 0;
}
div{
    box-sizing:border-box;
}
.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);
    -webkit-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;
    }
}
/*-----------------共通--------------------*/
.bg_wht{
	display:block;
	background: #fff;
}

.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:  20px;
        position: relative;
		text-align: center;
    }
    .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;
}



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 #000;
	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 #EDF1F4;
	border-right: solid 1px #EDF1F4;
	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 #fff;
		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%);
	}
}

@media (min-width: 960px) {
	.ctt_btn 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;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -9px 13px 0px #f2f2f2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 959px) {
	.ctt_btn 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;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -9px 13px 0px #f2f2f2;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0 auto;
	}
}
.ctt_btn a:hover{
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #fff!important;
    background-color: #000;
}
.ctt_btn_rev a{
    max-width: 250px;
	height: 56px;
    border-radius: 28px;
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #EDF1F4!important;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
	background-color: #000;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	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;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	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------------------*/

@media (min-width: 1122px) {
    .i_container_about{
        width: 100%;
		padding: 50px 0;
        box-sizing: border-box;
        display: flex;
		justify-content: center;
		align-items: center;
        position: relative;
        overflow: hidden;
    }
    .about_container_inner{
        width: 100%;
		max-width: 1500px;
        margin: 0 auto;
		padding: 0 30px;
		box-sizing: border-box;
        position: relative;
		display: flex;
    }
    .ictt_about_ctt{
		display: flex;
		flex-wrap: nowrap;
		max-width: 1100px;
		margin: 0 auto;
    }
}
@media (max-width: 1121px) {
    .i_container_about{
        width: 100%;
		padding: 50px 0;
        box-sizing: border-box;
        display: block;
        position: relative;
        overflow: hidden;
    }
	.about_container_inner{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
		box-sizing: border-box;
        display: block;
        position: relative;
    }
    .ictt_about_ctt{
		display: block;
    }
}


@keyframes hscroll2 {
    0% { transform:translateX(4px); }
    100% { transform:translateX(-100%); }
}

.i_about_bgmov ul {
    display:inline-block;
    margin:0;
    padding:0;
    animation:hscroll2 200s linear infinite;
}
.i_about_bgmov li {
    display:inline-block;
    font-weight: 700!important;
}
@media (min-width: 1122px) {
	.i_about_box{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		padding: 0 30px;
		box-sizing: border-box;
        position: relative;
		display: flex;
	}
	.i_about_l{
		/*width:45%;*/
		width: 40%;
		padding: 20px;
		box-sizing: border-box;
	}
	.i_about_r{
		width:60%;
		/*width:55%;*/
		padding: 20px;
		box-sizing: border-box;
	}
	.i_about_ttl {
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 3.6rem;
		letter-spacing: 1px;
		line-height: 2em;
		overflow: hidden;
		text-align: left;
	}
	.i_about_txt{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2rem;
		line-height: 1.8em;
		padding: 20px 0;
		letter-spacing: 1px;
	}
	.i_about_txt_pcbr{
		display: block;
	}
	.i_about_txt_spbr{
		display: none;
	}
}
.i_about_ttl > span{
	display: inline-block;
}
@media (max-width: 1121px) {
	.i_about_box{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
		box-sizing: border-box;
        display: block;
        position: relative;
	}
	.i_about_l{
		width:100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.i_about_r{
		width:100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.i_about_ttl {
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 3.7rem;
		letter-spacing: 2.25px;
		line-height: 1.7em;
		overflow: hidden;
		text-align: left;
	}
	.i_about_txt{
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 1.9em;
		padding-bottom: 10px;
		text-align: left;
	}
	.i_about_txt_pcbr{
		display: none;
	}
	.i_about_txt_spbr{
		display: block;
	}
}
.about_marker {
    background: linear-gradient(transparent 95%, #F5D800 0%);
	position: relative;
}
#about{
	background: #fff;
}
.ictt_about_block{
	width: 100%;
	position: relative;
}
@keyframes loopSlide {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(var(--var), 0, 0);
	}
}


/*------------------index_service------------------*/

#service{
	background: #fff;
}
@media (min-width: 769px) {
	.i_service_l{
		width: 50%;
		text-align: left;
		padding: 20px;
		box-sizing: border-box;
	}
	.i_service_r{
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.i_service_l{
		width: 100%;
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.i_service_r{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
/*------------------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: 769px) {
	.index_recruit{
		width: 100%;
		position:relative;
		padding: 100px 20px;
		background-color: #858585;
		overflow: hidden;
		text-align: center;
		color: #fff!important;
	}
	.index_recruit::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img2/c_img01.jpg") center center;
		background-size: cover;
		opacity: .8;
		mix-blend-mode:multiply;
	}
}
@media (max-width: 768px) {
	.index_recruit{
		width: 100%;
		position:relative;
		padding: 100px 20px;
		background-color: #858585;
		overflow: hidden;
		text-align: left;
	}
	.index_recruit::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img2/c_img01.jpg") left center;
		background-size: cover;
		opacity: .8;
		mix-blend-mode:multiply;
	}
}
.index_recruit > .on_ctt{
	position:relative;
	z-index: 1;
}
.index_recruit_logo{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.index_recruit_txt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 84px;
	overflow: hidden;
	flex-wrap: nowrap;
	    -webkit-mask-image: url(../img/deco-mask.png);
    mask-image: url(../img/deco-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.ictt_recruit_slide {
	--var: -2484px;
	height: 84px;
	-webkit-animation: recloopSlide 70s linear 0s infinite;
	animation: recloopSlide 70s linear 0s infinite;
	display: flex;
}
.ictt_recruit_slide ul {
	display: flex;
	width: 2484px;
	height: 100%;
}
.ictt_recruit_slide li {
	position: relative;
	display: inline-block!important;
	list-style-type: none;
	width: 828px;
	overflow: hidden;
}
.ictt_recruit_slide li > img{
	width:100%;
	height: auto;
	padding-right: 20px;
	box-sizing: border-box;
}
@keyframes recloopSlide {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-2484px, 0, 0);
    }
}
/*-------------------footer-------------------*/

footer{
    width: 100%;
    position:relative;
    padding-top: 30px;
    background: #222222;
    color: #fff;
	font-size: 1.4rem;
}
@media (min-width: 769px) {
	.foot_ctct{
		width: 100%;
		position:relative;
		padding: 150px 20px;
		background-color: #F5D800;
		text-align: center;
	}
	.foot_ctt{
			display: block;
			padding: 50px 20px;
			margin: 0 auto;
	}
	#copyright{
		font-size: 1.2rem;
		line-height: 1.5em;
		box-sizing: border-box;
		position: absolute;
		bottom: 10px;
		right: 10px;
		margin: 0!important;
		display: block;
	}
}
@media (max-width: 768px) {
	.foot_ctct{
		width: 100%;
		position:relative;
		padding: 100px 20px;
		background-color: #F5D800;
		text-align: center;
	}
	.foot_ctt{
			display: block;
			padding: 20px;
			margin: 0 auto;
	}
	#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;
	}
}
@media (min-width: 769px) {
	.foot_info > ul{
		width: calc(100% - 40px);
		display: flex;
		flex-wrap: nowrap;
	}
	.foot_info > ul > li{
		width: 25%;
		display: flex;
		padding-right: 30px;
		box-sizing: border-box;
	}
	.foot_info > ul > li:last-child{
		width: 25%;
		display: flex;
		padding-right: 0;
		box-sizing: border-box;
	}
	.foot_info > ul > li > ul{
		padding-bottom: 20px;
	}
	.foot_info > ul > li > ul > li{
		padding-bottom: 20px;
		padding-left: 10px;
		line-height: 1.3em;
	}
}
@media (max-width: 768px) {
	.foot_info > ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 40px;
	}
	.foot_info > ul > li:first-child{
		padding: 0;
		box-sizing: border-box;
		display: flex;
		width: 100%;
	}
	.foot_info > ul > li{
		padding: 0 10px;
		box-sizing: border-box;
		display: flex;
		width: 100%;
	}
	.foot_info > ul > li > ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.foot_info > ul > li > ul > li:first-child{
		padding-bottom: 15px;
		margin-left: 0;
		line-height: 1.5em;
		width: 100%;
		list-style: none!important;
	}
	.foot_info > ul > li > ul > li{
		padding-bottom: 15px;
		margin-left: 20px;
		line-height: 1.3em;
		width: calc(100% - 20px);
		list-style: disc;
	}
	.fmenu_cate{
		padding-top: 20px;
		width: 100%!important;
		list-style: none!important;
		margin-left: 0!important;
	}
	.fmenu_cate > a{
		width: 100%;
		list-style: none!important;
		margin-left: 0!important;
	}
	
}
.foot_info > ul > li > ul > li > a{
	line-height: 1.3em;
	transition: all .5s ease;
}
.foot_info > ul > li > ul > li > a:hover{
	text-decoration: underline;
	color: #737072;
}
@media (min-width: 769px) {
	.fmenu_cate > a{
		font-weight: 700!important;
		margin-left: -10px!important;
		display: block;
	}
	.finfo_logo{
		order: 1;
	}
	.finfo_menu1{
		order: 2;
	}
	.finfo_menu2{
		order: 3;
	}
	.finfo_menu3{
		order: 4;
	}
	.finfo_gotop{
		order: 5;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 768px) {
	.fmenu_cate > a{
		font-weight: 700!important;
		display: block;
	}
	.finfo_logo{
		order: 1;
		width: 50%;
		box-sizing: border-box;
	}
	.finfo_menu1{
		order: 3;
		padding-bottom: 10px!important;
	}
	.finfo_menu2{
		order: 4;
	}
	.finfo_menu3{
		order: 5;
	}
	.finfo_gotop{
		display: none!important;
		/*order: 2;
		width: 50%;
		text-align: right;
		padding-bottom: 10px!important;
		box-sizing: border-box;
		display: flex;*/
	}
}
.link_gaibu{
	position:relative;
	display: inline-block;
}
.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_container{
		width: 100%;
		max-width:1200px;
		padding:0 30px 30px 30px;
		position: relative;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
    .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{
		font-family: "Inter-Bold", Helvetica;
        font-size: 3rem;
        font-weight: 700;
        color: #222222;
        letter-spacing: 2.25px;
        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_container{
		width: 100%;
		padding:0 15px 15px 15px;
		position: relative;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
    .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{
		font-family: "Inter-Bold", Helvetica;
        font-weight: 700;
        color: #222222;
        font-size: 3.5rem;
        letter-spacing: 2.25px;
        line-height: 1em;
        white-space: nowrap;
        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 30px;
		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;
    }
	.base_ctt{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 70px;
		display: flex;
		flex-direction: row;
		position: relative;
	}
    .base_ctt_rev{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding-top: 50px;
		display: flex;
		flex-direction:row-reverse;
		position: relative;
	}
    .base_ctt_txt{
        line-height: 2em;
    }
    .base_ctt_txt > h3{
        margin-bottom: 30px;
        font-size: 3.1rem;
        line-height: 1.5em;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .base_ctt_txt > p{
        line-height: 1.8em;
        padding-bottom: 40px;
    }
}
@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;
    }
	.base_ctt{
        width: 100%;
        margin:0 auto;
        padding: 0 30px;
        box-sizing: border-box;
        display: block;
        position: relative;
	}
	.base_ctt_rev{
        width: 100%;
        margin: 30px auto;
        padding: 70px 30px;
        box-sizing: border-box;
        display: block;
        position: relative;
	}
    .base_ctt_txt{
        padding-top:30px;
        line-height: 2em;
    }
    .base_ctt_txt > h3{
        margin-bottom: 30px;
        font-size: 2.8rem;
        line-height: 1.35em;
        font-weight: 700;
    }
    .base_ctt_txt > p{
        line-height: 1.5em;
        padding-bottom: 40px;
    }
}
.base_ttl{
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 4.8rem;
    padding-bottom: 30px;
    line-height: 1.2em;
}
.base_sub_ttl{
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 30px;
    
}


@media (min-width: 769px) {
    .stack_box{
        width: 80%;
        padding: 20px;
        margin-top: -30px;
        box-sizing: border-box;
        position: relative;
        z-index: 10;
    }
}
@media (max-width: 768px) {
    .stack_box{
        width: 100%;
        padding: 10px;
        margin-top: 0;
        margin-bottom: 15px;
        box-sizing: border-box;
        position: relative;
    }
}
@media (min-width: 769px) {
    .col2to1_h_fix_ctt{
        display:flex;
    }
    .col2to1_h_fix_box{
        width: 50%;
        box-sizing: border-box;
        padding:  15px;
        position: relative;
    }
}
@media (max-width: 768px) {
    .col2to1_h_fix_ctt{
        display:block;
    }
    .col2to1_h_fix_box{
        width: 100%;
        box-sizing: border-box;
        padding:  5px;
        position: relative;
    }
}
.col2to1_h_fix_box a:hover{
    opacity:0.7;
    transition: 0.5s all;
}
.col2to1_h_fix_box a{
    transition: 0.5s all;
}



/*---------------------------about-----------------------------*/
@media (min-width: 769px) {
    .about_point_box{
        display:flex;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .about_point_box{
        display:flex;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}

.about_point{
    width:33.33333%;
    max-width: 192px;
    padding: 0 10px;
    margin: 0 auto;
}


/*--------------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) }
}


/*---------------------------news-----------------------------*/
#index_news{
	position: relative;
	/*background: linear-gradient(130deg, #EDF1F4, #fff, #E6EAED, #e4e3d0);*/
	
	background: #fff;
}
@media (min-width: 960px) {
    .news_container{
		width: 100%;
        position: relative;
  		display: block;
		flex-wrap: nowrap;
		margin: 0 auto!important;
		justify-content: center;
		padding-bottom: 70px;
    }
	.group_box{
		display:flex;
		border-bottom: dotted 1px #737072;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.group_box > dt{
		width: 220px;
		margin-right: 40px;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px  #f2f2f2;
		border-radius: 10px;
	}
}

@media (max-width: 959px) {
    .news_container{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
        position: relative;
		padding-bottom: 50px;
    }
	.group_box{
		display:block;
		border-bottom: dotted 1px #737072;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.group_box > dt{
		width: 100%;
        height: 200px;
		padding: 40px;
		margin: 10px 0;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px  #f2f2f2;
		border-radius: 10px;
	}
}
.group_box > dt > img{
	max-width:200px;
	width: 100%;
	height: auto;
}
.group_box > dd .cname{
	font-weight:700;
	font-size: 1.8rem;
}

.group_box > dd .cname > span{
	font-size: 1.4rem;
	display: inline-block;
}
/*---------------------------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;
}
.service_menu_ctt2 > ol{
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
}
@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:0 30px 30px 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_line{
		max-width: calc(100% - 70px);
		width:100%;
		border-bottom: dotted 1px #737072;
		margin: 0 auto;
	}
}

.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);
		background: #fff;
		padding: 20px;
		margin: 0 20px 20px 20px;
		border-radius: 15px;
	}
	.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: calc(100% - 40px);
		background: #fff;
		padding: 20px;
		margin: 0 20px 20px 20px;
		border-radius: 15px;
	}
	.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_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;
}

/*---------------------------company-----------------------------*/
#company_wrapper{
	padding-bottom: 40px;
}
.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 -2px 5px 0px #FFF;
	display: inline-block;
	justify-content: center;
	align-items: center;
	line-height: 1em;
}
@media (min-width: 960px) {
	.inlink_btn a:hover{
    padding: 12px 15px 12px 10px;
		box-sizing: border-box;
		color: #fff!important;
		background-color: #000;
	}
}

@media (min-width: 960px) {
	.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: 959px) {
	.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: 960px) {
    .c_info dl{
        width:100%;
        margin-bottom: 15px;
        padding: 0 15px 15px 15px;
        clear: both;
        overflow: hidden;
		border-bottom: dotted 1px #737072;
    }
    .c_info dt{
        width:170px;
        padding:5px 10px 5px 0;
        margin-right: 20px;
        font-weight: 700;
        float: left;
        box-sizing: border-box;
    }
    .c_info dd{
        width: calc(100% - 190px);
        padding: 5px 0;
        float: left;
        display: block;
		box-sizing: border-box;
    }
}
@media (max-width: 959px) {
    .c_info dl{
        width:100%;
        margin-bottom: 15px;
        padding: 0 0 15px 0;
        clear: both;
        overflow: hidden;
		border-bottom: dotted 1px #737072;
    }
    .c_info dt{
        width:100%;
        padding:5px 0;
        font-weight: 700;
        display: inline-block;
        float: none;
        text-align: center;
        box-sizing: border-box;
    }
    .c_info dd{
        width:100%;
        padding: 5px 0;
        display: inline-block;
        float: none;
        text-align: center;
    }
}
.c_info dd > ul{
    list-style: none;
}
.c_info dd > ul > li{
    padding-left: 10px;
}

@media (min-width: 960px) {
	.company_img_ctt{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 40px 10px;
		box-sizing: border-box;
		height: fit-content;
	}
	.company_img_ctt > li:first-child{
		width: 100%;
		padding: 10px;
	}
	.company_img_ctt > li:first-child a > img{
		width: 100%;
		height: auto;
		border-radius: 20px;
		transition: all .5s ease;
		aspect-ratio: 16 / 6 ;
		object-fit: cover;
  		overflow: auto; /* 追加 */
	}
	.company_img_ctt > li{
		width: 25%;
		padding: 10px;
	}
	.company_img_ctt > .img > a > img{
		width: 100%;
		height: auto;
		border-radius: 20px;
		transition: all .5s ease;
		aspect-ratio: 4 / 3 ;
		object-fit: cover;
  		overflow: auto; /* 追加 */
	}
}
@media (max-width: 959px) {
	.company_img_ctt{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 10px;
		box-sizing: border-box;
	}
	.company_img_ctt > li:first-child{
		width: 100%;
		padding: 10px;
	}
	.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 / 4 ;
		object-fit: cover;
 		overflow: auto; /* 追加 */
	}
}
.company_img_ctt > .img > a:hover > img{
	opacity: .7;
}

@media (min-width: 960px) {
    .c_group_container{
		width: 100%;
        position: relative;
  		display: flex;
		flex-wrap: wrap;
		margin: 0 auto!important;
		align-items: stretch;
    }
	.c_group_box{
		width: calc(50% - 40px);
		display:flex;
		border-bottom: dotted 1px #737072;
		padding-bottom: 20px;
		margin: 20px;
	}
	.c_group_box > dt{
		width: 220px;
		margin-right: 20px;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px  #f2f2f2;
		border-radius: 10px;
	}
	.c_group_box > dd{
		width:calc(100% - 240px);
	}
}

@media (max-width: 959px) {
    .c_group_container{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
        position: relative;
		padding-bottom: 50px;
    }
	.c_group_box{
		display:block;
		border-bottom: dotted 1px #737072;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.c_group_box > dt{
		width: 100%;
        height: 200px;
		padding: 40px;
		margin: 10px 0;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px  #f2f2f2;
		border-radius: 10px;
	}
}
.c_group_box > dt > a{
	position:relative;
}
.c_group_box > dt > a > img{
	max-width:200px;
	width: 100%;
	height: auto;
	transition: all .3s ease;
}
.c_group_box > dt > a:hover > img{
  transform:scale(1.1,1.1);
	opacity: .8;
	
}
.c_group_box > dd .cname{
	font-weight:700;
	font-size: 1.8rem;
}

.c_group_box > dd .cname > span{
	font-size: 1.4rem;
	display: inline-block;
}
.c_group_box > dd  > p{
	position:relative;
}

@media (min-width: 960px) {
	.c_group_box > dd  > .link{
		display: flex;
		align-items: center;
		font-weight: 700;
		font-size: 1.4rem;
	}
}
@media (max-width: 959px) {
	.c_group_box > dd  > .link{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-weight: 700;
		font-size: 1.4rem;
	}
}

.c_group_box > dd  > .link > .ico{
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #F5D800;
	font-size: 1rem;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	border: solid 1px #F5D800;
	box-sizing: border-box;
	transition: all .3s ease;
}
.c_group_box > dd  > .link > .ico::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	width: 4px;
	height: 4px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
@media (min-width: 960px) {
	.c_group_box > dd  > .link:hover > .ico{
		width: 18px;
		height: 18px;
		border-radius: 9px;
		background: #fff;
		font-size: 1rem;
		display: inline-block;
		margin-left: 5px;
		position: relative;
		border: solid 1px #F5D800;
	}
	.c_group_box > dd  > .link:hover > .ico::after{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
		width: 4px;
		height: 4px;
		border-top: solid 1px #F5D800;
		border-right: solid 1px #F5D800;
	}
}
/*---------------------------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;
}

/*-------------------ictt_news-------------------*/

@media (min-width: 960px) {
    .i_container_news{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .ictt_news{
		width: 100%;
        padding: 50px 25px;
        position: relative;
  		display: block;
		flex-wrap: nowrap;
		margin: 0 auto!important;
		justify-content: center;
    }
    .news_box_ttl {
		margin-right: 30px;
        box-sizing: border-box;
        position: relative;
		padding-bottom: 20px;
		display: flex;
		align-items: flex-end;
	}
    .news_box_ttl > h2{
        position: relative;
		font-family:"Helvetica" ,  "Arial", "sans-serif"!important;
		color: #000;
		font-size: 6rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1em;
		letter-spacing: 5.4px;
		overflow: hidden;
    }
    .inews_box{
        position: relative;
    }
    .inews_box li{
        width: 100%;
        padding: 20px 0;
        list-style: none;
        position: relative;
        box-sizing: border-box;
		border-bottom: dotted 1px #737072;
    }
    .inews_box li:last-child{
		margin-bottom: 0!important;
    }
}
@media (max-width: 959px) {
    .i_container_news{
        width: 100%;
        display: block;
        padding: 35px 0;
        box-sizing: border-box;
        position: relative;
        overflow: hidden!important;
    }
    .ictt_news{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .news_box_ttl{
        width: 100%;
        padding-bottom: 30px;
        position: relative;
		text-align: center;
    }
    .news_box_ttl > h2{
        font-size: 3.5rem;
		font-family:"Helvetica" ,  "Arial", "sans-serif"!important;
        line-height: 1em;
        font-weight: 700;
        position: relative;
		margin-bottom: 10px;
		overflow: hidden;
    }
    .inews_box{
        position: relative;
    }
    .inews_box li{
        width: 100%;
        padding: 15px 50px 15px 15px;
        list-style: none;
        position: relative;
        box-sizing: border-box;
		border-bottom: dotted 1px #737072;
    }
    .inews_box li:last-child{
		margin-bottom: 0!important;
    }
}
.news_box_ttl > h2 > span{
	display: inline-block;
}
.inews_ym{
	color: #737072;
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.72px;
}

.news_btn{
    min-width: 120px;
	height: 40px;
    border-radius: 20px;
    padding: 12px 15px;
	margin: 5px;
    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 -2px 5px 0px #FFF;
	display: inline-block;
	justify-content: center;
	align-items: center;
	line-height: 1em;
}
@media (min-width: 960px) {
	.news_btn:hover{
    padding: 12px 15px 12px 10px;
		box-sizing: border-box;
		color: #fff!important;
		background-color: #000;
	}
}




/*---------------------------information-----------------------------*/
.tag-news::after{
	content:'NEWS';
}
.tag-press::after{
	content:'PRESS';
}
.tag-news::after , .tag-press::after{
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	border-radius: 15px;
	background: #FFD900;
	height: 18px;
	padding: 0 10px;
}

.tab-list {
display: none!important;
}
.tab-list.show{
display: block!important;
}
/* ----------- タブ上部 ---------*/

/* タブの見出し */
.tab-title{
  cursor: pointer;
}

/* 選択されているタイトル */
.tab-title.selected{
	padding: 12px 15px 12px 10px;
	box-sizing: border-box;
	color: #fff!important;
	background-color: #000!important;
}

/*---------------------------post-----------------------------*/
@media (min-width: 960px) {
    .post_ctt{
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 50px 100px 50px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
	.post_ctt_p{
		max-width:800px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}
@media (max-width: 959px) {
    .post_ctt{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 30px 15px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
	.post_ctt_p{
		max-width:800px;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
	}
}
.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;
    
}
.post_date{
    color: #000;
    font-size: 1.3rem;
    padding: 5px 0;
	
}

@media (min-width: 960px) {
	.post_ttl{
		font-size:2rem;
		line-height: 1.5em;
		font-weight: 700;
		padding-bottom: 30px;
		border-bottom: solid 1px #333;
		margin-bottom: 30px;
	}
}
@media (max-width: 959px) {
	.post_ttl{
		font-size:3rem;
		line-height: 1.5em;
		font-weight: 700;
		padding-bottom: 30px;
		border-bottom: solid 1px #333;
		margin-bottom: 30px;
	}
}
/*wp-pagenavi 17*/
.wp-pagenavi {
	clear: both;
	text-align:center;
    position: relative;
    display: block;
    padding: 50px 0;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #000;
    border-radius: 30px;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #000;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #000;
    }
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 11px 15px!important;
}




/*---------------------------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;
}






.philosophy-pyramid {
  position: relative;
  max-width: 100%;
  margin: 0 auto ;
	overflow: clip;
}
.pyramid-bg {
  position: absolute;
  top: 0;
	left: 50%;
	transform: translateX(-50%);
  width: 100%;
	min-width: 1920px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
	overflow-x: clip;
}
.pyramid-bg::before {
  content: '';
  position: absolute;
  top: 0;
	left: 0%;
  width: 50%;
	height: auto;
	aspect-ratio: 1 / 1.2;
	background: #EDF1F4;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.pyramid-bg::after {
  content: '';
  position: absolute;
  top: 0;
	right: 0%;
  width: 50%;
	height: auto;
	aspect-ratio: 1 / 1.2;
	background: #EDF1F4;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.philosophy-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.philosophy-section {
  text-align: center;
}
.philosophy-section.mission {
	position: relative;
	padding: 180px 20px 60px 20px;
}
.philosophy-section.mission::before {
	content: '';
	width: 110%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 233, 107, 1) 0%, rgba(255, 215, 0, 1) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-2deg);
	z-index: -1;
}
.philosophy-section.vision {
	position: relative;
	padding: 60px 20px;
}
.philosophy-section.vision::before {
	content: '';
	width: 110%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(217, 225, 229, 1) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-2deg);
	z-index: -1;
}
.philosophy-section.value {
	position: relative;
	padding: 60px 20px;
}
.philosophy-section.value::before {
	content: '';
	width: 110%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-2deg);
	z-index: -1;
}
.philosophy-section.value::after {
	content: '';
	width: 100%;
	height: 100px;
	background: #fff;
	position: absolute;
	z-index: -1;
	display: block;
}
.philosophy-section h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.philosophy-section h3 span {
  font-size: 4.4rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.3rem;
  margin-top: 4px;
}
.philosophy-section.mission h3,
.philosophy-section.mission h3 span { color: #fff; }
.philosophy-section.vision h3,
.philosophy-section.vision h3 span { color: #f5d800; }
.philosophy-section.value h3,
.philosophy-section.value h3 span { color: #d9e1e5; }


.mission > h3 > span::after { 
	content: '';
	background: #fff; 
	width: 110px;
	height: 6px;
	margin: 30px auto;
	position: relative;
	display: block;
}
.vision > h3 > span::after { 
	content: '';
	background: #f5d800; 
	width: 110px;
	height: 6px;
	margin: 30px auto;
	position: relative;
	display: block;
}
.value > h3 > span::after { 
	content: '';
	background: #d9e1e5; 
	width: 110px;
	height: 6px;
	margin: 30px auto;
	position: relative;
	display: block;
}
.philosophy-section p {
  font-size: 2.4rem;
	letter-spacing: 0.3rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.philosophy-section .small {
  display: block;
  margin-bottom: 8px;
}
.philosophy-section.value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.value_list > li {
	display: block;
}
.value_list > li > dl {
  background: #edf1f4;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 15px;
	border: solid 2px #fff;
	border-radius: 10px;
	overflow: hidden;
	line-height: 1.5em;
	text-align: left;
}
#philosophy{
	padding-top: 100px;
}
@media (min-width: 769px) {
	.value_list > li > dl > dt {
		width: 60px;
		font-weight: bold;
		color: #f5d800;
		display: inline-block;
		padding: 20px;
	}
	.value_list > li > dl > dd {
		width: 170px;
		border-right: 2px solid #fff;
		padding: 20px 20px 20px 0;
		font-size: 1.89rem;
		box-sizing: border-box;
		font-weight: bold;
		color: #000;
		display: inline-block;
	}
	.value_list > li > dl > dd:last-child {
		width: calc(100% - 230px);
		font-size: 1.8rem;
		padding: 20px;
		font-weight: normal;
		border-right: none;
	}
}

@media (max-width: 768px) {
	.value_list > li > dl > dt {
		width: 40px;
		font-weight: bold;
		color: #f5d800;
		display: inline-block;
		padding: 10px;
	}
	.value_list > li > dl > dd {
		width: 170px;
		padding: 10px 10px 10px 0;
		font-size: 1.89rem;
		box-sizing: border-box;
		font-weight: bold;
		color: #000;
		display: inline-block;
	}
	.value_list > li > dl > dd:last-child {
		width: 100%;
		font-size: inherit;
		padding: 10px;
		font-weight: normal;
		border-right: none;
		border-top: 2px solid #fff;
		padding-left: 40px;
	}
}
@media (min-width: 769px) {
	.phil_ttl{
		width: 100%;
		max-width:1200px;
		padding:0 30px;
		position: relative;
		margin: 0 auto;
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2.2rem;
		line-height: 1.7em;
		background: #EDF1F4;
		position: relative;
	}
}
@media (max-width: 768px) {
	.phil_ttl{
		width: 100%;
		padding:0 15px;
		position: relative;
		margin: 0 auto;
		font-family: "Inter-Bold", Helvetica;
		font-weight: 700;
		color: #222222;
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 1.7em;
		text-align: left;
		background: #EDF1F4;
		position: relative;
	}
}
.phil_ttl::after{
	content: '';
	width: 100%;
	height: 2px;
		background: #EDF1F4;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
}