@charset "utf-8";
/* CSS Document */

/* PC用 769px～ */

/* =========================================================
 #subVisual
========================================================= */
#subVisual{
	position:relative;
	height:500px;
	overflow:hidden;
}
#subVisual .inner > div{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	height:500px;
}
#subVisual:after {
  position:absolute;
  bottom:0;
  content:"";
  width:100%;
  height:70px;
  z-index:2;
  line-height:0;
  background-image:url(../img/mask_mainv.png);
  background-size:cover;
}
/* =========================================================
 #main
========================================================= */
#main.subPage{
	width:1200px;
	margin:auto;
}
#main.subPage.single{
	width:800px;
	margin:auto;
}

/* archiveList
--------------------------------------------------------- */
#archiveList{
	position:relative;
}
#archiveList h2{
	position:absolute;
	left:0;
	right:0;
	top:-160px;
	text-align:center;
	z-index:2;
}
#archiveList h2 img{
	width:443px;
	height:auto;
}
#archiveList .inner{
	display:flex;
	flex-wrap:wrap;
	padding-top:100px;
}
#archiveList article{
	width:30%;
	margin-left:5%;
}
#archiveList article:nth-child(3n+1){
	margin-left:0;
}
#archiveList article:nth-child(n+4){
	margin-top:50px;
}
#archiveList article a{
	display:block;
}
#archiveList article figure img{
  width:290px;
  height:auto;
}
#archiveList article time{
	margin:30px 0 0 0;
	display:block;
	color:#84c9a1;
	font-size:1.4rem;
	letter-spacing:0.1em;
	text-align:center;
}
#archiveList article .desc{
	margin:17px 0 0 0;
  text-align:center;
	color:#142b40;
	font-size:1.8rem;
  font-family:fot-tsukuardgothic-std, sans-serif;
  font-style:normal;
  font-weight:700;
	letter-spacing:0.1em;
}
#archiveList article .desc .newMark {
  display:inline-block;
  content:"";
  width:43px;
  height:20px;
  margin-left:5px;
  background-image:url(../img/blog/new.svg);
  background-repeat:no-repeat;
  background-size:43px 20px;
  vertical-align:bottom;
}
#archiveList .pagination{
	margin:50px 0 0 0;
	padding-top:25px;
	border-top:dashed 1px #8fa3b5;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#archiveList .pagination li{
	font-size:1.8rem;
	display:none;
}
#archiveList .pagination li.current,
#archiveList .pagination li.next,
#archiveList .pagination li.previous{
	display:block;
}
#archiveList .pagination li.next a{
	display:block;
	background-image:url(../img/common/arrow_slider_r.svg);
	width:50px;
	height:50px;
	margin-left:auto;
	text-indent:-9999999px;
}
#archiveList .pagination li.previous a{
	display:block;
	background-image:url(../img/common/arrow_slider_l.svg);
	width:50px;
	height:50px;
	margin-right:auto;
	text-indent:-9999999px;
}
#archiveList .pagination li.previous.none,
#archiveList .pagination li.next.none{
	opacity:0;
}


/* aside#secondary
--------------------------------------------------------- */
aside#secondary{
	margin:100px 0 0 0;
	background-color:#dff7e9;
	padding:60px 0;
	position:relative;
}
aside#secondary:before{
	content:"";
	width:100%;
	height:10px;
	background-image:url(../img/activity/head_pc.png);
	background-repeat:repeat-x;
	background-size:100% 100%;
	background-position:left bottom;
	display:block;
	position:absolute;
	top:-10px;
	left:0;
}
aside#secondary .inner{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
aside#secondary .inner > section h2{
	font-size:1.8rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-bottom:15px;
}
aside#secondary .inner > section ul{
	display:flex;
	flex-wrap:wrap;
}
aside#secondary .inner > section ul li {
  position:relative;
  line-height:1.6em;
	font-size:1.4rem;
  margin-right:1%;
  margin-top:0.5em;
  padding-left:1em;
}
aside#secondary .inner > section li:before {
  position:absolute;
  top:7px;
  left:0;
  content:"";
  width:6px;
  height:6px;
  background-image:url(../img/common/dot_list.svg);
  background-repeat:no-repeat;
  background-size:6px 6px;
}
aside#secondary #recent-posts-2{
	width:500px;
	padding-right:25px;
}
aside#secondary #recent-posts-2 ul li {
  width:49%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
aside#secondary #archives-2{
	width:650px;
	border-left:dashed 1px;
	padding-left:25px;
}
aside#secondary #archives- ul li {
  width:24%;
}
/* singlePage
--------------------------------------------------------- */
#singlePage{
	position:relative;
}
#singlePage h2{
	position:absolute;
	left:0;
	right:0;
	top:-160px;
	text-align:center;
	z-index:2;
}
#singlePage h2 img{
	width:443px;
	height:auto;
}
#singlePage .inner{
	padding-top:100px;
}
#singlePage h3 {
  margin-bottom:15px;
  font-size:3.0rem;
  letter-spacing:0.1em;
  text-align:center;
	background-image:url(../img/blog/single_bg.png),url(../img/blog/single_line.png);
	background-repeat:no-repeat,no-repeat;
	background-position:center top,center bottom;
	line-height:1.6;
	padding-bottom:20px;
}
#singlePage time{
	text-align:right;
	display:block;
	margin-bottom:1em;
}
#singlePage .desc img{
	display:block;
	max-width:100%;
	margin:2em auto;
}
#singlePage .desc p{
	margin:2em auto;
	line-height:1.8;
	text-align:justify;
}
#singlePage .desc > br{
	display:none;
}

#singlePage .post-navigation{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:50px 0 0 0;
	padding-top:25px;
	border-top:dashed 1px #8fa3b5;
}
#singlePage .post-navigation > div{
	width:30%;
}
#singlePage .post-navigation .next a{
	display:block;
	background-image:url(../img/common/arrow_slider_r.svg);
	width:50px;
	height:50px;
	margin-left:auto;
}
#singlePage .post-navigation .prev a{
	display:block;
	background-image:url(../img/common/arrow_slider_l.svg);
	width:50px;
	height:50px;
	margin-right:auto;
}
#singlePage .post-navigation .list a{
	display:block;
	text-align:center;
}

/* =========================================================
 error
========================================================= */
#main.error #content h2{
	font-size:4.0rem;
	margin-bottom:40px;
	text-align:center;
}
#main.error #content p{
	font-size:1.8rem;
	line-height:1.8;
	letter-spacing:0.2em;
	text-align:center;	
}
/* button */
#main.error #content .button{
	margin:100px auto 100px auto;
}
#main.error #content .button a{
	background-image:url(../img/ourapproach/btn.svg);
	height:100px;
}

/* SP用 ～768px */
@media screen and (max-width: 768px) {
	
/* =========================================================
 #subVisual
========================================================= */

#subVisual{
	position:relative;
	height:60vh;
	overflow:hidden;
}
#subVisual .inner > div{
	height:60vh;
}
#subVisual:after {
  position:absolute;
  bottom:0;
  content:"";
  width:100%;
  height:70px;
  z-index:2;
  line-height:0;
  background-image:url(../img/mask_mainv.png);
}

/* =========================================================
 #main
========================================================= */
#main.subPage{
	width:90%;
	margin:0 auto;
	box-sizing:border-box;
}
#main.subPage.single{
	width:90%;
	margin:0 auto;
	box-sizing:border-box;
}
/* archiveList
--------------------------------------------------------- */
#archiveList h2{
	top:-21.333333333333332vw;
}
#archiveList h2 img{
	width:57vw;
	height:29.4vw;
}
#archiveList .inner{
	padding-top:13.333333333333334vw;
}
#archiveList article{
	width:48%;
	margin-left:2%;
}
#archiveList article:nth-child(3n+1){
	margin-left:auto;
}
#archiveList article:nth-child(n+4){
	margin-top:auto;
}
#archiveList article:nth-child(odd){
	margin-left:0;
}
#archiveList article:nth-child(n+3){
	margin-top:4%;
}
#archiveList article .desc{
	line-height:1.8em;
}

/* aside#secondary
--------------------------------------------------------- */
aside#secondary{
	margin:60px 0 0 0;
	padding:30px 0;
}
aside#secondary:before{
	background-image:url(../img/activity/head.png);
}
aside#secondary .inner{
	width:90%;
	margin:0 auto;
	display:block;
}
aside#secondary #recent-posts-2{
	width:100%;
	padding-right:0;
	padding-bottom:25px;
}
aside#secondary #archives-2{
	width:100%;
	border-left:none;
	border-top:dashed 1px;
	padding-left:0;
	padding-top:25px;
}
/* singlePage
--------------------------------------------------------- */
#singlePage h2{
	top:-21.333333333333332vw;
}
#singlePage h2 img{
	width:57vw;
	height:29.4vw;
}
#singlePage .inner{
	padding-top:13.333333333333334vw;
}
#singlePage h3 {
  font-size:2.4rem;
	background-size:contain,301px auto;
}

/* =========================================================
 error
========================================================= */
#main.error #content h2{
	font-size:3.0rem;
	margin-bottom:20px;
	text-align:left;
	line-height:1.6;
}
#main.error #content p{
	text-align:left;	
}
/* button */
#main.error #content .button{
	margin:8vw auto 50px auto;
	max-width:344px;
}
#main.error #content .button a{
	height:66px;
}
}