@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Lato:700');

body, html, inner {
    /* important */
    width: 100%;
}
body::before {
	content: "";
	/*background: url("../img/bg01.jpg") no-repeat center 75%;*/
	background: url("../img/sensa_bg.png") no-repeat center 80%;
	opacity: 0.3;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

/*float解除*/
.clear {
	clear:both;
}
#about {
	font-size: 1.4rem;
	line-height: 2.2rem;
}
/*.bg_img01 {
	background-attachment: fixed;
	background-image: url("../img/bg01.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center 10%;
	background-position-y: 60%;	
}
.bg_img02 {
	padding:50px 0 80px;
	background-attachment: fixed;
	background-image: url("../img/green_bg02.jpg");
	background-size: cover;
}*/

.single .txt{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-weight: bold;
	margin:0;
	padding:90px 0 50px;
	height:400px;
}
.single .txt p{
	font-size: 3.5vw;
	line-height: 2.8rem;
	padding-bottom: 30px;
}
.about_title{
	font-family: 'Lato', sans-serif;
	font-size:25px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 30px 0;
	z-index:999;
}

/*マーカーアニメーション*/
.marker-animation.active{
background-position: -100% .9em;
}
.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(217, 252, 243) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(217, 252, 243) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(217, 252, 243) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(217, 252, 243) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(217, 252, 243) 50%);
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 1em;
	transition: all 2s ease;
	font-weight: bold;
}



/*SENSAとは*/
.sensa_ex {
	width:80%;
	margin:0 auto;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	border-top: 3px solid rgba(88, 169, 169, 0.4);
	border-right: 3px solid rgba(88, 169, 169, 0.8);
	border-bottom: 3px solid rgba(88, 169, 169, 1);
	border-left: 3px solid rgba(88, 169, 169, 0.6);
	padding: 50px 0;
}
.left {
	width:50%;
	margin:0 auto;
}
.left img {
	width: 100%;
}
.right {
	width:85%;
	margin:0 auto;
	padding-top:20px;
	font-size:3vw;
	line-height: 1.5;
	text-align: center;
}

/* sensan */
.sensan {
	width:100%;
	text-align: center;
	background-color: #fff;
	margin-top:80px;
	padding-bottom: 80px;
	z-index: 9;
    position: relative;
}
.sensan_img img {
	width:80%;
	margin:0 10%;
}
.sensan_text {
	width:90%;
	margin: 0 5%;
	font-size: 1.3rem;
	padding-bottom: 20px;
}
.sensan_text .bikou {
	padding-top: 10px;
	color: #A8A8A8;
	font-size: 1.2rem;
}
.sensan table {
	text-align: center;
	width:62%;
	margin:0 auto;
	font-size: 2vw;
}
.sensan table tr td {
	font-weight: bold;
}


.sensan_img {
	display: block;
	position: relative;
}

area{
  border:none;
  outline:none;
}

.detail {
	width:80%;
	margin:0 auto;/* ボックス要素にする */
    position: absolute;/* relativeからの絶対位置 */
    font-size: 1rem;
	line-height: 1.5;
    color: #000;
	border:3.5px solid #F5B6AF;
	background-color: #fff;
    /*background-color: #F5B6AF;*/
    padding: 5px 0 10px;
    border-radius:5px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    z-index:999;
	left:10%;
	top:75%;
}
#sensan02.detail {
	border:3.5px solid #FFFABA;;
	/*background-color: #FFFABA;*/
}
#sensan03.detail {
	border:3.5px solid #C8E7FB;
	/*background-color: #C8E7FB;*/
}
#sensan04.detail {
	border:3.5px solid #F8D1E3;
	/*background-color: #F8D1E3;*/
}
#sensan05.detail {
	border:3.5px solid #BDDDB6;
	/*background-color: #BDDDB6;*/
}

.detail .name {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2;
}
.detail .sensan_ex {
	text-align: left;
	width:90%;
	padding:0 5%;
}
.detail .profile {
	margin-top: 10px;
	text-align: left;
	width:90%;
	padding:0 5%;
}

.toggle_box{
display:none;
}



/* ライター */
.writer {
	text-align: center;
	margin-top:50px;
	padding-bottom: 100px;
	width: 80%;
	margin:10% auto;
}

.writer ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-left: -65px;
	
}
.writer ul li{ 	
    box-sizing: border-box;
	flex: 1 1 calc((80% / 2) - 60px);
    margin-top: 0px;
    margin-left: 60px;
	margin-bottom:20px;
    /*flex: 0 1 calc((87% / 3) - 40px);
    margin-top: 0px;
    margin-left: 40px;
	margin-bottom:20px;
    overflow: hidden;*/
    position: relative;
 }
.writer_icon img {
	/*width:85%;*/
	width:45%;
	border-radius: 50%;
	border: 1px solid #666;
}
.writer_name {
	font-weight: bold;
	font-size: 2.5vw;
	padding-top: 15px;
}
.writer_sns {
	padding-top: 10px;
}
.writer .icon-twitter:before,.writer .icon-instagram:before {
	color:#58A9A9;
	font-size:3.5vw;
}


/* CONTACT */
.contact {
	width:80%;
	margin:0 auto;
	text-align: center;
	padding: 70px 0;
	margin-bottom: 100px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	border-top: 3px solid rgba(88, 169, 169, 0.4);
	border-right: 3px solid rgba(88, 169, 169, 0.8);
	border-bottom: 3px solid rgba(88, 169, 169, 1);
	border-left: 3px solid rgba(88, 169, 169, 0.6);
}
.contact p {
	font-size: 1.6rem;
	padding-bottom: 20px;
}
.contact_button {
	font-family: 'Lato', sans-serif;
	display: inline-block;
	background-color: #58A9A9;
	color: #FFF;
	width: 60%;
	padding: 0.8em;
	font-size: 3.5vw;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.contact_button i {
	padding-right: 5px;
}
.contact_button:hover  {
  	cursor: pointer;
	text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}


@media screen and (min-width:600px) {
	body::before {
		background-size: 100% auto;
	}
	.single .txt p {
		font-size: 2.5vw;
	}
	.right {
		font-size: 2vw;
	}
	.sensan_text {
		font-size: 2.3vw;
	}
	.detail {
		font-size:1.3rem;
	}
}
@media screen and (min-width:768px) {
	.single .txt p {
		font-size: 2vw;
	}
	.right {
		font-size: 2vw;
	}
	.writer {
		width:50%;
	}
	.writer ul {
		/*margin-left: -80px;*/
	}
	.writer ul li {
		flex: 1 1 calc((80% / 4) - 65px);
    	margin-left: 65px;
		/*flex: 0 1 calc((80% / 3) - 80px);
    	margin-left: 80px;*/
	}
	.writer_name {
		font-size: 2vw;
	}
	.writer .icon-twitter:before,.writer .icon-instagram:before {
		font-size:2vw;
	}
	.contact_button {
		width: 50%;
		font-size: 2.5vw;
	}
	.sensan_text {
		font-size:1.4rem;
	}
}

@media screen and (min-width:900px) {
	.single .txt p {
		font-size: 1.5vw;
		line-height: 3rem;
	}	
	.left {
    	width: 50%;
		float:left;
	}
	.left img {
		width:60%;
		margin:0 20%;
	}
	.right {
		width: 45%;
		margin:0 5% 0 0;
		float:left;
    	font-size: 1.6vw;
		padding-top: 2px;
		text-align: left;
	}
	
	
}
@media screen and (min-width:1024px) {
	.single .txt{
		height:430px;
	}
	.single .txt p {
		line-height: 3.3rem;
	}
	.left {
		width: 50%;
	}
	.right {
    	font-size: 1.5vw;
	}
	.sensan {
		margin-top: 120px;
	}
	.about_title {
		padding:50px 0;
	}
	.sensan_img img {
		width: 70%;
		margin: 0 15%;
	}
	.detail {
		width:60%;
		left:20%;
	}
	.writer {
		padding-bottom: 120px;
		width: 50%;
	}
	.writer ul {
		/*margin-left: -120px;*/
		margin-top: 30px;
	}
	.writer ul li {
		flex: 1 1 calc((90% / 4) - 100px);
    	margin-left: 100px;
		/*
		flex: 0 1 calc((90% / 3) - 120px);
    	margin-left: 120px;*/
	}
	.writer_name {
		font-size: 1.8vw;
	}
	.writer .icon-twitter:before,.writer .icon-instagram:before {
		font-size:1.8vw;
	}
	.contact_button {
		width: 40%;
		font-size: 2vw;
	}
}
@media screen and (min-width:1200px) {
	.inner {
		width:100%;
	}
	.single .txt{
		height:450px;
	}
	.single .txt p {
		font-size: 1.8rem;
		line-height: 3.3rem;
	}
	.sensa_ex {
		padding:80px 0;
	}
	.left {
    	width: 50%;
		float:left;
	}
	.left img {
		width:60%;
		margin:0 20%;
	}
	.right {
		width: 45%;
		margin:0 5% 0 0;
		float:left;
    	font-size: 1.6rem;
		padding-top: 25px;
		text-align: left;
	}
	
	.sensan {
		margin-top: 150px;
	}
	.sensan_text {
		font-size: 1.6rem;
		line-height: 25px;
	}
	#sensan01.detail,#sensan02.detail,#sensan03.detail,#sensan04.detail,#sensan05.detail {
		font-size: 1.4rem;
	}
	
	.about_title {
		padding:60px 0;
	}
	.sensan_img img {
		width: 50%;
		margin: 0 25%;
	}
	.writer {
		margin-top: 70px;
		padding-bottom: 130px;
		width: 50%;
	}
	.writer ul {
		margin-left: -140px;
		margin-top: 30px;
	}
	.writer ul li {
		flex: 1 1 calc((90% / 4) - 140px);
    	margin-left: 140px;
		/*
		flex: 0 1 calc((85% / 3) - 160px);
    	margin-left: 160px;*/
	}
	.writer_name {
		font-size: 1.6rem;
		padding-top: 20px;
	}
	.writer_sns {
		padding-top: 20px;
	}
	.writer .icon-twitter:before,.writer .icon-instagram:before {
		font-size:1.8rem;
	}
	.contact {
		padding: 100px 0;
		margin-bottom: 130px;
	}
	.contact_button {
		width: 250px;
		font-size: 1.6rem;
	}
	
}