

@charset "UTF-8";

/*
10px	63%
11px	69%
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
17px	107%
18px	113%
19px	119%
20px	125%
21px	132%
22px	138%
23px	144%
24px	150%
25px	157%
26px	163%
*/

* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}

img {
  height: auto;

}


html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
   font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   background: #f3f3f3;
}
#body-menux {
	width: 100%;
	overflow: hidden;
}
#body-menux ul {
	width: 102.6%;
}
#body-menux .hover {
	background: #a55e2b;
	color: #fff;
}
#body-menux li a {
	float: left;
	background: #fbf1e4;
	padding: 1.6% 0;
	width: 48.4%;
	margin: 1.6% 1.6% 0 0;
	display: block;
	text-align: center;
}
#body-menux li a:hover {
	background: #6e3710;
	color: #fff;
}
@media screen and (max-width:1340px){
html {
	font-size: 56.25%;	
}
}

@media screen and (min-width:1680px){
html {
	font-size: 68.75%;	
}
header ul.main {
	font-size: 14px !important;
}
.prev-next {
	padding: 1.5em;
	position: relative
}
.prev-next strong {
	font-weight: 400
}
.prev-next .post-next, .prev-next .post-prev {
	width: 50%;
	color: #999;
	font-size: 14px;
	position: relative;
}
.prev-next .post-next {
	text-align: right
}
.prev-next .post-next::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 1px;
	background-color: #eee;
}
.prev-next .next, .prev-next .prev {
	display: block;
	font-size: 14px;
	padding-bottom: 16px;
}
.sb {
	box-shadow: 0 1px 3px rgba(26,26,26,.2);
	background: #fff;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.mt {
	margin-top: 80px;
}
.mb {
	margin-bottom: 20px;
}
}


body {

	position: relative;
	font-family: "微软雅黑";
  font-weight: 500;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  margin: auto;
  text-align: left;

  letter-spacing: 0.04em;
  background: #fff;
  
  max-width: 1680px;

}

#teacher-list {
	padding: 3% 0 2% 0;
}
#teacher-list ul {
	width: 102.6%;
}
#teacher-list li {
	width: 14.1%;
	float: left;
	position: relative;
	margin: 0 2.48% 2.48% 0;
	overflow: hidden;
	transition: all 0.2s;
}
#teacher-list li:hover {
	transition: all 0.2s;
	box-shadow: 0 0 50px rgba(170, 170, 170, .5);
}
#teacher-list li img {
	width: 100%;
}
#teacher-list li .info {
	position: absolute;
	width: 100%;
	padding: 0 0 8% 0;
	color: #000;
	background: #fff;
	z-index: 999;
	transition: all .3s;
	bottom: -100%;
}
#teacher-list li:hover .info {
	bottom: 0;
}
#teacher-list li .t {
	margin: 8% 0 0 8%;
}
#teacher-list li .s {
	margin: 4% 0 5% 8%;
}
#teacher-list li .x {
	margin: 2% 0 0 8%;
	width: 60px;
	height: 2px;
	background: #F06402;
	display: block;
}

.jp,
.post_body h2,
.post_body h3 {
font-family: 'Comic Sans MS', cursive;
}


.p a:hover,p a:hover {
	text-decoration: underline;
}

li {
  list-style: none;
}

img {
	width: 100%;
  height: auto;
  transition: 0.6s ease-in-out;
}

a:hover img {
	filter: brightness(60%);
}


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

a:hover:before,
a:hover:after {
	transition: 0.2s ease-in-out;
}

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

a:hover {
  text-decoration: none;
  color: #222;
}




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

a:hover img {
  /*opacity: 0.8;*/
}

*::selection {
  background: #222;
  color: #fff;
}


img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4 {
	line-height: 1.75;
	font-size: 66%;
	font-weight: 500;

}

.lmbt{
	line-height: 1.75;
	font-size: 80%;
	font-weight: 500;

}





table {
  border-collapse: collapse;
}

.center {
	text-align: center;
}

.left {
  float: left;
}

.right{
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}



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

}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}


.wide_standard {

	padding: 0 9.8%;
	margin: 0 auto;
	width: 100%;
	display: block;
	

}

@media screen and (min-width:1680px){
.wide_standard {

	padding: 0 143px;

}
}

.wide_slim {
	width: 73.4%;
	margin-left: auto;
	margin-right: auto;
}

.wide_1_2,
.wide_1_2_w,
.wide_1_3,
.wide_2_3,
.wide_1_4,
.wide_3_4 {
/*	margin-left: auto;
	margin-right: auto;*/
}


.flex .wide_1_2,
.flex .wide_1_2_w,
.flex .wide_1_3,
.flex .wide_2_3,
.flex .wide_1_4,
.flex .wide_3_4 {
	margin-left: 0;
	margin-right: 0;
}

.wide_1_2 {
	width: 46.7%;
}

.wide_1_2_w {
	width: 53.0%;
}

.wide_1_3 {
	width: 22%;
}

.mg80 {
	margin: 0 0 80px 0;
}

.wide_1_3_w {
	width: 35.3%;
}

.wide_2_3 {
	width: 64.7%;
}

.wide_1_4 {
	width: 20.1%;
}

.wide_3_4 {
	width: 73.3%;
}

.wide_3_4_w {
	width: 79.8%;
}

.wide_1_1 {
	width: 100%;
}

.section {
	padding-top: 3.9vw;
	padding-bottom: 3.3vw;
	position: relative;
}

.section_no-margin,
.no-margin {
	padding-bottom: 0;
}

.wrapper {


	padding-left: 220px;
}

.home .wrapper {
	position: relative;
	z-index: 50;
	background: #fff;
}

.content_area {
	background: #fff;
	width: 100%;

}

.home .content_area {
	border-left: none;
}


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

	Loading

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

.loading {
	width: 100%;
	height: 100%;
	background: #222;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.loading .load_logo {
	width: 240px;
	filter: blur(4px);
	opacity: 0;
	transition: 0.6s ease-in-out;
}

.loading.show .load_logo {
	filter: blur(0);
	opacity: 1;
}

.loading img {
	filter: brightness(2000%);
}



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

	Common Parts

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


.lead {
	font-size: 1.8rem;
	line-height: 2.5;
	margin-bottom: 40px;
	
}

.lead:last-child {
	margin-bottom: 0;
}

.home .lead {
	padding-right: 200px;
}

.lead span.line {
	display: block;
	margin-bottom: 10px;

}

.btn_right {
	text-align: right;
}

.btn {
	border: 1px solid #222;

	color: #222;
	border-radius: 50px;
	min-width: 260px;
	text-align: center;
	font-size: 1.4rem;
	padding: 12px;
	display: inline-block;
transition: 0.2s ease-in-out;
}

.btn:hover {
	background: #222;
	color: #fff;
}

.btn_white {
	border-color: #fff;
	color: #fff;
}

.btn_white:hover {
	background: #fff;
	color: #222;
}

.wide_1_4 .btn {
	background: #383838;
	color: #fff;
	width: 100%;
	min-width: auto;
	border-radius: 0;
	transition: 0.4s ease-in-out;
	font-size: 1.2rem;

}

.wide_1_4 a:hover .btn {
	background: #333;
	border: 1px solid #333;
}

.arrow {
	color: #222;
	padding: 0 24px 0 0;
	background: url(../images/arrow_right.svg) no-repeat right center;
	background-position: right 4px top 0.4em;
	background-size: 12px 12px;
	font-size: 1.4rem;
  transition: 0.2s ease-in-out;
  line-height: 1;

}

a:hover .arrow,
.arrow:hover {
	background-position: right 0 top 0.4em;
}

.anno {
	font-size: 1.2rem;
	text-align: right;
	margin: 10px 0 0 0;
}

.home .st {
	margin-bottom: 70px;
}

.st {
	font-size: 4.0rem;
	margin: 0 0 50px 0;
	line-height: 1.5;
}

.sst {
	font-size: 1.6rem;
	margin: 0 0 20px 0;
}

.ssst {
	display: block;
	font-size: 2.0rem;
	margin: 0 0 10px 0;
}

.wide_1_3 .st {
	font-size: 3.2rem;
}



.large_bn {
	display: flex;
	align-content: stretch;
	align-self: stretch;
}

.large_bn .text {
	background: #222;
	color: #fff;
	width: 50%;
	padding: 90px 9.2%;
}

.large_bn .text .st {
	margin-bottom: 40px;
	font-size: 3.8rem;
}

.large_bn .text p {
	margin-bottom: 40px;
}

.large_bn .img {
	width: 50%;
	background-size: cover;
	background-position: center center;
}

.large_bn_contact .sst {
	padding: 0 0 0 36px;
	background: url(../images/icon_mail.svg) no-repeat left center;
	background-size: 24px auto;

}

.table_standard {
	width: 100%;
}

.table_standard th,
.table_standard td {
	padding: 15px 10px 15px 0;
	vertical-align: top;
}

.table_standard th {
	width: 20%;
	border-top: 1px solid #222;
	font-weight: normal;
}

.table_standard td {
	width: 80%;
	border-top: 1px solid #ccc;
}


.anchor {
	display: flex;
}

.anchor li {
	flex: 1;
	font-size: 1.8rem;
}

.anchor li a {
	display: block;
	width: 100%;
	padding: 40px 0 50px 0;
	text-align: center;
	background: url(../images/arrow_bottom.svg) no-repeat center bottom 30px;
	background-size: 12px auto;
}

.anchor li a:hover {
	background-position: center bottom 20px;
}

.section_title {
	background: #f8f8f8;
	padding: 80px 0;
	font-size: 2.4rem;
}


.dot_list {
	background: #f8f8f8;
	position: relative;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 8.3vw 0;
}

.dot_list:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.dot_list:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}


.dot_list li {
	width: 33.3%;
	background: #fff;
	position: relative;
	text-align: center;
	padding: 3vw;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.dot_list li:after {
	content: '';
	display: block;
	background: url(../images/dot_all.svg);
	background-size: 10px 10px;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.dot_list li:before {
	content: '';
	display: block;
	background: url(../images/dot_all.svg);
	background-size: 10px 10px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}


.list_standard {
	padding-left: 1.2em;
}

.list_standard li {
	text-indent: -1.2em;
}

.video_wrap {
	background: #f8f8f8;
	padding: 60px 6vw;
	text-align: center;
}

.video_wrap video {
	width: 100%;
}

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

	Footer

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


footer {
	background: #f8f8f8;
	padding: 100px 9.0% 100px 9.4%;
}


footer .sitemap {
	display: flex;
	margin: 0 0 60px 0;
}

footer .sitemap a {
	display: block;
}

footer .sitemap div:first-child {
 
}

footer .sitemap ul {
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
}

footer .sitemap ul li {
	width: 50%;
}

footer .sitemap .parent,
footer .company h2 {
	position: relative;
	margin: 0 0 15px 0;
}

footer .sitemap .parent:before,
footer .company h2:before {
	content: '';
	width: 10px;
	height: 1px;
	background: #222;
	position: absolute;
	left: -25px;
	top: 1.0em;
	display: block;
}

footer .company p {
	font-size: 1.4rem;
	margin: 0 0 30px 0;
}

footer .sns a {
	display: inline-block;
	width: 30px;
	margin: 0 10px 0 0;
}


footer .sub img {
	width: 170px;
	margin: 0 0 30px 0 ;
}

footer .sub {
	text-align: right;
	align-self: flex-end;
}

footer .sub p {
	font-size: 1.2rem;
	text-align: right;
	line-height: 1;
}

footer .sub p a {
	display: inline-block;
	border-left: 1px solid #aaa;
	padding-left: 0.8em;
	margin-left: 0.8em;
}

.fixed-btn.fixed-btn--top {
    bottom: 35px;
}
.fixed-btn {
    display: flex;
    width: 40px;
    height: 40px;
    position: fixed;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    z-index: 40;
    background-color: rgba(22,22,23,.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    cursor: pointer;
    outline: none;
    right: -60px;
    transition: all .36s ease-in-out;
    opacity: 0;
}
.fixed-btn.fixed-btn--top:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid hsla(0,0%,100%,.75);
    border-right: 2px solid hsla(0,0%,100%,.75);
    position: absolute;
    top: 45%;
    left: 55%;
    transform: rotate(-45deg) translate(-50%,-50%);
    transition: all .2s ease-in-out;
}
.fixed-btn.shown {
    transform: scale(1) rotate(-1turn) translate(0);
    right: 20px;
    opacity: 1;
}
/*----------------------------------------------------------------------------------

	Header

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




header {
	position: fixed;
	left: 0;
	top: 0;
	width: 220px;
	z-index: 100;
	height: 100%;
}





header .site_logo {
	padding: 60px 45px 40px 45px;
}

header ul.main {
	padding: 20px 0;
	font-size: 1.4rem;
}

header ul.main li {
	position: relative;
}

header ul.main li:first-child:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 40px;
	top: -20px;
}

header .white ul.main li:first-child:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 40px;
	top: -20px;
}



header ul.main li a {
	padding: 4px 40px;
	display: block;
}


header ul.contact_menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

header ul.contact_menu li {
	width: 100%;
	height: 80px;
	background: no-repeat;
	background-position: left 20px center;
	background-size: 26px 26px;
	text-align: center;

}


header ul.contact_menu li .cvn {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 0 20px 0 55px;
	color: #fff;
	text-align: center;
}

header ul.contact_menu li.tel {
	background-image: url(../images/icon_tel.svg);
	background-color: #383838;
	font-size: 1.7rem;
font-family: 'Inter', sans-serif;
font-weight: 700;
}

header ul.contact_menu li.mail {
	background-image: url(../images/icon_mail.svg);
	background-color: #222;
}

header .site_logo{
		filter: brightness(0);
}

.home header .site_logo,
.home header .g_navi a {
		filter: brightness(1000%);
	transition: 0.6s ease-in;
}

.home header .g_navi .local_menu a {
		filter: brightness(100%);
}


.home header.black .site_logo,
.home header.black .g_navi a  {
		filter: brightness(0);

}

.home header.black .g_navi .local_menu a {
		filter: brightness(100%);
}


header ul.main .local_menu {
	width: 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 220px;
	overflow: hidden;	
	z-index: 300;
	font-size: 1.5rem;
	transition: 0.4s ease-in;
}

header ul.main .local_menu li:first-child:before {
	content: none;
}

@media screen and (min-width:1680px){
header ul.main .local_menu{

	left: 50%;
	margin-left: -620px;

}
}

header ul.main .local_menu.show {
	width: 280px;
}

header ul.main .local_menu ul {
	width: 280px;
	height: 100%;
	background: #222;
	background: rgba(34,34,34,0.85);
	display: flex;
	flex-direction: column;
	justify-content: center;
}


header ul.main .local_menu ul li a {
	color: #fff;
	display: block;
	padding: 15px 20px;
}

header ul.main .local_menu ul li.sub a {
	padding: 12px 30px;
	background: rgba(17,17,17,0.45);
	font-size: 1.3rem;
}

header ul.main .local_menu ul li.sub.sub01 a {
	padding-top: 15px;
}

header ul.main .local_menu ul li.sub.sub-last a {
	padding-bottom: 15px;
}

header ul.main .local_menu ul li a:hover {
	background: #2754bd;
}


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

	kv

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


.kv_bg {
	background: #fff;
	width: 100%;
	height: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.kv_area {
	max-width: 1680px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding-right: 320px;
	opacity: 1;


	background: #fff;

}

 .kv_home_list {
	transition: 0.6s ease-in;
 }




@media screen and (min-width:960px){
.kv_area {
	transition: 0.6s ease-in;
	filter: brightness(100%);
}
.kv_area.fade {

	filter: brightness(200%);
}
.prev-next {
	padding: 1.5em;
	position: relative
}
.prev-next strong {
	font-weight: 400
}
.prev-next .post-next, .prev-next .post-prev {
	width: 50%;
	color: #999;
	font-size: 14px;
	position: relative;
}
.prev-next .post-next {
	text-align: right
}
.prev-next .next, .prev-next .prev {
	display: block;
	font-size: 14px;
	padding-bottom: 16px;
}
.sb {
	box-shadow: 0 1px 3px rgba(26,26,26,.2);
	background: #fff;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.mt {
	margin-top: 80px;
}
.mb {
	margin-bottom: 20px;
}
}

.kv_area.fade .kv_home_list {
	opacity: 0;
}

.home .mark {

	width: 170px;
}

.home .kv_area .mark {
	position: absolute;
	right: 74px;
	bottom: 55px;
}



.kv_home_list {
	position: relative;
	height: 100%;
	width: 100%;
	box-sizing: content-box;
	overflow: hidden;
	background: #222;
	background: #333;
}

.kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: 1.0s ease-in-out;
	z-index: 10;
}

.kv.pre {
	z-index: 20;
}

.kv.show {
	opacity: 1;
}



.kv_out {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;

}

.kv .kv_list {
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
 transform: scale(1.08);
transition: 6.0s ease-in-out;
}



.kv.show .kv_list {
	transform: scale(1.00);
}






.kv .kv_list span.kv_a,
.kv .kv_list .kv_a {
	width: 100%;
	height: 100%;
	display: block;
	background: no-repeat center center;
	background-size: cover;

	
}

.kv .kv_list01 span.kv_a {
	background-image: url(../images/kv01.jpg);
}

.kv .kv_list02 span.kv_a {
	background-image: url(../images/kv02.jpg);
}

.kv .kv_list03 span.kv_a {
	background-image: url(../images/kv03.jpg);
}






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

	Works

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


.home .works {
	background: #f8f8f8;
}

.works ul.pickup li {
	margin: 0 0 110px 0;

}

.home .works ul.pickup li:last-child {
	margin: 0 0 80px 0;

}

.works ul.pickup li:last-child {
	margin: 0 0 0 0;

}


.works ul.pickup .flex .main {
	display: flex;
	flex-direction: column-reverse
}


.works ul.pickup li .flex {
	padding-bottom: 80px;
}


.works ul.pickup li:nth-child(even) .flex {
	flex-direction: row-reverse;

}

.works ul.pickup .flex .main p {
	margin: 0 0 20px 0;
}

.works ul.pickup .flex .main .img {
	margin: 0 0 40px 0;
	position: relative;

}

.works ul.pickup .flex img {
	transition: 0.6s ease-in-out;
}

.works ul.pickup a:hover .flex img {
	filter: brightness(60%);
}

.works ul.pickup a:hover {
	color: #333;
}

.works ul.pickup .flex .main .img:after,
.works ul.pickup .flex .sub span:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 0;
	top: 0;
  transition: 0.8s ease-in-out;
}

.works ul.pickup .flex .main.show .img:after,
.works ul.pickup .flex .sub.show span:after {
	width: 0;
}

.works ul.pickup .flex .sub span {
	display: block;
	position: relative;
}



.works ul.pickup .flex .sub span:first-child {
	margin: 0 0 60px 0;
}

.works ul .tag span {
	color: #222;
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 6px 0 0;
	line-height: 1.2;
}

.works ul.pickup .link {
	background: url(../images/dot.svg) repeat-x;
	background-size: 10px 1px;
	background-position: left bottom;
	text-align: right;
	line-height: 1;

}

.works ul.pickup .link .arrow {
	background-color: #fff;
	padding-left: 16px;
}

.home .works ul.pickup .link .arrow {
	background-color: #f8f8f8;
}

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

.works .other:after {
	content: '';
	display: block;
	width: 29.4%;
}

.works .other li {
	margin: 0 0 50px 0;
}

.page-template-page-service .works .other li {
	margin: 0 0 0 0;
}


.works .other .img {
	margin: 0 0 20px 0;
}

.works .other .sst {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.works_service .link {
	width: 100%;
	margin-top: -36px;
}



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

	Post

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

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

.post_body h2,
.post_body h3 {
	margin-bottom: 40px;
}

.post_body h2 {
	font-size: 3.2rem;
	line-height: 1.4;
}

.post_body h3 {
	font-size: 2.4rem;
	margin-top: 40px;
}

.post_body figure,
.post_body .wp-block-image figure {
	width: 100%;
	margin-bottom: 60px;
}

.post_body .wp-block-image figcaption {
	font-size: 1.2rem;
	background: #f8f8f8;
	padding: 12px 14px;
	margin: 0 0 0 0;
	line-height: 1.75;
}

.dot_box {
	padding: 1px;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: relative;
}

.dot_box:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.dot_box:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: absolute;
	right: 0;
	top: 0;
}


.dot_box .inner {
	background: #fff;
}

.dot_box ul li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.voice_profile .inner {

	padding: 30px;
	display: flex;
	justify-content: space-between;
}

.voice_profile .inner .profile {
	width: 48%;
	display: flex;
	align-content: center;
	align-items: center;
}

.voice_profile .inner .profile .img {
	width: 80px;
	margin: 0 20px 0 0;
}

.voice_profile .inner .profile .img img {
	border-radius: 50%;
}

.voice_profile .inner .profile .text {
	color: #222;
	font-size: 1.8rem;
}

.voice_profile .inner .profile .text span {
	display: block;
	color: #333;
	font-size: 1.4rem;
	margin: 0 0 0 0;
	line-height: 1.2;
}

.voice_body {
	padding: 60px 0;
}

.voice_body figure {
	width: 45.5%;
	margin: 0 0 20px 8%;
	float: right;
}


.works_data {
	background: #f8f8f8;
	padding: 30px 40px;
	display: flex;
}

.works_data h2 {
	font-size: 1.4rem;
	padding: 0 30px 0 0;
}

.works_data p {
	font-size: 1.2rem;
}

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

	Information

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


.information li .date {
	display: block;
	font-size: 1.4rem;
	color: #222;
}

.information li {
	position: relative;
	margin-bottom: 60px;
}

.information li a {
	display: block;
	padding: 0 0 60px 0;
}

.information li:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.home .information li {
	margin-bottom: 0;
}

.home .information li a {
	padding-bottom: 0;
}

.home .information li:after {
	content: none;
}

.info_body .post_title {
  
  position: relative;
  padding: 0 0 43px 0;

}

.info_body .post_title .date {
	display: block;
	color: #8f8f8f;
	font-family: "微软雅黑";
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.info_body .post_title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}




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

	Home

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



.copy_h {
	position: fixed; right: 86px; top: 80px;z-index: 20;

    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 5.0rem;
	line-height: 1.5;
}

.copy_h.move {
	position: absolute;
	
}


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

	left: 50%;
	margin-left: -840px;

}

.kv_area {
	left: 50%;
	margin-left: -840px;
	

}

.copy_h {
	right: 50%;
	margin-right: -764px;

}
}


.ph.show {
	opacity: 1;
}

.copy_h {

	transition: 0.6s ease-in;
}

@media screen and (max-height:720px){
.copy_h {
	top: 50px;



}
}

@media screen and (max-height:670px){
.copy_h {



    font-size: 40px;

}
.prev-next {
	padding: 1.5em;
	position: relative
}
.prev-next strong {
	font-weight: 400
}
.prev-next .post-next, .prev-next .post-prev {
	width: 47%;
	color: #999;
	font-size: 14px;
	position: relative;
}
.prev-next .post-next {
	text-align: right
}
.prev-next .next, .prev-next .prev {
	display: block;
	font-size: 14px;
	padding-bottom: 16px;
}
.sb {
	box-shadow: 0 1px 3px rgba(26,26,26,.2);
	background: #fff;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.mt {
	margin-top: 80px;
}
.mb {
	margin-bottom: 20px;
}
}



.home .simply-scroll { /* Customisable base class for style override DIV */
	width: 100%;
	height: auto;
	margin-bottom: 0;

}

.home .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
}

.home .simply-scroll-container {
  position: relative;
}
.home .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.home .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 280px;
}
.home .simply-scroll .simply-scroll-list li {
  list-style:none !important;
  float: left;
  width: 348px;
  height: 280px;
  margin: 0;
  padding: 0;
}



.home .simply-scroll-list li img {
  display: block;
  width: 100%;
}

.home .message .section {
	padding-top: 100px;
	padding-bottom: 130px;
}



.home .information .section {
	display: flex;
	justify-content: space-between;
}

.home .information .btn {
	align-self: center;
}






.service ul li {
	text-align: center;
}

.service ul li .img {
	padding: 0 30px;
	margin: 0 auto 40px auto;
	max-width: 320px;
}



.service ul li .text p {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
	text-align: center;
}

.service ul li .text .sub {
	display: block;
	font-size: 1.4rem;
	color: #222;
}



.header_standard {
	background-position: center center;
	background-size: cover;
	height: 442px;
	width: 100%;
	color: #fff;
	padding: 50px 70px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	font-size: 5.0rem;
	letter-spacing: 0.12em;
	font-feature-settings: 'palt';
}

.page-template-page-about .header_standard {
	background-image: url(../images/about.jpg);
}

.page-template-page-contact .header_standard,
.page-template-page-confirm .header_standard,
.page-template-page-complete .header_standard {
	background-image: url(../images/contact.jpg);
}

.page-template-page-detail .header_standard {
	background-image: url(../images/detail.jpg);
}

.page-template-page-flow .header_standard {
	background-image: url(../images/flow.jpg);
}


.post-type-archive-information .header_standard,
.single-information .header_standard {
	background-image: url(../images/information.jpg);
}

.page-template-page-local .header_standard {
	background-image: url(../images/local.jpg);
}

.page-template-page-material .header_standard {
	background-image: url(../images/material.jpg);
}

.page-template-page-service .header_standard {
	background-image: url(../images/service.jpg);
}

.page-template-page-skylighttube .header_standard {
	background-image: url(../images/skylighttube.jpg);
}

.tax-cateworks .header_standard,
.post-type-archive-works .header_standard,
.single-works .header_standard {
	background-image: url(../images/works.jpg);
}

.header_works {
	height: 100vh;
}

.header_standard .sub,
.header_standard .jp,
.header_standard .tag {
	display: block;
}

.header_standard .jp {
	letter-spacing: 0.12em;
	font-feature-settings: 'palt';
}

.header_standard .sub {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}

.header_standard .tag {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

.bg_gray {
	background: #f8f8f8;
}

.about_lead .lead {
	padding-right: 210px;
	margin-bottom: 60px;
}

.about_lead img {
	width: 100%;
}

.sky-light-tube_lead p {

}

.sky-light-tube_lead ul {
	margin: 0 0 80px 0;
}

.sky-light-tube_lead ul li {
	display: inline-block;
	width: 140px;
	margin: 0 40px 0 0;
}


.title_ver {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 5.0rem;
    position: absolute;
    right: 30px;
    top: 6.9vw;
    line-height: 1.5;
    height: 100%;
}


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

.layout_a .img {
	width: 59.1%;
	margin-left: -12.2%;
}

.layout_a .text {
	width: 40.8%;
}

.layout_b {
	flex-direction: row-reverse;
}

.layout_b .img {
	width: 35.7%;
}

.layout_b .text {
	width: 53.0%;
}

.layout_c .img {
	width: 47.3%;
}

.layout_c .text {
	width: 47.3%;
}

.layout_d .img,
.layout_d .child {
	width: 47.3%;
}

.layout_d .child {
	margin: 0 0 30px 0;
}



.layout_d .text {
	width: 47.3%;
}




.layout_e {
	flex-direction: row-reverse;
}

.layout_e .img {
	width: 47.3%;
}

.layout_e .text {
	width: 47.3%;
}

.layout_g {
	margin-bottom: 6.9vw;
}

.layout_g_no-margin {
	margin-bottom: 0;	
}

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


.layout .st {
	margin: 0 0 30px 0;
}

.layout p {
	margin: 0 0 40px 0;
}


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


.img_list .child {
	margin: 0 0 60px 0;
}

.img_list_2 .child {
	width: 47.3%;
}

.img_list_4 .child {
	width: 20.4%;
}



.img_list_2 .child .img {
	margin: 0 0 30px 0;
}

.img_list_4 .child .img {
	margin: 0 0 20px 0;
}

.img_list .child .text {
	padding: 5px;
}

.img_list .child .st {
	margin: 0 0 20px 0;
}

.img_list_4 .child .ssst {
	margin: 0 0 10px 0;
}

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

.img_list_4::before{
  content:"";
  display: block;
  width:20.4%;
  order:1;
}
.img_list_4::after{
  content:"";
  display: block;
  width:20.4%;
}

.layout_bottom {
	align-content: flex-end;
	align-items: flex-end;
}

.layout_top {
	align-content: flex-start;
	align-items: flex-start;
}


/*
.dot_box_layout {
	margin-bottom: 8.3vw;
}
*/

.dot_box_layout .inner {
	padding: 60px;
	display: flex;
	justify-content: space-between;
}

.dot_box_layout .inner .img,
.dot_box_layout .inner .text {
	width: 46.7%;
}

.dot_box .st {
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.dot_box_content:after {
	bottom: 1px;
}

.dot_box_content .inner {
	display: flex;
}

.dot_box_content .title {
	width: 20%;
	background: #222;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 40px 20px;
	margin: -1px 0 0 -1px;

}



.dot_box_content .text {
	width: 80%;
	padding: 40px 30px;
}


.dot_box .btn {
	margin: 40px 0 0 0;
}


.wide_1_4 img {
	margin-bottom: 15px;
}

.wide_1_4 p {
	line-height: 1.5;
	font-size: 1.4rem;
}


.sky-light-tube_case .inner {
	padding-bottom: 60px;
	flex-wrap: wrap;
}

.sky-light-tube_case .title {
	margin: 0 0 25px 0;
}

.sky-light-tube_case .title .st {
	margin: 0 0 15px 0;
}

.sky-light-tube_case .title .st .sholder {
	font-size: 1.6rem;
	color: #222;
	font-family: "微软雅黑";
	font-weight: 500;
	display: block;
	margin: 0 0 20px 0;
}

.sky-light-tube_case .title p {
	font-size: 1.3rem;
	color: #777;
}

.sky-light-tube_case .more {
	background: #fff;
	padding: 30px 60px;
	text-align: center;
	position: relative;
	color: #222;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.sky-light-tube_case .more:hover {
	background: #222;
	color: #fff;
}

.sky-light-tube_case .more:before,
.sky-light-tube_case .more:after {
	content: '';
	display: block;
	background: url(../images/dot_all.svg);
	background-size: 10px 10px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;

}

.sky-light-tube_case .more:before {
	top: 0;
}

.sky-light-tube_case .more:after {
	bottom: 0;
}


.sky-light-tube_case .accordion:last-child .more:after {
	content: none;
}

.case_detail {

	background: #fff;
	width: 100%;
	margin: 0 0 0 0;
	

	
	position: relative;
}

.accordion_in {
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
}

.case_detail:after {
	content: '';
	display: block;
	background: url(../images/dot_all.svg);
	background-size: 10px 10px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.accordion.show .accordion_in {
	max-height: 9999px;
}

.case_detail div {

	padding: 60px;
	background: #f6f6f6;

}


.flow_chart li {
	display: flex;
	padding: 0 0 50px 0;
	position: relative;
}

.flow_chart li:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: url(../images/dot_all.svg) left top;
	background-size: 10px 10px;
	position: absolute;
	left: 60px;
	top: 0;
}

.flow_chart li:last-child:before {
	content: none;
}

.flow_chart li .num {
	position: relative;
	z-index: 10;
	background: #fff;
	display: flex;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 1px solid #222;
	color: #222;
	font-size: 2.0rem;
font-family: 'Inter', sans-serif;
font-weight: 700;
}



.flow_chart li .text {
	flex: 1;
	padding: 0 0 0 40px;
}

.flow_chart li .text .st {
	margin: 30px 0 30px 0;
}

.flow_chart li.sep .num {
	height: 0;
	border: none;
}



.flow_chart li.sep .text {
	background: #fff;
	padding: 30px 40px;
	position: relative;
	z-index: 10;
	border: 1px solid #222;
	color: #222;
}


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

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

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 6px 14px;
	background: #222;
	color: #fff;

	margin: 0 3px;
}

.wp-pagenavi a:hover {
	border: none;

	background: #222;
	color: #fff;
}

.wp-pagenavi span.current {
	border: none;

	background: #222;
	color: #fff;
	font-weight: normal;
}

.wp-pagenavi span.pages {
	font-size: 75%;
	background: none;
	color: #777;
	display: block;
	margin: 0 0 15px 0;
	border: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	padding: 8px 16px !important;
}

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

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



.modal_open {
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.modal_bg {
	transition: 0.2s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon_close.svg) no-repeat rgba(8,20,20,0.90);
	background-size: 30px auto;
	background-position: right 40px top 40px;
	pointer-events: none;
	z-index: 1200;
	opacity: 0;
}

.modal_bg.active {
	opacity: 1;


}

.layout_3 .layout_child .modal_open .ph {
	transition: 0.2s ease-in-out;
	margin: 0 0 0 0;
}

.modal_open div.img {
	margin: 0 0 20px 0;
}

.modal_open:hover .ph {
    filter: grayscale(100%) brightness(75%);
    opacity: 0.7;
}

.modal_open:hover div.img {
	background: #1c4d50;
}


.modal {
	padding: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(30,30,30,0.85);*/
	z-index: 1300;
	overflow: auto;
	pointer-events: none;
	opacity: 0;
	transition: 0.2s ease-in-out;
	display: flex;
	justify-content: center;
	align-content: center;
	display: flex;
}

.modal.active,
.modal2.active {
	opacity: 1;
	pointer-events: auto;
}

.modal_close {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.modal_next,
.modal_prev {
	background-repeat: no-repeat;
	background-color: #222;
	background-position: center center;
	background-size: 12px 12px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
}

.modal_next {
	background-image: url(../images/icon_arrow-right-min_white.svg);
	margin-left: 300px;
}

.modal_prev {
	background-image: url(../images/icon_arrow-left-min_white.svg);
	margin-left: -360px;
}

.layout_child:first-child .modal_prev {
	display: none;
}

.layout_child:last-child .modal_next {
	display: none;
}

.modal .window {
	width: 600px;
	padding: 60px 60px 0 60px;
	background: #fff;
	margin: 0 auto;
	z-index: 1300;
	position: static;
	overflow-y: scroll;
	height: auto;
	/*position: absolute;*/
	/*left: 50%;*/
	/*margin-left: -300px;*/
	align-self: center;
}

.modal .window img {
	margin: 0 0 40px 0;
	width: 100%;
}


.modal .window p {
	margin: 0 0 60px 0;
}



.mw_wp_form {
	margin-top: 40px;
	margin-bottom: 100px;
}

.mw_wp_form mw_wp_form_input p {
	text-align: center;
}

ul.myform {
	margin-bottom: 55px;

}

ul.myform li {

	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

ul.myform li span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

ul.myform li span.title {
	width: 25%;
	padding: 4px 0;
	font-weight: bold;
}

ul.myform li span.form {
	width: 70%;
}

.confirm ul.myform li span.title {
	padding: 0;
}



.contact_input {
	background: #eee;
	border: none;
	font-size: 16px;
	padding: 7px;
	width: 70%;
}

.form_content {
	width: 100%;
	display: block;
}

input.type {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.mwform-radio-field-text {
	vertical-align: middle;
}

.mwform-radio-field {
	padding: 8px 0;
	font-size: 1.6rem;
}

.submit_area {
	text-align: center;
}

.submit {
	background: #222;
	color: #fff;
	font-size: 16px;
	width: 320px;
	padding: 20px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	border: 1px solid #222;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.submit:hover {
	background: #fff;
	color: #222;
}


.contact_message {
	border: 1px solid #222;
	padding: 30px;
	text-align: center;
}

.contact_back {
	background: #222;
	border: 1px solid #222;
	color: #fff;
	font-size: 16px;
	width: 100px;
	padding: 15px 20px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin: 0 40px;

}

.contact_back:hover {
	background: #fff;
	color: #222;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
	margin-right: 10px !important;
}

.home .information .section {
	align-items: flex-end;
	align-content: flex-end;
	text-align: right;
	border-bottom: 1px solid #eee;
}

.home .information .section .btn {
	align-self: flex-end;
}

.home .information .section:last-child {
	border-bottom: none;
}

.information li {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.home .information li:last-child {
	padding-bottom: 0;
}

.information li a {
	padding: 0;
}


.information li .img {
	width: 100px;

}

.information li .text {
	flex: 1;
}

.post-type-archive-information .header_standard,
.single-information .header_standard,
.post-type-archive-column .header_standard,
.single-column .header_standard {
	background-image: url(../images/information.jpg);
}
.baojia .header_standard {
	background-image: url(../images/baojia.jpg);
}
.fuwu .header_standard {
	background-image: url(../images/fuwu.jpg);
}
.shigong .header_standard {
	background-image: url(../images/shigong.jpg);
}
.fuliao .header_standard {
	background-image: url(../images/fuliao.jpg);
}
.hetong .header_standard {
	background-image: url(../images/hetong.jpg);
}
.lixiaoping .header_standard {
	background-image: url(../images/lixiaoping.jpg);
}
.shouhou .header_standard {
	background-image: url(../images/shouhou.jpg);
}
.pingjia .header_standard {
	background-image: url(../images/pingjia.jpg);
}
.page-template-page-guarantee .header_standard {
	background-image: url(../images/about.jpg);
}

.layout_h {
	flex-direction: row-reverse;
	padding-top: 6.9vw;
	border-top: 1px solid #eee;
}




.layout_h .img {
	width: 30.7%;
}

.layout_h .text {
	width: 58.0%;
}

.layout_h .st {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.mw_wp_form .notion {
	text-align: center;
	font-size: 94%;
}


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

html {
  font-size: 62.5%;
  width: 100%;
}
.prev-next {
	padding: 1.5em;
	position: relative
}
.prev-next strong {
	font-weight: 400
}
.prev-next .post-next, .prev-next .post-prev {
	width: 47%;
	color: #999;
	font-size: 14px;
	position: relative;
}
.prev-next .post-next {
	text-align: right
}
.prev-next .next, .prev-next .prev {
	display: block;
	font-size: 14px;
	padding-bottom: 16px;
}
.sb {
	box-shadow: 0 1px 3px rgba(26,26,26,.2);
	background: #fff;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.mt {
	margin-top: 80px;
}
.mb {
	margin-bottom: 20px;
}
body {
  font-size: 1.4rem;


}

body, html {
  min-width: 100%;
  height: 100%;
}

p {

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

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

img {
  width: 98%;
  height: auto;
  stroke-width: 0;
  stroke: none;
  border: 0 none; 
  outline: none;
  box-shadow: none; 
}


.wide_standard {
	width: 100%;
	padding: 0 6vw;
}

.wide_standard_sp {
	width: 100%;
	padding: 0;
}


.wide_slim {
	width: 100%;
}


.layout_right {
	text-align: center;
	padding: 6vw 0;
}




.wide_1_2 {
	width: 100%;
}

.wide_1_2_w {
	width: 100%;
}

.wide_1_3 {
	width: 100%;
}

.wide_1_3_w,
.wide_2_3,
.wide_3_4 {
	width: 100%;
}

.wide_1_4 {
	width: 47%;
}



.section {
	padding-top: 12vw;
	padding-bottom: 12vw;
}

.section_no-margin,
.no-margin {
	padding-bottom: 0;
}

.wrapper {
	padding-left: 0;
}

.home .wrapper {
	margin-top: -520px !important;

}

.content_area {
	background: #fff;
	width: 100%;
	border-left: none;
}


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

	Common Parts

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


.lead {
	font-size: 1.6rem;
	line-height: 2.0;
	margin-bottom: 6vw;
	
}

.lead:last-child {
	margin-bottom: 6vw;
}

.lead span.line {
	display: block;
	margin-bottom: 10px;
	padding-right: 0;
}

.home .lead {
	padding-right: 0;
}

.lead span.line {
	margin-bottom: 15px;
}



.btn {
	width: 100%;

}

.wide_1_4 .btn {
	padding: 6px 4px;
	letter-spacing: 0;
}

.arrow {
	font-size: 1.2rem;
	color: #222;
	padding: 0 20px 0 0;
	background-size: 8px 8px;


}

a:hover .arrow,
.arrow:hover {
	background-position: right 0 top 0.4em;
}

.home .st {
	margin-bottom: 6vw;
}

.st {
	font-size: 3.0rem;
	margin: 0 0 5vw 0;
}

.sst {
	font-size: 2.1rem;
	margin: 0 0 4vw 0;
}

.ssst {
	font-size: 1.6rem;
	margin: 0 0 2vw 0;
}

.large_bn {
	flex-direction: column-reverse;

}

.large_bn .text {
	width: 100%;
	padding: 8vw 6vw;
}

.large_bn .text .st {
	margin-bottom: 4vw;
	font-size: 3.0rem;
}

.large_bn .text p {
	margin-bottom: 8vw;
}

.large_bn .img {
	height: 60vw;
	width: 100%;
}


.table_standard {
	width: 100%;
}

.table_standard th,
.table_standard td {
	display: block;

}

.table_standard th {
	width: 100%;
	border-top: 1px solid #222;
	font-weight: bold;
	padding: 15px 0 0 0;
}

.table_standard td {
	width: 100%;
	border-top: none;
	padding: 5px 0 15px 0;
}


.anchor {
	display: flex;
}

.anchor li {
	flex: 1;
	font-size: 1.2rem;
}

.anchor li a {
	line-height: 1.5;
}

.anchor li a:hover {
	background-position: center bottom 20px;
}

.section_title {
	padding: 30px 0;
	margin-bottom: 10vw;
	font-size: 2.0rem;
}

.dot_list li {
	width: 50%;
	font-size: 1.2rem;
}

.video_wrap {
	padding: 0;
	background: none;
}

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

	Footer

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


footer {

	padding: 8vw 6vw;
}


footer .sitemap {
	display: block;
	margin: 0 0 0 0;
}



footer .sitemap ul {
	font-size: 1.2rem;
	margin: 0 0 6vw 0;
}

footer .sitemap ul li {
	width: 50%;
}

footer .sitemap .parent,
footer .company h2 {
	position: relative;
	margin: 0 0 3vw 0;
}

footer .sitemap .parent:before,
footer .company h2:before {

	width: 4vw;

	left: -6vw;


}

footer .company p {
	font-size: 1.2rem;
	margin: 0 0 4vw 0;
}



footer .sns a {
	margin: 0 10px 0 0;
}



footer .sub img {
	width: 120px;
	margin: 0 0 0 0 ;
}

footer .sub {
	padding-top: 12vw;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}

footer .sub p {
	font-size: 1.1rem;
	line-height: 1.75;
}

footer .sub p a {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}


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

	Header

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


header {
	padding: 6vw 6vw;
	position: absolute;
	height: auto;
	width: 100%;
}

header .site_logo {
	padding: 0;
	width: 100px;


}



.toggle {
	display: block ;
	position: fixed;
	z-index: 400;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #000000;
	background-size: cover;
	transition: 0.3s ease-in-out;
}


.toggle span {
	display: block;
	position: absolute;
	background: #fff;
	transition: 0.3s ease-in-out;
	width: 13px;
	height: 0.5px;
	left: 18px;
	border-radius: 2px;
}


.toggle span:first-child {
	top: 22px;

}

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

}


.toggle.active {
	background: #fff;
}

.toggle.active span {
	background: #222;
}

.toggle.active span:first-child {
	transform: rotate(45deg);
	top: 24px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 24px;
}

#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
}

#menu.normal {
	background: rgba(0, 0, 0, 0.8);
	pointer-events: auto;
}

#menu .main {
	width: 340px;
	height: 100%;
	overflow: hidden;
	transition: 0.2s ease-in-out;

	position: fixed;
	top: 0;
	right: -340px;
	z-index: 210;
	pointer-events: none;
	
	background: #222;
	
	padding: 0;
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;

}

#menu .main li {
	width: 50%;
	border-bottom: 0.5px solid #515151;

}
/*----------------------------------------------------------------------------------

#menu .main li:first-child {
	width: 100%;
}

----------------------------------------------------------------------------------*/
#menu .main li:last-child {


}

#menu .main li {
	padding: 0;
}

#menu .main li a {
	padding: 3vw 3vw;
}

#menu .main li a,
#menu .main li a:hover,
#menu .main li a:visited {
	color: #fff;
}

header ul.contact_menu {
	z-index: 240;
	position: fixed;
	width: 340px;
	height: 100%;
	overflow: hidden;
	right: 0;
	left: auto;
	top: 0;
	pointer-events: none;
}

#menu ul.contact_menu .tel {

	transition: 0.2s ease-in-out;
	
}

#menu.normal ul.contact_menu .tel,
#menu.normal .main {
	right: 0;
	pointer-events: auto;
}


.home header .main a {
	color: #fff;
}



.home header.black .g_navi a,
.home header .g_navi a {
	filter: brightness(100%);
}

.home header .site_logo,
header .site_logo {
		filter: brightness(2000%);
	transition: 0.4s ease-in;
}

header ul.contact_menu li.mail {
	background-color: #313232;
	position: fixed;
	top: 0;
	right: 50px;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-size: 16px 16px;
	pointer-events: auto;
}

header ul.contact_menu li.mail:hover {
	background-color: #222;
}


#menu ul.contact_menu .tel {
	border-top: 0.5px solid #383838;
	background-color: #222;

	position: absolute;
	right: -340px;
	bottom: 0;
	background-image: none;
}

#menu ul.contact_menu .tel span {
	background: no-repeat;
	background-position: left 0 center;
	background-size: 26px 26px;	background-image: url(../images/icon_tel.svg);
	padding-left: 40px;
	padding-right: 0;
	display: inline-block;
	width: auto;
	line-height: 80px;
	color: #fff;
}
#menu ul.contact_menu .tel .cvn {
	background: no-repeat;
	background-position: left 0 center;
	background-size: 26px 26px;	background-image: url(../images/icon_tel.svg);
	padding-left: 40px;
	padding-right: 0;
	display: inline-block;
	width: auto;
	line-height: 80px;
	color: #fff;
}

#menu ul.contact_menu .tel span a,
#menu ul.contact_menu .tel span a:hover,
#menu ul.contact_menu .tel span a:visited {
	color: #fff;
}

.home header.black .site_logo {
	filter: brightness(2000);
}










header ul.main .local_menu {
	width: 100%;
	height: auto;

	position: static;
	top: auto;
	left: auto;
	font-size: 1.4rem;
	
	border-top: 0.5px solid #383838;
	letter-spacing: 0;

}

header ul.main .local_menu.show {
	width: 100%;

}

header ul.main .local_menu ul {
	width: 100%;
	height: auto;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	line-height: 1.2;
	
	background: #383838;
}



header #menu  ul.main .local_menu ul li {
	border-top: none;
	padding: 0;
	width: 50%;
	border-top: 0.5px solid #515151;
	border-bottom: none;
}

header #menu  ul.main .local_menu ul li:nth-child(odd) {
	border-left: 0.5px solid #515151;
}


header #menu  ul.main .local_menu ul li:first-child {

	display: none;
}

header #menu  ul.main .local_menu ul li:nth-child(2),
header #menu  ul.main .local_menu ul li:nth-child(3) {
	border-top: none;

}

header #menu  ul.main .local_menu ul li:last-child {
	border-bottom: none;
}

header ul.main .local_menu ul li a {
	display: block;
	padding: 15px 20px;
	font-size: 1.1rem;
}

header ul.main .local_menu ul li.sub a {
	padding: 5px 30px;
	background: none;
	font-size: 1.1rem;
}




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

	Works

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




.works ul.pickup li {
	margin: 0 0 12vw 0;

}

.home .works ul.pickup li:last-child {
	margin: 0 0 10vw 0;

}

.works ul.pickup li:last-child {
	margin: 0 0 0 0;

}

.works ul.pickup .flex .main {
	display: flex;
	flex-direction: column;

}


.works ul.pickup li .flex {
	padding-bottom: 8vw;
}


.works ul.pickup li:nth-child(even) .flex {
	flex-direction: column;

}

.works ul.pickup .flex .main .text {
	margin-bottom: 6vw;
}

.works ul.pickup .flex .main p {
	margin: 0 0 4vw 0;
}

.works ul .tag span:nth-child(2) {
	display: none;
}

.works ul.pickup .flex .main .img {
	margin: 0 0 4vw 0;
}

.works ul.pickup .flex .sub {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.works ul.pickup .flex .sub span {
	width: 47%;
}

.works ul.pickup .flex .sub span:first-child {
	margin-bottom: 0;
}

.works ul.pickup .flex .sub img:first-child {
	margin: 0 0 0 0;
}


.works ul.other li {
	width: 47.5%;
	margin-bottom: 8vw;
}

.works .other .img {
	margin-bottom: 4.0vw;
}

.works ul.other .sst {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 0;
}

.works_service {
	padding: 6vw 0;
}

.works_service ul.other li:first-child {
	width: 100%;
}

.works_service ul.other li:first-child .st {
	font-size: 2.4rem;
}

.works_service .other {
	margin-bottom: 10vw;
}

.works_service .other li {
	margin: 0 0 10px 0;
}

.works_service .link {
	width: 100%;
	margin-top: 6vw;
	text-align: right;
}



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

	Post

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

.post_body p {
	margin-bottom: 4vw;
}

.post_body h2,
.post_body h3 {
	margin-bottom: 6vw;
}

.post_body h2 {
	font-size: 3.0rem;
	margin-top: 12vw;
}

.post_body h3 {
	font-size: 2.2rem;
	margin-top: 8vw;
}

.post_body figure,
.post_body .wp-block-image figure {
	margin-bottom: 8vw;
}

.post_body .wp-block-image figcaption {
	font-size: 1.1rem;
	padding: 10px 14px;
}


.voice h2 {
	padding-top: 12vw;
	border-top: 1px solid #ddd;
}



.voice_profile .inner {

	padding: 6vw;
	flex-direction: column;
}

.voice_profile .inner .profile {
	width: 100%;
}

.voice_profile .inner .profile:first-child {
	background: url(../images/dot.svg) repeat-x;
	background-size: 10px 1px;
	background-position: left bottom;
	padding-bottom: 5vw;
	margin-bottom: 5vw;
}

.voice_profile .inner .profile .img {
	width: 60px;
}



.voice_body {
	padding: 12vw 0;
}


.works_data {
	padding: 6vw;
	display: block;;
}

.works_data h2 {
	font-size: 1.4rem;
	padding: 0 30px 0 0;
}

.works_data p {
	font-size: 1.2rem;
}



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

	kv

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


.kv_area {
	width: 100%;
	height: 60%;
	position: relative;
	top: 0;
	left: 0;
	padding-right: 0;
	padding-bottom: 150px;
	opacity: 1;
	transition: 0.6s ease-in;
}

.kv_area.fade {
	opacity: 1;

}

.home .mark {

	width: 160px;
}

.home .kv_area .mark {
	display: none;
}

.kv .kv_list01 span.kv_a {
	background-image: url(../images/kv01.jpg);
}

.kv .kv_list02 span.kv_a {
	background-image: url(../images/kv02.jpg);
}

.kv .kv_list03 span.kv_a {
	background-image: url(../images/kv03.jpg);
}



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

	Information

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


.information {
	margin-bottom: 12vw;
}

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

.information li a {
	padding: 0;
}

.information li {
	padding: 10vw 0 10vw 0;
	margin-bottom: 0;
}

.information li {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.home .information li {
	padding: 0;
}

.home .information li:last-child {
	padding-bottom: 0;
}

.information li a {
	padding: 0;
}

.information li .img {
	width: 80px;

}

.information li .text {
	flex: 1;
}



.info_body .post_title {
  

  padding: 2vw 0 8vw 0;
  margin: 0 0 8vw 0;
}

.info_body .post_title .date {

  font-size: 1.2rem;
  margin: 0 0 10px 0;
}



.info_body p {
	font-size: 1.4rem;
}

.home .information li {
	margin-bottom: 6vw;
}

.home .information .section ul {
	margin-bottom: 10vw;
}

.information li {
	margin-bottom: 8vw;
	padding-bottom: 8vw;
	padding-top: 0;
	
}



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

	Home

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



.copy_h {
	position: static; 

    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    font-size: 3.0rem;
	line-height: 1.5;
	display: flex;
	height: 150px;
	align-content: center;
	align-items: center;
	padding: 5px 6vw 0 6vw;
}

.copy_h.move {
	position: static;
}


.home .message .section {
	padding-top: 0;
}

.home .message .lead {
	margin-bottom: 10vw;
}

.home .message .lead br {
	display: none;
}

.home .message .sp_layout {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}

.home .message .sp_layout .mark {
	width: 45%;

}


.home .message .sp_layout .btn {
	width: 50%;
	min-width: auto;
	text-align: center;
	text-align: right;
	border-radius: 0;
	font-size: 1.2rem;
	color: #222;
	padding: 0 20px 0 0;
	background: url(../images/arrow_right.svg) no-repeat right center;
	background-position: right 4px top 0.8em;
	background-size: 8px 8px;
	border: none;
}

.home .simply-scroll { /* Customisable base class for style override DIV */
	margin-bottom: 0;

}


.home .message .section {
	padding-bottom: 10vw;
}



.home .information .section {
	display: block;
	justify-content: space-between;
}

.home .information .section ul {
	margin-bottom: 6vw;
}




.service ul {
	border-top: 1px solid #ddd;
	padding-top: 6vw;
}


.service ul li {
	text-align: left;

	border-bottom: 1px solid #ddd;
	padding: 0 0 6vw 0;
	margin: 0 0 6vw 0;

}


.service ul li .img {
	width: 30%;
}

.service ul li a {
	display: flex;
	justify-content: space-between;
}

.service ul li .img {
	width: 25%;
}

.service ul li .img {
	
	
	padding: 0 0;
	margin: 0;
	

	max-width: 100%;
}

.service ul li .text {
	width: 68%;
}

.service ul li .text .sst {
	margin-bottom: 2.0vw;
	font-size: 1.6rem;
}

.service ul li .text p {
	font-size: 1.2rem;
	text-align: left;

}



.header_standard {
	height: 300px;
	padding: 6vw 6vw;
	font-size: 3.2rem;
}

.header_works {
	height: 500px;
}

.header_standard .sub,
.header_standard .jp,
.header_standard .tag {
	display: block;
}

.header_standard .sub {
	font-size: 1.1rem;
}

.header_standard .tag {
	font-size: 1.2rem;
}



.about_lead .lead {
	padding-right: 0;
	margin-bottom: 8vw;
}

.about_lead .lead br {
	display: none;
}

.about_lead img {
	width: 100%;
	margin-bottom: 10vw;
}

.title_ver {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    font-size: 3.2rem;
    position: static;
    right: auto;
    top: auto;
    height: auto;
    margin-bottom: 5vw;
}


.layout {
	display: flex;
	/*flex-direction: column-reverse;*/
	padding-top: 0;
	align-content: center;
	align-items: center;
}

.layout_top {
	align-content: flex-start;
	align-items: flex-start;
}

.about_layout .layout {
	flex-direction: column-reverse;
}

.layout .img {
	margin-bottom: 10vw;
}

.layout_a .img {
	width: 100%;
	margin-left: 0;

}

.layout_a .text {
	width: 100%;
}

.layout_b {
	flex-direction: column-reverse;
}

.layout_b .img {
	width: 70%;
}

.layout_b .text {
	width: 100%;
}

.layout_c .img {
	width: 100%;
}

.layout_c .text {
	width: 100%;
}

.layout_d .img,
.layout_d .child {
	width: 100%;
}



.layout_d .text {
	width: 100%;
}

.layout_f .child {
	width: 47.3%;
}

.layout_f .child p {
	font-size: 1.2rem;
}

.layout .st {
	margin: 0 0 4vw 0;
}

.layout p {
	margin: 0 0 6vw 0;
}



.layout_g:nth-child(even) {
	flex-direction: row;
}

/*
.dot_box_layout {
	margin-bottom: 8.3vw;
}
*/

.dot_box .btn {
	margin: 0 0 10vw 0;
}

.layout .btn {
	margin-bottom: 12vw;
}

.page-template-page-skylighttube .wide_1_4 p {
	font-size: 1.2rem;
}





.img_list .child {
	margin: 0 0 8vw 0;
}

.img_list_2 .child {
	width: 100%;
}

.img_list_4 .child {
	width: 47.3%;
}



.img_list_2 .child .img {
	margin: 0 0 6vw 0;
}

.img_list_4 .child .img {
	margin: 0 0 4vw 0;
}

.img_list .child .st {
	margin: 0 0 4vw 0;
}

.img_list_4 .child .ssst {
	margin: 0 0 4vw 0;
}

.img_list_4 .child p {
	font-size: 1.2rem;
}




.dot_box_layout {
	margin-bottom: 12vw;
}

.dot_box_layout .inner {
	padding: 6vw;
	display: block;
}

.dot_box_layout .inner .img,
.dot_box_layout .inner .text {
	width: 100%;
}

.dot_box .st {
	font-size: 2.4rem;
	margin-bottom: 4vw;
}

.dot_box p {
	margin-bottom: 6vw;
}


.layout_e {
	flex-direction: column;
}

.layout_e .img {
	width: 100%;
	margin-bottom: 12vw;
}

.layout_e .text {
	width: 100%;
}





.dot_box_content:after {
	bottom: 0;
}


.dot_box_content .inner {
	display: block;
}

.dot_box_content .title {
	width: 100%;

	padding: 4vw 6vw;
	margin: 0 0 0 0;

}



.dot_box_content .text {
	width: 100%;
	padding: 4vw;
}

.dot_box_content .text p {
	margin-bottom: 0;
}


.sky-light-tube_case .inner {
	display: flex;
	
}

.sky-light-tube_case .inner .img {
	order: 1;
	margin-bottom: 8vw;
}

.sky-light-tube_case .inner .text {
	order: 2;
}

.sky-light-tube_case .inner .case_detail {
	order: 3;
}

.sky-light-tube_case .title {
	margin: 0 0 10px 0;
}

.sky-light-tube_case .title .st {
	margin: 0 0 5px 0;
}

.sky-light-tube_case .title .st .sholder {
	font-size: 1.4rem;
	margin: 0 0 5px 0;
}

.sky-light-tube_case .title p {
	font-size: 1.2rem;
}

.sky-light-tube_case .more {
	padding: 4vw 4vw;
}


.sky-light-tube_case .more:hover {
	background: #fff;
	color: #222;
}


.case_detail div {
	background: none;
	background-color: #f8f8f8;
	padding: 6vw;
}



.flow_chart li {

	padding: 0 0 8vw 0;

}

.flow_chart li:before {
	left: 30px;

}


.flow_chart li .num {
	width: 60px;
	height: 60px;
	font-size: 1.6rem;

}

.flow_chart li .text {
	flex: 1;
	padding: 0 0 0 4vw;
}

.flow_chart li .text .st {
	font-size: 2.0rem;
	margin: 15px 0 15px 0;
}


.flow_chart li.sep .text {
	padding: 6vw 8vw;

}



.wp-pagenavi {
	margin: 10px auto 30px auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 6px 14px;
}



.wp-pagenavi span.pages {
	margin: 0 0 10px 0;
}

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


.modal_next,
.modal_prev {
	width: 40px;
	height: 40px;
	/*top: 200px;*/
	margin-top: -20px;
}

.modal_next {
	right: 0;
	left: auto;
	margin: 0 0 0 -40px;
}

.modal_prev {
	left: 0;
	margin: 0 0 0 0;
}

.modal {
	padding: 40px;

}

.layout_3 .layout_child .modal_open .ph {
    margin: 0 0 0 0;
}

.modal_open div.img {
	margin: 0 0 14px 0;
}

.modal .window {
	width: 100%;
	padding: 20px;
	position: relative;
	margin: 0 auto;
	left: 0;
	margin-left: 0;

}

.modal .window img {
	margin: 0 0 20px 0;
}



.modal .window p {
	margin: 0 0 20px 0;
}

.modal_bg {
	background-size: 20px auto;
	background-position: right 15px top 15px;
}


input.contact_input,input.submit,input.contact_back,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

.contact_lead {
	margin: 20px 0 30px 0;
}


ul.myform {
	margin-bottom: 35px;
	background-image: url(../images/dash_s.svg);
	background-repeat: repeat-x;
	background-size: 5px 2px;
	background-position: left top;
	padding-top: 10px;

}

ul.myform li {
	padding: 20px 0;
	display: block;
}

ul.myform li span {
	display: block;
}

ul.myform li span.mwform-radio-field-text {
	display: inline-block
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
	border: 1px solid #222;
}

.mwform-radio-field {
	font-size: 1.4rem;
	padding: 0 0 10px 0;
}

.confirm ul.myform li span.title,
ul.myform li span.title {
	width: 100%;
	padding: 0 0 10px 0;
}

ul.myform li span.form {
	width: 100%;
}

.contact_input {
	font-size: 1.5rem;
	width: 100%;
}

.form_content {
	width: 100%;
	display: block;
}

.submit_area {
	text-align: center;
}

.submit,
.contact_back  {

	font-size: 1.5rem;
	width: 100%;
	margin: 0 auto 30px auto;
}





.contact_back {
	background: #222;
	width: 60%;
	padding: 10px;
}

.home .information li {
	margin-bottom: 6vw;
}

.home .information .section ul {
	margin-bottom: 10vw;
}

.information li {
	margin-bottom: 8vw;
	padding-bottom: 8vw;
	padding-top: 0;
	
}

.layout_h {
	display: block;

	padding-top: 12vw;
}




.layout_h .img {
	width: 100%;
	padding: 0 12vw;
}

.layout_h .text {
	width: 100%;
}

.layout_h .st {
	font-size: 2.0rem;
	margin-bottom: 4vw;
}

}

