/*
Theme Name: 庭屋いぶき
Theme URI: https://niwayaibuki.jp/
Description: 庭屋いぶき
Version: 1.0
Author: 庭屋いぶき
Author URI: https://niwayaibuki.jp/
*/

@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: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
	color: #413f3c;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: auto;
	text-align: left;
	letter-spacing: 0.08em;
	background: #eef0ed;
	height: 100%;
	word-break: break-word;
	
	overscroll-behavior: none;
	overflow-x: hidden;

}

li {
	list-style: none;
}

.en {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}


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: #336460;
	color: #fff;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

table {
	border-collapse: collapse;
}

th {

}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

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

a:visited {
	text-decoration: none;
	color: #413f3c;
}

a:hover {
	text-decoration: none;
}

a.child:hover {
	color: inherit;
}

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

p a {
	text-decoration: underline;
}

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.6em;
	background: no-repeat right center;
	background-size: 0.75em;
	background-image: url(images/common/arrow_lightblue_right.svg);
*/
	transition: 0.2s ease-in-out;
	padding-right: 80px;
}

.arrow:before,
.arrow:after {
	content: '';
	position: absolute;
	right: 0;
	top: -20px;
	width: 60px;
	height: 60px;

	background: #e4e1d6;
}

.arrow:before {
	border-radius: 50%;
	background: #e4e1d6;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}



.arrow:after {
	background: url(images/common/arrow_green_right.svg) no-repeat center center;
	background-size: 18px auto;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.arrow:hover {
	color: #336460;
}

.arrow:hover:before,
a:hover .arrow:before {
	transform: scale(1.15);
}

.arrow:hover:after,
a:hover .arrow:after {
	transform: translateX(5%);
}

.arrow_bottom {
	background: url(images/common/arrow_green_bottom.svg) no-repeat right center;
	background-size: 18px auto;
	padding-right: 24px;
}

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

.arrow_right {
	background: url(images/common/arrow_green_right.svg) no-repeat right 6px center;
	background-size: 18px auto;
	padding-right: 28px;
}

.arrow_right:hover {
	background-position: right 0 center;
}


.area_btn {
	padding: 80px 0 80px 0;
}

.home .area_btn {
	padding: 0;
}

.area_btn .btn {
	margin-left: auto;
	margin-right: auto;
}



a.btn {
	display: block;
	width: calc(var(--glid) * 5);
	padding: 20px;
	color: #fff;
	background: #336460;
	text-align: center;
	font-size: 1.6rem;
	transition: 0.4s ease-in-out;
}

a.btn span {
	display: inline-block;
	padding-right: 28px;
	background: url(images/common/arrow_green_right.svg) no-repeat right 4px center;
	filter: brightness(1000%);
	background-size: 18px auto;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

a.btn:hover {
	background: #28a49a;
}

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


/*--------------------------------------
	
	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: 100%;
	z-index: 300;
}

header .navi ul {
	writing-mode: vertical-rl;
	position: fixed;
	right: 50px;
	top: 50px;
	font-size: 1.6rem;
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;

}

header .navi ul li:last-child {
	display: none;
}

header .navi ul li a:hover {
	color: #336460;
}

.btn_cvn {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	z-index: 9999;

	font-size: 1.2rem;
}

.btn_cvn:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #336460;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.btn_cvn:hover:before {
	transform: scale(1.15);
	background: #28a49a;
}

.btn_cvn span {
	display: block;
	position: relative;
	z-index: 10;
	padding-top: 45px;
	color: #fff;
	background: url(images/common/il_cvn.svg) no-repeat center top;
	background-size: 44px;
	
}

.sitelogo {
	position: fixed;
	top: 50px;
	margin-left: 50px;
	z-index: 300;
	width: 160px;
	
}

.home .sitelogo {
	margin-bottom: 120px;
	position: sticky;
}


.sitelogo,
header .navi ul {
	filter: brightness(1000%);
	transition: 0.6s ease-in-out;
}

.sitelogo {
	transform-origin: left top;
}

header .navi ul {
	transform-origin: right top;
}

body.scroll .sitelogo,
body.scroll header .navi ul {
	filter: brightness(100%);
}

body.scroll .sitelogo {
	transform: scale(0.60);
	top: 25px;
	margin-left: 25px;
}

body.scroll header .navi ul {
	transform: scale(0.75);
	gap: 5px;
	right: 25px;
	top: 25px;
}

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

footer {
	position: relative;
	background: #e4e1d6;
	padding: calc(var(--glid) * 1.0);
	padding-top: calc(var(--glid) * 3);
	font-weight: 700;
	margin-top: 280px;
}

footer:before {
	content: '';
	display: block;
	width: 100vw;
	height: 45px;
	position: absolute;
	left: 0;
	top: -45px;

	background: url(images/common/line_nois_dark.svg) repeat-x center top;
	background-size: 1775px auto;
}

footer .illust_sub {
	left: calc(var(--glid) * 1.25);;
	top: calc(var(--glid) * -2);
	width: calc(var(--glid) * 5);
}

footer .text .sns {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

footer .text .sns a {
	display: block;
	width: 36px;
}

footer .text ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(var(--glid) * 8);
	margin-bottom: 20px;
	
}

footer .text ul li {
	width: calc(var(--glid) * 4);
	margin-bottom: 10px
}

footer .text ul li a:hover {
	color: #336460;
}

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

footer .text p.copyright {
	font-size: 1.1rem;
	margin-bottom: 0;
}




/*--------------------------------------
	
	Loading
	
--------------------------------------*/


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

.loading:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #336460;
	transition: 0.9s cubic-bezier(0.76, 0, 0.24, 1);

}

.loading.hide01:before {
	height: 0;
}

.loading:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #336460;
	transition: 0.9s cubic-bezier(0.76, 0, 0.24, 1);

}

.loading.hide02:after {
	height: 0;
}

.load_icon {
	display: inline-block;
	width: 2vw;
	height: 2vw;
	position: absolute;

	opacity: 1;
	transition: 0.9s cubic-bezier(0.76, 0, 0.24, 1);
	z-index: 100;

}


.home .load_icon {
	left: 50%;
	top: 50%;
	margin-top: -1em;
	margin-left: -1em;
}

.home .load_icon.hide {

	opacity: 0;
}


.load_icon img{animation:loadspin .6s linear infinite}

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

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

.home .key {
	width: 100%;
	height: calc(100% + 40px);
	position: relative;
	display: flex;
	margin-bottom: -235px;
}

.home .key .side {
	width: 50%;
	height: 100%;
	position: fixed;

	top: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.home .key .side_start {
	left: 0;
}

.home .key .side_end {
	right: 0;
}

.home .key .side .copy {
	width: 59px;
	position: relative;
	z-index: 20;
	filter: brightness(1000%);
	margin-top: -50px;
}

.home .key .side .ph {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.home .key .side .ph span.out {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transform-origin: top center;

}

.home .key .side .ph span.out span {
	display: block;
	width: 100%;
	height: 100vh;
	transform: scale(1.05);
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat center center;
	background-size: cover;

}





.home .key.show .side_start .ph span.out:first-child span{
	animation: keyslideinner01 10.0s linear infinite;
}

.home .key.show .side_end .ph span.out:first-child span {
	animation: keyslideinner01 10.0s linear infinite;
}

@keyframes keyslideinner01 {
	0% {transform: scale(1.05) translateY(-1.75%);}
	55% {transform: scale(1.05) translateY(2.5%);}
	56% {transform: scale(1.05) translateY(-2.5%);}
	90% {transform: scale(1.05) translateY(-2.5%);}
	100% {transform: scale(1.05) translateY(-1.75%);}
}


.home .key.show .side_start .ph span.out:nth-child(2) span{
	animation: keyslideinner02 10.0s linear infinite;
}
.home .key.show .side_end .ph span.out:nth-child(2) span {
	animation: keyslideinner02 10.0s linear infinite;
}

@keyframes keyslideinner02 {
	0% {transform: scale(1.05) translateY(2.5%);}
	40% {transform: scale(1.05) translateY(-2.5%);}
	90% {transform: scale(1.05) translateY(2.5%);}
	100% {transform: scale(1.05) translateY(2.5%);}
}








.home .key .side_start .ph span.out:first-child span  {
	background-image: url(images/home/key01.jpg);	
}

.home .key .side_start .ph span.out:nth-child(2) span {
	background-image: url(images/home/key01_02.jpg);

}

.home .key .side_end .ph span.out:first-child span {
	background-image: url(images/home/key02.jpg);

}

.home .key .side_end .ph span.out:nth-child(2) span {
	background-image: url(images/home/key02_02.jpg);

}



.home .key .side_start .ph span.out:nth-child(2) {

}

.home .key.show .side_start .ph span.out:first-child{
	 animation: keyslide01 10.0s ease-out infinite;
}

.home .key.show .side_end .ph span.out:first-child {
	 animation: keyslide01 10.0s ease-in infinite;
}

.home .key.show .side_start .ph span.out:nth-child(2){
	 animation: keyslide02 10.0s ease-out infinite;
}

.home .key.show .side_end .ph span.out:nth-child(2) {
	 animation: keyslide02 10.0s ease-in infinite;
}

@keyframes keyslide01 {
	0% {height: 100%; z-index: 1;}
	45% {height: 100%; z-index: 1;}
	50% {height: 100%; z-index: 1;}
	51% {height: 0%; z-index: 2;}
	90% {height: 0%; z-index: 2;}
	95% {height: 100%; z-index: 2;}
	100% {height: 100%; z-index: 2;}

}

@keyframes keyslide02 {
	0% {height: 0%; z-index: 2;}
	45% {height: 0%; z-index: 2;}
	50% {height: 100%; z-index: 2;}
	90% {height: 100%; z-index: 1;}
	95% {height: 100%; z-index: 1;}
	100% {height: 100%; z-index: 1;}

}


/*--------------------------------------
	
	parts
	
--------------------------------------*/


.nois_border {
	position: relative;
}

.nois_border:after,
.nois_border:before {
	content: '';
	display: block;
	background: url(images/common/nois.png) #336460;
	position: absolute;

}

.nois_border_h:before {
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
}

.nois_border_h:after {
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}

.nois_border_v:before {
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
}

.nois_border_v:after {
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
}

.img_b {
	border: 1px solid #336460;
}

/*--------------------------------------
	
	home
	
--------------------------------------*/




.content_wrap {
	width: 100%;
	

	position: relative;
	z-index: 200;
	background: #eef0ed;
	padding: 10px 0 0 0;
}

.content_wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 120px;
	background: url(images/common/line_nois.svg) repeat-x center top;
	background-size: auto 120px;
	margin-top: -45px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.home_title {
	writing-mode: vertical-rl;
	font-size: 3.2rem;
}

.illust_area {
	position: relative;
}

.illust_sub {
	position: absolute;
}



.area_banner {
	width: calc(var(--glid) * 19);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	padding-bottom: calc(var(--glid) * 2.1);
	padding-top: calc(var(--glid) * 2.1);
}

.area_banner.nois_border_h:before {
	content: none;
}

.area_banner .illust_sub {
	width: calc(var(--glid) * 2.5);
	right: calc(var(--glid) * -0.6);
	bottom: calc(var(--glid) * 0.7);
	
}

@media screen and (max-width:1000px) {
	.area_banner .illust_sub {
		display: none;
	}
}

.area_banner ul {
	width: calc(var(--glid) * 19);
	display: flex;
	gap: calc(var(--glid) * 1);
	justify-content: center;
}

.area_banner ul li.title {
	order: 1;
}

.area_banner ul li img {
	width: calc(var(--glid) * 5);
	border: 1px solid #336460;	
}


.area_concept {
	position: relative;
	width: calc(var(--glid) * 19);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	padding: 0 calc(var(--glid) * 1) 140px calc(var(--glid) * 1);
	

}

.area_concept_sub {
	margin-top: 100px;
}

.area_concept_sub:before {
	content: none;
}

.home .area_concept {
	padding: 140px calc(var(--glid) * 1);
	margin-bottom: 200px;
}

.home .area_concept.nois_border_h:before {
	content: none;
}

.area_concept .copy img {
	width: calc(var(--glid) * 8);
	display: block;
	margin: 0 auto 100px auto;
}

.area_concept .copy {
	width: 100%;

}

.area_concept .title,
.area_concept p {
	writing-mode: vertical-rl;
}




.area_concept p .line {
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 22em;
}

.area_concept p .line01 {
	display: block;
	z-index: 1;
}

.area_concept p .line02 {
	display: block;
	margin-right: -2em;
	z-index: 2;
	height: 0;
	transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.area_concept p .line02.show {
	height: 22em;
}


.area_concept p .line .inner {
	display: block;
	height: 500px;
}


.area_concept p .line01 {
	transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	opacity: 0;

}

.area_concept p .line01.show {
	opacity: 0.3;
}


.area_concept .title {
	font-size: calc(var(--glid) * 0.55);
	line-height: 2;

}

.area_concept_home .title {

	opacity: 0;
	filter: blur(30px);
	transform: scale(1.05);
	transition:0.7s ease-in-out;
}

.area_concept .title.show {
	opacity: 1;
	transform: scale(1.0);
	filter: blur(0);
}

















.area_concept p {
	font-size: calc(var(--glid) * 0.30);
	line-height: 2;
}

.home .area_concept .arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: #eef0ed;
	margin-bottom: -0.6em;
	padding-right: 110px;
	
	left: 50%;
	margin-left: -140px;
	padding-left: 30px;
}

.home .area_concept .arrow:before,
.home .area_concept .arrow:after {
	right: 30px;
}


.area_team {
	background: url(images/home/ph_team.png) no-repeat center top #335f64;
	background-size: 100% auto;
	padding-bottom: 180px;
	color: #fff;
	position: relative;
	margin-bottom: 160px;
}

.area_team:after {
	content: '';
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/common/line_nois.svg) center top;
	background-size: auto 120px;
}


.area_team .title {
	padding: calc(var(--glid) * 2) calc(var(--glid) * 1.2);
	margin-bottom: 65vw;
}

.area_team .title span {
	display: block;
	font-size: 3.2rem;
	padding: calc(var(--glid) * 0.4) calc(var(--glid) * 0.4);
}



.team_list li .img {
    display: block;
    width: 100%;
    height: auto;
    
    background: url(images/common/mask.svg) no-repeat;
    -webkit-mask-image: url(images/common/mask.svg);
    mask-image: url(images/common/mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    
    

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    

}

.team_list {
	width: calc(var(--glid) * 17);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.team_list li {
	width: calc(var(--glid) * 8);
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}

.team_list li .img {
	width: calc(var(--glid) * 3.5);
}

.team_list li .text {
	width: calc(var(--glid) * 4.0);
	margin-bottom: 20px;
}


.team_list li .st {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.team_list li .st .sub {
	font-size: 1.4rem;
	display: block;
}


.team_list li.large {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;

	width: calc(var(--glid) * 7);
	margin-bottom: 80px;
}


.team_list li.large .img {
	margin-bottom: 35px;
	width: 100%;
}


.team_list li.large .st {
	writing-mode: vertical-rl;
	font-size: 3.2rem;
	text-align: end;
	margin-bottom: 0;
}

.team_list li.large p {
	padding-right: 15px;
}

.team_list li.large .st .sub {
	font-size: 1.4rem;
	display: flex;
}

.team_list li p {
	font-size: 1.6rem;
	line-height: 1.5;
}


.area_company {
	width: calc(var(--glid) * 19);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 280px;
}



.table_standard {
	width: 100%;
}

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

.table_standard th,
.table_standard td {
	padding: 25px 0;
}

..table_standard:after {
	content: none;
}

.table_standard th:before,
.table_standard td:before {
	content: none;
}

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


/*--------------------------------------
	
	post list
	
--------------------------------------*/

.area_works {

}


.area_works .area_btn {
	width: calc(var(--glid) * 17);
	position: relative;
	margin: 100px auto 170px auto;
	display: flex;
	justify-content: flex-end;
}

.area_works .area_btn .btn {
	margin-right: 0;
}

.area_works .area_btn .illust_sub {
	width: calc(var(--glid) * 3);
	left: calc(var(--glid) * -1.8);
	top: calc(var(--glid) * -0.5);
}


.area_works {
	position: relative;
	width: calc(var(--glid) * 21);
}

.area_works .home_title {
	position: absolute;
	top: -40px;
	right: calc(var(--glid) * 1);
}

.area_works .home_title .illust_sub {
	width: calc(var(--glid) * 1.25);
	right: calc(var(--glid) * -0.40);
	bottom: calc(var(--glid) * -2.40);
}

.home .work_list {
	width: 100%;
	display: block;
}

.home .work_list li {
	width: 100%;
	margin-bottom: 150px;
}

.home .work_list li a {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}

.home .work_list li:last-child {
	margin-bottom: 0;
}

.home .work_list li:nth-child(even) a {
	flex-direction: row-reverse;
}

.home .work_list li .ph {
	width: calc(var(--glid) * 10);
}

.home .work_list li .text {
	width: calc(var(--glid) * 6);
	padding:  0 0 calc(var(--glid) * 1) 0;
	position: relative;
}

.home .work_list li .text:before {
	content: none;
}

.home .work_list li:nth-child(odd) .text {
	margin-right: calc(var(--glid) * 2);
}

.home .work_list li:nth-child(even) .text {
	margin-left: calc(var(--glid) * 2);
}


.home .work_list li .text .st {
	font-size: 2.8rem;
	margin-bottom: 35px;
	padding-right: calc(var(--glid) * 1);
}

.home .work_list li .text p {
	margin-bottom: 35px;
	padding-right: calc(var(--glid) * 1);
}

.home .work_list li .text .tag {
	padding-right: 70px;
}

.area_blog {
	display: flex;
	padding-left: calc(var(--glid) * 2);
	justify-content: space-between;
	width: calc(var(--glid) * 23);
	margin-bottom: 160px;
}

.area_blog .post_list {
	width: calc(var(--glid) * 11);
	margin-bottom: 70px;
}

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

.area_blog .content {
	display: flex;
	width: calc(var(--glid) * 15);
	flex-wrap: wrap;
}

.area_blog .area_btn {
	width: 100%;
}

.area_blog .area_btn .btn {
	margin-left: 0;
}

.post_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

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

.post_list:after {
	content: '';
	width: calc(var(--glid) * 5);
}

.post_list li .ph {
	aspect-ratio: 5/4;
	overflow: hidden;
	border: 1px solid #336460;
}

.post_list li .ph img {
	transform-origin: center center;
	transition: 0.4s ease-in-out;
}

.post_list li a:hover .ph img {
	transform: scale(1.08);


}

.post_list li .text {
	padding: 30px 10px 0 10px;
}

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

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

}

.post_list li a:hover .text .st {
	color: #336460;
	transition: 0.4s ease-in-out;
}

.post_list .tag {
	font-size: 1.4rem;
	color: #336460;
}

.post_list .tag span {
	display: inline-block;
	margin-right: 0.8em;
}

.home .work_list li .text .arrow:before,
.home .work_list li .text .arrow:after {
	top: auto;
	bottom: calc(var(--glid) * 1 - 20px);
}


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

.post_area .post_list li .text:before,
.post_area .post_list li .text:after {
	content: none;
}

.post_area .post_list li {
	margin-bottom: calc(var(--glid) * 1);
}

.post_area .post_list li .text .st {
	margin-bottom: 15px;
}

.tagui {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 120px;
	margin-top: 80px;
}

.tagui .st {
	font-size: 1.6rem;
	width: 6em;
}

.tagui ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.tagui ul li a {
	display: block;
	font-size: 1.4rem;
	background: #e4e1d6;
	padding: 5px 10px;
	border-radius: 100vmax;
	color: #336460;
}

.tagui ul li a:hover {
	color: #fff;
	background: #336460;
}


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

	about

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


.page_title {
	width: 100%;
	height: 580px;
	background: no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.page_title_about {
	background-image: url(images/common/header_about.png)
}
.page_title_works {
	background-image: url(images/common/header_works.png)
}
.page_title_blog {
	background-image: url(images/common/header_blog.png)
}
.page_title_contact {
	background-image: url(images/common/header_contact.png)
}

.page_title .title {
	color: #fff;
	font-size: 5.2rem;
	text-align: center;
}

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

.anchor li {
	width: 33.3%;
	position: relative;
}

.anchor li:before {
	content: '';
	display: block;
	width: 1px;
	height: 1.2em;
	background: #336460;
	position: absolute;
	left: 0;
	top: 60px;
}

.anchor li:first-child:before {
	content: none;
}

.anchor li a {
	display: block;
	padding: 60px 0;
	text-align: center;
}

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

.lead_standard {
	width: calc(var(--glid) * 19);
	padding: 120px 0 100px 0;
}


.lead_standard .title {
	font-size: 5.2rem;
	margin-bottom: 35px;
	text-align: center;
	padding-top: 148px;
	background: url(images/about/st_about.svg) no-repeat center top;
	background-size: 124px auto;
}

.lead_standard .st {
	font-size: 3.6rem;
	margin-bottom: 35px;

	text-align: center;

}


.lead_standard:after {
	content: none;
}

.lead_standard p {
	text-align: center;
	font-size: 2.0rem;
}

.lead_standard p.long {
	width: calc(var(--glid) * 11);
	text-align: left;
}

.area_saisei {
	width: calc(var(--glid) * 19);
	margin-bottom: 140px;
}


.area_saisei ul {
	display: flex;
	
}

.area_saisei ul li {
	width: calc(var(--glid) * 6);
	padding: 0 calc(var(--glid) * 1) 0 0;
	text-align: center;
}

.area_saisei ul li:nth-child(2) {
	width: calc(var(--glid) * 7);
	padding: 0 calc(var(--glid) * 1);
}

.area_saisei ul li:nth-child(3) {
	width: calc(var(--glid) * 6);
	padding: 0 0 0 calc(var(--glid) * 1);
}

.area_saisei ul li .st {
	font-size: 2.0rem;
	color: #336460;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #e4e1d6;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	margin: 0 auto 40px auto;
}

.area_saisei ul li .sst {
	font-size: 2.8rem;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.area_saisei ul li .img {
	width: 70%;
	margin: 0 auto 40px auto;
	display: flex;
	align-content: center;
	align-items: center;
}



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

.area_donyu:after {
	content: none;
}

.area_donyu .title {
	font-size: 3.6rem;
	text-align: center;
	padding: 130px 0 100px 0;
}

.area_accordion {
	display: flex;
	gap: 1px;
}


.area_donyu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 1px;
}

.area_donyu ul li {
	background: #fff;
	width: 100%;
	cursor: pointer;
}

.area_donyu ul li .st {
	display: flex;
	align-content: center;
	align-items: center;
	font-size: 2.4rem;
}

.area_donyu ul li span.icon {
	position: relative;
	display: block;
	width: calc(var(--glid) * 2);
	aspect-ratio: 1/1;
	padding: 3%;
}

.area_donyu ul li span.icon:after {
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	background: #336460;
	position: absolute;
	right: 0;
	top: 15%;
}

.area_donyu ul li span.text {
	padding: 25px;
	position: relative;
	width: calc(var(--glid) * 7);
}

.area_donyu ul li:hover span.text {
	color: #336460;
}

.area_donyu ul li span.text:before,
.area_donyu ul li span.text:after {
	content: '';
	display: block;
	background: #336460;
	position: absolute;
	top: calc(var(--glid) * 0.45);
	right: 0;
}

.area_donyu ul li span.text:before {
	width: 2px;
	height: 20px;
	margin-right: 9px;
}

.area_donyu ul li span.text:after {
	width: 20px;
	height: 2px;
	margin-top: 9px;
}

.area_donyu ul li.active span.text:before {
	content: none;
}

.area_donyu ul li .content {
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
}

.area_donyu ul li.active .content {
	max-height: 500px;
}

.area_donyu ul li p {
	font-size: 1.4rem;
	padding: 5% 10%;
	background: #e4e1d6;

}



.column {
	width: calc(var(--glid) * 13);
	margin-bottom: 100px;
	position: relative;
}

.column .inner {
	padding: 35px;
}

.column .inner .circle {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 130px;
	height: 130px;
	background: #336460;
	border-radius: 50%;
	font-size: 1.6rem;
	z-index: 10;
}

.column .inner p {
	padding-right: 90px;
}



.flow {
	width: calc(var(--glid) * 13);
	margin-bottom: 140px;
}

.flow li {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	margin-bottom: 80px;
}

.flow li:nth-child(even) {
	transform: translateX(calc(var(--glid) * 1));
}

.flow li .text {
	width: calc(var(--glid) * 7);
	padding-bottom: calc(var(--glid) * 1);
}

.flow li .text .st {
	position: relative;
	display: inline-block;
	color: #336460;
	padding-bottom: 5px;
	margin-bottom: 35px;
	font-size: 2.0rem;
}

.flow li .text .st .num {
	font-size: 6.0rem;
	position: absolute;
	left: -1.75em;
	top: -0.5em;
}

.flow li .text .st:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #336460;
	position: absolute;
	left: 0;
	bottom: 0;
}


.flow li .text:before {
	content: none;
}

.flow li .text .sst {
	font-size: 2.8rem;
	margin-bottom: 25px;
}

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


.together {
	width: calc(var(--glid) * 15);
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

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





/*お問い合わせ*/

.step {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(var(--glid) * 19);
	margin-bottom: 80px;
}

.step li {
	position: relative;
	width: calc(var(--glid) * 4);
	padding: 30px 0 35px 0;
}

.step li:before {
	content: '';
	display: block;
	background: url(images/common/nois.png) #336460;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
}

.step li .st {
	margin-bottom: 5px;
}

.step li .st .num {
	font-size: 3.2rem;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	color: #336460;
}

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

.step li p {
	font-size: 1.6rem;
	font-weight: 700;
}

.step li .arrow_right {
	font-size: 1.6rem;
	font-weight: 700;
}


/*post body*/


.post_title {
	width: calc(var(--glid) * 13);
	margin-top: 110px;
	margin-bottom: 70px;
}

.post_title .eyecatch {
	border: 1px solid #336460;
	margin-bottom: 70px;
}

.post_title .text {
	padding: 0 calc(var(--glid) * 1);
}

.post_title .title {
	font-size: 3.6rem;
	margin-bottom: 10px;
}

.post_title .tag {
	font-size: 1.4rem;
	color: #336460;
}

.post_title .lead {
	margin-top: 40px;
}

.voice {
	width: calc(var(--glid) * 13);
	background: #fff;
	padding: calc(var(--glid) * 1);
	margin-bottom: 70px;
}

.voice .area_title {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.voice .area_title .img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
}

.voice .area_title .sub {
	display: inline-block;
	color: #336460;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 2.0rem;
}

.voice .area_title .text {
	display: block;
	font-size: 2.8rem;
}

.voice .area_title .sub:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #336460;

}

.before .inner {
	padding: calc(var(--glid) * 1);
}

.before .circle {
	left: -30px;
	right: auto;
}

.beforeimage {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.beforeimage .img {
	width: calc(var(--glid) * 5);
	aspect-ratio: 5/4;
	border: 1px solid #336460;
}

.post_body {
	width: calc(var(--glid) * 11);
	margin-bottom: 120px;
}

.post_body .has-inline-color {
	display: block;
	padding: 15px;
}

.post_body .wp-block-buttons {
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

.post_body div.wp-block-button {
	margin: 0 auto;
}


.post_body .wp-element-button {
	display: block;
	padding: 25px 35px;
	color: #fff;
	background: #336460;
	text-align: center;
	font-size: 1.8rem;
	transition: 0.4s ease-in-out;
	border-radius: 0;
}


.post_body .wp-element-button:hover {
	background: #28a49a;
}

.post_body h2 {
	font-size: 2.8rem;
	margin: 100px 0 80px 0;
	padding-top: 60px;
	position: relative;
}

.post_body h2:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 2em;
	height: 2px;
	background: #336460;
	font-size: 2.8rem;
	
}

.post_body h2:first-child,
.post_body h3:first-child {
	margin-top: 0;
}

.post_body h3 {
	font-size: 2.2rem;
	margin: 60px 0 40px 0;
}

.post_body p {
	margin: 0 0 60px 0;
}

.post_body figure {
	margin: 0 0 60px 0;
}

.post_body figcaption {
	font-size: 1.4rem;
}

.post_body ul,
.post_body ol {
	margin: 0 0 60px 0;
	padding-left: 1em;
}

.post_body li {
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 10px;
}

.post_body li:before {
	content: '';
	display: block;
	width: 0.6em;
	height: 0.6em;
	background: #336460;
	position: absolute;
	left: 0;
	top: 0.4em;
	border-radius: 50%;
}



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

	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: #336460;

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


}


.wp-pagenavi a:hover {

	background: #336460;
	color: #fff;
}

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

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

.wp-pagenavi span.current {

	background: #336460;
	color: #fff;

}

.wp-pagenavi span.pages {
	font-size: 1.2rem;
	background: none;
	color: #999;
	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: #336460;
	margin: 0 15px !important;
	font-size: 1.4rem;
}

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










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

	フォーム

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

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



.wpcf7area th,
.wpcf7area td {
	vertical-align: top;
}

.wpcf7area th {
	width: calc(var(--glid) * 4);

}

.wpcf7area th p {
	display: flex;
	justify-content: space-between;
}

.wpcf7area th .icon {
	font-size: 1.2rem;
	color: #fff;
	background: #ab2828;
	display: inline-block;
	line-height: 1;
	border-radius: 3px;
	padding: 3px;
	align-self: center;
	margin: auto 15px;
}

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

.wpcf7-form-control-wrap input {
    background: #fff;
    font-size: 16px;
    padding: 8px;
    width: 100%;
    border: 1px solid #c1c6bf;
    color: #413f3c;
}

.wpcf7-radio {
	display: flex;
	flex-direction: column;
}

.radio .wpcf7-form-control-wrap input {
	padding: 0;
	width: auto;

}

.radio .wpcf7-form-control-wrap .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap textarea {
    background: #fff;
    font-size: 16px;
    padding: 8px;
    width: 100%;
    border: 1px solid #c1c6bf;
    color: #413f3c;
}

.submit_area {
	text-align: center;
	padding: 60px;
	width: 100%;
}

.submit_area p{
	text-align: center;
}

.submit_area .wpcf7-submit {
    border: none;
    color: #fff;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 20px;
    width: calc(var(--glid) * 5);
    transition: 0.4s ease-in-out;
    cursor: pointer;
    background: #336460;
}



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

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


.wpcf7-select {
    border: 1px solid #c1c6bf;
    font-size: 16px;
    padding: 8px;

}

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

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


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

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


/*ブレークポイントは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%;
}




.arrow {

	font-size: 1.4rem;
	padding-right: 65px;
	margin-top: calc(20px + 6vw);
	margin-left: auto;
}

.arrow:before,
.arrow:after {

	top: -10px;
	width: 45px;
	height: 45px;


}

.arrow:before {

}



.arrow:after {
	background-size: 14px auto;
}

.arrow:hover {
	color: #336460;
}

.arrow:hover:before,
a:hover .arrow:before {
	transform: scale(1.15);
}

.arrow:hover:after,
a:hover .arrow:after {
	transform: translateX(5%);
}

.arrow_bottom {
	background: url(images/common/arrow_green_bottom.svg) no-repeat right center;
	background-size: 12px auto;
	padding-right: 14px;
}

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



a.btn {
	display: block;
	width: 80%;
	padding: 15px;
	font-size: 1.4rem;
	margin: 0 auto;
}

a.btn span {
	display: inline-block;
	padding-right: 28px;
	background: url(images/common/arrow_green_right.svg) no-repeat right 4px center;
	filter: brightness(1000%);
	background-size: 18px auto;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

a.btn:hover {
	background: #28a49a;
}

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


.area_btn {
	padding: 12vw 0 12vw 0;
}



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

header {


}

header .navi {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

header .navi ul {
/* 	writing-mode: vertical-rl; */
	position: relative;
	right: auto;
	top: auto;
	font-size: 1.6rem;
/*
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
*/
	filter: brightness(100%);

}

header .navi ul li:last-child {
	display: block;
}



.btn_cvn {
	right: 3.8vw;
	bottom: 3.8vw;
	width: 90px;
	height: 90px;


	font-size: 1.2rem;
}




.btn_cvn span {
	padding-top: 32px;
	background-size: 32px;
	
}

.home .sitelogo,
.sitelogo {
	position: fixed;
	top: 5.1vw;
	left: 5.1vw;
	margin-left: 0;
	width: 80px;
	z-index: 250;
}

.home .sitelogo {
	margin-bottom: 0;
}


.sitelogo,
header .navi ul {
	filter: brightness(1000%);
	transition: 0.6s ease-in-out;
}

.sitelogo {
	transform-origin: left top;
}

header .navi ul {
	transform-origin: right top;
	filter: brightness(100%);
}

body.scroll .sitelogo {
	transform: scale(0.85);
	top: 5.1vw;
	margin-left: 0;
}

body.scroll header .navi ul {
	transform: scale(1);
	gap: 15px;
	right: auto;
	top: auto;
}


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

footer {
	padding: 5vw;
	padding-top: 20vw;
	margin-top: 50vw
}

footer:before {
	content: '';
	display: block;
	width: 100vw;
	height: 45px;
	position: absolute;
	left: 0;
	top: -45px;

	background: url(images/common/line_nois_dark.svg) repeat-x center top;
	background-size: 1775px auto;
}

footer .illust_sub {
	left: 6vw;
	top: -35vw;
	width: 50vw;
}

footer .text .sns {
	display: flex;
	gap: 20px;
	margin-bottom: 4vw;
}

footer .text .sns a {
	display: block;
	width: 26px;
}

footer .text ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 4vw;
	font-size: 1.4rem;
	
}

footer .text ul li {
	width: 100%;
	margin-bottom: 2vw
}


footer .text p {
	font-size: 1.4rem;
	margin-bottom: 4vw;
}

footer .text p.copyright {
	font-size: 1.1rem;
}




/*--------------------------------------
	
	Loading
	
--------------------------------------*/


.loading:before {
	bottom: 0;

	width: 100%;
	height: 50%;

}

.loading.hide01:before {
	height: 0%;

}

.loading:after {
	bottom: 50%;

	width: 100%;
	height: 50%;

}

.loading.hide02:after {
	height: 0%;

}

.load_icon {
	width: 20px;
	height: 20px;


}


.home .load_icon {
	margin-top: -10px;
	margin-left: -10px;
}


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

.home .key {
	width: 100%;
	height: calc(100% + 45px);

	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.home .key .side {
	width: 100%;
	height: calc(50%);

	top: calc(50%);
	

}

.home .key .side:nth-child(2) {
	top: 0;
}

.home .key .side .copy {
	width: 27px;
	margin-top: 0;
}


.home .key .side .ph span.out span {
	height: 50vh;

}




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




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


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




header .toggle {
	width: 40px;
	position: absolute;
	right: 5vw;
	top: 5vw;
	z-index: 9999;
}


header .toggle {

}

header .toggle span {
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background: #336460;
	transition: 0.4s ease-in-out;
	filter: brightness(1000%);	
}

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

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


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

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

header .toggle span:nth-child(3) {
	top: 14px;
}

header .toggle.active span {

	top: 5px;

	transform: rotate(10deg) translateX(0);
	filter: brightness(100%);
}

header .toggle.active span:nth-child(2),
header .toggle.active span:nth-child(3) {
	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: #e4e1d6;
	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 a {
	color: #336460;
}

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

/*--------------------------------------
	
	parts
	
--------------------------------------*/


.nois_border {
	position: relative;
}

.nois_border:after,
.nois_border:before {
	content: '';
	display: block;
	background: url(images/common/nois.png) #336460;
	position: absolute;

}


.img_b {
	border: 1px solid #336460;
}

/*--------------------------------------
	
	home
	
--------------------------------------*/




.content_wrap {
	width: 100%;

	padding: 4vw 0 0 0;
}

.content_wrap:before {

	margin-top: -45px;

}

.home_title {
	writing-mode: vertical-rl;
	font-size: 2.2rem;
	margin: 0 auto 12vw auto;
}
/*

.illust_area {
	position: relative;
}

.illust_sub {
	position: absolute;
}
*/

.area_banner .home_title {
	margin: 0;
}

.area_banner {
	width: 86vw;
	margin-bottom: 6vw;
	padding-bottom: 20vw;
	padding-top: 8vw;
	margin-top: 0;
	justify-content: flex-end;
	position: relative;
}


.area_banner .illust_sub {
	display: block;
	width: 27vw;
	right: -2vw;
	bottom: 8vw;
	
}

.area_banner ul {
	width: 72%;
	flex-direction: column;
	gap: 6vw;
}

.area_banner ul li.title {
	position: absolute;
	left: calc(100% - 1.2em);
	top: 8vw;
}

.area_banner ul li img {
	border: 1px solid #336460;
	width: 100%;
}





.area_concept {

	width: 86vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	

}


.area_concept_sub {
	margin-top: 0;
}


.area_concept.nois_border_h:before {
	width: 100vw;
	height: 1px;
	left: -7vw;
	top: 0;
}

.area_concept.nois_border_h:after {
	width: 100vw;
	height: 1px;
	left: -7vw;
	bottom: 0;
}

.area_concept_sub.nois_border_h:before {
	content: none;
}

.area_concept .copy {
	position: relative;
	margin-bottom: 12vw;
}

.area_concept .copy:after {
	content: '';
	display: block;
	background: url(images/common/nois.png) #336460;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}

.area_concept .copy img {
	width: 90%;
	margin: 10vw auto 16vw auto;
}

.area_concept .copy {
	width: 100%;

}

.area_concept_sub {
	padding-bottom: 12vw;
}


.home .area_concept {
	padding: 16vw 0 4vw 0;
	margin-bottom: 12vw;
}


.area_concept p {
	writing-mode: horizontal-tb;
}

.area_concept .title {
	font-size: 2.8rem;
	margin-bottom: 6vw;

}

.area_concept p {
	font-size: 1.5rem;
	margin-bottom: 8vw;
}

.home .area_concept .arrow {
	position: relative;
	right: auto;
	bottom: auto;
	background: none;
	margin-bottom: 8vw;
	padding-left: 0;
	padding-right: 65px;
	margin-left: auto;
	margin-right: auto;
	
	
	
	left: 0;
}

.home .area_concept .arrow:before,
.home .area_concept .arrow:after {
	right: 0;
}







.area_concept p .line {

	max-height: auto;
}



.area_concept p .line02 {

	margin-right: 0;
	margin-top: -2em;

	height: auto;
	opacity: 0

}

.area_concept p .line02.show {
	height: auto;
	height: auto;
	opacity: 1;
}


.area_concept p .line .inner {
	height: auto;
}






.area_concept p .line01 {
	transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	opacity: 0;

}

.area_concept p .line01.show {
	opacity: 0.3;
}
























.area_team {
	background: url(images/home/ph_team_sp.png) no-repeat center top #335f64;
	background-size: 100% auto;
	padding-bottom: 16vw;
	margin-bottom: 4vw;
	padding-top: 164vw;
}

.area_team:after {
	content: '';
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/common/line_nois.svg) center top;
	background-size: auto 120px;
}


.area_team .title {
/*
	padding: calc(var(--glid) * 2) calc(var(--glid) * 1.2);
	margin-bottom: 25vw;
*/
	display: none;
}

.area_team .title span {

}



.team_list li .img {
    display: block;
    width: 50%;
    height: auto;
    
    background: url(images/common/mask.svg) no-repeat;
    -webkit-mask-image: url(images/common/mask.svg);
    mask-image: url(images/common/mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    
    

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    

}

.team_list {
	width: 86vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.team_list li {
	width: 100%;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 8vw 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.team_list li .img {
	width: 35%;
}

.team_list li .text {
	width: 60%;
	margin-bottom: 0;
}


.team_list li .st {
	font-size: 2.0rem;
	margin-bottom: 2vw;
}

.team_list li .st .sub {
	font-size: 1.2rem;
	display: block;
}


.team_list li.large {
/*
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
*/
	gap: 7vw;
	width: 100%;
	margin-bottom: 12vw;
	padding: 0 4vw;
	border: none;
}

.team_list li.large:nth-child(even) {
	flex-direction: row;
}


.team_list li.large .img {
	margin-bottom: 6vw;
	width: 100%;
}

.team_list li.large .content {
	width: calc(100% - 3em);
}

.team_list li.large .st {
	writing-mode: vertical-rl;
	font-size: 2.4rem;
	text-align: end;
	width: 2em;
	align-self: stretch;
	text-align: end;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	align-items: flex-end;
}

.team_list li.large:nth-child(even) .st {
	display: flex;
	flex-direction: column-reverse
}

.team_list li.large p {
	font-size: 1.4rem;
	padding-right: 0;
}

.team_list li.large p br {
	display: none;
}

.team_list li.large .st .sub {
	font-size: 1.2rem;
	display: flex;

}

.team_list li p {
	font-size: 1.2rem;
	line-height: 1.5;

}


.area_company {
	width: 86vw;
	display: block;
	margin-bottom: 28vw;
}



.table_standard {
	width: 100%;
	font-size: 1.3rem;
}

.table_standard th {
	width: 20%;
}

.table_standard th,
.table_standard td {
	padding: 25px 0;
}

..table_standard:after {
	content: none;
}

.table_standard th:before,
.table_standard td:before {
	content: none;
}

.area_company .table_standard {
	width: 100%;
}



/*--------------------------------------
	
	post list
	
--------------------------------------*/

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

/*
.area_works:after {
	content: '';
	display: block;
	background: url(images/common/nois.png) #336460;
	position: absolute;	width: 100vw;
	height: 1px;
	left: -7vw;
	bottom: 0;
}
*/


.area_works .area_btn {
	width: 86vw;

	margin: 12vw auto 0 auto;
	display: flex;
	flex-direction: column;
}

.area_works .area_btn .illust_sub {
	position: static;
	width: 30vw;
	left: auto;
	top: auto;
	margin: 0 0 8vw auto;
}


.area_works {
	position: relative;
	width: 86vw;
}

.area_works .home_title {
	position: relative;
	top: auto;
	right: auto;
}

.area_works .home_title .illust_sub {
	width: calc(var(--glid) * 1.25);
	right: calc(var(--glid) * -0.40);
	bottom: calc(var(--glid) * -2.40);
	display: none;
}

.home .work_list {
	width: 100%;
}

.home .work_list li {
	margin-bottom: 12vw;
}

.home .work_list li a {
	display: block;
}


/*

.home .work_list li:nth-child(even) a {
	flex-direction: row-reverse;
}
*/

.home .work_list li .ph {
	width: 100%;
}

.home .work_list li .text {
	width: 90%;
	padding:  8vw 0 8vw 0;
	position: relative;
	margin: 0 auto;
}


.home .work_list li:nth-child(odd) .text {
	margin-right: auto;
}

.home .work_list li:nth-child(even) .text {
	margin-left: auto;
}


.home .work_list li .text .st {
	font-size: 2.0rem;
	margin-bottom: 4vw;
	padding-right: 0;
}

.home .work_list li .text p {
	margin-bottom: 7vw;
	margin-top: 0;
	padding-right: 0;
}

.home .work_list li .text .tag {
	padding-right: 50px;
}


.home .work_list li .text .arrow:before,
.home .work_list li .text .arrow:after {
	top: auto;
	bottom: calc(8vw - 10px);
}







.area_blog {
	display: flex;
	flex-direction: column-reverse;
	padding-left: 0;

	width: 100vw;
	margin-bottom: 12vw;
	padding: 0 0 12vw 0;
}

.area_blog .home_title {
	margin-top: 12vw;
}

.area_blog .post_list {
	width: 86vw;
	margin-bottom: 8vw;
}

.area_blog .img {
	width: 100%;

}

.area_blog .img img {
	border-left: 0;
	border-right: 0;
}

.area_blog .content {
	display: block;
	width: 100%;
	flex-wrap: wrap;
}

.area_blog .area_btn {
	width: 86vw;
	margin: 0 auto;
}



.area_works .area_btn .btn {
	margin-right: auto;
}

.area_blog .area_btn .btn {
	margin-left: auto;
}

.post_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.post_list li {
	width: 100%;
	margin-bottom: 8vw;
}

.post_list:after {
	content: '';
	width: calc(var(--glid) * 5);
}

.post_list li .ph {
	aspect-ratio: 5/4;
	overflow: hidden;
	border: 1px solid #336460;
}

.post_list li .ph img {
	transform-origin: center center;
	transition: 0.2s ease-in-out;
}

.post_list li a:hover .ph img {
	transform: scale(1.08);


}

.post_list li .text {
	padding: 30px 10px 0 10px;
}

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

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

}

.post_list li a:hover .text .st {
	color: #336460;
	transition: 0.4s ease-in-out;
}

.post_list .tag {
	font-size: 1.2rem;
	color: #336460;
}

.post_list .tag span {
	display: inline-block;
	margin-right: 0.8em;
}


.post_area .post_list li .text .st {
	margin-bottom: 4vw;
}



.post_area .post_list li {
	margin-bottom: 12vw;
}

.tagui {
	display: flex;
	flex-wrap: wrap;

	justify-content: center;
	gap: 20px;
	margin-bottom: 12vw;
	margin-top: 0;
}

.tagui .st {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	font-size: 1.4rem;
	width: 8em;

}

.tagui ul {
	display: flex;
	gap: 10px;
}

.tagui ul li a {
	font-size: 1.2rem;

	padding: 5px 8px;

}

.tagui ul li a:hover {
	color: #fff;
	background: #336460;
}



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

	about

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


.page_title {
	width: 100%;
	height: 400px;
}


.page_title .title {
	color: #fff;
	font-size: 3.2rem;
}

.page_title .title .sub {
	display: block;
}

.anchor {
	width: 100%;
	justify-content: center;
	gap: 2vw;
}

.anchor li {
	width: auto;
	font-size: 1.2rem;
}

.anchor li:before {
	content: none;
/*
	display: block;
	width: 1px;
	height: 1.2em;
	background: #336460;
	position: absolute;
	left: 0;
	top: 60px;
*/
}


.anchor li:first-child:before {
	content: none;
}

.anchor li a {
	
	padding: 10vw 0;
	
}

.ph_feature {
	width: 90vw;
}

.lead_standard {
	width: 86vw;
	padding: 12vw 0 10vw 0;
}

.lead_standard .title {
	font-size: 3.0rem;
	margin-bottom: 6vw;
	padding-top: 90px;
	background-size: 82px auto;
}

.lead_standard .st {
	font-size: 2.8rem;
	margin-bottom: 6vw;
}



.lead_standard:after {
	content: none;
}

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

.lead_standard p br {
	display: none;
}

.lead_standard p.long {
	width: 100%;
}

.area_saisei {
	width: 86vw;
	margin-bottom: 16vw;
}


.area_saisei ul {
	display: flex;
	display: block;
	
}

.area_saisei ul li {
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 10vw;
	border-top: 1px solid #e4e1d6;
	padding: 8vw 0 0 0;
}

.area_saisei ul li:nth-child(2) {
	width: 100%;
	padding: 8vw 0 0 0;
}

.area_saisei ul li:nth-child(2):after,
.area_saisei ul li:nth-child(2):before {
	content: none;
}

.area_saisei ul li:nth-child(3) {
	width: 100%;
	padding: 8vw 0 0 0;
}

.area_saisei ul li .stgroup {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 8vw;
}

.area_saisei ul li .st {
	font-size: 1.4rem;
	width: 70px;
	height: 70px;
	margin: 0 auto 0 auto;
}

.area_saisei ul li .sst {
	font-size: 2.0rem;
	width: calc(100% - 70px);
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	text-align: left;
}

.area_saisei ul li .img {
	width: 70%;
	margin: 0 auto 6vw auto;
	display: flex;
	align-content: center;
	align-items: center;
}



.area_donyu {
	width:86vw;
}

.area_donyu:after {
	content: none;
}

.area_donyu .title {
	font-size: 2.4rem;
	text-align: center;
	padding: 8vw 0 8vw 0;
}

.area_accordion {
	flex-direction: column;
	gap: 1px;
}


.area_donyu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 1px;
}

.area_donyu ul li {
	background: #fff;
	width: 100%;
	cursor: pointer;
}

.area_donyu ul li .st {
	display: flex;
	align-content: center;
	align-items: center;
	font-size: 1.6rem;
}

.area_donyu ul li span.icon {

	width: 20vw;
}

.area_donyu ul li span.icon:after {
/*
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	background: #336460;
	position: absolute;
	right: 0;
	top: 15%;
*/
}

.area_donyu ul li span.text {
	padding: 4vw;

	width: 79vw;
	padding-right: 15px;
}



.area_donyu ul li span.text:before,
.area_donyu ul li span.text:after {
	content: '';
	display: block;
	background: #336460;
	position: absolute;
	top: 6vw;
	right: 4vw;
}

.area_donyu ul li span.text:before {
	width: 2px;
	height: 10px;
	margin-right: 4px;
}

.area_donyu ul li span.text:after {
	width: 10px;
	height: 2px;
	margin-top: 4px;
}


.area_donyu ul li p {
	font-size: 1.3rem;

}



.column {
	width: 86vw;
	margin-bottom: 12vw;
	position: relative;
}

.column .inner {
	padding: 10vw 8vw 8vw 8vw;
}

.column .inner .circle {

	right: -5vw;
	top: -5vw;
	width: 70px;
	height: 70px;

	font-size: 1.1rem;

}

.column .inner p {
	padding-right: 0;
}



.flow {
	width: 86vw;
	margin-bottom: 12vw;
}

.flow li {
	display: block;
	margin-bottom: 12vw;
}

.flow li:nth-child(even) {
	transform: translateX(0);
}

.flow li .text {
	width: 100%;
	padding-bottom: 8vw;
}

.flow li .text .st {

	margin-bottom: 4vw;
	font-size: 1.8rem;
}

.flow li .text .st .num {
	font-size: 2.0rem;
	position: static;
	display: inline-block;
	margin-right: 0.3em;
}




.flow li .text:before {
	content: none;
}

.flow li .text .sst {
	font-size: 2.6rem;
	margin-bottom: 6vw;
}

.flow li .img {
	width: 100%;
}


.together {
	width: 86vw;
	flex-direction: column;
	gap: 6vw;
}

.together .img {
	width: 100%;
}


/*お問い合わせ*/

.step {
/*
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
*/
	width: 86vw;
	margin-bottom: 12vw;

}

.step li {
	position: relative;
	width: 100%;
	padding: 6vw 0 0 0;
}

.step li:before {
/*
	content: '';
	display: block;
	background: url(images/common/nois.png) #336460;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
*/
	content: none;
}

.step li:first-child:before {
	content: '';
}

/*
.step li .st {
	margin-bottom: 5px;
}
*/

.step li .st {
	margin-bottom: 0;
}

.step li .st .num {
	display: inline-block;
	font-size: 2.0rem;

	margin-bottom: 0;
	width: 1.8em;

}

.step li .st .text {
	font-size: 1.8rem;
	margin-bottom: 0;
}

.step li p {
	font-size: 1.3rem;
	margin-left: 2.8em;
}

.step li .arrow_right {
	font-size: 1.3rem;
	margin-left: 2.8em;
}


/*post body*/


.post_title {
	width: 86vw;
	margin-top: 10vw;
	margin-bottom: 12vw;
}

.post_title .eyecatch {

	margin-bottom: 12vw;
}

.post_title .text {
	padding: 0 0;
}

.post_title .title {
	font-size: 2.8rem;
	margin-bottom: 2vw;
}


.post_title .tag {
	font-size: 1.2rem;

}

.post_title .lead {
	margin-top: 4vw;
}

.voice {
	width: 86vw;

	padding: 6vw;
	margin-bottom: 12vw;
}

.voice .area_title {
	flex-direction: column-reverse;
	margin-bottom: 4vw;
}

.voice .area_title .img {
	width: 90px;
	height: 90px;
	margin-bottom: 4vw;
}

.voice .area_title {
	text-align: center;
}

.voice .area_title .sub {


	margin-bottom: 2vw;
	font-size: 1.6rem;
}

.voice .area_title .text {

	font-size: 2.4rem;
}



.before .inner {
	padding: 14vw;
}

.before .circle {
	left: -5vw;
	right: auto;
	top: -5vw;
	width: 70px;
	height: 70px;
	
	font-size: 1.1rem;
}

.beforeimage {
	flex-direction: column;
	gap: 4vw;
}

.beforeimage .img {
	width: 100%;

}

.post_body {
	width: 86vw;
	margin-bottom: 12vw;
}




.post_body .has-inline-color {
	padding: 4vw;
}

.post_body .wp-block-buttons {
	margin-bottom: 8vw;
}



.post_body .wp-element-button {


	padding: 6vw;
	font-size: 1.4rem;
}




.post_body h2 {
	font-size: 2.4rem;
	margin: 10vw 0 6vw 0;
	padding-top: 7vw;
	position: relative;
}

.post_body h2:before {

	
}

.post_body h3 {
	font-size: 1.6rem;
	margin: 8vw 0 4vw 0;
}

.post_body p {
	margin: 0 0 8vw 0;
}

.post_body figure {
	margin: 0 0 8vw 0;
}

.post_body figcaption {
	font-size: 1.2rem;
}

.post_body ul,
.post_body ol {
	font-size: 1.4rem;
}


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

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

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

	フォーム

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

.wpcf7area {
	width: 100%;
	
}

.wpcf7area th .icon {
	font-size: 1.1rem;
	margin: 0;
}

.wpcf7area th,
.wpcf7area td {
	display: block;
	width: 100%;
	padding: 3vw 6vw;
}

.wpcf7area th {
	border-bottom: none;
	padding-bottom: 0;
}

.wpcf7area td {
	padding-top: 3vw;
}

.wpcf7-form-control-wrap input {
    width: 100%;
}




.submit_area {

	padding: 6vw;

}


.submit_area .wpcf7-submit {

    font-size: 1.6rem;
    padding: 1.5em;
    width: 100%;

}




.wpcf7 form .wpcf7-response-output {

	padding: 30px !important;

}

.wpcf7-select {
    font-size: 1.4rem;
	width: 100%;

}



}






