@charset "utf-8";
/*
theme Name: THE CO
Author: Studio Doubler
Description: original theme
version： 1.0.0
*/


body {
  color: #333;
	font-family: Arial, Helvetica, 'Noto Sans JP', "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 300;
	background-color: #FFF;
  font-feature-settings: "palt";
}
*, html {
  font-size: 2.6667vw;
}
h1,h2,h3,h4,h5 {
	/*transform: rotate(0.03deg);  シャギーを防ぐ指定 */
}

p,
li {
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 0 0 1em;
}
span { color: inherit; }

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
}
a.link {
	color: #000;
	letter-spacing: 0.08em;
	margin-bottom: 0;
	padding-bottom: 5px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.link::after {
  content: '';
  width: 100%;
  height: 2px;
	border-bottom: dashed 1px #000;
  position: absolute;
  bottom: -4px;
  bottom: 0;
  right: 0;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s;
}
a.link.show::after,
a.link:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
a.link.done::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
a.link.done:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
*:focus {
	-webkit-outline-style: none;
	outline-style: none;
}

a {
	transition: opacity 0.3s ease-in-out;
}
a:hover {
	opacity: 0.7;
}
a.disable {
	background-image: none !important;
	text-indent: -9999px !important;
	cursor: default !important;
}
a.no_link {
	cursor: default !important;
	pointer-events: none !important;
}
h1,h2,h3,h4,h5 {
	font-feature-settings : "palt";
  margin-top: 0;
	margin-bottom: 1em;
}
li {
	list-style-type: none;
	padding: 0;
}
ul,ol {
	margin: 0;
	padding-left: 0;
}
img {
	width: 100%;
	height: auto;
}

[type=button],
[type=reset],
[type=submit] {
	transition: opacity 0.3s ease-in-out;
}
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
	opacity: 0.7;
	cursor: pointer;
}
.clearfix { clear: both; }
.clearfix::after {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}
.pcOnly {display: none; }
.pc {display: none; }
.xpc {display: none; }
.spOnly { display: block; }
.sp { display: block; }
.bold { font-weight: 500; }
.lightgreen { color: #FCFFEB; }
.pink { color: #E595A4; }
.spring { color: #FFF8F8; }
.yellow { color: #FF0; }
.green { color: #C1DB2C; }
.blue {	color: #005aab; }



.wrapper {
  /* iPhone X iOS 11.1以下: Safe Aria内に配置 */
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  /* iPhone X iOS 11.2以上: Safe Aria内に配置 */
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	position: relative;
	overflow: hidden;
}
.contents {
	width: 100%;
	min-height: 400px;
	margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 86px;
	position: relative;
	z-index: 1;
}
.home .contents {
  padding-top: 0;
}
.w480 { max-width: 480px; }
.w660 { max-width: 660px; }
.w900 { max-width: 900px; }
.w960 { max-width: 960px; }
.w1000 { max-width: 1000px; }

.btn {
	color: #bfbfbf;
  font-size: 1.1rem;
	font-weight: 400;
  line-height: 9.33vw;
	text-align: center;
	text-decoration: none;
  height: 9.33vw;
	margin: 0;
	padding:  0 2em;
	display: inline-block;
	border: solid 1px #bfbfbf;
	position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #333;
  border-color: #333;
}


main {
	width: 100%;
}
main img {
	width: 100%;
	height: auto;
	display: block;
}
.pdf {
	margin: 0;
	padding: 0.5em 0;
	padding-left: 40px;
	background-image: url(images/common/PDF_32.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}
.center {
	text-align: center;
}




/* header */
.header {
	width: 100%;
	transition: 0.4s;
	position: fixed;
	z-index: 100;
}
.home .header.show {
	z-index: 1000;
}
.header-inner {
	width: 100%;
	height: 70px;
  background-color: #dedede;
	position: relative;
}
.home .header-inner {
  background-color: transparent;
}
.member-child.nagaya .header-inner {
  background-color: #006b78;
}

.site-logo {
  width: 100px;
  height: 40px;
  background-color: #FFF;
  position: relative;
  top: 0;
  z-index: 100;
  transition: all 0.7s 0.5s cubic-bezier(.19, 1, .22, 1);
}
.home .site-logo {
  top: -40px;
}
.loaded .site-logo {
  top: 0;
}
.site-logo a {
  width: auto;
  height: 100%;
	display: block;
}
.site-logo a img {
  width: auto;
  height: 100%;
	display: block;
}
#menubtn {
	width: 55px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
  z-index: 100;
}
#menubtn:hover {
  cursor: pointer;
}
#menubtn span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#menubtn .menu-open {
	background-image: url("img/btn-open-sp.svg");
}
#menubtn .menu-close {
	background-image: url("img/btn-close-sp.svg");
	display: none;
}

/* slide-menu */
#slide-menu {
	width: 100%;
  height: 100vh;
  padding: 70px 8vw 8vw;
  background-color: #000;
	overflow: scroll;
	position: absolute;
	right: -100%;
	right: 0;
	top: 0;
  display: none;
	z-index: 90;
	/*transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);*/
}
.menu-section:last-child {
	margin-bottom: 0;
}
.nav-wrap ul {
	margin: 0;
  padding-top: 5.33vw;
	transition: none;
}
#slide-menu .nav-wrap li {
	margin-bottom: 0;
}
#slide-menu .nav-wrap li:last-child {
	margin-bottom: 0;
}
.nav-wrap a {
	color: #FFF;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 5.33vw;
  padding-bottom: 8vw;
	display: block;
  position: relative;
	transition: color 0.3s ease-in-out;
}
.nav-wrap a span {
  font-size: 1.1rem;
  padding: 0;
	display: block;
	position: absolute;
  left: 0;
  top: 0;
}
.nav-wrap .current > a,
.nav-wrap a:hover,
.nav-wrap a:active {
}
.inactive a,
a.inactive {
  pointer-events: none;
  cursor: default;
}
.nav li.inactive a {
  color: #808080;
}











/* footer */
#footer {
	padding: 32.5px 4.3%;
	background-image: url("img/bg-footer.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  position: relative;
}
.footer-inner {
  height: 40px;
  position: relative;
}

#pageTop {
  width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 90;
}
#pageTop a {
	text-indent: -9999px;
	width: 100%;
	height: 86px;
	display: block;
	position: relative;
}
#pageTop a::after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
	transform-origin: center center;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: rotate(45deg) translateX(-50%);
}
.logo-ft {
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.logo-ft a {
  width: 46px;
  height: 40px;
	display: block;
	transition: opacity 0.3s ease-in-out;
}
.logo-ft a:hover {
	opacity: 0.7;
}
.logo-ft img {
	display: block;
}
.footer-inner .social-btn-wrap {
  margin-bottom: 20px;
}
.footNav {
  display: none;
}
.copyright {
  color: #FFF;
	font-size: 12px;
	text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer-inner .logo-mark {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}




/* 共通 */

#sec-link a {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: block;
  border: solid 2px #000;
}
#sec-link li {
  margin-bottom: 18px;
}
#sec-link li:last-child {
  margin-bottom: 0;
}

.pageHeader {
  padding: 5.33vw;
  padding-bottom: 13.33vw;
}
.pageHeader .title {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 8vw;
  margin-bottom: 0;
  position: relative;
}
.p-member .pageHeader .title {
  padding-top: 1.6rem;
}
.pageHeader .title span {
  font-size: 1rem;
}
.pageHeader .desc {
  margin-bottom: 5.33vw;
}

a .imgBox {
  overflow: hidden;
}
a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(.19,1,.22,1);
}
a:hover .imgBox img {
  transform: scale(1.2);
  opacity: 1;
}





/* メンバー */
.p-member .pageHeader .title span {
  position: absolute;
  left: 0;
  top: 0;
}
.pageHeader .desc h2 {
  font-size: 1.7rem;
}
.pageHeader .desc p {
  margin-bottom: 0;
}
.memberList li {
  margin: 0;
  background-color: #006b78;
  position: relative;
}
.memberList li::before {
  content: "";
  width: 21.33%;
  height: 100%;
  display: block;
  background-color: #00626e;
  position: absolute;
  left: 0;
  top: 0;
}
.memberList li a {
  color: #99c848;
  height: 100%;
  padding: 8vw 8vw 26.667vw;
  display: block;
  position: relative;
}
.memberList li a::after {
  content: "";
  width: 10.667vw;
  height: 10.667vw;
  display: block;
  background-image: url("img/ico-right-wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 8vw;
  bottom: 8vw;
}
.memberList li span {
  display: block;
}
.memberList li .post {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5vw;
}
.p-member .memberList li .post {
  color: #FFF;
}
.memberList li .nameBox {
  margin-bottom: 8vw;
}
.memberList li .nameBox p {
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
}
.memberList li .nameBox p.nameEN {
  font-size: 5rem;
  line-height: 1.4;
}
.memberList li .face img {
  width: 40vw;
  display: block;
}
.memberList li.shimizu {
  background-color: #3a596d;
}
.memberList li.shimizu::before {
  background-color: #274a5d;
}
.memberList li.shimizu a {
  color: #ffdb55;
}
.memberList li.saito {
  background-color: #5d3a59;
}
.memberList li.saito::before {
  background-color: #502d49;
}
.memberList li.saito a {
  color: #00aaea;
}
.memberList li.baba {
  background-color: #d3d6a7;
}
.memberList li.baba::before {
  background-color: #c5c98c;
}
.memberList li.baba a {
  color: #e84709;
}
.memberList li.okayasu {
  background-color: #82aaac;
}
.memberList li.okayasu::before {
  background-color: #719ca0;
}
.memberList li.okayasu a {
  color: #86052d;
}
.memberList li.nakada {
  background-color: #7f9fb2;
}
.memberList li.nakada::before {
  background-color: #7396a7;
}
.memberList li.nakada a {
  color: #dac882;
}

.member-child .memberHeader {
  padding: 5.33vw 13.33vw 18vw;
  position: relative;
}
.member-child .memberHeader::before {
  content: "";
  width: 100%;
  height: 16vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.member-child .memberHeader > * {
  position: relative;
}
.member-child .memberHeader .sideLabel {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 48vw;
  height: 8vw;
  display: inline-block;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transform-origin: left bottom;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: -2vw;
}
.member-child .memberHeader .post {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
}
.member-child .memberHeader .nameEN {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4em;
  display: block;
}
.member-child .memberHeader .name {
  font-size: 1.75rem;
  font-weight: 600;
  display: block;
}
/* 長屋 */
.member-child.nagaya .memberHeader {
  color: #99c848;
  background-color: #006b78;
}
.member-child.nagaya .memberHeader .sideLabel {
  background-color: #99c848;
}
.member-child.nagaya .memberHeader::before {
  background-color: #00626e;
}
/* 清水 */
.member-child.shimizu .memberHeader {
  color: #ffdb55;
  background-color: #3a596d;
}
.member-child.shimizu .memberHeader .sideLabel {
  background-color: #ffdb55;
}
.member-child.shimizu .memberHeader::before {
  background-color: #274a5d;
}
/* 清水 */
.member-child.shimizu .memberHeader {
  color: #ffdb55;
  background-color: #3a596d;
}
.member-child.shimizu .memberHeader .sideLabel {
  background-color: #ffdb55;
}
.member-child.shimizu .memberHeader::before {
  background-color: #274a5d;
}
/* 斎藤 */
.member-child.saito .memberHeader {
  color: #00aaea;
  background-color: #5d3a59;
}
.member-child.saito .memberHeader .sideLabel {
  background-color: #00aaea;
}
.member-child.saito .memberHeader::before {
  background-color: #502d49;
}
/* 馬場 */
.member-child.baba .memberHeader {
  color: #e84709;
  background-color: #d3d6a7;
}
.member-child.baba .memberHeader .sideLabel {
  background-color: #e84709;
}
.member-child.baba .memberHeader::before {
  background-color: #c5c98c;
}
/* 馬場 */
.member-child.baba .memberHeader {
  color: #e84709;
  background-color: #d3d6a7;
}
.member-child.baba .memberHeader .sideLabel {
  background-color: #e84709;
}
.member-child.baba .memberHeader::before {
  background-color: #c5c98c;
}
/* 阿保 */
.member-child.okayasu .memberHeader {
  color: #86052d;
  background-color: #82aaac;
}
.member-child.okayasu .memberHeader .sideLabel {
  color: #FFF;
  background-color: #86052d;
}
.member-child.okayasu .memberHeader::before {
  background-color: #719ca0;
}
/* 中田 */
.member-child.nakada .memberHeader {
  color: #dac882;
  background-color: #7f9fb2;
}
.member-child.nakada .memberHeader .sideLabel {
  background-color: #dac882;
}
.member-child.nakada .memberHeader::before {
  background-color: #7396a7;
}

.member-child .memberImg {
  padding-bottom: 100px;
}
.member-child .memberInfo {
  margin-bottom: 50px;
  padding: 150px 5.33vw 0;
  position: relative;
}
.member-child .memberInfo::before {
  content: "MEMBER";
  color: #333;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transform-origin: left bottom;
  transform: rotate(90deg);
  position: absolute;
  left: 5.33vw;
  top: 0;
}
.member-child .memberInfo h3 {
  color: #333;
  font-size: 3rem;
  line-height: 1.67;
  margin-bottom: 50px;
}
.member-child .memberInfo p {
  color: #333;
  font-size: 1.3rem;
  line-height: 2.46;
}
.member-child .chapter {
  background-color: #d9d9d9;
}
.member-child .chapter .textBox .inner {
  padding: 8vw 5.33vw 84px;
}
.member-child .chapter .textBox h3 {
  color: #333;
  font-size: 3rem;
  line-height: 1.2;
  padding-top: 13.33vw;
  position: relative;
}
.member-child .chapter .textBox h3 span {
  font-size: 2rem;
  padding-left: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
.member-child .chapter .textBox h3 span::before {
  content: "";
  width: 30px;
  height: 0.65em;
  display: block;
  border-bottom: solid 1px #333;
  position: absolute;
  left: 0;
  top: 0;
}
.member-child .chapter .textBox p {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
}




/* NEWS */
.archive .pageBody::before {
  content: "";
  width: 89.33%;
  max-width: 1200px;
  height: 0;
  margin: 0 auto;
  display: block;
  border-top: solid 1px #bfbfbf;
}
.archive .pageBody .inner {
  padding: 0 5.33%;
}
.postItem {
  margin-bottom: 0;
  border-bottom: solid 1px #bfbfbf;
}
.postItem a {
  padding: 5.33vw 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.postItem a .imgBox {
  width: 35.8%;
}
.postItem a .contBox {
  width: 60%;
}
.newsDate,
.projectDate {
  color: #808080;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1em;
  display: block;
}
.newsTitle {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 0;
  display: block;
}

.single .headBox {
  padding: 0 5.33vw;
}
.single .postBody img {
  margin-bottom: 5.33vw
}
.single .headBox,
.single .postSection {
  margin-bottom: 5.33vw;
}
.single .postSection h2,
.single .postSection h3,
.single .postSection h4,
.single .postSection h5,
.single .postSection h6 {
  color: #333;
  font-size: 1.8rem;
  padding: 1.1em 5.33vw 0;
}
.single .postSection h3 {
  font-size: 1.7rem;
}
.single .postSection h4 {
  font-size: 1.6rem;
}
.single .postSection h5 {
  font-size: 1.5rem;
}
.single .postSection h6 {
  font-size: 1.4rem;
}
.single .postSection p {
  color: #1a1a1a;
  font-size: 1.8rem;
  line-height: 2;
  margin: 1em 0;
  padding: 0 5.33vw;
}





.single-projects .postSection {
  margin-bottom: 13.33vw;
}
.single-projects .wp-block-group {
  margin: 13.33vw 0;
}
.single-projects .postSection h3 {
  font-size: 2.4rem;
}
.single-projects .postSection h4 {
  font-size: 2rem;
}
.single-projects .postSection h5 {
  font-size: 1.8rem;
}
.single-projects .postSection h6 {
  font-size: 1.6rem;
}
.single-projects .chapterHeaderWrap h3 {
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0;
}
.single-projects .postSection p {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.single-projects .postSection p:last-child {
  margin-bottom: 0;
}
.wp-block-columns.chapterUpperBox {
  margin-bottom: 0;
  padding: 0 5.33vw;
}
.postSection .wp-block-columns.chapterUpperBox p {
  margin-bottom: 1em;
  padding: 0;
}
.postSection .wp-block-columns.chapterUpperBox p:last-child {
  margin-bottom: 0;
}

.chapterHeaderWrap {
  margin-bottom: 13.33vw;
  position: relative;
}
.chapterTextWrap {
  margin-bottom: 13.33vw;
}
.single-projects .chapterUpperBox h5.chapterNumber {
  font-family: Helvetica;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  width: auto;
  margin-bottom: 8vw;
  padding: 0.5em 1em;
  padding-left: 3em;
  display: inline-block;
  background-color: #333;
  position: relative;
}
.chapterUpperBox h5.chapterNumber::after {
  content: "";
  width: 8vw;
  height: 4.8vw;
  border-bottom: solid 1px #FFF;
  display: block;
  position: absolute;
  left: 3.33vw;
  top: 0;
  z-index: 3;
}
.chapterTextWrap p:first-of-type {
  margin-top: -0.5em;
}

.projectTitle {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 0.25em;
  display: inline-block;
}
.h-project_name {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0;
  padding-top: 3vw;
  display: block;
}
.single-projects .projectTitle {
  line-height: 1.8;
  display: block;
}
.projectName {
  color: #bfbfbf !important;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 0;
  display: inline-block;
}
.single-projects .projectName {
  font-size: 1.5rem;
}
.single-projects .mainImage {
  margin: 8vw 0 13.33vw;
}
.single-projects .mainImage {
  margin: 8vw 0 13.33vw;
}
.relatedPost {
  max-width: 1000px;
  margin: 0 auto 13.33vw;
  padding: 0 5.33vw;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}
.relatedPost .inner {
  padding: 0 5.33vw;
}
.relatedPost .projectName {
  color: #808080;
  font-size: 1.5rem;
  margin: 6.67vw 0;
}
.relatedPost ul {
  margin-bottom: 6.67vw;
}
.relatedPost li {
  margin-bottom: 4vw;
}
.relatedPost li a {
  color: #333;
  font-size: 1.3rem;
  margin: 0;
  padding-left: 1.5em;
  background-image: url("img/ico-next.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1em auto;
  transition: opacity 0.3s ease-in-out;
}
.relatedPost li a:hover {
  opacity: 0.7;
}







/* お問い合わせ */
#sec-contact .inner-box {
  padding: 0 5.33vw;
} 
#sec-contact .inner-box div {
  margin-bottom: 13.33vw;
} 
#sec-contact .inner-box div.colWrap {
  margin-bottom: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
} 
#sec-contact .inner-box div.colWrap > div {
  width: 47.8%;
} 
#sec-contact .formLabel {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.67em;
}
#sec-contact .policy {
  padding-top: 13.33vw;
  border-top: solid 1px #d9d9d9;
}
#sec-contact .policy .formLabel {
  line-height: 1.6;
}
#sec-contact .policy .policyWrap {
  height: 76.8vw;
  border: solid 1px #d9d9d9;
  padding: 8vw 3vw;
  overflow-y: scroll;
}
#sec-contact .policy .policyWrap > div {
  margin-bottom: 0;
}
#sec-contact h2,
#sec-contact .policyWrap h3,
#sec-contact .policyWrap h4 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
#sec-contact .policyWrap h3 {
  padding-bottom: 1.5em;
  border-bottom: solid 1px #d9d9d9;
}
#sec-contact .policyWrap p,
#sec-contact .policyWrap a {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0;
}
#sec-contact .policyWrap ol {
  margin-bottom: 13.33vw;
  padding: 13.33vw 0;
  border-bottom: solid 1px #d9d9d9;
}
#sec-contact .policyWrap ol li {
  margin-bottom: 13.33vw;
}
#sec-contact .policyWrap ol li:last-of-type {
  margin-bottom: 0;
}
#sec-contact .mw_wp_form .error {
  color: #ff0000;
  font-size: 1.4rem;
  padding-top: 0.5em;
}


input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: 1.8rem;
  font-weight: normal;
  width: 100%;
  padding: 0.75em 0.5em;
  border: none;
  background-color: #f2f2f2;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 1em;
  background-color: #333;
  border: none;
  display: block;
}
.mwform-checkbox-field label {
  cursor: pointer;
  position: relative;
}
.mwform-checkbox-field label span {
  font-size: 1.8rem;
  padding-left: 2.2em;
  position: relative;
}
.mwform-checkbox-field label span::before,
.mwform-checkbox-field input + span::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  background-color: #CCC;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-14%);
}
.mwform-checkbox-field input + span::after {
  background-image: url("img/contact/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.mwform-checkbox-field input:checked + span::after {
  opacity: 1;
}
.mwform-checkbox-field input {
  display: none;
}





/* トップページ */
.mainVisual .loading {
  display: none;
}
.home section {
  padding: 26.67vw 0;
  border-bottom: solid 1px #bfbfbf;
  position: relative;
}
.home section::before,
.home section::after {
  content: "";
  width: 30px;
  height: 214px;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
}
.home section::after {
  top: 50%;
}
.home section.news::before {
  background-image: url("img/label-side-1.svg");
  right: 0;
}
.home section.news::after {
  display: none;
}
.home section.projects::before {
  background-image: url("img/label-side-2.svg");
  left: 0;
}
section.projects::after {
  background-image: url("img/label-side-3.svg");
  right: 0;
  top: 52%;
}
.home section.message::before {
  background-image: url("img/label-side-4.svg");
  right: 0;
  top: 26.5%;
}
.home section.message::after {
  background-image: url("img/label-side-5.svg");
  right: 0;
  top: 68.3%;
}
.home section .inner {
  padding: 0 5.33vw;
}
.home section > * {
  position: relative;
  z-index: 2;
}
.home .topHeader {
  padding-top: 0;
}
.topHeader .headCopy {
  width: 100px;
  padding: 20px;
  background-color: #FFF;
  position: absolute;
  left: -100px;
  top: 40px;
  z-index: 10;
  transition: all 0.7s 1s cubic-bezier(.19, 1, .22, 1);
}
.loaded .topHeader .headCopy {
  left: 0;
}
.topHeader .slide .imgBox {
  height: 149vw;
  position: relative;
  overflow: hidden;
}
.topHeader .slide .imgBox img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.slide .slider-caption {
  color: #bfbfbf;
  font-size: 0.85rem;
  margin: 0;
  padding: 0.5em 1em;
}
.slide .slider-caption a {
  color: #bfbfbf;
  text-decoration: underline;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  padding: 0 20px;
  display: inline-block;
  left: auto;
  right: 0;
  bottom: auto;
}
#topSlide.swiper-container-horizontal>.swiper-pagination-bullets,
#topSlide .swiper-pagination-custom,
#topSlide .swiper-pagination-fraction {
  top: 142vw;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: #FFF;
  opacity: 1;
}
.topHeader .leadText {
  padding: 100px 3.55vw 0;
}
.topHeader .leadText p {
  color: #666;
  font-size: 1.3rem;
  line-height: 2;
  margin: 0 auto;
}

    
.secHeader {
  height: 0;
  margin-bottom: 50px;
  padding-top: 13.57%;
  position: relative;
}
.secHeader h2 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  transform-origin: left bottom;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: -1.6rem;
}
.secHeader .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.home .postList {
  margin-bottom: 13.33vw;
}
.home .postItem a {
  display: block;
}
.home .newsDate {
  color: #333;
  font-size: 0.9rem;
}
.home .newsTitle {
  color: #333;
  font-size: 1.3rem;
}
#newsSlide.swiper-container-horizontal>.swiper-pagination-bullets,
#newsSlide .swiper-pagination-custom,
#newsSlide .swiper-pagination-fraction {
  top: 50vw;
}


.projectItem {
  margin-top: 13.33vw;
}
.projectHeader {
  margin-bottom: 8vw;
  padding-left: 13.33vw;
  background-image: url("img/ico-next.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 8vw auto;
}
.projectList .imgBox {
  height: 32vw;
}
.projects .secHeader {
  padding-top: 24.2%;
}
.home .message .colWrap > div {
  margin-bottom: 100px;
}
.home .message .colWrap .colCompany {
  margin-bottom: 0;
}
.home .message .secHeader h2 {
  top: -3rem;
}
.home .message .colMessage .secHeader {
  padding-top: 24%;
}
.home .message .colMessage .secHeader h2 {
  top: -1.6rem;
}
.home .message .colScope .secHeader {
  padding-top: 25%;
}
.home .message .colImage .secHeader {
  padding-top: 25%;
}
.home .message .colCompany .secHeader {
  padding-top: 26%;
}
.home .member .secHeader {
  padding-top: 21%;
}
.home .companyInfo {
  border-top: solid 1px #808080;
}
.home .companyInfo * {
  color: #333;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: normal;
  margin: 0;
}
.home .companyInfo dt {
  font-weight: normal;
  width: 24%;
  padding-top: 0.8em;
  clear: left;
  float: left;
}
.home .companyInfo dd {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 24%;
  border-bottom: solid 1px #808080;
  position: relative;
}
.home .companyInfo dd::before {
  content: "";
  width: 24%;
  height: 1px;
  display: block;
  background-color: #333;
  position: absolute;
  left: 0;
  top: -1px;
}
.home .companyInfo dd:last-child::after {
  content: "";
  width: 24%;
  height: 1px;
  display: block;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.home .companyInfo span {
  margin-bottom: 20px;
  display: block;
}
.home .companyInfo small {
  color: #808080;
  font-size: 1rem;
  line-height: 1;
  padding-top: 5px;
  display: block;
}
.home .memberList {
  padding: 0 calc( 5.33vw + 60px );
  position: relative;
}
.home .memberList li::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 16.5%;
  display: block;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
.home .memberList li a {
  padding: 0;
}
.home .memberList li a::after {
  display: none;
}
.home .memberList .imgBox {
  width: 89%;
}
.home .memberList a:hover,
.home .memberList a:hover .imgBox img {
  opacity: 1;
}
.home .memberList .nameBox {
  height: 95px;
  margin: 0;
  padding: 8.5%;
}
.home .memberList .name {
  font-size: 14px;
  margin-bottom: 0.3em;
}
.home .memberList .post {
  font-size: 11px;
  line-height: 1.5;
}
.home .memberList .swiper-container {
}
.home .memberList .swiper-button-prev,
.home .memberList .swiper-button-next {
  width: 60px;
  height: 100%;
  margin: 0;
  background-color: #FFF;
  top: 0;
}
.home .memberList .swiper-button-prev {
  left: calc( 5.33vw - 10px);
}
.home .memberList .swiper-button-next {
  right: calc( 5.33vw - 10px);
}
.home .memberList .swiper-button-next:after,
.home .memberList .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
}
.home .memberList .swiper-button-prev:after {
  background-image: url("img/ico-prev.svg");
}
.home .memberList .swiper-button-next:after {
  background-image: url("img/ico-next.svg");
}










/* 404 */
.p-404 .page-header .inner-box {
	padding-top: 36%;
}
.p-404 .no-label {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
.p-404 .contents p {
	line-height: 2;
}




/* 投稿 */
.post-section {
  margin-bottom: 25px;
	border-bottom: solid 2px #000;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
}
.post-section .thumb-box {
  width: 39%;
  margin-bottom: 25px;
}
.post-section .thumb-box a {
  display: block;
}
.post-section .main-box {
  width: 57%;
  margin-bottom: 25px;
}

.post-title {
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
  margin-bottom: 0;
}
.post-title a {
	color: #000;
	font-weight: 300;
	transition: opacity 0.3s ease-out;
}
.post-title a:hover {
	opacity: 0.5;
}
.single .post-title {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 20px;
	padding: 0;
}
.post-info {
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 3px;
}
.post-info .date {
	margin-right: 1em;
  padding: 0.2em 0.5em;
  display: inline-block;
	background-image: linear-gradient(
    -45deg,
    transparent, transparent 39.5%,
    #DDD 49.5%, #DDD 50.5%,
    transparent 60.5%, transparent);
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
}
.post-info .cat {
  display: inline-block;
}
.post-info .cat li {
  margin-right: 1em;
	display: inline-block;
}
.post-info .cat li:last-child {
  margin-right: 0;
}
.post-info .cat a {
  transition: opacity 0.3s ease-in-out;
}
.post-info .cat a:hover {
  opacity: 0.6;
}
.single .post-section {
  margin-bottom: 18px;
  padding-bottom: 25px;
  display: block;
}
.single .post-section .main-box {
  width: 100%;
  border-bottom: solid 2px #000;
}
.single .post-info {
  margin-bottom: 1em;
}
.single .post-body p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.blog .post-body,
.archive .post-body,
.blog .post-body p,
.archive .post-body p {
	font-size: 12px;
	margin-bottom: 0;
}
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  letter-spacing: normal;
  margin-bottom: 0.5em;
}
.post-body p,
.post-body ul,
.post-body ol {
	margin-bottom: 2em;
}
.post-body img {
	width: auto;
	max-width: 100%;
	display: inline;
} 
.post-body img.alignleft {
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}
.post-body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.post-body img.alignright {
	margin-left: 30px;
	margin-bottom: 20px;
	float: right;
}

.post-body ul,
.post-body ol {
	padding-left: 1.1em;
}
.post-body ul li {
	list-style-type: disc;
}
.post-body ol li {
	list-style-type: decimal;
}
.post-body a {
	text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.post-body a:hover {
	text-decoration: none;
}
.post-body a.moretag {
	margin-left: 0.7em;
}
.post-body blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
.post-body blockquote:before{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 3px;
	vertical-align: middle;
	content: "“";
	color: #cfcfcf;
	font-size: 70px;
	line-height: 1;
}
.post-body blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}
.post-body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
.single-post table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.single-post table tr:first-child td {
	background-color: #F9F9F9;
}

.link-navi {
	position: relative;
}
.link-navi ul {
  padding-bottom: 20px;
  position: relative;
}
.link-navi li {
  position: absolute;
  top: 0;
}
.link-navi li.prev {
  left: 0;
}
.link-navi li.to-news {
  left: 50%;
  transform: translateX(-50%);
}
.link-navi li.next {
  right: 0;
}
.link-navi a {
	color: #000;
	font-size: 12px;
	display: block;
  transition: opacity 0.3s ease-in-out;
}
.link-navi a:hover {
  opacity: 0.7;
}
/*　ページアーカイブ　*/
.page-template-page-archive .post-title {
	margin-bottom: 0;
}







::-webkit-input-placeholder { color: #CCC;}
:-ms-input-placeholder { color: #CCC;}
::placeholder-shown {	color: #CCC;}



/* WP PageNavi */
.wp-pagenavi {
  margin: 26.67vw 0;
}
.post-type-archive-news .wp-pagenavi {
  margin-top: 5.33vw;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #808080;
  font-size: 1.8rem;
	text-align: center;
  font-weight: 400;
	line-height: 1;
  text-decoration: underline;
	height: 40px;
	margin: 0 10px 10px;
	padding: 11px 0;
	display: inline-block;
}
.wp-pagenavi span.current {
	color: #333;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
}
.wp-pagenavi a.previouspostslink {
}
.wp-pagenavi a.nextpostslink {
}


























@media (min-width:480px){
	
	.page-header .inner-box {
		height: 0;
		padding-top: 30%;
    background-size: contain;
    position: relative;
	}
	.page-header h1 {
		margin: 0;
		position: absolute;
		right: 25px;
		top: 0;
		float: none;
	}
	
	
	.p-404 .page-header .inner-box {
		padding-top: 30%;
	}

	
}















@media (min-width:768px){
	.pc { display: block;	}
	.sp { display: none; }
	.pcOnly { display: block;	}
	.spOnly { display: none; }
	
  
  *, html {
    font-size: 62.5%;
  }
  .btn {
    line-height: 35px;
    height: 35px;
  }
  .nav-wrap a {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .wp-pagenavi {
    text-align: center;
    margin-top: 100px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 2.2rem;
  }
  .nav li a {
    transition: opacity 0.3s ease-in-out;
  }
  .nav li a:hover {
    opacity: 0.7;
  }
  .footNav {
    margin-bottom: 10px;
    padding-left: 10%;
    display: block;
  }
  .footNav li {
    margin: 0;
    margin-right: 40px;
    display: inline;
  }
  .footNav li.top {
    display: none;
  }
  .footNav li a {
    color: #FFF;
    font-size: 1.3rem;
    margin: 0;
  }
  .footNav li a span {
    display: none;
  }

  .copyright {
    font-size: 1rem;
    text-align: left;
    padding-left: 10%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
  }
  

  
  .pageHeader {
    padding-top: 60px;
  }
  .pageHeader .title {
    font-size: 5rem;
  }
  .h-project_name {
    font-size: 2.4rem;
    padding-top: 10px;
  }

  
  
  
  /* メンバー */
  .p-member .pageHeader .title {
    padding-top: 2.5rem;
  }
  .pageHeader .title span {
    font-size: 1.5rem;
  }
  .p-member .memberList {
    border-bottom: solid 1px #bfbfbf;
  }
  .p-member .memberList li {
    background-color: #FFF !important;
    border-top: solid 1px #bfbfbf;
  }
  .p-member .memberList li::before {
    display: none !important;
  }
  .p-member .memberList li a {
    padding: 0;
    padding-right: 8%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    transition: opacity 0.3s ease-in-out;
  }
  .memberList li a:hover img {
    opacity: 1;
  }
  .memberList li a:hover {
    opacity: 0.7;
  }
  .p-member .memberList li a::after {
    width: 8%;
    height: 100%;
    background-color: #FFF;
    background-image: url("img/ico-right.svg");
    background-size: 60% 60%;
    left: auto;
    right: 0;
    bottom: 0;
  }
  .p-member .memberList li a > span {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-member .memberList li .post {
    color: #333 !important;
    font-size: 1.2rem;
    line-height: 1.8;
    width: 12%;
    margin-bottom: 0;
    padding: 0 5%;
    background-color: #FFF;
  }
  .p-member .memberList li .nameBox {
    width: 74%;
    text-align: left;
    margin-bottom: 0;
    background-color: #006b78;
    position: relative;
    justify-content: flex-start;
    order: 1;
  }
  .p-member .memberList li .nameBox::before {
    content: "";
    width: 5.7%;
    height: 100%;
    display: block;
    background-color: #00626e;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-member .memberList li.shimizu .nameBox {
    background-color: #3a596d;
  }
  .p-member .memberList li.shimizu .nameBox::before {
    background-color: #274a5d;
  }
  .p-member .memberList li.saito .nameBox {
    background-color: #5d3a59;
  }
  .p-member .memberList li.saito .nameBox::before {
    background-color: #502d49;
  }
  .p-member .memberList li.baba .nameBox {
    background-color: #d3d6a7;
  }
  .p-member .memberList li.baba .nameBox::before {
    background-color: #c5c98c;
  }
  .p-member .memberList li.okayasu .nameBox {
    background-color: #82aaac;
  }
  .p-member .memberList li.okayasu .nameBox::before {
    background-color: #719ca0;
  }
  .p-member .memberList li.nakada .nameBox {
    background-color: #7f9fb2;
  }
  .p-member .memberList li.nakada .nameBox::before {
    background-color: #7396a7;
  }
  .p-member .memberList li .nameBox p {
    font-size: 3rem;
    margin-left: 1em;
    position: relative;
  }
  .p-member .memberList li .nameBox p.nameEN {
    font-size: 3.3rem;
  }
  .memberList li .face {
    width: 14%;
  }
  .memberList li .face img {
    width: 100%;
  }
  
  .member-child .memberHeader {
    padding: 46px 13.33vw 60px;
  }
  .member-child .memberHeader::before {
    height: 100px;
  }
  .member-child .memberHeader .sideLabel {
    font-size: 1.25rem;
    width: 180px;
    height: 60px;
  }
  .member-child .memberHeader .post {
    font-size: 1.6rem;
  }
  .member-child .memberHeader .nameEN {
    font-size: 7.2rem;
  }
  .member-child .memberHeader .name {
    font-size: 3.5rem;
  }
  .member-child .chapter .textBox h3 {
    padding-top: 50px;
  }
  
  
  
  
  
  /* NEWS */
  .postItem a {
    padding: 50px 0;
    transition: opacity 0.3s ease-in-out;
  }
  .postItem a:hover {
    opacity: 0.7;
  }
  .newsTitle {
    font-size: 2.9rem;
  }
  .single .newsTitle,
  .single .projectTitle {
    font-size: 3.6rem;
  }
  .single .postSection h2 {
    font-size: 3rem;
  }
  .single .postSection h3 {
    font-size: 2.5rem;
  }
  .single .postSection h4 {
    font-size: 2rem;
  }
  .single .postSection h5 {
    font-size: 1.6rem;
  }
  .single .postSection h6 {
    font-size: 1.4rem;
  }
  .single .postSection p {
    font-size: 1.6rem;
  }
  .single-news .postSection p {
    margin-bottom: 50px;
  }
  
  
  
  /* プロジェクト */
  .projectHeader {
    margin-bottom: 30px;
    padding-left: 50px;
    background-size: 32px auto;
  }
  .projectList .imgBox {
    height: 240px;
  }
  .projectItem {
    margin-top: 50px;
  }
  .single .projectTitle {
    margin-bottom: 18px;
  }
  .single .projectName {
    font-size: 1.5rem;
  }
  .single .headBox {
    padding-bottom: 0;
  }
  .single-projects .mainImage {
    margin: 50px 0;
  }  
  .single-projects .wp-block-group {
    margin: 100px 0;
  }
  .chapterHeaderWrap {
    margin-bottom: 50px;
  }
  .single .chapterHeaderWrap h3 {
    font-size: 2rem;
  }
  .chapterHeaderWrap::before {
    padding-left: 50px;
  }
  .chapterHeaderWrap::after {
    width: 30px;
    height: 18px;
    left: 10px;
  }
  .single-projects .chapterUpperBox h5.chapterNumber {
    margin-bottom: 30px;
    padding-left: 50px;
  } 
  .chapterUpperBox h5.chapterNumber::after {
    width: 30px;
    height: 18px;
    left: 10px;
  }
  .single-projects .chapterTextWrap {
    margin-bottom: 100px;
  }
  .single-projects .chapterWrap.std .chapterTextWrap p {
    margin-bottom: 0;
    padding-left: 5.33vw;
  }
  .relatedPost .projectName {
    font-size: 1.8rem;
    margin: 50px 0;
  }
  .relatedPost ul {
    margin-bottom: 50px;
  }
  .relatedPost li {
    margin-bottom: 30px;
  }
  .relatedPost li a {
    font-size: 1.5rem;
  }
  
  
  /* お問い合わせ */
  #sec-contact .inner-box div,
  #sec-contact .policyWrap ol li {
    margin-bottom: 50px;
  }
  .page.done #sec-contact {
    text-align: center;
  }
  #sec-contact .policy {
    margin-top: 100px;
    padding-top: 100px;
  }
  #sec-contact .policy .policyWrap {
    height: 288px;
    padding: 50px 30px;
  }
  #sec-contact .policyWrap ol {
    margin-bottom: 50px;
    padding: 50px 0;
  }
  #sec-contact span.mwform-checkbox-field {
    text-align: center;
    display: block;
  }
  #sec-contact .policy h3 {
    vertical-align: middle;
  }
  #sec-contact .required h3::after,
  #sec-contact .option h3::after {
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 0.75em;
    padding: 0.25em 0.5em;
    background-color: #F5F5F5;
    vertical-align: middle;
  }
  #sec-contact .required h3::after {
    content: "必須";
    color: #F00;
  }
  #sec-contact .option h3::after {
    content: "任意";
  }
  #sec-contact .policy .error {
    text-align: center;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  /* トップページ */
  .home section {
    padding: 100px 0;
  }
  .topHeader .slide .imgBox {
    height: auto;
  }
  .topHeader .slide .imgBox img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0);
  }
  .slide .caption {
    text-align: right;
  }
  #topSlide.swiper-container-horizontal>.swiper-pagination-bullets, 
  #topSlide .swiper-pagination-custom, 
  #topSlide .swiper-pagination-fraction {
    top: 53vw;
  }
  .topHeader .leadText {
    padding-top: 80px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .topHeader .leadText p {
    margin: 0 auto;
  }
  
  .home .news .colWrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #newsSlide.swiper-container-horizontal>.swiper-pagination-bullets, 
  #newsSlide .swiper-pagination-custom, 
  #newsSlide .swiper-pagination-fraction {
    padding-top: 51%;
    top: 0;
  }
  .home .news .colWrap > div {
    width: 48%;
  }
  .home .news .colWrap .rightBox .inner {
    padding-left: 0;
  }
  .home .postItem a {
    padding: 20px 0;
  }
  .home .postList {
    margin-bottom: 0;
  }
  .secHeader .btn {
    top: auto;
    bottom: 0;
  }
   section.projects::before {
    top: 100px;
  }
  .home .message .colWrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
  }
  .home .message .colWrap .leftBox {
    width: 54.17%;
    padding-right: 16.67%;
  }
  .home .message .colWrap .rightBox {
    width: 45.83%;
    padding-right: 8.33%;
  }
  .home section.message::before {
    left: 0;
    top: 275px;
    right: auto;
  }
  .home .news .secHeader {
    padding-top: 48px;
  }
  .home .projects .secHeader {
    padding-top: 86px;
  }
  .home .message .secHeader {
    padding-top: 86px !important;
  }
  .home .member .secHeader {
    padding-top: 71px;
  }
  .home .memberList {
    padding: 0 60px;
  }  
  .home .memberList .swiper-button-prev {
    left: 0;
  }
  .home .memberList .swiper-button-next {
    right: 0;
  }
  
  
  
}











@media (min-width:1000px){
  
  .single .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .single .newsTitle,
  .single .projectTitle {
    font-size: 4.4rem;
  }
  .single .headBox,
  .single .postSection {
    padding: 0;
  }
  .single .postSection {
    width: 1000px;
    margin: 0 auto 100px;
    padding: 0;
  }
  .single .postSection > * {
    width: 100% !important;
    padding: 0 !important;
  }
  .single .postSection img {
    margin-bottom: 50px;
  }
  
  .single-projects .postSection p {
    padding: 0;
  }
  .wp-block-columns.chapterUpperBox {
    padding: 0;
  }
  .relatedPost {
    margin-bottom: 100px;
    padding: 0;
  }
  
  
  #sec-contact .inner-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  
  .home section::before,
  .home section::after {
    width: 60px;
    height: 428px;
  }
  
}





@media (min-width:1200px){
	.pcOnly {display: block; }
	.spOnly {display: none; }
	.xpc { display: block;}

	
	.wp-pagenavi {
		margin: 100px 0 !important;
	}
	

  .member-child .contents {
    padding-top: 0;
  }
  .pageBody {
    padding-left: 75px;
  }
  .member-child .pageBody {
    padding: 0;
  }
  .header-inner {
    background-color: transparent;
  }
  .member-child .header-inner {
    background-color: transparent !important;
  }
  .site-logo {
    width: 170px;
    height: 70px;
    top: 0;
    left: 0;
    transition-delay: 0.7s;
  }
  .home .site-logo {
    left: -170px;
  }
  .loaded .site-logo {
    left: 0;
  }
  .menuOpened .site-logo {
    background-color: #FFF;
  }
  .member-child .site-logo {
    background-color: transparent;
  }
  #slide-menu {
    padding: 100px 12vw;
    border-left: solid 75px #FFF;
  }
  #menubtn {
    width: 75px;
    height: 75px;
    left: 0;
    right: auto;
    top: 310px;
  }
  #menubtn .menu-open {
    background-image: url("img/btn-open.svg");
  }
  #menubtn .menu-close {
    background-image: url("img/btn-close.svg");
  }
  
  .pageHeader {
    max-width: 1500px;
    height: 260px;
    margin: 0 auto 70px;
    padding: 0 170px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    align-items: center;
  }
  .pageHeader .title {
    font-size: 7rem;
    margin-bottom: 0;
  }
  .pageHeader .title span {
    font-size: 2rem;
  }
  .pageHeader .desc {
    width: 50%;
    margin-bottom: 0;
  }
  .pageBody {
    padding: 0 50px;
  }
  .archive .pageBody::before {
    width: 100%;
  }
  
  
  
  /* メンバー */
  .p-member .member .inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-member .pageHeader .title {
    padding-top: 2.5rem;
  }
  .memberList li .post {
    font-size: 1.4rem;
  }
  .memberList li .nameBox p {
    font-size: 3.3rem;
  }
  .memberList li .nameBox p.nameEN {
    font-size: 3.5rem;
  }
  .memberTop {
    padding: 100px 0;
  }
  .memberTop > .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .memberTop .colWrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
  }
  .memberTop .colWrap > div {
    width: 550px;
  }
  .member-child .memberImg {
    padding-bottom: 0;
  }
  .member-child .memberInfo {
    margin-bottom: 0;
    padding: 150px 0 0;
  }
  .member-child .memberInfo::before {
    text-align: left;
    left: 0;
    top: -24px;
  }
  .member-child .article {
    padding-top: 150px;
    background-color: #d9d9d9;
  }
  .member-child .chapter > .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .member-child .chapter .textBox {
    width: 1000px;
    padding: 100px 140px 50px 50px;
    background-color: #d9d9d9;
    position: relative;
    top: -100px;
  }
  .member-child .chapter .textBox .inner {
    padding: 0;
  }
  .member-child .memberHeader {
    padding-top: 110px;
  }
  .member-child .memberHeader .sideLabel {
    top: 50px;
  }
  
  
  
  /* NEWS */
  .archive .pageBody .inner,
  .single .pageBody .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .postItem a {
    background-image: url("img/ico-right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 76px 76px;
    align-items: center;
  }
  .postItem a .imgBox {
    width: 282px;
  }  
  .postItem a .contBox {
    padding-left: 50px;
    padding-right: 80px;
    flex: 1;
  }  
  
  
  
  /* プロジェクト */
  .single-projects .pageBody {
    padding: 0;
  }
  .tax-project_name  .pageHeader {
    padding-top: 95px;
    display: block;
  }
  .h-project_name {
    font-size: 3.4rem;
  }
  
  
  
  
  
  /* お問い合わせ */
  #sec-contact {
    position: relative;
  }
  #sec-contact::before,
  #sec-contact::after {
    content: "";
    width: 60px;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
  }
  #sec-contact::before {
    height: 430px;
    background-image: url("img/contact/label-left.svg");
    left: 0;
    top: 594px;
  }
  #sec-contact::after {
    background-image: url("img/contact/label-right.svg");
    right: 0;
    top: 0;
  }
  
  
  
  
  /* トップページ */
  .home section > .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .mainVisual {
    padding-left: 300px;
  }
  .topHeader .headCopy {
    width: 130px;
    top: 0;
    left: -130px;
    transition: all 0.7s 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  .loaded .topHeader .headCopy {
    left: 170px;
  }
  .home .postItem a {
    padding: 20px 10px;
    background-image: none;
  }
  .home .newsDate {
    width: 16%;
    vertical-align: text-top;
    display: inline-block;
  }
  .home .newsTitle {
    display: inline-block;
  }
  .mainVisual .loading {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
    z-index: 50;
  }
  .loaded .mainVisual .loading {
    padding-left: 300px;
    z-index: 1;
  }
  #topSlide.swiper-container-horizontal>.swiper-pagination-bullets, #topSlide .swiper-pagination-custom, #topSlide .swiper-pagination-fraction {
    top: auto;
    bottom: 50px;
  }
  #newsSlide.swiper-container-horizontal>.swiper-pagination-bullets, 
  #newsSlide .swiper-pagination-custom, 
  #newsSlide .swiper-pagination-fraction {
    padding-top: 0;
    top: auto;
    bottom: 50px;
  }

  .topHeader .leadText {
    z-index: 1;
  }
}




@media (min-width:1366px){

  .home .news .colWrap {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .home .news .colWrap .leftBox {
    width: 43.75%;
  }
  .home .news .colWrap .rightBox {
    width: 700px;
    padding-left: 150px;
    padding-right: 0;
  }
  .home .memberList {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .home .memberList .swiper-button-prev,
  .home .memberList .swiper-button-next {
    width: 100px;
  }
  .home .memberList .swiper-button-prev {
    left: -100px;
  }
  .home .memberList .swiper-button-next {
    right: -100px;
  }
}






@media (min-width:1600px){
  .pageBody {
    width: 1600px;
    margin: 0 auto;
  }
  .member-child .memberHeader .post,
  .member-child .memberHeader .nameBox {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
}










