/*
Theme Name: 株式会社タック
Theme URI: https://www.kk-tack.com/
Description: 株式会社タック
Version: 1.0
Author: 株式会社タック
Author URI: https://www.kk-tack.com/
*/

@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	background-position: center center;
	box-sizing: border-box;
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: auto;
}

@media screen and (max-width:1340px) {
	html {
		font-size: 56.25%;
	}
}

@media screen and (min-width:1700px) {
	html {
		font-size: 68.75%;
	}
}

 
body {
	position: relative;
	font-family: "Outfit","dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	font-optical-sizing: auto;
	color: #1d2088;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: auto;
	text-align: left;
	letter-spacing: 0.08em;
	background: #fff;
	height: 100%;
	word-break: break-word;
	
	font-feature-settings: "palt";


}

li {
	list-style: none;
}

.en {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

pre {
	font-family: "Outfit","dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	line-height: 1.75;
}

p {
	text-align: justify;
	line-height: 1.75;
	letter-spacing: 0.04em;
	font-feature-settings: initial;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

*::selection {
	background: #0042ff;
	color: #fff;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 500;
	letter-spacing: 0.1em;
}

table {
	border-collapse: collapse;
}

th {

}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

a {
	text-decoration: none;
	transition: 0.2s ease-in-out;
	color: #1d2088;
}

a:visited {
	text-decoration: none;
	color: #1d2088;
}

a:hover {
	text-decoration: none;
}

a.child:hover {
	color: inherit;
}

a img {
	transition: 0.6s ease-in-out;
}

p a {
	text-decoration: underline;
	color: #1d2088;
}

a p {
	transition: 0.4s ease-in-out;
}

/*Google map*/

.gmap {
	position: relative;


}

.gmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



.arrow {
	padding-right: 1.4em;
	background: no-repeat right center;
	background-size: 0.75em;
	background-image: url(images/common/arrow_lightblue_right.svg);
	transition: 0.2s ease-in-out;
}

.arrow_bottom {
	background-image: url(images/common/arrow_white_bottom.svg);
}

.arrow_bottom:hover {
	background-position: right top 6px;
}

.arrow_bottom.active {
	background-image: url(images/common/arrow_white_top.svg);
}



.arrow_area {
	text-align: right;
	margin-top: calc(var(--glid) * 1.5);;
	width: calc(var(--glid) * 19);
}

.home_case .arrow_area {
	margin-top: 20px;
}

.arrow_mid {
	font-size: 1.6rem;
	color: #0042ff !important;
	display: inline-block;
	padding-right: 35px;
	position: relative;
	background: url(images/common/arrow_large_lightblue_right.svg) no-repeat right 5px center;
	background-size: 1em auto;
	transition: 0.2s ease-in-out;
}

a:hover .arrow_mid,
.arrow_mid:hover {
	background-position: right 0 center;
}

.arrow_mid_white {
	color: #fff !important;
	background-image: url(images/common/arrow_large_white_right.svg);
}




.link_large {
	display: flex;
	width: 100%;
	height: 390px;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #1d2088;
}

.link_large:hover {
	background: #0042ff;
}





.arrow_large {
	font-size: 1.6rem;
	color: #0042ff !important;
	padding-right: 90px;
	display: block;
	position: relative;
}


.arrow_large:after,
.arrow_large:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: -20px;	
	box-sizing: border-box;
}


.arrow_large:after {
	background: url(images/common/arrow_large_lightblue_right.svg) no-repeat center center;
	background-size: 18px auto;
}


.arrow_large:before {
	border: 2px solid #0042ff;
	border-radius: 50%;
	transition: 0.2s ease-in-out;
}

.arrow_large:hover:before,
a:hover .arrow_large:before {
	transform: scale(1.2);
}




.arrow_bottom_mid {
	display: block;
	padding-right: 20px;
	background: url(images/common/arrow_large_white_bottom.svg) no-repeat right center;
	background-size: 16px auto;
	transition: 0.2s ease-in-out;
}

a:hover .arrow_bottom_mid {
	background-position: right top 8px;
}



.btn_close {
	width: 36px;
	aspect-ratio: 1/1;
	display: block;
/*
	justify-content: center;
	align-content: center;
	align-items: center;
*/
	background: url(images/common/icon_close.svg) no-repeat center center #1d2088;
	background-size: 40%;
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 50%;
	cursor: pointer;
}


.arrow_area {
	pointer-events: none;
}

.arrow_area a {
	pointer-events: auto;
}


/*--------------------------------------
	
	cerning
	
--------------------------------------*/

.kern00 {
	letter-spacing: 0.0em;
}

.kern-0001 {
	letter-spacing: -0.001em;
}

.kern-001 {
	letter-spacing: -0.01em;
}

.kern-002 {
	letter-spacing: -0.02em;
}

.kern-003 {
	letter-spacing: -0.03em;
}

.kern-004 {
	letter-spacing: -0.04em;
}

.kern-005 {
	letter-spacing: -0.05em;
}

.kern-006 {
	letter-spacing: -0.06em;
}

.kern-007 {
	letter-spacing: -0.07em;
}

.kern-008 {
	letter-spacing: -0.08em;
}

.kern-008 {
	letter-spacing: -0.08em;
}

.kern01 {
	letter-spacing: 0.1em;
}

.kern02 {
	letter-spacing: 0.2em;
}

.kern03 {
	letter-spacing: 0.3em;
}

.kern04 {
	letter-spacing: 0.4em;
}

.kern05 {
	letter-spacing: 0.5em;
}

.kern-01 {
	letter-spacing: -0.1em;
}

.kern-02 {
	letter-spacing: -0.2em;
}

.kern-03 {
	letter-spacing: -0.3em;
}

.kern-04 {
	letter-spacing: -0.4em;
}

.kern-05 {
	letter-spacing: -0.5em;
}

/*--------------------------------------
	
	font size
	
--------------------------------------*/

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.fs60 {
	font-size: 6.0rem;
}

.fs58 {
	font-size: 5.8rem;
}

.fs56 {
	font-size: 5.6rem;
}

.fs54 {
	font-size: 5.4rem;
}

.fs52 {
	font-size: 5.2rem;
}

.fs50 {
	font-size: 5.0rem;
}

.fs48 {
	font-size: 4.8rem;
}

.fs46 {
	font-size: 4.6rem;
}

.fs44 {
	font-size: 4.4rem;
}

.fs42 {
	font-size: 4.2rem;
}

.fs40 {
	font-size: 4.0rem;
}

.fs36 {
	font-size: 3.6rem;
}

.fs34 {
	font-size: 3.4rem;
}

.fs32 {
	font-size: 3.2rem;
}

.fs30 {
	font-size: 3.0rem;
}

.fs28 {
	font-size: 2.8rem;
}

.fs26 {
	font-size: 2.6rem;
}

.fs24 {
	font-size: 2.4rem;
}

.fs22 {
	font-size: 2.2rem;
}

.fs20 {
	font-size: 2.0rem;
}

.fs16 {
	font-size: 1.6rem;
}

.fs15 {
	font-size: 1.5rem;
}

.fs14 {
	font-size: 1.4rem;
}

.fs13 {
	font-size: 1.3rem;
}

.fs12 {
	font-size: 1.2rem;
}

.fs11 {
	font-size: 1.1rem;
}



/*--------------------------------------
	
	width
	
--------------------------------------*/

:root {

  --break-pcmax: 1700px;
}

/*1700より大きい時*/
@media screen and (min-width:1700px){

:root {
  --glid: 73px;
}

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

/*1700より小さい時*/

:root {
  --glid: 4.347vw;
}

}

.max_glid {
	width: 100%;
	max-width: var(--break-pcmax);
	margin-left: auto;
	margin-right: auto;
}

.wide_center {
	margin-left: auto;
	margin-right: auto;
}

.wide_1 {
	width: var(--glid);
}

.wide_2 {
	width: calc(var(--glid) * 2);
}


.wide_3 {
	width: calc(var(--glid) * 3);
}

.wide_4 {
	width: calc(var(--glid) * 4);
}

.wide_5 {
	width: calc(var(--glid) * 5);
}


.wide_6 {
	width: calc(var(--glid) * 6);
}

.wide_7 {
	width: calc(var(--glid) * 7);
}

.wide_8 {
	width: calc(var(--glid) * 8);
}

.wide_9 {
	width: calc(var(--glid) * 9);
}

.wide_10 {
	width: calc(var(--glid) * 10);
}

.wide_11 {
	width: calc(var(--glid) * 11);
}

.wide_12 {
	width: calc(var(--glid) * 12);
}

.wide_13 {
	width: calc(var(--glid) * 13);
}

.wide_14 {
	width: calc(var(--glid) * 14);
}

.wide_15 {
	width: calc(var(--glid) * 15);
}

.wide_16 {
	width: calc(var(--glid) * 16);
}

.wide_17 {
	width: calc(var(--glid) * 17);
}

.wide_18 {
	width: calc(var(--glid) * 18);
}

.wide_19 {
	width: calc(var(--glid) * 19);
}

.wide_20 {
	width: calc(var(--glid) * 20);
}

.wide_21 {
	width: calc(var(--glid) * 21);
}

.wide_22 {
	width: calc(var(--glid) * 22);
}

.wide_23 {
	width: calc(var(--glid) * 23);
}

.wide_100 {
	width: 100%;
}









/*--------------------------------------
	
	header
	
--------------------------------------*/




header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100px;
	overflow: hidden;

	transition: 0.6s cubic-bezier(.19,.5,.5,.88);
	z-index: 60;
	
}

/*
.home header {
	height: 0;
}

.home header.show {
	height: 100px;
}
*/

header.active {
	overflow: visible;
}


.home header .logo,
.home header .search,
.home header .toggle {
	transition: 0.9s cubic-bezier(.19,.5,.5,.88);
	transform: translateY(80px);
	opacity: 0;
}
.home header.show .logo,
.home header.show .search,
.home header.show .toggle {
	transform: translate(0);
	opacity: 1;
}
header .logo {
	width: 117px;
	position: absolute;
	left: 47px;
	top: 45px;
	opacity: 1 !important;
	z-index: 100;
	
	filter: brightness(1000%);
	transition: 0.4s ease-in-out;
	
}

header.color .logo {
	filter: brightness(100%);
}

header .search {

	position: absolute;
	left: calc(50% - 200px);
	top: 38px;
	
	display: flex;
	background: #0042ff;
	border-radius: 100vmax;
	color: #fff;
	width: 400px;
	
	z-index: 80;

}

header .search .title {

	font-size: 13px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 20px;

}

.icon_search {
	width: 1.2em;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}



header .search .cond {
	display: flex;
	font-size: 12px;
	flex: 1;
	background: #050744;
	border-radius: 100vmax;
	padding: 0 3%;
	
}

header .search .cond .st {
	flex: 1;
	height: 40px;
	text-align: center;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

header .search .cond .st:before {
	content: '';
	display: block;
	width: 1px;
	height: 1em;
	background: rgba(255,255,255,0.2);
	position: absolute;
	left: 0;
	top: 15px;
}

header .search .cond .st:first-child:before {
	content: none;
}

header .search .cond .st.active .arrow_bottom {
	background-image: url(images/common/arrow_white_top.svg);
}

header .cond_list {
	background: #0042ff;
	border-radius: 20px;
	width: calc(var(--glid) * 15);
	padding: 60px;
	position: absolute;
	left: calc(50% - (var(--glid) * 7.5));
	top: 50px;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex: 1;
	
	transition: 0.4s ease-in-out;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
}

header .cond_list.show {
	transition: 0.2s ease-in-out;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}


header .cond_list .sst {
	font-size: 1.4rem;
	width: calc(var(--glid) * 3.5);
	min-width: calc(11.2em + 15px);
	padding: 0.35em 0;
}

header .cond_list ul {
	font-size: 1.3rem;
}

.cond_list .parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.cond_list .parent .child a {
	display: block;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 100vmax;
	padding: 0.35em 0.95em;
}

.cond_list .parent .child a:hover {
	background: #0042ff;
	color: #fff !important;
}


.work_list_text .cond_list .parent {
	font-size: 1.1rem;
}

.works_pickup .work_list_text .cond_list .parent,
.blog_list .cond_list .parent {
	font-size: 1.2rem;
}

.work_list_text .cond_list .parent .child a,
.blog_list .cond_list .parent .child a {
	border-color: #0042ff;
	color: #0042ff;
}



header .toggle {
	width: 70px;
	position: absolute;
	right: 50px;
	top: 54px;
	cursor: pointer;
}







header .toggle {
/*
	position: relative;

	line-height: 0.5;
	z-index: 50;
	font-size: 20px;
	border: 2px #1caa3d solid;
	width: 70px;
	height: 70px;
	border-radius: 50%;
*/
	height: 24px;
	z-index: 210;
}

header .toggle span {
	position: absolute;
	left: 0;

	display: inline-block;
	width: 70px;
	height: 1px;
	background: #1d2088;
	transition: 0.4s ease-in-out;
	filter: brightness(1000%);	
}

header.color .toggle span {
	filter: brightness(100%);
}

header.color .toggle.active span {
	filter: brightness(1000%);
}


header .toggle span:first-child {
	top: 0;
}

.toggle span:nth-child(2) {
	top: 10px;
}

header .toggle.active span {

	top: 5px;

	transform: rotate(10deg) translateX(0);
}

header .toggle.active span:nth-child(2) {
	transform: rotate(-10deg) translateX(0);
}




/*toggle menu*/


#menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	z-index: 200;
	
	transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1);
	
	pointer-events: none;
	padding: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
}

#menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #0042ff;
	position: fixed;
	top: 0;
	left: 0;
}

header.normal #menu {
	opacity: 1;
	pointer-events: auto;
	transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}



#menu .navi {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: calc(var(--glid) * 1.5) 0;
	padding: 10.0vh 0;
}

#menu .navi a {
	color: #fff;
}

#menu .navi .toggle {
	position: fixed;
	top: 30px;
	right: 30px;
}





#menu .top {
	width: calc(4.347vw * 19);
}

#menu .sitemap ul {
	margin-bottom: 5.0vh;
}


#menu .sitemap li {
	margin-bottom: 1.0vh;
}


#menu .bottom {
	width: calc(4.347vw * 19);
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}


#menu .sitemap,
#menu .contact_link {
	font-size: 5vh;
}

#menu .contact_link img {
	width: 0.8em;
	filter: brightness(1000%);
	vertical-align: middle;
	margin-left: 15px;
	transform: translateY(-0.05em);
	transition: 0.3s ease-in-out;
}

#menu .contact_link a:hover img {
	transform: scale(1.2) translateY(-0.05em);
}

#menu .sns_list {
	margin-bottom: 1.4em;
}

#menu .sns_list ul li:last-child {
	margin-right: 0;
}

#menu .sns_list ul li img {
	filter: brightness(1000%);
}

#menu .sns_list ul.link_other {
	margin-bottom: 30px;
	justify-content: flex-end;
}








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


footer {
	padding: calc(4.347vw * 2) 0 calc(4.347vw * 1) 0;
	border-top: 1px solid #1d2088;
}

.home footer {
	border-top: none;
}


footer .top {
	width: calc(4.347vw * 19);
	margin-bottom: calc(4.347vw * 2);
}

.sitemap {
	font-size: 4.0rem;
}

.sitemap ul {
	margin-bottom: 50px;
}

.sitemap li {
	display: block;
	margin-bottom: 10px;
}

.sitemap li a:hover {
	display: block;
	transform: translateX(20px);
}

footer .bottom {
	width: calc(4.347vw * 21);
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

footer .copyright {
	font-size: 2.0rem;
	margin-top: 80px;
}

.sns_list ul {
	font-size: 1.6rem;
	display: flex;
}

.sns_list ul li {
	margin-right: 35px;
}

.sns_list ul img {
	width: 22px;
	margin-right: 20px;
}

footer .logo {
	width: 208px;
}







/*--------------------------------------
	
	key
	
--------------------------------------*/



.key {
	background: #1d2088;
}





.key .copy {
	width: 19.57vw;
/* 	position: sticky; */
	position: relative;
	z-index: 10;
	padding-top: max(7.80vw, 104px);
	

	z-index: 10;
 	margin-left: calc(4.347vw * 16.75);
	margin-bottom: 180px;
	opacity: 0;
	transform: translateY(100px);
	
	filter: blur(50px);
	
	transform: translateY(0) scale(1.1);
	transition: 0.9s cubic-bezier(.84,.22,.52,.87);
	transition: 0.8s ease-in-out;
	
	
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	gap: 0.2em;
	flex-direction: column-reverse;
	color: #fff;
	writing-mode: vertical-lr;
	font-size: 4.4rem;
	font-size: 2.91vw;
	font-size: min(2.91vw, 46px);
	
	
}

_::-webkit-full-page-media, _:future, :root .key .copy {
	font-feature-settings: normal;
} 




.key .copy.show {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0) scale(1);
}

.key .copy .line {
	display: inline-block;
	position: relative;
}

.key .copy .line:before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.key .copy .dot {
	display: inline-block;
	transform: translateX(0.2em);
}

_::-webkit-full-page-media, _:future, :root .key .copy .dot {
	transform: translateX(0.0em);
}

.key_main {
	position: relative;
	margin-bottom: 200px;
}
.keyjob {
	margin-top: max(-28.0vw, -445px);
	display: flex;
	position: relative;
	min-height: 100vw;
}
.keyjob .ph {
	flex: 1;
	background: no-repeat center top;
	background-size: cover;
/* 	height:calc(100vh - 160px); */
	height: 100vh;
	width: 33.33%;
	position: sticky;
	top: 0;
	opacity: 0;
	transform: translateY(500px);
	transform-origin: bottom;
	transition-timing-function: cubic-bezier(.84,.22,.52,.87);

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;

	margin-top: 30vh;
}
.keyjob .ph01 {
	background-image: url(images/home/ph_key01.png);


	transition-duration: 1.6s;
}
.keyjob .ph02 {
	background-image: url(images/home/ph_key02.png);


	transition-duration: 1.7s;
}
.keyjob .ph03 {
	background-image: url(images/home/ph_key03.png);


	transition-duration: 1.9s;
}

.keyjob .ph01.show {
	margin-top: 0;
}
.keyjob .ph02.show {
	margin-top: 10.2vw;
}
.keyjob .ph03.show {
	margin-top: 20.4vw;
}

.keyjob .ph.show {
	opacity: 1;
	height: 100vh;
	transform: translateY(0);
}
.keyjob .ph h3.text {
	display: block;
	width: 81px;
	height: 1.5em;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
}
.keyjob .ph h3.text span {
	display: block;
	opacity: 0;
}
.keyjob .ph .tag {
	width: 88px;
	position: sticky;
	margin-left: 45px;
	margin-top: 48px;
	margin-bottom: 50px;
	top: 48px;
	
	transition: 0.6s cubic-bezier(.84,.22,.52,.87);
/*
	position: absolute;
	left: 48px;
	top: -45px;
*/
	opacity: 0;
}
.keyjob .ph .tag.show {
	opacity: 1;
	margin-top: -48px;
}







.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	pointer-events: none;
	overflow: hidden;
}

.loading.hide {
	display: none;
}
.load_anime {
	position: absolute;
	left: 50px;
	top: 50px;

	transition: 0.8s cubic-bezier(0.36, 0, 0.66, -0.56);
}

.load_anime.hide {
	opacity: 0;
}

.loading img {
	width: 30px;
	opacity: 1;
    animation: loadspin 0.5s linear infinite;
}

@keyframes loadspin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.key_op {
	width: 100%;
	height: 100vh;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.key_op .op {
	flex: 1;
	height: 100%;
	margin-top: 100vh;
	transition: 0.6s cubic-bezier(.84,.22,.52,.87);
}

.key_op .op.show {
	margin-top: 0;
}
.key_op .op.show.hide {
	opacity: 0;
}

.key_op .op01 {
	background: #000;
	opacity: 0.1;
}

.key_op .op02 {
	background: #000;
	opacity: 0.2;
}

.key_op .op03 {
	background: #000;
	opacity: 0.3;
}





/*--------------------------------------
	
	lead ph
	
--------------------------------------*/


.ph_lead_area {
  width:100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.ph_lead_area_box {
	position: relative;
	z-index: 20;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;

  
}
.ph_lead_area .ph {

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  
}
.ph_lead_area .ph .img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  background-image: url(images/home/work.png);
	
}
.ph_lead_area .ph .cover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #1d2088;
	mix-blend-mode: multiply;
}

.home_lead .chart {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 10;


}
.home_lead .chart .inner {
	width: calc(var(--glid) * 11);
	display: block;
	color: #fff;
	margin: 0 auto;
	position: relative;
}

.home_lead .chart .inner .title {
	writing-mode: vertical-rl;
	font-feature-settings: normal;
}

.home_lead .chart .inner .title .first,
.home_lead .chart .inner .title .second {
	position: absolute;
	font-size: 5.0rem;
	display: block;
	min-height: 7em;
}

.home_lead .chart .inner .title .first {
	top: calc(var(--glid) * -0.5);
	right: calc(var(--glid) * -4);
}

.home_lead .chart .inner .title .second {
	bottom: calc(var(--glid) * -0.5);
	left: calc(var(--glid) * -4);
	text-align: right;
}

.home_lead .chart .inner ul {
	display: flex;
	margin-bottom: calc(var(--glid) * 0.75);
}

.home_lead .chart .inner ul li {
	width: calc(var(--glid) * 4);
	height: calc(var(--glid) * 4);
	text-align: center;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: calc(var(--glid) * 0.5);
}

.home_lead .chart .inner ul li:before {
	content: '';
	display: block;
	width: calc(var(--glid) * 4);
	height: calc(var(--glid) * 4);
	border: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	left: calc(var(--glid) * -0.5);
	top: 0;
	border-radius: 50%;
}

.home_lead .chart .inner p {
	font-size: 2.4rem;
	line-height: 2;
}







/*--------------------------------------
	
	work list
	
--------------------------------------*/


.home .title_scroll {
	margin-bottom: -12vw;
}

.title_scroll {
	font-size: 21vw;
	color: #dceeff;
	letter-spacing: -0.03em;
	width: 100%;
	overflow: hidden;

}

.title_scroll div {
	width: 240vw;
	display: flex;
}

.title_scroll .line {
	display: block;
	width: 120vw;
    animation: title_scroll 15s linear infinite;
}

@keyframes title_scroll {
	0% {transform: translateX(0);}
	100% {transform: translateX(-120vw);}
}





.works_pickup li {
	padding-bottom: calc(var(--glid) * 2.5);
	position: relative;
}

.home .works_pickup li:nth-child(2):before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - var(--glid) * 1.5);
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f4f4f4;
}


.works_pickup li a {
	display: block;
}


.works_pickup .img {
	width: calc(var(--glid) * 19);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}


.works_pickup .ph01 {
	width: calc(var(--glid) * 10);

}

.works_pickup .ph02 {
	width: calc(var(--glid) * 7);
	margin-top: calc(var(--glid) * 4);
}

.works_pickup .ph03 {
	width: calc(var(--glid) * 6);
}

.works_pickup li:nth-child(odd) .ph01 {
	order: 2;
}

.works_pickup li:nth-child(odd) .ph02 {
	order: 1;
}

.works_pickup li:nth-child(odd) .ph03 {
	order: 4;
	margin-right: calc(var(--glid) * 1);
}

.works_pickup li:nth-child(odd) .img:after {
	content: '';
	display: block;
	order: 3;
	width: calc(var(--glid) * 3);
}



.works_pickup li:nth-child(even) .ph01 {
	order: 1;
}

.works_pickup li:nth-child(even) .ph02 {
	order: 2;
}

.works_pickup li:nth-child(even) .ph03 {
	order: 3;
	margin-left: calc(var(--glid) * 1);
}






.works_pickup .work_list_text {
	width: calc(var(--glid) * 17);
	margin-top: calc(var(--glid) * -2.5);
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.works_pickup li:nth-child(even) .work_list_text {
	flex-direction: row-reverse
}


.works_pickup .work_list_text .inner {
	width: calc(var(--glid) * 8);
}

.works_pickup .work_list_text .st {
	font-size: 3.2rem;
	margin-bottom: 10px;
}

.works_pickup .work_list_text .sst {
	font-size: 2.0rem;
	margin-bottom: 35px;
}

.works_pickup .work_list_text p {
	margin-bottom: 25px;
}


.works_pickup .work_list_text .link {
	align-self: flex-end;

}

.works_pickup li:nth-child(odf) .work_list_text .link {
	margin-right: -60px;
}

.works_pickup li:nth-child(even) .work_list_text .link {
	margin-left: -60px;
}



.work_list_text .st .line {
	display: inline-block;
	position: relative;
	padding-bottom: 0.3em;
	overflow: hidden;
}

.work_list_text .st .line:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #1d2088;
	position: absolute;
	left: 0;
	bottom: 0;

}

.work_list_text a:hover .st .line:after {
	animation: btn 2.0s ease-in-out infinite;
}





@keyframes btn {
	0% {left: 0; width: 100%;}
	49% {left: 100%; width: 100%;}
	50% {left: 100%; width: 0%;}
	51% {left: 0%; width: 0%;}

	100% {left: 0%; width: 100%;}

}







.works_list {
	width: calc(var(--glid) * 19);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: calc(var(--glid) * 1.5);
}

.works_list:after {
	content: '';
	display: block;
	width: calc(var(--glid) * 6);
}

.works_list li {
	width: calc(var(--glid) * 6);
	margin-bottom: calc(var(--glid) * 1.2);
}

.works_list li .img {
	
}


.works_list li .img {
	transition: 0.3s ease-in-out;
	overflow: hidden;
	aspect-ratio: 4/3;
}

.works_list li .img img {
	min-height: 100%;
}


.works_list li .img a:hover img {
	transform: scale(1.1);
	filter: brightness(0.6);
}






.works_list li .work_list_text {
	padding: calc(var(--glid) * 0.4) calc(var(--glid) * 0.2);
}

.works_list li .work_list_text .st {
	font-size: 2.0rem;
	margin-bottom: 5px;
	line-height: 1.3;
}

.works_list li .work_list_text .sst {
	font-size: 1.4rem;
	margin-bottom: 15px;
}



.works_pickup_sub {
	width: calc(var(--glid) * 19);
	

	margin: 0 auto calc(var(--glid) * 2.5) auto;
}

.works_pickup_sub li {
	padding-bottom: 0;
	margin-bottom: calc(var(--glid) * 2);
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}


.works_pickup_sub .work_list_text {
	width: calc(var(--glid) * 8.5);
	padding: 0 calc(var(--glid) * 0.5);

	display: block;
	margin: 0;
	position: relative;
}

.works_pickup_sub .work_list_text .inner {
	width: 100%;
	display: block;
}

.works_pickup_sub .img {
	display: block;
	width: calc(var(--glid) * 9);
	margin-bottom: -20px;
}

.works_pickup_sub .work_list_text p {
	margin-bottom: 40px;
}


.works_pickup_sub .work_list_text .link {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}






.works_pickup_sub li:nth-child(even) a {
	order: 2;
}


.works_pickup_sub li:nth-child(even) .work_list_text {
	order: 1;

}


.works_pickup li .ph {
	transition: 0.3s ease-in-out;
	overflow: hidden;
	aspect-ratio: 4/3;
}



.works_pickup li a:hover .img img {
	transform: scale(1.1);
	filter: brightness(0.6);
}






/*--------------------------------------
	
	case list
	
--------------------------------------*/


.section {
	padding-bottom: calc(var(--glid) * 2.5);
}

.title_center {
	font-size: 8.0rem;
	text-align: center;
	margin: calc(var(--glid) * 2.0) auto calc(var(--glid) * 1.5) auto;
	letter-spacing: 0;
}




.case_list {
	width: calc(var(--glid) * 19);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto calc(var(--glid) * 2) auto;
}

.case_list .child {
	width: calc(var(--glid) * 9);
	margin-bottom: calc(var(--glid) * 1);
}


.case_list_home {
	margin-bottom: calc(var(--glid) * 1);
	display: block;
	width: 100%;
	width: 100%;
	overflow: hidden;
}

.case_list_home .carousel {
	transform: translateX(4vw);
	width: 100%;
}

.swiper-containerA .swiper-button-prev,
.swiper-containerA .swiper-button-next {
  width: 2.5vw !important;
  height: auto !important;
  aspect-ratio: 1/1;

  background: no-repeat;
  background-size: 9px auto;
  background-color: #0042ff;
  transform: translateY(-50%);
  background-position: center center;
  margin-top: 0;
  border: none;
  border-radius: 50%;
  

}

.swiper-containerA .swiper-button-next {
background-image: url('images/common/arrow_white_right.svg');
left: calc(100% - 36.0vw) !important;
}

.swiper-containerA .swiper-button-prev {
background-image: url('images/common/arrow_white_left.svg');
left: calc(0% + 24.0vw) !important;
}








.case_list_home .child {
	width: calc(4.347vw * 7);
}

.interview_list .child,
.case_list .child a {
	display: block;
	background: #0042ff;
	padding: 9%;
	color: #fff;
}



.case_list .child a:hover {
	background: #1d2088;
}

.case_list .child .img {
	padding: 2%;
	margin-bottom: 10%;
}

.page_title .sst .line,
.case_list .child .sst .line {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	overflow: hidden;
	padding-bottom: 0.1em;
	margin-bottom: 10px;
}

.page_title .sst .line {
	color: #fff;
	font-size: 2.0rem;
	margin-bottom: 25px;
}

.page_title .sst .line:after,
.case_list .child .sst .line:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.case_list .child .st {
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.case_list .child p {
	font-size: 1.4rem;
}

.case_list .child p br {
	display: none;
}




/*--------------------------------------
	
	layout
	
--------------------------------------*/


.layout_a {
	width: calc(var(--glid) * 19);

}

.layout_a .layout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.layout_a .layout:nth-child(even) {
	flex-direction: row-reverse;
}


.layout_a .title {
	font-size: 6.0rem;
	writing-mode: vertical-lr;
}

.layout_a_sub .title {
	font-size: 4.0rem;
/*
	position: sticky;
	top: 120px;
*/
}

.layout_a_sub .layout {
	position: relative;
}

.layout_a .title .en {
	font-size: 8.0rem;
}

.layout_a .layout:nth-child(even) {
	position: relative;
}

.layout_a .layout:nth-child(even) .arrow_area {
	margin-top: -90px;

}

/*--------------------------------------
	
	faq
	
--------------------------------------*/

.faq_list {
	border-top: 1px solid #1d2088;
}

.faq_list li {
	padding: 40px 0 25px 5px;
	border-bottom: 1px solid #1d2088;
	transition: 0.4s ease-in-out;
}

.faq_list li:hover {
	background-color: #f7f7f7;
}

.faq_list li .main,
.faq_list li .sub {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.faq_list li .icon {
	display: block;
	width: 50px;
	font-size: 3.2rem;
	line-height: 1;

}

.faq_list li .main .icon {
	margin-top: 0.03em;
}

.faq_list li .sub .icon {
	margin-top: -0.2em;
}


.faq_list li .main .st,
.faq_list li .sub .text {
	flex: 1;
}

.faq_list li .main .st {
	font-size: 2.4rem;
}

.faq_list li .main {
	margin-bottom: 20px;
}

.faq_list li .sub {

	color: #0042ff;
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease-in-out;
}

.faq_list li.show .sub {
	max-height: 1000px;
	margin-bottom: 15px;
}

.accordion li {
	padding-right: 40px;
	background: url(images/common/icon_plus.svg) no-repeat right 5px top 47px;
	background-size: 25px;
	cursor: pointer;
}

.accordion li.show {
	background-image: url(images/common/icon_minus.svg)
}


/*--------------------------------------
	
	blog
	
--------------------------------------*/


.blog_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog_list_sub {
	width: calc(var(--glid) * 19);
	margin: 0 auto calc(var(--glid) * 1) auto;
}

.blog_list:before,
.blog_list:after {
	content: '';
	display: block;
	width: calc(var(--glid) * 4);
}

.blog_list:before {
	order: 1;
}

.blog_list li {
	width: calc(var(--glid) * 4);
	margin-bottom: calc(var(--glid) * 1);
}

.blog_list li .img {
	transition: 0.3s ease-in-out;
	overflow: hidden;
	aspect-ratio: 4/3;
}

.blog_list li .img img {
	min-height: 100%;
	width: max(100%,200px);
}


.blog_list li a:hover .img img {
	transform: scale(1.1);
	filter: brightness(0.6);
}

.blog_list li .text {
	margin-top: 20px;
}

.blog_list li .text .st {
	font-size: 2.0rem;
	margin-bottom: 25px;
}

.blog_list li .text a:hover .st {
	color: #0042ff;
}

.blog_list li .text .sub {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.blog_list li .text .date {
	font-size: 1.2rem;
}


/*--------------------------------------
	
	news
	
--------------------------------------*/


.news_list {
	border-top: 1px solid #1d2088;
}

.news_list li a {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #1d2088;
	padding: 30px 0;
}

.news_list li a:hover {
	background-color: #f7f7f7;
}

.news_list li .img {
	width: 12%;
	margin-right: 40px;
	align-self: flex-start;
	overflow: hidden;
	transition: 0.2s ease-in-out;
}

.news_list li a:hover .img img {
	transform: scale(1.1);
	filter: brightness(0.6);
}

.news_list li .text {
	flex: 1;
	align-self: center;
}

.news_list li .text .date {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 5px;
}


.news_list li .text .st {
	font-size: 2.0rem;
}

.news_list li a:hover .text .st {
	color: #0042ff;
}



/*--------------------------------------
	
	cv_common
	
--------------------------------------*/

.cv_common {
	background: #1d2088;
	color: #fff;
	padding: calc(var(--glid) * 2.0) 0 calc(var(--glid) * 2.75) 0;
	
}

.cv_common .img {
	width: calc(var(--glid) * 19);
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.cv_common .img .ph {
	display: flex;
	justify-content: space-between;
}

.cv_common .img .ph:first-child {
	width: calc(var(--glid) * 14);
	align-content: flex-end;
	align-items: flex-end;
}

.cv_common .img .ph:nth-child(2) {
	width: calc(var(--glid) * 10);
	margin-right: calc(var(--glid) * 1);
	align-content: flex-start;
	align-items: flex-start;
}

.cv_common .img .ph01 {
	width: calc(var(--glid) * 3);
	margin-bottom: calc(var(--glid) * 1);
}

.cv_common .img .ph02 {
	width: calc(var(--glid) * 3);
	margin-bottom: calc(var(--glid) * 1);
}

.cv_common .img .ph03 {
	width: calc(var(--glid) * 6);
}

.cv_common .img .ph04 {
	width: calc(var(--glid) * 4);

}

.cv_common .img .ph05 {
	width: calc(var(--glid) * 2);
	margin-top: calc(var(--glid) * 1);
}

.cv_common .img .ph06 {
	width: calc(var(--glid) * 2);
	margin-top: calc(var(--glid) * 1);
}


.cv_common .text {
	margin-top: calc(var(--glid) * -5.5);
	width: calc(var(--glid) * 19);
}

.cv_common .title {
	font-size: 8.0rem;
	margin-bottom: 25px;
	letter-spacing: 0;
}

.cv_common p {
	margin-bottom: 40px;
}

.btn {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #0042ff;
	width: calc(var(--glid) * 5);
	height: 5em;
	border-radius: 100vmax;
}

.btn:hover {
	background-color: #0012ff;
}


/*--------------------------------------
	
	ph scroll
	
--------------------------------------*/


.ph_scroll {
	width: 100%;
	overflow: hidden;
}

.ph_scroll ul {
	width: calc(var(--glid) * 90);
	display: flex;
    animation: ph_scroll 30s linear infinite;
}

@keyframes ph_scroll {
	0% {transform: translateX(calc(var(--glid) * 0));}
	100% {transform: translateX(calc(var(--glid) * -45));}
}


.ph_scroll li {
	width: calc(var(--glid) * 9);
}


/*--------------------------------------
	
	下層ページタイトル
	
--------------------------------------*/


.page_head {
	margin-bottom: calc(var(--glid) * 2.5);
}

.page_title {
	width: 100%;
	background: #1d2088;
	min-height: max(41.0vw, 500px);
	padding-top: 160px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}


@media screen and (min-width:1780px) {
.page_title {
	min-height: 730px;

}
}

.page_title .inner {
	width:calc(var(--glid) * 21);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}

.page_title .text {
	width: calc(var(--glid) * 10);
	padding-bottom: calc(var(--glid) * 1);
}

.page_title_no_image.page_title .text {
	flex: 1;
	max-width: 1080px;
}

.page_title .text .title {
	color: #fff;
}

.page_title .text .title .min {
	font-size: 4rem;
}

.page_title .img {
	width: calc(var(--glid) * 9);
	aspect-ratio: 4/3;
	background: no-repeat center center;
	background-size: cover;
}

.page_title .sub {
	width: calc(var(--glid) * 2);
	color: #fff;
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	padding-bottom: calc(var(--glid) * 1);
	text-align: right;
	margin-bottom: -0.5em;

}

.page_title .sub .en {
	display: block;
	font-size: 6.0rem;
	margin-bottom: 0.1em;
	line-height: 1;
}

.cat_title .title {
	font-size: 16.0rem;
	letter-spacing: 0;
	line-height: 1;
	word-break: normal;
	position: relative;
	z-index: 2;
}

.cat_title .title.title_min {
	font-size: 14rem;
}

.post_title .title {
	font-size: 4.4rem;

	line-height: 1.2;
	margin-bottom: 20px;
	padding-right: 1em;
}

.post_title .st {
	color: #fff;
	font-size: 2.0rem;
	margin-bottom: 30px;
}

.post_title .st:last-child {
	margin-bottom: 0;
}

.post_title .title.case_title br {
/*
	display: inline-block;
	margin-left: -0.2em;
*/
}

.post_title .cond_list {
	display: flex;
	align-content: center;
	align-items: center;
}

.post_title .cond_list .parent {
	font-size: 1.2rem;
	margin-right: 20px;
}

.post_title .cond_list .date {
	color: #fff;
	font-size: 1.2rem;
	display: block;
}

.pankuzu {
	font-size: 1.4rem;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	color: #0d4cff;
}

.pankuzu li:after {
	content: '>';
	color: #0042ff;
	margin: 0 0.7em;
}

.pankuzu li:last-child:after {
	content: none;
}

.pankuzu a {
	color: #0042ff;
}

.page_title .img {
	margin-bottom: -30px;
}




.page_title_sub {
	width: 100%;
	background: #0042ff;
	padding: calc(var(--glid) * 1.75) 0;
}

.page_title_sub,
.page_title_sub a {
	color: #fff;
}

.anchor {
	width: calc(var(--glid) * 19);
	margin: 0 auto;
	display: flex;
	align-content: center;
	align-items: center;
}

.anchor li {
	font-size: 1.6rem;
	flex: 1;
	padding: 1.4vw 2vw;
	border-right: 1px solid rgba(255,255,255,0.3);
}

.anchor li:first-child {
	border-left: 1px solid rgba(255,255,255,0.3);
}

.anchor li a {
	display: block;
}

.anchor li a span {
	display: block;
}




.work_search {
	display: flex;
	width: calc(var(--glid) * 19);
	margin: 0 auto;
}


.work_search .title {
	font-size: 2.0rem;
	letter-spacing: 0;
	width: calc(var(--glid) * 4);
}

.work_search .title img {
	width: 1.2em;
	margin-right: 15px;
}


.work_search .cond_list {
	display: flex;
	margin-bottom: 30px;
}

.work_search .cond_list:last-child {
	margin-bottom: 0;
}

.work_search .sst {
	font-size: 1.5rem;
	width: calc(var(--glid) * 2.5);
	margin-top: 0.3em;
}

.work_search .cond_list .parent {
	flex: 1;
	font-size: 1.3rem;
	width: calc(var(--glid) * 12.5);

}






.page_title_sub .lead {
	width: calc(var(--glid) * 12);
	margin: 0 auto;
}

.page_title_sub .lead .info {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	font-size: 1.4rem;
	margin-top: 30px;
	color: #91cfff;
}

.page_title_sub .lead .info .main {
	width: 50%;
}

.page_title_sub .lead .info ul {
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5em;
	width: 50%;
}

.page_title_sub .lead .info ul a {
	color: #91cfff;
	text-decoration: underline;
}







.work_img {
	width: calc(var(--glid) * 15);
	margin: 0 auto;
}

.work_img li {
	margin-bottom: calc(var(--glid) * 2.5);
}

.archive_area {
	background: #f4f4f4;
	padding-top: calc(var(--glid) * 2.0);
	padding-bottom: calc(var(--glid) * 2.0);
}

.archive_area .title_center {
	margin-top: 0;
}


.archive_area .works_list li {
	margin-bottom: 0;
}

.archive_area .works_list li:nth-child(n+4) {
	margin-top: calc(var(--glid) * 1.0);
}

.archive_area .case_list li {
	margin-bottom: 0;
}

.archive_area .blog_list li {
	margin-bottom: 0;
}



/*--------------------------------------
	
	case study
	
--------------------------------------*/

.casestudy_body {
	margin-bottom: calc(var(--glid) * 2);
}

.casestudy_body .wp-block-columns.is-layout-flex {
	justify-content: center;
	gap: calc(var(--glid) * 1);
	gap: 0;
	margin-top: calc(var(--glid) * 2);
	margin-bottom: calc(var(--glid) * 2);
}

.casestudy_body .wp-block-columns.is-layout-flex:first-child {
	margin-top: 0;
}

.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column {
	width: calc(var(--glid) * 9);
	flex: unset !important;
}

.casestudy_body .wp-block-column .wp-block-image.size-large {
	width: 100%;
}

.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(even) p,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(even) h2,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(even) h3 {
	padding-left: calc(var(--glid) * 2);
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}


.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(odd) p,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(odd) h2,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(odd) h3 {
	padding-right: calc(var(--glid) * 2);
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}


.casestudy_body h2 {
	font-size: 3.2rem;
	margin-bottom: 40px;
}

.casestudy_body p {
	margin-bottom: 40px;
	font-size: 1.7rem;
}

.casestudy_body p:last-child {
	margin-bottom: 0;
}

.casestudy_body p strong {
	font-weight: bold;
	color: #0042ff;
}

.casestudy_body .wp-block-image.size-large {
	width: calc(var(--glid) * 13);
	margin-left: auto;
	margin-right: auto;
}



.casestudy_body p,
.casestudy_body h2,
.casestudy_body h3 {
	width: calc(var(--glid) * 13);
	margin-left: auto;
	margin-right: auto;
}


.case_bottom {
	margin-bottom: calc(var(--glid) * 2);
}

.case_bottom .date {
	margin: 80px auto 0 auto;
	width: calc(var(--glid) * 13);
	font-size: 1.4rem;
	text-align: right;
	
}



.column_end {
	width: calc(var(--glid) * 15);
	margin: 0 auto calc(var(--glid) * 2) auto;
	display: flex;
	gap: calc(var(--glid) * 1);
	padding-top: calc(var(--glid) * 1.5);
	border-top: 1px solid #0042ff;
}

.column_end .text {
	flex: 1;
}

.column_end .text h3 {
	font-size: 2.4rem;
	margin-bottom: 1em;
}

.column_end .text p {
	font-size: 1.6rem;
}

.column_end .img img {
	
}

.column_end .img {
	width: calc(var(--glid) * 4);
	padding: 20px;
	align-self: flex-start;
	border: 1px solid #d5d5d5;
}



/*
.case_body {
	margin-bottom: calc(var(--glid) * 2);
}

.case_body .content {
	display: flex;
	justify-content: center;
	gap: calc(var(--glid) * 1);
	margin-bottom: calc(var(--glid) * 2);
}

.case_body .content:nth-child(even) {
	flex-direction: row-reverse;
}

.case_body .content .img {
	width: calc(var(--glid) * 9);
}

.case_body .content .text {
	width: calc(var(--glid) * 7);
}

.case_body .content.single .img,
.case_body .content.single .text {
	width: calc(var(--glid) * 13);
}

.case_body .content .text h2 {
	font-size: 3.2rem;
	margin-bottom: 40px;
}


.case_body .content .text p strong {
	font-weight: bold;
	color: #0042ff;
}
*/


.column_content {
	border: 1px solid #1d2088;
	background: #f4f4f4;
	width: calc(var(--glid) * 15);
	border-radius: 30px;
	margin: 0 auto calc(var(--glid) * 2) auto;
	padding: calc(var(--glid) * 1.5) calc(var(--glid) * 2) calc(var(--glid) * 1.5) calc(var(--glid) * 2);
}

.column_content h3 {
	font-weight: bold;
	color: #0042ff;
	margin-bottom: 35px;
	position: relative;
}

.column_content h3:before {
	content: '';
	display: block;
	width: 32px;
	height: 30px;
	background: url(images/common/icon_fukidashi.svg) no-repeat center center;
	position: absolute;
	left: -50px;
	top: -5px;
}

.column_content p {
	font-size: 1.6rem;
}

.column_content .sign {
	margin-top: 25px;
	text-align: right;
}

.case_body .date {
	margin: 80px auto 0 auto;
	width: calc(var(--glid) * 13);
	font-size: 1.4rem;
	text-align: right;
	
}



/*--------------------------------------
	
	blog body
	
--------------------------------------*/


.blog_body {
	width: calc(var(--glid) * 13);
	margin: 0 auto calc(var(--glid) * 2.5) auto;
}

.blog_body p {
	margin-bottom: 60px;
}

.blog_body p a {
	color: #0042ff;
	text-decoration: underline;
}

.blog_body strong {
	font-weight: bold;
}

.wp-block-image {
	margin-bottom: 60px !important;
}

.wp-block-gallery {
	margin-bottom: 0 !important;
}

.blog_body h2 {
	font-size: 3.6rem;
	margin-top: 90px;
	margin-bottom: 60px;
	padding-top: 90px;
	border-top: 1px solid #d5d5d5;

}

.blog_body h3 {
	font-size: 2.8rem;
	margin-top: 80px;
	margin-bottom: 40px;
}

.blog_body h4 {
	font-size: 2.2rem;
	margin-top: 60px;
	margin-bottom: 20px;
}

.blog_body ul {
	padding: 0 2em;
	margin-bottom: 60px;
}

.blog_body ul li {
	text-indent: -1em;
	line-height: 1.75;
	margin-bottom: 0.6em;
}

.blog_body ul li:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: #1d2088;
	margin-right: 0.5em;
	vertical-align: middle;
}

.blog_body ul li.blocks-gallery-item:before {
	content: none;
}


/*--------------------------------------
	
	news list
	
--------------------------------------*/

.news_list_sub {
	width: calc(var(--glid) * 15);
	margin: 0 auto calc(var(--glid) * 2.5) auto;
}




/*--------------------------------------
	
	news body
	
--------------------------------------*/

.news_body_area {
	width: calc(var(--glid) * 13);
	margin: 0 auto calc(var(--glid) * 2.5) auto;
	display: flex;
	justify-content: space-between;
	
}

.news_body_area .img {
	width: calc(var(--glid) * 4);
}

.news_body_area .news_body {
	width: calc(var(--glid) * 8);
}


.news_body p {
	margin-bottom: 20px;
}

.news_body a,
.news_body p a {
	color: #0042ff;
	text-decoration: underline;
}

.news_body strong {
	font-weight: bold;
}

.arrow_area_news {
	margin-bottom: calc(var(--glid) * 2.5);
}



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


.grecaptcha-badge {
	display: none !important;
}

.page-template-page-contactform .grecaptcha-badge {
	display: block !important;
}


.contact_portal {
	width: calc(var(--glid) * 17);
	margin: 0 auto calc(var(--glid) * 2.5) auto;
}

.contact_portal p {
	margin-bottom: calc(var(--glid) * 1);
}

.contact_portal ul {
	display: flex;
	justify-content: space-between;
}

.contact_portal ul li {
	width: calc(var(--glid) * 5);
	background: #0042ff;
	color: #fff;
	padding: calc(var(--glid) * 0.7) calc(var(--glid) * 0.5);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.contact_portal ul li .img {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0 auto;
	filter: brightness(1000%);
}

.contact_portal ul li .sst {
	font-size: 2.4rem;
	margin: 30px auto 25px auto;
}

.contact_portal ul li .link_tel {
	font-size: 2.8rem;
}

.contact_portal ul li .link {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.contact_portal ul li .link .btn {
	width: 100%;

	background: #1d2088;
	height: 60px;
}

.contact_portal ul li .link .btn .arrow_mid {
	color: #fff !important;
	background-image: url(images/common/arrow_large_white_right.svg);
}


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


.company_out {
	width: 100%;
	overflow: hidden;
}

.layout_b {
	margin-bottom: calc(var(--glid) * 2.5);
}

.layout_b .layout {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--glid) * 2);
	align-content: flex-end;
	align-items: flex-end;
}



.layout_b .layout .img {
	width: calc(var(--glid) * 7);
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;

}

.layout_b .layout .img .title {
	writing-mode: vertical-lr;
	font-feature-settings: normal;
	font-size: 4.0rem;
	margin-left: calc(var(--glid) * 2);
	margin-bottom: -1.75em;
	position: relative;
	z-index: 10;

}

.layout_b .layout .img img {
	display: block;
}

.layout_b .layout .text {
	width: calc(var(--glid) * 16);
	padding: 0 calc(var(--glid) * 2);
}




.layout_b .layout:nth-child(odd) {
	flex-direction: row-reverse;
	align-content: flex-start;
	align-items: flex-start;
}

.layout_b .layout:nth-child(odd) .img {
	align-content: flex-end;
	align-items: flex-end;
}

.layout_b .layout:nth-child(odd) .img .title {
	margin-left: 0;
	margin-right: calc(var(--glid) * 2);
}


.layout_b .layout .text .copy {
	font-size: 4.8rem;
	margin-bottom: 55px;
}

.layout_b .layout .text p {
	line-height: 2.0;
}




.about_logo {
	text-align: center;
	background: #f4f4f4;
	padding: calc(var(--glid) * 0.1) 0 calc(var(--glid) * 2.5) 0;
}

.about_logo .logo {
	width: calc(var(--glid) * 6.5);
	margin: calc(var(--glid) * -1.0) auto 40px auto;
}

.about_logo ul {
	width: calc(var(--glid) * 17);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.about_logo ul li {
	width: calc(var(--glid) * 5.5);
}

.about_logo ul li .img {
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	width: calc(var(--glid) * 2.7);
}

.about_logo ul li .img img {
	width: 60%;
}

.about_logo ul li .text {
	margin: calc(var(--glid) * -0.5) 0 0 calc(var(--glid) * 1.5);
}

.about_logo ul li .text p {
	font-size: 1.5rem;
	line-height: 1.5;
}






.company_layout {
	margin-top: calc(var(--glid) * 2.5);
	margin-bottom: calc(var(--glid) * 2.5);
	position: relative;
	


}

.company_layout:after {
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	background: #d5d5d5;
	position: absolute;
	left: calc(var(--glid) * -2.0);
	bottom: 0;
}

.layout_a .layout.company_layout {
	flex-direction: row-reverse;
}

.layout_a .layout.company_layout:nth-child(even) {
	flex-direction: row;
}



.table_standard {
	width: 100%;
	border-top: 1px solid #1d2088;
	margin-bottom: calc(var(--glid) * 1.2);
}

.table_standard tr th,
.table_standard tr td {
	border-bottom: 1px solid #1d2088;
	padding: 25px 0;
	vertical-align: top;
}

.table_standard tr th {
	width: 7em;
}


.tack_group {
	background: #f4f4f4;
	padding: calc(var(--glid) * 0.9);
}


.tack_group .sst {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.tack_group .main {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--glid) * 0.6);
}

.tack_group .main .text {
	width: calc(var(--glid) * 8);
}

.tack_group .main .img {
	width: calc(var(--glid) * 2.5);
}

.tack_group .sub {
	display: flex;
}

.tack_group .sub span {
	display: block;
}

.tack_group .sub span:first-child {
	padding-right: 5%;
	border-right: 1px solid #1d2088;
}


.tack_group .sub span:nth-child(2) {
	padding-left: 5%;
}







.history .inner {
	position: relative;
	padding-left: calc(var(--glid) * 2.0);
}

.history .inner .sst {
	position: absolute;
	left: 0;
	top: -0.2em;
	color: #0042ff;
	font-size: 3.2rem;
}

.history .inner .parent {

	position: relative;
	

}

.history .inner .parent:before {
	content: '';
	width: 3px;
	height: 100%;
	background: #f4f4f4;
	position: absolute;
	left: 3px;
	top: 0.6em;
}

.history .inner:last-child .parent:before {
	height: calc(100% - 25px - 1.5em);
}

.history .inner li {
	display: flex;
	justify-content: space-between;
	font-size: 2.0rem;

	padding-left: 50px;
	position: relative;
	padding-bottom: 25px;
	align-items: flex-start;
}

.history .inner li:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #0042ff;
	position: absolute;
	left: 0;
	top: 0.6em;
}

.history .inner li .date {
	width: 12em;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	line-height: 1;
}

.history .inner li .year {
	width: 8em;
}


.history .inner li .month {
	width: 7em;
}

.history .inner li .text {
	flex: 1;
	transform: translateY(0.3em);

}

.history .inner li .year .en {
	font-size: 3.2rem;
}

.history .inner li .month .en {
	font-size: 2.4rem;
}



.company_access {
	width: calc(var(--glid) * 19);
	margin: 0 auto;
	padding-bottom: calc(var(--glid) * 2.5);
}

.company_access .title {
	font-size: 4.0rem;
	margin-bottom: 80px;
}

.company_access ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_access ul li {
	width: calc(var(--glid) * 9.0);
	margin-bottom: calc(var(--glid) * 1.5);
}

.company_access ul li .img {
	margin-bottom: 40px;
}

.company_access ul li .bottom {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}

.company_access ul li .bottom .text {
	width: calc(var(--glid) * 6.0);
	padding-right: 20px;
}

.company_access ul li .bottom .text .st {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.company_access ul li .bottom .text table {
	font-size: 1.4rem;
}

.company_access ul li .bottom .text table th,
.company_access ul li .bottom .text table td {
	vertical-align: top;
	padding-top: 0.5em;
}

.company_access ul li .bottom .text table th {
	width: 5em;
}

.company_access ul li .bottom .gmap {
	width: calc(var(--glid) * 3.0);
	aspect-ratio: 3/4;
}

.company_access ul li .maplink {
	display: block;
	text-align: right;
	font-size: 1.2rem;
	margin-top: 8px;
}

.company_access ul li .maplink span {
	text-decoration: underline;
}

.company_access ul li.noimage {
	width: calc(var(--glid) * 13.0);
	margin: 0 auto;
	padding: calc(var(--glid) * 1.0) calc(var(--glid) * 1.0) calc(var(--glid) * 1.0 - 1em) calc(var(--glid) * 1.0);
	border: 1px solid #1d2088;
}



/*--------------------------------------
	
	recruite
	
--------------------------------------*/


.interview .title {
	width: calc(var(--glid) * 19);
	margin: 0 auto 80px auto;
	font-size: 4.0rem;
}

.section_border {
	padding-bottom: calc(var(--glid) * 2);
	border-bottom: 1px solid #d5d5d5;
}

.flow {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
}

.flow .title {
	font-size: 4.0rem;
	writing-mode: vertical-lr;
	width: calc(var(--glid) * 1);
	margin-right: calc(var(--glid) * 2);
	font-feature-settings: normal;
}

.flow .flowchart {
	width: calc(var(--glid) * 7);
}

.flow .flowchart ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: calc(var(--glid) * 1.75);
	margin-top: 15px;
	position: relative;
}

.flow .flowchart ul li {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	position: relative;


	
	padding-top: 30px;

}



.flow .flowchart ul:before {
	content: '';
	width: calc(100% - 2.0em);
	height: 3px;
	background: #f4f4f4;
	position: absolute;
	left: 0.7em;
	top: 3px;
}

.flow .flowchart ul li:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #0042ff;
	position: absolute;
	left: 0.7em;
	top: 0;
}






.flow .flowchart ul li .num {
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.flow .flowchart ul li .sst {
	font-size: 2.0rem;
	writing-mode: vertical-lr;
}


.flow .flowchart .bottom .icon span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	aspect-ratio: 1/1;
	background: #1d2088;
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
}

.flow .flowchart .bottom .icon {
	display: flex;
	margin-bottom: 30px;
}




.flow .img {
	width: calc(var(--glid) * 8);
}




.entry {
	display: flex;
	justify-content: center;
	gap: calc(var(--glid) * 1);
	padding-top: calc(var(--glid) * 2.5);
	padding-bottom: calc(var(--glid) * 2.5);
}

.entry .content {
	width: calc(var(--glid) * 9);

}

.entry .content .title {
	margin-bottom: 80px;
	font-size: 4.0rem;

}

.entry .content .btn {
	margin: 0 auto;

}



.modal_content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);

	opacity: 0;
	pointer-events: none;
	transition: 0.6s ease-in-out;
	
}

.modal_content.show {
	opacity: 1;
	pointer-events: auto;
}

body.fix {
	overflow: hidden;
}

.modal_recruit .inner {
	background: #fff;
	width: calc(var(--glid) * 15);
	margin: 0 auto;
	padding: calc(var(--glid) * 1);
	height: 100%;
	overflow: scroll;
	position: relative;
}

.modal_recruit .inner .btn_close {
	position: fixed;
	right: calc(var(--glid) * 4 + 20px);
	top: 20px;
}

.modal_recruit .inner .ph_key {
	width: 60%;
	margin: calc(var(--glid) * 0.5) auto calc(var(--glid) * 0.5) auto;
}

.modal_recruit .inner .interview_lead {
	width: 60%;
	margin: 0 auto;
}

.modal_recruit .inner .interview_lead .interview_title {
	margin-bottom: calc(var(--glid) * 0.2);
}

.modal_recruit .inner .interview_lead .interview_title {
	font-size: 2.0rem;
	display: block;
}

.modal_recruit .inner .interview_lead .interview_title .line {
	display: inline-block;
	padding-bottom: 0.05em;
	border-bottom: 2px solid #1d2088;
	margin-bottom: 0.5em;
}



.modal_recruit .inner .interview_lead p {
	font-size: 1.6rem;
	margin-bottom: calc(var(--glid) * 1.5);
}

.interview_body .text {
	margin-bottom: calc(var(--glid) * 1.0);
}

.interview_body .st {
	font-size: 4.0rem;
	margin-bottom: calc(var(--glid) * 0.5);
}



.interview_body .sst {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.interview_body p {
	margin-bottom: calc(var(--glid) * 0.5);
}

.interview_body .img {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--glid) * 0.5);
}

.interview_body .img img {
	width: 47%;
}



/*--------------------------------------
	
	sevice
	
--------------------------------------*/

.service_lead .title_scroll div {
	width: 320vw;
	margin-top: -0.3em;

	position: relative;

}

.service_lead .title_scroll .line {
	display: block;
	width: 160vw;
    animation: title_scroll_service 15s linear infinite;
}


@keyframes title_scroll_service {
	0% {transform: translateX(0);}
	100% {transform: translateX(-160vw);}
}

.service_lead .text {
	width: calc(var(--glid) * 19);
	margin: -10vw auto 0 auto;
	position: relative;
	z-index: 10;
	padding-bottom: 120px;
}

.service_lead .text .copy {
	font-size: 4.8rem;
	margin-bottom: 35px;
}



.service_job {
	display: flex;
	flex-wrap: wrap;
}

.service_job .content {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	padding: calc(var(--glid) * 1.75) calc(var(--glid) * 2);
}

.service_job .content_design,
.service_job .content_sales {
	width: 50%;
	aspect-ratio: 6.66/10;
}

.service_job .content_clafts {
	width: 100%;
	aspect-ratio: 16/7;
}

.service_job .content .title {
	writing-mode: vertical-lr;
	line-height: 1;
	color: #fff;
	background: #0042ff;
	position: absolute;
	right: calc(var(--glid) * 1);
	top: calc(var(--glid) * 1);
	font-size: 4.0rem;
	padding: 0.3em;
}

.service_job .content p {
	width: calc(var(--glid) * 7.5);
	color: #fff;
}

.service_job .content_design {
	background-image: url(images/service/job_design.jpg);
}
.service_job .content_sales {
	background-image: url(images/service/job_sales.jpg);
}
.service_job .content_clafts {
	background-image: url(images/service/job_crafts.jpg);
}

.service_job .links {
	width: 100%;
}

.service_job .links ul {
	display: flex;
	justify-content: space-around;
	width: calc(var(--glid) * 19);
	margin: calc(var(--glid) * -1.75) auto 0 auto;
	position: relative;
	z-index: 10;
}

.service_job .links li {
	width: calc(var(--glid) * 5);
}

.service_job .links li .img {
	margin-bottom: 30px;
}

.service_job .links li .text .sst {
	font-size: 3.2rem;
	margin-bottom: 20px;
	text-align: left;
}

.service_job .links li .text {
	text-align: right;
}

.service_job .links li .text p {
	margin-bottom: 20px;
	font-size: 1.6rem;
}



.service_other {
	width: 100%;
	padding: 160px 0;
}


.service_other ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(var(--glid) * 19);
	margin: 0 auto;
}

.service_other ul li {
	width: calc(var(--glid) * 9);
	display: flex;
	justify-content: space-between;

}

.service_other ul li:first-child {
	margin-bottom: calc(var(--glid) * 1);
}

.service_other ul li .img {
	width: calc(var(--glid) * 3);
}

.service_other ul li .text {
	width: calc(var(--glid) * 5);
}

.service_other ul li .text .sst {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.service_other ul li .text p {
	font-size: 1.6rem;
}

.service_archive p.lead {
	text-align: center;
	margin: calc(var(--glid) * -1) auto calc(var(--glid) * 1.5) auto;
}

.service_archive .content_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: calc(var(--glid) * 19);
}

.service_archive .content_list li {
	width: calc(var(--glid) * 5);
}

.service_archive .content_list li .text {
	padding: 30px 0 0 0;
}

.service_archive .content_list li .text .sst {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.service_archive .content_list li .text p {
	font-size: 1.6rem;
}

/*--------------------------------------
	
	sevice detail
	
--------------------------------------*/

.service_detail_key {
	padding: calc(var(--glid) * 2.5) 0;
}



.service_detail_key .content {
	width: calc(var(--glid) * 19);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}

.service_detail_key .content .img {
	width: calc(var(--glid) * 13);
}

.service_detail_key .content .text {
	width: calc(var(--glid) * 6);
	writing-mode: vertical-rl;
}

.service_detail_key .content .text .copy {
	font-size: 4.0rem;
	margin-left: 0.75em;

	font-feature-settings: initial;
}


.sevice_point {
	width: 100%;
	aspect-ratio: 16/9;
	background: url(images/service/woodworking/ph_3point.jpg) no-repeat center center;
	background-size: cover;
	margin-top: calc(var(--glid) * -2.5);
	color: #fff;
	position: relative;
}

.sevice_point .title {
	writing-mode: vertical-rl;
	position: absolute;
	right: calc(var(--glid) * 2);
	top: calc(var(--glid) * 2);
	font-feature-settings: initial;
}

.sevice_point .title .main {
	font-size: 10.0rem;
	display: block;
}

.sevice_point .title .sub {
	font-size: 2.4rem;
}



.sevice_point ul {
	position: absolute;
	left: calc(var(--glid) * 2);
	bottom: calc(var(--glid) * 2);
	border-top: 1px solid #fff;
	width: calc(var(--glid) * 9);
}

.sevice_point ul li {
	display: flex;
	font-size: 3.2rem;
	padding: 0.5em 0;
	border-bottom: 1px solid #fff;
}


.sevice_point ul li .num {
	display: block;
	width: 1.5em;
	font-size: 3.0rem;
	line-height: 1.5;
}


.title_center_jp {
	font-size: 4.8rem;
}

.service_detail_content {
	width: 100%;
}

.service_detail_content .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(var(--glid) * 19);
	margin: 0 auto;
}

.service_detail_content .inner .content {
	width: calc(var(--glid) * 9);
	margin-bottom: calc(var(--glid) * 0.75);
}

.service_detail_content .inner .content:last-child,
.service_detail_content .inner .content:nth-last-child(2) {
	margin-bottom: 0;
}

.service_detail_content .inner .content .text {
	margin-bottom: 75px;
}

.service_detail_content .inner .content .text .st .line {
	display: inline-block;
	border-bottom: 2px solid #1d2088;
	font-size: 3.2rem;
	margin-bottom: 30px;
	padding-bottom: 0.1em;
}

.service_detail_content .inner .content .lead {
	padding-right: calc(var(--glid) * 1);
}

.service_detail_content .inner .content .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service_detail_content .inner .content .img .ph {
	margin-bottom: calc(var(--glid) * 1);
}

.service_detail_content .inner .content .img .half {
	width: calc(var(--glid) * 4);
}

.service_detail_content .inner .content .img .ph .caption {
	font-size: 1.4rem;
	text-align: right;
	margin-top: 10px;
}



.layout_service .layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(var(--glid) * 19);
	margin: 0 auto 100px auto;
}

.layout_service .layout:nth-child(even) {
	flex-direction: row-reverse;
}


.layout_service .layout .img {
	width: calc(var(--glid) * 7);
}

.layout_service .layout .img .caption {
	font-size: 1.4rem;
	margin-top: 10px;
}

.layout_service .layout .text {
	width: calc(var(--glid) * 10);
}

.layout_service .layout .text .st {
	font-size: 3.2rem;
	margin-bottom: 30px;
}

.layout_service .layout .text p {
	margin-bottom: 45px;
}





.service_archive_blue {
	background: #0042ff;
	color: #fff;
}

.service_archive .content_list li.wide_4 {
	width: calc(var(--glid) * 4);
}

.service_archive .content_list li.wide_8 {
	width: calc(var(--glid) * 8);
	margin-bottom: calc(var(--glid) * 1);
}



/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

.wp-pagenavi_area {
	text-align: center;
	width: 100%;

	margin-bottom: calc(var(--glid) * 2.5);
}

.wp-pagenavi {
	margin: 20px auto 0 auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;



	color: #1d2088;

	margin: 0 5px !important;
	border-radius: 30px;
	


}


.wp-pagenavi a:hover {

	background: #1d2088;
	color: #fff;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {

	min-width: 3.4em;
	font-size: 1.4rem;
	line-height: 2.0em;
	padding: 0.8em 1.3em 0.8em 1.5em;
	text-align: center;
}

.wp-pagenavi span.current {

	background: #0d4cff;
	color: #fff;

}

.wp-pagenavi span.pages {
	font-size: 1.2rem;
	background: none;

	display: block;
	margin: 0 0 40px 0 !important;

}

.wp-pagenavi a, .wp-pagenavi span {


}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.extend {
	display: none;
}


.wp-pagenavi .last,
.wp-pagenavi .first {
	display: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	background: none;
	color: #1d2088;
	margin: 0 15px !important;
	font-size: 1.4rem;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	background: none;
	color: #1d2088;
}




/*----------------------------------------------------------------------------------

	form

----------------------------------------------------------------------------------*/

.form_body {
	width: calc(var(--glid) * 15);
	margin: 0 auto;
}

.form-group {
	border-bottom: 1px solid #1d2088;
	padding: 28px 0;
	display: flex;
	align-content: flex-start;
}

.form-group .col-md-4:first-child {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	align-self: flex-start;
	width: 16em;
	padding: 4px 0;
}

.form-group .col-md-4:first-child p {
	color: #c22626;
}

.form-group .col-md-4 .required {
	font-size: 1.4rem;
}

.form-group div:nth-child(2) {
	flex: 1;
	font-size: 1.6rem;
}

.form-group div:nth-child(2) p.font-small {
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.form-group div:nth-child(2) p.font-small.text_bottom {
	margin-bottom: 5px;
	margin-top: 15px;
}

::placeholder {
	color: #a7a8d0;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-select {
	background: #fff;
	font-size: 16px;
	padding: 8px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #a6a6a6;
	color: #1d2088;
}

.wpcf7-date {
	padding: 6px;
}


.wpcf7-select,
.wpcf7-date {
	width: 15em;
}

.wpcf7-file {
	width: auto;
}

.form-group .wpcf7-list-item {
	margin-left: 0;
	display: block;
}

.text-danger {
	text-align: center;
	color: #c22626;
	padding: 60px 0 45px 0;
}

.submit_area {
	text-align: center;
}

.submit_area .btn {
	border: none;
	color: #fff;
	font-size: 1.8rem;
	margin: 0 auto;
	width: calc(var(--glid) * 6);
	transition: 0.4s ease-in-out;
	cursor: pointer;
}

.form_anno {
	margin-top: 20px;
	margin-bottom: 160px;
	font-size: 1.4rem;
	text-align: center;
}

.wpcf7 form .wpcf7-response-output {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px !important;
	text-align: center;
	background: #0042ff;
	color: #fff;
	margin: 0 !important;
	border: none !important;
	z-index: 90;
}

.wpcf7 form.invalid .wpcf7-response-output {
	background: #c22626;
}


/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/


/*ブレークポイントはcommon.jsのスライダー設定と連動させる*/
@media screen and (max-width:639px){

html {
	font-size: 62.5%;
	width: 100%;
}

body, html {

	min-width: 100%;
	height: 100%;
}



p {
	font-size: 1.4rem;
	text-align: left;
}

h1,h2,h3,h4 {
	font-size: 1.6rem;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

.gmap {
	padding-top: 80%;
}










/*--------------------------------------
	
	key
	
--------------------------------------*/



.key {
	background: #1d2088;
}





.key .copy {
	width: auto;
	position: relative;
	z-index: 10;
	padding-top: 90px;
	

	margin-right: auto;
 	margin-left: auto;
 	
	margin-bottom: 14vw;


	

	
	transform: translateY(0) scale(1.1);
	transition: 0.9s cubic-bezier(.84,.22,.52,.87);
	transition: 0.8s ease-in-out;
	
	
	display: flex;

	justify-content: center;


	font-size: 3.0rem;
	
	
	opacity: 1;
	filter: blur(0);
	transform: translateY(0) scale(1);
}








.key_main {
	position: relative;
	margin-bottom: 0;
}



.keyjob {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.keyjob .ph {
/* 	flex: 1; */
/*
	background: no-repeat center top;
	background-size: cover;
*/
/* 	height:calc(100vh - 160px); */
	height: 33.3vh;
	width: 100%;

/*
	position: sticky;
	top: 0;
	opacity: 0;
*/
	opacity: 1;
	transform: translateY(0);
/*
	transform-origin: bottom;
	transition-timing-function: cubic-bezier(.84,.22,.52,.87);

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
*/

	margin-top: 0;
}
.keyjob .ph01 {
	background-image: url(images/home/ph_key01_sp.png);

/*

	transition-duration: 1.6s;
*/
}
.keyjob .ph02 {
	background-image: url(images/home/ph_key02_sp.png);

/*

	transition-duration: 1.7s;
*/
}
.keyjob .ph03 {
	background-image: url(images/home/ph_key03_sp.png);

/*

	transition-duration: 1.9s;
*/
}

.keyjob .ph01.show {
	margin-top: 0;
}
.keyjob .ph02.show {
	margin-top: 0;
}
.keyjob .ph03.show {
	margin-top: 0;
}

.keyjob .ph.show {
	opacity: 1;
	height: 33.3vh;
	transform: translateY(0);
}

.keyjob .ph h3.text {
/*
	display: block;
	width: 81px;
	height: 1.5em;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
*/
}
.keyjob .ph h3.text span {
	display: block;
	opacity: 0;
	transition: 0.4s ease-in-out;
}


.keyjob.textshow .ph h3.text span {
	transform: translate(0px, 0px);
	opacity: 1;
}


/*

.keyjob .ph .tag {
	width: 88px;
	position: sticky;
	margin-left: 45px;
	margin-top: 48px;
	margin-bottom: 50px;
	top: 48px;
	
	transition: 0.6s cubic-bezier(.84,.22,.52,.87);

	opacity: 0;
}
.keyjob .ph .tag.show {
	opacity: 1;
	margin-top: -48px;
}
*/




.loading {
	display: none;
}


/*
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	pointer-events: none;
	overflow: hidden;
}

.loading.hide {
	display: none;
}
.load_anime {
	position: absolute;
	left: 50px;
	top: 50px;

	transition: 0.8s cubic-bezier(0.36, 0, 0.66, -0.56);
}

.load_anime.hide {
	opacity: 0;
}

.loading img {
	width: 30px;
	opacity: 1;
    animation: loadspin 0.5s linear infinite;
}

@keyframes loadspin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
*/

.key_op {
/*
	width: 100%;
	height: 100vh;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
*/
	
	display: none;
}

/*
.key_op .op {
	flex: 1;
	height: 100%;
	margin-top: 100vh;
	transition: 0.6s cubic-bezier(.84,.22,.52,.87);
}

.key_op .op.show {
	margin-top: 0;
}
.key_op .op.show.hide {
	opacity: 0;
}

.key_op .op01 {
	background: #000;
	opacity: 0.1;
}

.key_op .op02 {
	background: #000;
	opacity: 0.2;
}

.key_op .op03 {
	background: #000;
	opacity: 0.3;
}
*/


/*--------------------------------------
	
	lead ph
	
--------------------------------------*/


/*
.ph_lead_area {
  width:100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.ph_lead_area_box {
	position: relative;
	z-index: 20;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;

  
}
.ph_lead_area .ph {

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  
}
.ph_lead_area .ph .img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  background-image: url(images/home/work_sp.png);
	
}
.ph_lead_area .ph .cover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #1d2088;
	mix-blend-mode: multiply;
}
*/

.home_lead .chart {
	display: block;
	margin: 0 auto;
	width: 82vw;
	height: auto;


	padding-bottom: 10vw;

}
.home_lead .chart .inner {
	width: 100%;
/*
	display: block;
	color: #fff;
	margin: 0 auto;
	position: relative;
*/
}

.home_lead .chart .inner .title {
	writing-mode: horizontal-tb;
	margin-bottom: 8vw;
}

.home_lead .chart .inner .title .first,
.home_lead .chart .inner .title .second {
	position: static;
	font-size: 3.0rem;
	
	min-height: auto;
	
}

.home_lead .chart .inner .title .first {
	top: auto;
	right: auto;
	text-align: center;
}

.home_lead .chart .inner .title .second {
	bottom: auto;
	left: auto;
	text-align: center;
}






.home_lead .chart .inner ul {
	display: block;
	position: relative;
	margin-bottom: 8vw;
	aspect-ratio: 10/8.5;
}

.home_lead .chart .inner ul li {
	width: 42vw;
	height: 42vw;

	font-size: 1.4rem;

	margin-left: 0;
	position: absolute;
}

.home_lead .chart .inner ul li:before {
/*
	content: '';
	display: block;
*/
	width: 42vw;
	height: 42vw;
/*
	border: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	left: calc(var(--glid) * -0.5);
	top: 0;
	border-radius: 50%;
*/
	left: 0;

}

.home_lead .chart .inner ul li:first-child {
	left: 0;
	bottom: 0;
}


.home_lead .chart .inner ul li:nth-child(2) {
	left: calc(50% - 21vw);
	top: 0;
}

.home_lead .chart .inner ul li:nth-child(3) {
	right: 0;
	bottom: 0;
}

.home_lead .chart .inner p {
	font-size: 1.4rem;
	line-height: 1.75;
}






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


footer {
	padding: 16vw 0 calc(40px + 8vw + 20px) 0;
	position: relative;
}

footer .top {
	width: 88vw;
	margin-bottom: 10vw;
}

.sitemap {
	font-size: 2.4rem;
}

.sitemap ul {
	margin-bottom: 6vw;
}

.sitemap li {
	margin-bottom: 1vw;
}

footer .bottom {
	width: 88vw;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
}

footer .copyright {
	
	font-size: 1.4rem;
	margin-top: 80px;
	position: absolute;
	left: 4vw;
	bottom: calc(8vw + 40px + 4vw);
}

.sns_list ul {
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
}

.sns_list ul li {
	margin-right: 0;
	margin-bottom: 4vw;
	line-height: 1;
}

.sns_list ul img {
	width: 18px;
	margin-right: 12px;
}

footer .logo {
	width: 120px;
	margin-top: 8vw;
	align-self: flex-end;
}




/*--------------------------------------
	
	header
	
--------------------------------------*/




header {
	position: fixed;
/*
	top: 0;
	left: 0;
	width: 100vw;
	height: 0;
	overflow: hidden;

	transition: 0.6s cubic-bezier(.19,.5,.5,.88);
	z-index: 60;
*/
	
}

header.show {
	height: 100px;
}

header.active {
	overflow: visible;
}


.home header .logo,
.home header .search,
.home header .toggle {
/* 	transition: 0.9s cubic-bezier(.19,.5,.5,.88); */
	transform: translateY(0);
	opacity: 1;
}
.home header.show .logo,
.home header.show .search,
.home header.show .toggle {
	transform: translate(0);
	opacity: 1;
}


header .logo {
	width: 85px;
	position: fixed;
	left: 6.4vw;
	top: 6.4vw;
	
}


header .search {

	position: fixed;
	left: 5vw;
	width: 90vw;
	top: auto;
	bottom: 4vw;
	
	
	
/*
	display: flex;
	background: #0042ff;
	border-radius: 100vmax;
	color: #fff;

	
	z-index: 80;
*/

}



header .search .title {

	font-size: 11px;
/*
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
*/
	padding: 0 15px;

}

.icon_search {
	width: 1.2em;
	margin-right: 6px;
}



header .search .cond {
	display: flex;
	font-size: 12px;
	flex: 1;
	background: #050744;
	border-radius: 100vmax;
	padding: 0 3%;
	
}

header .search .cond .st {
	flex: 1;
	height: 40px;
	text-align: center;
	padding: 0 0;
/*
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	
*/
	font-size: 1.1rem;
}

header .search .cond .st:before {
/*
	content: '';
	display: block;
	width: 1px;
	height: 1em;
	background: rgba(255,255,255,0.2);
	position: absolute;
	left: 0;
	top: 15px;
*/
}



header .search .cond .st .arrow_bottom {
	background-image: url(images/common/arrow_white_top.svg);
}



header .search .cond .st.active .arrow_bottom {
	background-image: url(images/common/arrow_white_bottom.svg);
}




header .cond_list {
/*
	background: #0042ff;
	border-radius: 20px;
*/
	width: 90vw;
	padding: 6vw;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 50px;
	display: block;
/*
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex: 1;
	
	transition: 0.4s ease-in-out;
	opacity: 0;
	pointer-events: none;
*/
/* 	transform: translateY(20px); */
}

header .cond_list.show {
/*
	transition: 0.2s ease-in-out;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
*/
}


header .cond_list .sst {
	font-size: 1.4rem;
	width: 100%;
	min-width: 100px;
	padding: 0.35em 0;
	margin-bottom: 6vw;
}

header .cond_list ul {
	font-size: 1.1rem;
}

/*
.cond_list .parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.cond_list .parent .child a {
	display: block;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 100vmax;
	padding: 0.35em 0.95em;
}
*/

.cond_list .parent {
	gap: 0.5em;
}


.cond_list .parent .child a {
	padding: 0.25em 0.65em 0.125em 0.65em;
}


.work_list_text .cond_list .parent {
	font-size: 1.1rem;
}

.works_pickup .work_list_text .cond_list .parent,
.blog_list .cond_list .parent {
	font-size: 1.1rem;
}




header .toggle {
	width: 50px;
	position: fixed;
	right: 6.4vw;
	top: 8.9vw;
	cursor: pointer;
}







header .toggle {
/*
	position: relative;

	line-height: 0.5;
	z-index: 50;
	font-size: 20px;
	border: 2px #1caa3d solid;
	width: 70px;
	height: 70px;
	border-radius: 50%;
*/
/* 	height: 24px; */
	z-index: 210;
}

header .toggle span {
/*
	position: absolute;
	left: 0;

	display: inline-block;
*/
	width: 50px;
/*
	height: 1px;
	background: #1d2088;
	transition: 0.4s ease-in-out;
	filter: brightness(1000%);	
*/
}

/*
header.color .toggle span {
	filter: brightness(100%);
}

header.color .toggle.active span {
	filter: brightness(1000%);
}
*/


header .toggle span:first-child {
	top: 0;
}

.toggle span:nth-child(2) {
	top: 8px;
}

header .toggle.active span {

	top: 3px;

	transform: rotate(10deg) translateX(0);
}

header .toggle.active span:nth-child(2) {
	transform: rotate(-10deg) translateX(0);
}




/*toggle menu*/


#menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	z-index: 200;
	
	transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1);
	
	pointer-events: none;
	padding: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
}

#menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #0042ff;
	position: fixed;
	top: 0;
	left: 0;
}

header.normal #menu {
	opacity: 1;
	pointer-events: auto;
	transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}



#menu .navi {

	padding: 8vw;
	
	justify-content: flex-start;
	width: 100%;
	
}

#menu .navi a {
	color: #fff;
}

#menu .navi .toggle {
	position: fixed;
	top: 30px;
	right: 30px;
}





#menu .top {
	width: 88vw;
}

#menu .sitemap ul {
	margin-bottom: 6vw;
}


#menu .sitemap li {
	margin-bottom: 0.8vh;
}


#menu .bottom {
	width: 88vw;
	display: block;
}


#menu .sitemap,
#menu .contact_link {
	font-size: 2.4rem;
}

#menu .contact_link {
	margin-bottom: 6vw;
}

#menu .contact_link img {
	width: 22px;
	filter: brightness(1000%);
	vertical-align: middle;
	margin-left: 15px;
	transform: translateY(-0.05em);
}

#menu .sns_list ul li:last-child {
	margin-right: 0;
}

#menu .sns_list ul li img {
	filter: brightness(1000%);
}

#menu .sns_list {
	margin-bottom: 0;
}


#menu .sns_list ul.link_other {
	margin-bottom: 4vw;
	flex-direction: row;
	justify-content: flex-start;
}

#menu .sns_list ul.link_other li {
	margin-right: 1em;

}











/*--------------------------------------
	
	work list
	
--------------------------------------*/



.arrow {
	padding-right: 1.4em;
	background: no-repeat right center;
	background-size: 0.75em;
	background-image: url(images/common/arrow_lightblue_right.svg);
}

.arrow_bottom {
	background-image: url(images/common/arrow_white_bottom.svg);
}

.arrow_bottom.active {
	background-image: url(images/common/arrow_white_top.svg);
}


.home_case .arrow_area,
.arrow_area {
	text-align: right;
	margin-top: 6vw;
	width: 90vw;
}


.arrow_mid {
	font-size: 1.4rem;
	padding-right: 30px;
	background-size: 1em auto;
}





.arrow_bottom_mid {

	padding-right: 14px;

	background-size: 10px auto;

}

a:hover .arrow_bottom_mid {
	background-position: right center;
}






.link_large {

	width: 100%;
	height: 200px;


}





.arrow_large {
	font-size: 1.2rem;

	padding-right: 55px;
	position: relative;
}


.arrow_large:after,
.arrow_large:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-width: 1px;
	top: -10px;	

}


.arrow_large:after {

	background-size: 12px auto;
}


/*
.arrow_large:before {
	border: 2px solid #0042ff;
	border-radius: 50%;
	transition: 0.2s ease-in-out;
}

.arrow_large:hover:before,
a:hover .arrow_large:before {
	transform: scale(1.2);
}
*/



.btn_close {
	width: 24px;
	aspect-ratio: 1/1;
	display: block;
/*
	justify-content: center;
	align-content: center;
	align-items: center;
*/
	background: url(images/common/icon_close.svg) no-repeat center center #1d2088;
	background-size: 40%;
	position: absolute;
	right: 6vw;
	top: 6vw;
	border-radius: 50%;
	cursor: pointer;
}


/*--------------------------------------
	
	work list
	
--------------------------------------*/


.home .title_scroll {
	margin-bottom: -16vw;
}

.title_scroll {
	font-size: 30vw;
	color: #dceeff;
	letter-spacing: -0.03em;
	width: 100vw;
	overflow: hidden;

}

.title_scroll div {
	width: 340vw;

}

.title_scroll .line {
	width: 170vw;
    animation: title_scroll 15s linear infinite;
}

@keyframes title_scroll {
	0% {transform: translateX(0);}
	100% {transform: translateX(-170vw);}
}



.works_pickup li {
	padding-bottom: 12vw;
	position: relative;
}

.home .works_pickup li:nth-child(2):before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - var(--glid) * 1.5);
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f4f4f4;
}


.works_pickup li a {
	display: block;
}

.works_pickup .work_list_text {
	text-align: right;
}


.works_pickup .work_list_text .inner {
	text-align: left;
}


.works_pickup .img {
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}


.works_pickup .ph01 {
	width: 80vw;
	margin-left: auto;

}

.works_pickup .ph02 {
	width: 58vw;
	margin-top: 6vw;
}

.works_pickup .ph03 {
	width: 30vw;
	align-self: flex-end;
	margin-bottom: -6vw;
}

.works_pickup li:nth-child(odd) .ph01 {
	order: 1;
}

.works_pickup li:nth-child(odd) .ph02 {
	order: 2;
}

.works_pickup li:nth-child(odd) .ph03 {
	order: 3;
	margin-right: 6vw;
}

.works_pickup li:nth-child(odd) .img:after {
	content: '';
	display: block;
	order: 3;
	width: calc(var(--glid) * 3);
}



.works_pickup li:nth-child(even) .ph01 {
	order: 1;
}

.works_pickup li:nth-child(even) .ph02 {
	order: 2;
}

.works_pickup li:nth-child(even) .ph03 {
	order: 3;
	margin-left: auto;
	margin-right: 6vw;
}






.works_pickup .work_list_text {
	width: 100%;
	margin-top: 16vw;
	display: block;
	


}
/*

.works_pickup li:nth-child(even) .work_list_text {
	flex-direction: row-reverse
}
*/


.works_pickup .work_list_text .inner {
	width: 84vw;
	margin: 0 auto;
}

.works_pickup .work_list_text .st {
	font-size: 1.8rem;
	margin-bottom: 2vw;
}

.works_pickup .work_list_text .sst {
	font-size: 1.3rem;
	margin-bottom: 6vw;
}

.works_pickup .work_list_text p {
	margin-bottom: 6vw;
	font-size: 1.4rem;
}




.works_pickup .work_list_text .link {
	align-self: flex-end;
	display: inline-block;
	
	margin: 8vw 6vw 0 0;

}

.works_pickup li:nth-child(odf) .work_list_text .link {
	margin-right: 0;
}

.works_pickup li:nth-child(even) .work_list_text .link {
	margin-left: 0;
}


/*

.work_list_text .st .line {
	display: inline-block;
	position: relative;
	padding-bottom: 0.1em;
	overflow: hidden;
}

.work_list_text .st .line:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #1d2088;
	position: absolute;
	left: 0;
	bottom: 0;
}
*/







.works_list {

	
	
	width: calc(100% - 4px);
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.works_list:after {
	content: '';
	display: block;
	width: calc(var(--glid) * 6);
}

.works_list li {
	width: calc(50% - 1px);
	margin-bottom: 2px;
}


.works_list li .work_list_text {
	padding: 4vw;
	background: #f4f4f4;
}

.works_list li .work_list_text .st {
	font-size: 1.4rem;

	margin-bottom: 0;
}

.works_list li .work_list_text .sst {
	font-size: 1.1rem;
	margin-top: -0.5em;
	margin-bottom: 0;
}

.works_list li .work_list_text .st .line {
	padding-bottom: 0.4em;
}

.works_list li .work_list_text .st .line:after {
	content: none;
}

.works_list li .work_list_text .cond_list .parent {
	font-size: 1rem;
	gap: 0.25em;
}

.works_list li .work_list_text .cond_list .parent .child:after {
	content: ',';
	display: inline;
}

.works_list li .work_list_text .cond_list .parent .child a {
	padding: 0;
	border: none;
	display: inline-block;
	
}

.works_pickup_sub {
	width: 88%;
	

	margin: 0 auto 8vw auto;

}

.works_pickup_sub li {
	padding-bottom: 0;
	margin-bottom: 10vw;
	display: block;
	

}






.works_pickup_sub .work_list_text {
	width: 92%;

	padding: 0;


	margin: 0 auto;

}

.works_pickup_sub .work_list_text .inner {
	width: 100%;
	display: block;
}

.works_pickup_sub .img {
	display: block;
	width: 100%;
	margin-bottom: 8vw;
}

.works_pickup_sub .work_list_text p {
	margin-bottom: 4vw;
}


.works_pickup_sub .work_list_text .link {
	display: inline-block;
	position: relative;
	right: auto;
	bottom: auto;
	margin-right: -4%;;
}









.works_pickup_sub li:nth-child(even) a {
	order: 2;
}


.works_pickup_sub li:nth-child(even) .work_list_text {
	order: 1;

}
















/*--------------------------------------
	
	case list
	
--------------------------------------*/


.section {
	padding-bottom: 16vw;
}

.title_center {
	font-size: 3.0rem;
	text-align: center;
	margin: 16vw auto 10vw auto;
	letter-spacing: 0;
}







.case_list {
	width: calc(100% - 4px);
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.case_list .child {
	width: calc(50% - 1px);
	margin-bottom: 2px;
}

.case_list_home {
	margin-bottom: 0;
	display: block;
	width: 100%;
	width: 100%;
	overflow: hidden;
}




.case_list_home .carousel {
	transform: translateX(7vw);
	width: 100%;
}

.swiper-containerA .swiper-button-prev,
.swiper-containerA .swiper-button-next {
  width: 30px !important;


/*
  background: no-repeat;
  background-size: 9px auto;
  background-color: #0042ff;
  transform: translateY(-50%);
  background-position: center center;
  margin-top: 0;
  border: none;
  border-radius: 50%;
*/
  background-color: #1d2088;

}

.swiper-containerA .swiper-button-next {

left: calc(100% - 7vw - 7vw - 15px) !important;
}

.swiper-containerA .swiper-button-prev {

left: calc(0% - 15px) !important;
}











.case_list_home .child {
	width: 86vw;
}

.case_list .child a {

	padding: 0%;

}

.interview_list .child {
	padding: 0;
}


.case_list .child .img {
	padding: 0;
	margin-bottom: 0;
}

.case_list_home .child .img {
	padding: 6vw 6vw 2vw 6vw;
}

.case_list .child .text {
	padding: 5vw;
}

.case_list .child .sst .line {

	font-size: 1.4rem;
	margin-bottom: 2vw;
}

/*
.page_title .sst .line,
.case_list .child .sst .line {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	overflow: hidden;
	padding-bottom: 0.1em;
	margin-bottom: 10px;
}
*/

.page_title .sst .line {
	font-size: 1.4rem;
	margin-bottom: 4vw;
}


.case_list .child .sst .line:after {

	height: 1px;

}

.case_list .child .st {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

.case_list .child .st br {
	display: none;
}

.case_list .child p {
	font-size: 1.1rem;
	line-height: 1.5;
}






.home_case .arrow_area {
	width: 88vw;

}











/*--------------------------------------
	
	layout
	
--------------------------------------*/


.layout_a {
	width: 100vw;
	margin: 0 auto;
}

.layout_a .layout {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

.layout_a .layout:nth-child(even) {
	flex-direction: row-reverse;
}

.layout_a .layout .content {
	width: 100%;
}

.layout_a .title {
	font-size: 3.2rem;
	writing-mode: horizontal-tb;
	margin-bottom: 8vw;
	padding: 0 6vw;
	
}

.layout_a_sub .title {
	font-size: 2.4rem;
/*
	position: sticky;
	top: 120px;
*/
}

.layout_a .title .en {
	font-size: 3.2rem;
}

.layout_a .layout:nth-child(even) {
	position: relative;
}

.layout_a .layout:nth-child(even) .arrow_area {
	margin-top: 4vw;

}

/*--------------------------------------
	
	faq
	
--------------------------------------*/

.faq_list {

}

.faq_list li {
	padding: 7vw 6vw 4vw 6vw;

}

.faq_list li .main,
.faq_list li .sub {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.faq_list li .icon {
	display: block;
	width: 1.5em;
	font-size: 2.4rem;


}

.faq_list li .main .icon {
	margin-top: -0.05em;
}

.faq_list li .sub .icon {
	margin-top: -0.2em;
}


.faq_list li .main .st,
.faq_list li .sub .text {
	flex: 1;
}

.faq_list li .main .st {
	font-size: 1.8rem;
}

.faq_list li .main {
	margin-bottom: 3vw;
}

.faq_list li .sub {
	font-size: 1.4rem;

/*
	color: #0042ff;
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease-in-out;
*/
}

.faq_list li.show .sub {
	max-height: 1000px;
	margin-bottom: 2vw;
}

.accordion li {
	padding-right: calc(30px + 6vw);
	background-position: right 6vw top 8vw;
	background-size: 20px;
	cursor: pointer;
}



/*--------------------------------------
	
	blog
	
--------------------------------------*/


.blog_list {
	display: block;
}




.blog_list:before {
	order: 1;
}

.blog_list {
	border-top: 1px solid #1d2088;
}



.blog_list li {
	width: 100%;
	margin-bottom: calc(var(--glid) * 1);
}

.blog_list li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #1d2088;
	padding: 6vw 6vw;
	margin: 0;
	gap: 5vw;
}

.blog_list li .img {
	width: 28vw;
}


.blog_list li .text {
	flex: 1;
	margin-top: 0;
	
}




.blog_list li .text .st {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 3vw;
	min-height: 2.8em;
}

.blog_list li .text .sub {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.blog_list li .text .date {
	font-size: 1.1rem;
}


.blog_list_sub {
	width: 100%;
	margin: 0 auto 8vw auto;
	border-top: none;
}

.blog_list_sub li:first-child {
	padding-top: 0;
}

.archive_area .blog_list_sub li:first-child {
	padding-top: 6vw;
}

.archive_area .blog_list_sub {
	border-top: 1px solid #1d2088;
}


/*--------------------------------------
	
	news
	
--------------------------------------*/


.news_list {
	border-top: 1px solid #1d2088;
}

.news_list li a {
	padding: 6vw 6vw;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 5vw;
}

.news_list li .img {
	width: 23vw;
	margin-right: 0;
	align-self: flex-start;
}

.news_list li .text {

	flex: 1;

	
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;

	height: 100%;
}



.news_list li .text .date {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0;
}


.news_list li .text .st {
	font-size: 1.6rem;
	margin-bottom: 2vw;
}










/*--------------------------------------
	
	cv_common
	
--------------------------------------*/

.cv_common {
	background: #1d2088;
	color: #fff;
	padding: 12vw 6vw;
	
}

.cv_common .img {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.cv_common .img .ph {
	display: flex;
	justify-content: space-between;
}

.cv_common .img .ph:first-child {
	width: 100%;
	margin-bottom: 6vw;
}

.cv_common .img .ph:nth-child(2) {
	width: 80%;
	margin-right: 10%;

}

.cv_common .img .ph01 {
/* 	width: 21%; */
	display: none;
	margin-bottom: 6vw;
}

.cv_common .img .ph02 {
	width: 31%;
	margin-bottom: 0;
}

.cv_common .img .ph03 {
	width: 62%;
}

.cv_common .img .ph04 {
	width: 40%;

}

.cv_common .img .ph05 {
	width: 20%;
	margin-top: 0;
}

.cv_common .img .ph06 {
	width: 20%;
	margin-top: 0;
}


.cv_common .text {
	margin-top: 8vw;
	width: 100%;
}

.cv_common .title {
	font-size: 4.0rem;
	margin-bottom: 2vw;
	letter-spacing: 0;
}

.cv_common p {
	margin-bottom: 25px;
}

.btn {

	width: 100%;
	height: 5em;
	font-size: 1.4rem;
}


/*--------------------------------------
	
	ph scroll
	
--------------------------------------*/


.ph_scroll {
	width: 100%;
	overflow: hidden;
}

.ph_scroll ul {
	width: 750vw;
	display: flex;
    animation: ph_scroll 30s linear infinite;
}

@keyframes ph_scroll {
	0% {transform: translateX(0);}
	100% {transform: translateX(-375vw);}
}


.ph_scroll li {
	width: 75vw;
}




/*--------------------------------------
	
	下層ページタイトル
	
--------------------------------------*/


.page_head {
	margin-bottom: 10vw;

}

.page_title {
	padding-top: 0;
	min-height: auto;
	max-height: auto;

}

.page_title .inner {
	width: 100%;
	padding-top: 90px;

	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;}

.page_title .text {
	width: 88%;
	margin: 0 auto;
	padding-bottom: 0;
	order: 1;


}

.page_title_no_image.page_title .text {
	flex: 0 0 auto;
}

.page_title .text .title {
	margin-bottom: 4vw;
}

.page-template-page-contactform .page_title .text .title br {
	display: none;
}


.page_title .text .title .min {
	font-size: 2rem;
}


.page_title .img {
	width: 100%;;
	order: 3;
}

.page_title .sub {
	width: 100%;

	order: 2;
	font-size: 1.2rem;
	padding-bottom: 0;
	writing-mode: horizontal-tb;
	width: 88%;
	margin: 0 auto 8vw auto;
	text-align: left;

}

.page_title .sub .en {
	margin-bottom: 0;
}

.cat_title .title {
	font-size: 6.0rem;
}

.cat_title .title.title_min {
	font-size: 4.0rem;
}

.post_title .title {
	font-size: 2.6rem;

	margin-bottom: 4vw;
	padding-right: 0;
}

.post_title .st {
	font-size: 1.6rem;
	margin-bottom: 4vw;
}

.post_title .st:last-child {
	margin-bottom: 8vw;
}

.post_title .cond_list .parent {
	font-size: 1.1rem;
	margin-bottom: 0;
}

.post_title .cond_list {
	margin-bottom: 8vw;
}

.post_title .cond_list .parent {
	margin-right: 10px;
}

.post_title .cond_list .date {
	font-size: 1.1rem;
}

.post_title .sub {
	display: none;
}



.pankuzu {
	font-size: 1.1rem;
	margin-bottom: 8vw;

}


.page_title .img {
	margin-bottom: 0;
}




.page_title_sub {
	width: 100%;
	background: #0042ff;
	padding: 0;
}

.page_title_sub,
.page_title_sub a {
	color: #fff;
}

.anchor {
	width: 96%;


	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	
	padding: 6vw 0;
}

.anchor li {
	width: 50%;
	font-size: 1.2rem;
	flex: 0 0 auto;;
	padding: 1.4vw 4vw 1.4vw 4vw;
	border-right: none;
}

.anchor li:first-child {
	border-left: none;
}

.anchor li a {
	display: block;
}

.anchor li a span {
	display: block;
}








.work_search {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 6vw 0 2vw 0;
}


.work_search .title {
	font-size: 1.6rem;
	letter-spacing: 0;
	width: 100%;
	padding: 0 6vw;
	margin-bottom: 5vw;
	

	padding-right: 1.4em;
	background: no-repeat right center;
	background-size: 0.75em;
	background-image: url(images/common/arrow_white_bottom.svg);
	background-position: right 6vw center;
	transition: 0.2s ease-in-out;
}
.page_title_sub.active .work_search .title {
	background-image: url(images/common/arrow_white_top.svg);
}


.work_search .title img {
	width: 1.2em;
	margin-right: 15px;
}


.work_search .cond_list {
	display: flex;
	margin-bottom: 0;
	padding: 4vw 5vw;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	
/*
	max-height: 0;
	overflow: hidden;
*/
}

.page_title_sub .work_search .inner {
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
}

.page_title_sub.active .work_search .inner {
	max-height: 1000px;
}

.work_search .cond_list:last-child {
	border-bottom: none;
}


.work_search .cond_list:last-child {
	margin-bottom: 0;
}

.work_search .sst {
	font-size: 1.2rem;
	width: 2.5em;
	margin-top: 0;
	writing-mode: vertical-lr;
}

.work_search .cond_list .parent {
	flex: 1;
	font-size: 1.1rem;
	width: calc(var(--glid) * 12.5);

}







.page_title_sub .lead {
	width: 88%;
	padding: 8vw 0;
}

.page_title_sub .lead .info {
	flex-direction: column;
	
	align-content: flex-start;
	align-items: flex-start;
	font-size: 1.2rem;
	margin-top: 4vw;

}

.page_title_sub .lead .info .main {
	width: 100%;
	font-size: 1.2rem;
}

.page_title_sub .lead .info ul {
	text-align: left;
	display: flex;

	justify-content: flex-start;

	
	text-align: left;
	width: 100%;
	margin-top: 4vw;
}








.work_img {
	width: 88%;
}

.work_img li {
	margin-bottom: 6vw;
}

.archive_area {

	padding-top: 10vw;
	padding-bottom: 8vw;
}

.archive_area .works_list li:nth-child(3) {
	display: none;
}

.service_archive.archive_area .works_list li:nth-child(3) {
	display: block;
}

.archive_area .works_list li:nth-child(n+4) {
	margin-top: 0;
}







/*--------------------------------------
	
	case study
	
--------------------------------------*/



.casestudy_body {
	margin-bottom: 10vw;
}

.casestudy_body .wp-block-columns.is-layout-flex {
	flex-direction: column;
	align-content: center;
	align-items: center;
	gap: 8vw;
	margin: 0 auto 10vw auto;
	width: 88%;
}

.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column {
	width: 100%;
/* 	flex: unset !important; */
}

.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(even) p,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(even) h2,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(even) h3 {
	padding-left: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(odd) p,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(odd) h2,
.casestudy_body .wp-block-columns.is-layout-flex .wp-block-column:nth-child(odd) h3 {
	padding-right: 0;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
}

.casestudy_body .wp-block-columns.is-layout-flex .wp-block-image {
	padding: 3vw 8vw;
}


.casestudy_body h2 {
	font-size: 2.0rem;
	margin-bottom: 4vw;
}

.casestudy_body p {
	margin-bottom: 6vw;
	font-size: 1.4rem;
}

.casestudy_body p:last-child {
	margin-bottom: 0;
}

/*
.casestudy_body p strong {
	font-weight: bold;
	color: #0042ff;
}
*/

.casestudy_body .wp-block-image.size-large {
	width: 100%;
	margin-bottom: 10vw;

}



.casestudy_body p,
.casestudy_body h2,
.casestudy_body h3 {
	width: 88%;
}


.case_bottom .date {
	margin: 6vw auto 0 auto;
	width: 88%;
	font-size: 1.2rem;
	
}


.case_bottom {
	margin-bottom: 12vw;
}



.column_end {
	width: 100%;
	margin: 0 auto 8vw auto;

	flex-direction: column-reverse;
	padding: 6vw;
	

}

.column_end .text {
	width: 100%;
}

.column_end .text h3 {
	font-size: 1.8rem;
}

.column_end .text p {
	font-size: 1.3rem;
}

.column_end .img {
	padding: 4vw;
}

.column_end .img {
	width: 35%;
	margin: 8vw auto 6vw auto;
}






/*
.case_body {
	margin-bottom: 10vw;
}

.case_body .content {
	flex-direction: column;
	align-content: center;
	align-items: center;
	gap: 8vw;
	margin: 0 auto 10vw auto;
	width: 88%;
}

.case_body .content:nth-child(even) {
	flex-direction: column;
}

.case_body .content .img {
	width: 60%;

}

.case_body .content .text {
	width: 100%;
}

.case_body .content.single .img,
.case_body .content.single .text {
	width: 100%;
}

.case_body .content .text h2 {
	font-size: 2.0rem;
	margin-bottom: 4vw;
}
*/


.column_content {
	

	width: 94%;
	border-radius: 15px;
	margin: 0 auto 8vw auto;
	padding: 6vw;
}

.column_content h3 {

	margin-bottom: 4vw;
	padding-left: 38px;

}

.column_content h3:before {
	content: '';
	display: block;
	width: 24px;
	height: 22px;


	left: 0;
	top: 0;
}

.column_content p {
	font-size: 1.3rem;
}

.column_content .sign {
	margin-top: 2vw;
}

/*
.case_body .date {
	margin: 6vw auto 0 auto;
	width: 88%;
	font-size: 1.2rem;
	
}
*/

/*--------------------------------------
	
	blog study
	
--------------------------------------*/


.blog_body {
	width: 88vw;
	margin: 0 auto 10vw auto;
}

.blog_body p {
	margin-bottom: 6vw;
}



.blog_body h2 {
	font-size: 2.6rem;
	margin-top: 10vw;
	margin-bottom: 8vw;
	padding-top: 10vw;

}

.blog_body h3 {
	font-size: 2.2rem;
	margin-top: 8vw;
	margin-bottom: 4vw;
}

.blog_body h4 {
	font-size: 1.8rem;
	margin-top: 6vw;
	margin-bottom: 2vw;
}



.blog_body ul {
	padding: 0 1em;
	margin-bottom: 6vw;
	font-size: 1.4rem;
}

/*
.blog_body ul li {
	text-indent: -1em;
	line-height: 1.75;
	margin-bottom: 0.6em;
}

.blog_body ul li:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: #1d2088;
	margin-right: 0.5em;
	vertical-align: middle;
}
*/






.wp-block-image {
	margin-bottom: 6vw !important;
}

.wp-block-gallery {
	margin-bottom: 0 !important;
	gap: 0 !important;
}



/*--------------------------------------
	
	news study
	
--------------------------------------*/

.news_list_sub {
	width: 100%;
	margin: 0 auto 10vw auto;
	border-top: none;
}

.news_list_sub li:first-child a {
	padding-top: 0;
}





/*--------------------------------------
	
	news body
	
--------------------------------------*/

.news_body_area {
	width: 88vw;
	margin: 0 auto 10vw auto;
	flex-direction: column;
	align-content: center;
	align-items: center;

	
}

.news_body_area .img {
	width: 60%;
	margin-bottom: 10vw;
}

.news_body_area .news_body {
	width: 100%;
}


.news_body p {
	margin-bottom: 6vw;
}



.news_body strong {
	font-weight: bold;
}


.arrow_area_news {

	margin-bottom: 10vw;
}







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


.contact_portal {
	width: 88vw;
	margin-bottom: 8vw;
}

.contact_portal p {
	margin-bottom: 6vw;
	width: 88vw;
	margin-bottom: 8vw;
}

.contact_portal ul {
	flex-direction: column;
	
}

.contact_portal ul li {
	width: 100%;


	padding: 8vw 6vw;
	text-align: center;
/*
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	align-items: center;
*/
	
	margin-bottom: 6vw;
}

.contact_portal ul li .img {
	width: 24px;
	height: 24px;
	margin: 0 auto 5vw auto;
	filter: brightness(1000%);
}

.contact_portal ul li .sst {
	font-size: 1.6rem;
	margin: 0 auto 5vw auto;
}

.contact_portal ul li .sst br {
	display: none;
}

.contact_portal ul li .link_tel {
	font-size: 2.8rem;
	line-height: 1;
	color: #fff !important;
}

.link_tel a {
	color: #fff !important;
}

.contact_portal ul li .link {
	height: auto;

}

.contact_portal ul li .link .btn {
	width: 100%;

	background: #1d2088;
	height: 60px;
}

.contact_portal ul li .link .btn .arrow_mid {
	color: #fff !important;
	background-image: url(images/common/arrow_large_white_right.svg);
}










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



.layout_b {
	margin-bottom: 10vw;
}

.layout_b .layout {
	display: block;
	margin-bottom: 8vw;

}



.layout_b .layout .img {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 8vw;


}

.layout_b .layout .img .title {
	font-size: 2.8rem;
	margin-right: 6vw;
	margin-bottom: 0;



}

.layout_b .layout .img img {
	display: block;
	width: 65%;
}

.layout_b .layout .text {
	width: 88vw;
	padding: 0;
	margin: 0 auto;
}





.layout_b .layout:nth-child(even) .img {
	flex-direction: row-reverse;

}

.layout_b .layout:nth-child(odd) .img {
	align-content: flex-start;
	align-items: flex-start;
}


.layout_b .layout:nth-child(odd) .img .title {
	margin-left: 6vw;
	margin-right: 0;
}


.layout_b .layout .text .copy {
	font-size: 2.4rem;
	margin-bottom: 4vw;
}

.layout_b .layout .text p {
	line-height: 1.75;
}










.about_logo {
	padding: 1vw 0 8vw 0;
}

.about_logo .logo {
	width: 70%;
	margin: calc(var(--glid) * -1.0) auto 40px auto;
}

.about_logo ul {
	width: 88%;

	display: block;

}

.about_logo ul li {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	margin-bottom: 6vw
}

.about_logo ul li .img {
	margin-right: 6vw;
	width: 25%;
}

.about_logo ul li .img img {
	width: 60%;
}

.about_logo ul li .text {
	margin: 0;
}

.about_logo ul li .text p {
	font-size: 1.3rem;
	line-height: 1.5;
}






.company_layout {
	margin-top: 10vw;
	margin-bottom: 10vw;
	padding-bottom: 6vw;
	position: relative;
	


}

.company_layout:after {
	left: 0;

}

.layout_a .layout.company_layout {
	flex-direction: column
}

.layout_a .layout.company_layout:nth-child(even) {
	flex-direction: column;
}




.table_standard {

	margin-bottom: 0;
	font-size: 1.4rem;
}

.table_standard tr th,
.table_standard tr td {
	border-width: 0.8px;
}

.table_standard tr th {
	padding: 4vw 0 4vw 6vw;
	vertical-align: top;
	width: 8em;
}
.table_standard tr td {
	padding: 4vw 6vw 4vw 0;
	vertical-align: top;
}



.tack_group {
	width: 88%;
	margin: 6vw auto;
	padding: 6vw;
}


.tack_group .sst {
	font-size: 2.0rem;
	margin-bottom: 2vw;
	text-align: center;
}

.tack_group .main {
	flex-direction: column-reverse;
	align-content: center;
	align-items: center;

	margin-bottom: 6vw;
}

.tack_group .main .text {
	width: 100%;
}

.tack_group .main .img {
	width: 40%;
	margin-bottom: 4vw;
}

.tack_group .sub {
	display: block;
}

.tack_group .sub span {
	display: block;
	width: auto;
	height: 40px;
	margin: 0 auto 2vw auto;

	text-align: center;
}

.tack_group .sub span img {
	width: auto;
	height: 100%;
}

.tack_group .sub span:first-child {
	padding-right: 0;
	border-right: none;
}


.tack_group .sub span:nth-child(2) {
	padding-left: 0;
}





.history .inner {
	position: relative;
	padding-left: 6vw;
}

.history .inner .sst {
	position: static;
	left: auto;
	top: auto;
	font-size: 4.0rem;
	text-align: left;
	margin-bottom: 6vw;
	
}

.history .inner .parent {

	position: relative;
	

}


.history .inner .parent:before {
	content: none;
}


.history .inner li {

	flex-wrap: wrap;

	font-size: 1.4rem;

	padding-left: 25px;
	position: relative;
	padding-bottom: 5vw;
}

.history .inner li:after {
	content: '';
	width: 3px;
	height: 100%;
	background: #f4f4f4;
	position: absolute;
	left: 3px;
	top: 0.6em;
}

.history .inner li:last-child:after {
	content: none;
}

.history .inner li:before {
	z-index: 10;
}

/*
.history .inner li:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #0042ff;
	position: absolute;
	left: 0;
	top: 0.6em;
}
*/

.history .inner li .date {
	width: 100%;
	margin-bottom: 3vw;
}

.history .inner li .year {
	width: 6em;
}


.history .inner li .month {
	width: 5em;
}

.history .inner li .text {
	flex: 0 0 auto;
	width: 100%;
	transform: translateY(0);

}

.history .inner li .year .en {
	font-size: 2.4rem;
}

.history .inner li .month .en {
	font-size: 2.0rem;
}



.company_access {
	width: 88%;
	margin: 0 auto;
	padding-bottom: 8vw;
}

.company_access .title {
	font-size: 2.4rem;
	margin-bottom: 6vw;
}

.company_access ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_access ul li {
	width: 100%;
	margin-bottom: 12vw;
}

.company_access ul li .img {
	margin-bottom: 8vw;
}

.company_access ul li .bottom {
	width: 90%;
	margin: 0 auto;
	flex-direction: column;

}

.company_access ul li .bottom .text {
	width: 100%;
	padding-right: 0;
	margin-bottom: 6vw;
}

.company_access ul li .bottom .text .st {
	font-size: 1.8rem;
	margin-bottom: 3vw;
}



.company_access ul li .bottom .text table th {
	width: 5em;
}

.company_access ul li .bottom .gmap {
	width: 100%;
	padding: 0;
	align-self: flex-end;
	aspect-ratio: 1/0.75;
}

.company_access ul li .maplink {
	width: 90%;
	margin: 6px auto 0 auto;
}


.company_access ul li.noimage {
	width: 100%;
	margin: 0 auto;
	padding: 10vw 0 0 0;
	border: none;
	border-top: 1px solid #1d2088;
}

.company_access ul li.noimage .bottom {
/* 	width: 100%; */
}

.company_access ul li.noimage .maplink {
/* 	width: 100%; */
}




/*--------------------------------------
	
	recruite
	
--------------------------------------*/


.interview {
	margin-bottom: 12vw;
}

.interview .title {
	width: 88%;
	margin: 0 auto 8vw auto;
	font-size: 2.4rem;
}

.section_border {
	padding-bottom: 8vw;

}

.flow {
	display: block;
	width: 100%;
	position: relative;
}

.flow .title {
	width: 88%;
	margin: 0 auto 8vw auto;
	writing-mode: horizontal-tb;

	font-size: 2.4rem;
}

.flow .flowchart {
	width: 88%;
	margin: 0 auto;

}

.flow .flowchart ul {
	flex-direction: column;
	margin-bottom: 4vw;
	margin-top: 0;
/*
	width: 100%;
	justify-content: space-between;
	margin-bottom: calc(var(--glid) * 1.75);
	position: relative;
*/
}

.flow .flowchart ul li {

	flex-direction: row;
	align-content: flex-start;
	align-items: flex-start;


	
	
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 30px;

}



.flow .flowchart ul li:before {
	content: '';
	width: 3px;
	height: 100%;
	background: #f4f4f4;
	position: absolute;
	left: 3px;
	top: 0.3em;
}

.flow .flowchart ul:before,
.flow .flowchart ul li:last-child:before {
	content: none;
}

.flow .flowchart ul li:after {

	left: 0;
	top: 0.3em;
}






.flow .flowchart ul li .num {
	font-size: 2.0rem;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 1;
}

.flow .flowchart ul li .sst {
	font-size: 1.6rem;
	writing-mode: horizontal-tb;
}


.flow .flowchart .bottom .icon span {

	width: 80px;
	margin-right: 15px;
	font-size: 1.4rem;
}

.flow .flowchart .bottom .icon {
	display: flex;
	margin-bottom: 4vw;
}




.flow .img {
	width: 40%;
	position: absolute;
	right: 0;
	top: 0;
}




.entry {
	display: block;
	padding-top: 12vw;
	padding-bottom: 12vw;
	width: 100%;
	margin: 0 auto;
}

.entry .content {
	width: 100%;
	margin-bottom: 14vw;

}

.entry .content .title {
	width: 88%;
	margin: 0 auto 8vw auto;
	font-size: 2.4rem;

}

.entry .content .table_standard {
	margin-bottom: 10vw;
}

.entry .content p {
	width: 88%;
	margin: 0 auto;
}

.entry .content .btn {
	margin: 0 auto;
	width: 88%;

}









/*
.modal_content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);

	opacity: 0;
	pointer-events: none;
	transition: 0.6s ease-in-out;
	
}

.modal_content.show {
	opacity: 1;
	pointer-events: auto;
}

body.fix {
	overflow: hidden;
}
*/

.modal_recruit .inner {
	width: 92%;
	margin: 4vw auto;
	padding: 5vw;


}

.modal_recruit .inner .btn_close {
	right: 8vw;
	top: 8vw;
}



.modal_recruit .inner .ph_key {
	width: 80%;
	margin: 6vw auto 6vw auto;
}

.modal_recruit .inner .interview_lead {
	width: 80%;
}

.modal_recruit .inner .interview_lead .interview_title {
	margin-bottom: 1vw;
}

.modal_recruit .inner .interview_lead .interview_title {
	font-size: 1.6rem;
}





.modal_recruit .inner .interview_lead p {
	font-size: 1.2rem;
	margin-bottom: 8vw;
}

.interview_body .text {
	margin-bottom: 8vw;
}

.interview_body .st {
	font-size: 2.4rem;
	margin-bottom: 6vw;
}



.interview_body .sst {
	font-size: 1.8rem;
	margin-bottom: 2vw;
}

.interview_body p {
	font-size: 1.4rem;
	margin-bottom: 6vw;
}

.interview_body .img {
	flex-wrap: wrap;
	margin-bottom: 4vw;
}

.interview_body .img img {
	width: 100%;
	margin-bottom: 4vw;
}




/*--------------------------------------
	
	sevice
	
--------------------------------------*/

.service_lead .title_scroll div {
	width: 450vw;
	margin-top: -0.3em;


}

.service_lead .title_scroll .line {
	display: block;
	width: 225vw;
}


@keyframes title_scroll_service {
	0% {transform: translateX(0);}
	100% {transform: translateX(-225vw);}
}

.service_lead .text {
	width: 88vw;
	margin: -4em auto 0 auto;
	padding-bottom: 12vw;
}

.service_lead .text .copy {
	font-size: 3.2rem;
	margin-bottom: 4vw;
}



.service_job {
	display: block;

}

.service_job .content {
/*
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
*/
	justify-content: flex-start;
	padding: 8vw 6vw;
}

.service_job .content_design,
.service_job .content_sales {
	width: 100%;
}

.service_job .content_clafts {
	aspect-ratio: 4/3;
}

.service_job .content .title {

	right: 8vw;
	top: 8vw;
	font-size: 2.4rem;
}

.service_job .content p {
	width: 75%;
}



.service_job .links {
	width: 100%;
}

.service_job .links ul {
	display: block;
	justify-content: space-around;
	width: 88%;
	margin: -8vw auto 0 auto;

}

.service_job .links li {
	width: 100%;
	background: #fff;
}

.service_job .links li .img {
	margin-bottom: 0;
	padding: 10vw 12vw 8vw 12vw;
}

.service_job .links li .text .sst {
	font-size: 2.4rem;
	margin-bottom: 4vw;

}

.service_job .links li .text p {
	margin-bottom: 3vw;
	font-size: 1.4rem;
}



.service_other {
	width: 100%;
	padding: 10vw 0 6vw 0;
}


.service_other ul {


	width: 88%;
}

.service_other ul li {
	width: 100%;


}

.service_other ul li:first-child,
.service_other ul li {
	margin-bottom: 8vw;
}

.service_other ul li .img {
	width: 30%;
}

.service_other ul li .text {
	width: 63%;
}

.service_other ul li .text .sst {
	font-size: 1.8rem;
	margin-bottom: 2vw;
}

.service_other ul li .text p {
	font-size: 1.2rem;
	line-height: 1.75;
}





.service_archive p.lead {

	margin: -6vw auto 8vw auto;
}

.service_archive .content_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 88%;
}

.service_archive .content_list li {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10vw;
}

.service_archive .content_list li .img {
	width:60%;
	padding: 0 0 8vw 0;

}

.service_archive .content_list li .text {
	width: 100%;
	padding: 0 0 0 0;
}

.service_archive .content_list li .text .sst {
	font-size: 1.8rem;
	margin-bottom: 2vw;
}

.service_archive .content_list li .text p {
	font-size: 1.2rem;
}



/*--------------------------------------
	
	sevice detail
	
--------------------------------------*/

.service_detail_key {
	padding: 0 0;
}



.service_detail_key .content {
	width: 100%;
	margin: 0 auto;
	display: block;

	
}

.service_detail_key .content .img {
	width: 100%;
}






.service_detail_key .content .text {
	width: 88%;
	padding: 8vw 0;
	margin: 0 auto;
	writing-mode: horizontal-tb;
}

.service_detail_key .content .text .copy {
	font-size: 2.4rem;
	margin-left: 0;
	margin-bottom: 4vw;
}






.sevice_point {
	width: 100%;
	aspect-ratio: auto;
	background-position: left center;

	margin-top: -10vw;
	padding: 20vw 6vw 10vw 6vw;
	

}

.sevice_point .title {
	writing-mode: horizontal-tb;
	position: static;
	right: auto;
	top: auto;
	margin-bottom: 8vw;

}

.sevice_point .title .main {
	font-size: 4.0rem;
	display: block;
}

.sevice_point .title .sub {
	font-size: 1.8rem;
}



.sevice_point ul {
	position: static;
	left: auto;
	bottom: auto;

	width: 100%;
}

.sevice_point ul li {
	display: flex;
	font-size: 1.6rem;
	padding: 0.8em 0;
	border-bottom: 1px solid #fff;
}


.sevice_point ul li .num {

	width: 1.8em;
	font-size: 1.8rem;
	line-height: 1.3;
}





.title_center_jp {
	font-size: 2.6rem;
}

.service_detail_content {
	width: 100%;
}

.service_detail_content .inner {
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
*/
	width: 88%;

}

.service_detail_content .inner .content {
	width: 100%;
	margin-bottom: 8vw;
}


.service_detail_content .inner .content:nth-last-child(2) {
	margin-bottom: 8vw;
}

.service_detail_content .inner .content .text {
	margin-bottom: 6vw;
}

.service_detail_content .inner .content .text .st .line {
	font-size: 2.0rem;
	margin-bottom: 4vw;
}

.service_detail_content .inner .content .lead {
	padding-right: 0;
}

.service_detail_content .inner .content .img {
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
*/
}

.service_detail_content .inner .content .img .ph {
	margin-bottom: 4vw;
}

.service_detail_content .inner .content .img .half {
	width: 48%;
}

.service_detail_content .inner .content .img .ph .caption {
	font-size: 1.2rem;
	margin-top: 6px;
}



.layout_service .layout {

	width: 88%;
	margin: 0 auto 6vw auto;
}




.layout_service .layout .img {
	width: 100%;
	padding: 6vw 12vw 8vw 12vw;
}

.layout_service .layout .img .caption {
	font-size: 1.2rem;
	margin-top: 6;
}

.layout_service .layout .text {
	width: 100%;
}

.layout_service .layout .text .st {
	font-size: 2.0rem;
	margin-bottom: 4vw;
}

.layout_service .layout .text p {
	margin-bottom: 8vw;
}







.service_archive .content_list li.wide_4 {
	width: 100%;
}


.service_archive .content_list li.wide_8 {
	width: 100%;
	margin-bottom: 10vw;
}



/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

.wp-pagenavi_area {
	font-size: 1.2rem;

	margin-bottom: 12vw;
}

.wp-pagenavi span.pages {
	margin-bottom: 12vw;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {

	font-size: 1.2rem;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	font-size: 1.2rem;
}





/*----------------------------------------------------------------------------------

	form

----------------------------------------------------------------------------------*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;

}


input.contact_input,input.submit,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}


.form_body {
	width: 100%;
	margin: 0 auto;
}

.form-group {
	border-bottom: 1px solid #1d2088;
	padding: 6vw 6vw;
	display: block;

}

.form-group .col-md-4:first-child {
/*
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	align-self: flex-start;
*/
	width: 100%;
	padding: 0;
	margin-bottom: 4vw;
}

.form-group .col-md-4:first-child h4 {
	font-size: 1.8rem;
	font-weight: bold;
}

.form-group .col-md-4:first-child p {
/* 	color: #c22626; */
	
}

.form-group .col-md-4 .required {
	font-size: 1.2rem;
}

.form-group div:nth-child(2) {
/* 	flex: 1; */
	width: 100%;
	font-size: 1.4rem;
}

.form-group div:nth-child(2) p.font-small {
	font-size: 1.4rem;
	margin-bottom: 3vw;
}

/*
::placeholder {
	color: #a7a8d0;
}
*/

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-select {
/* 	background: #fff; */
	font-size: 1.4rem;
	padding: 4px;
/*
	width: 100%;
	border-radius: 3px;
	border: 1px solid #a6a6a6;
	color: #1d2088;
*/
}

.wpcf7-date {
	padding: 2px;
	width: auto;
}


.wpcf7-select {
	width: 100%;
}

/*
.wpcf7-file {
	width: auto;
}
*/

.form-group .wpcf7-list-item {
/*
	margin-left: 0;
	display: block;
*/
}

.form-group .wpcf7-radio,
.form-group .wpcf7-checkbox {
	padding-left: 1em;
	display: block;
}

.form-group .wpcf7-list-item {
	text-indent: -1em;
	margin-bottom: 2vw;
}

.text-danger {
/*
	text-align: center;
	color: #c22626;
*/
	padding: 10vw 0 8vw 0;
	font-size: 1.3rem;
}

.submit_area {
/* 	text-align: center; */
}

.submit_area .btn {
/*
	border: none;
	color: #fff;
*/
	font-size: 1.6rem;
/* 	margin: 0 auto; */
	width: 80%;
	border-radius: 100vmax;
/* 	transition: 0.4s ease-in-out; */
}

.form_anno {
	margin-top: 2vw;
	margin-bottom: 16vw;
	font-size: 1.1rem;
/* 	text-align: center; */
}





.wpcf7 form .wpcf7-response-output {

	padding: 30px !important;

}





}






