@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
section,article,aside,nav,header,footer,hgroup,details,figcaption,figure,menu{
	display: block;
}
a{
	word-break: break-all;
}


/* base
----------------------------------------*/
html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	width: 100%;
	color: #000;
	/* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	word-break: break-all;
}

a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}
img{vertical-align: bottom;}
.spview{display: none;}

@media screen and (max-width: 812px){
	body{
		-webkit-text-size-adjust: 100%;
	}
}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}

.page{
	word-break: normal;
}
/* header
----------------------------------------*/
.header{
	margin-bottom: 30px;
	padding-top: 0.5em;
}
.header h1{
	max-width: 1000px;
	margin: 0 auto;
}
.header h1 img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	.header{
		margin-bottom: 1em;
	}
}


/* main-img
----------------------------------------*/
.header h2.header_img_pc {
	max-width: 1000px;
	margin: 0 auto;
}

.header h2.header_img_pc img{
	width: 100%;
	height: auto;
}

.header h2.header_img_sp {
	display: none;
}

@media screen and (max-width: 767px){
	.header h2.header_img_pc {
		display: none;
	}
	.header h2.header_img_sp{
		width: 100%;
		display: block;
	}
	.header h2.header_img_sp img{
		width: 100%;
		height: auto;
	}
}

/* nav
----------------------------------------*/
.nav {
	max-width: 768px;
	margin: 0.5em auto;
}
.nav {
	display: flex;
}
.nav li {
	width: calc(100% / 2);
	padding: 0.5em 0;
	font-size: 2.0rem;
	font-weight: bold;
	list-style: none;
	text-align: center;
}
.nav li.actvlink {
	color: #999;
}

.nav li.paslink {
	color: #AAAAAA;
}

.nav li.centr {
	border-left: 1px solid #0075c1;
}

.nav span.sp_br {
	padding-left: 0.5rem;
}

.nav li.actvlink a:link {color:#825827;text-decoration:none;}
.nav li.actvlink a:visited {color:#825827;text-decoration:none;}
.nav li.actvlink a:hover {color:#14a83b;text-decoration:none;}
.nav li.actvlink.current {color:#14a83b;}

@media screen and (max-width: 767px){
	.nav li {
		display: block;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.nav span.sp_br {
		padding-left: 0;
		display: block;
	}
}

/* contents
----------------------------------------*/
.contents{
	margin-top: 25px;
	border-bottom: solid 1px #ccc;
}
.contents-inner{
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 4%;
}
.contents-heading{
	margin-bottom: 45px;
	color: #1468b1;
	font-feature-settings: "palt";
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 767px){
	.contents{
		margin-top: 10px;
	}
	.contents-inner{
		padding: 40px 4%;
	}
	.contents-heading{
		margin-bottom: 30px;
		font-size: 3.6rem;
	}
}

/* WP
----------------------------------------*/
.wp {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.wp {
		width: calc(100% - 8%);
		max-width: 100%;
		padding: 0 4% 1rem 4%;
	}
}

/* lead
----------------------------------------*/
.lead {
	width: calc(100% - 120px);
	max-width: 1000px;
	margin: 0 auto 4rem;
	padding: 2rem 4rem 4rem 4rem;
	border-bottom: #e40077 1px solid;
}

.lead p{
	font-size: 1.8rem;
	line-height: 2;
	color: #825827;
	font-weight: 700;
}

.lead p span.dash {
	word-spacing: 0;
}

section.section{
	max-width: 540px;
	padding: 2rem 0 4rem 0;
}

@media screen and (max-width: 767px){
	.lead {
		width: calc(100% - 2rem);
		max-width: 100%;
		padding: 1rem 1rem 3rem 1rem;
		margin: 0 auto 2rem;
	}
	.lead p{
		font-size: 1.6rem;
		line-height: 1.8;
	}

	section.section{
		padding: 2rem 0 0 0;
	}

}

/* SNSフォローボタン */
.social_buttons {
	margin: 15px auto 12px;
	width: auto;
	float: right;
}

.social_buttons li {
	margin-left: 20px;
	margin-right: 0;
}

.clearfix {
	zoom: 1;
}

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

.sns_circle {
	position: relative;
	width: 36px;
	height: 36px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	float: left;
	list-style: none;
}

.sns_circle span {
	position: absolute;
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	/* 文字の色 */
}

.sns_circle.facebook>span {
	padding: 5px;
	font-size: 23px;
}

.sns_circle a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -999px;
	color: #FFF;
}

.sns_circle a:hover {
	background-color: #FFF;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.sns_circle.facebook {
	background-color: #217aee;
}

.sns_circle.twitter {
	background-color: #2aa3ef;
}

.sns_circle.hatebu {
	background-color: #1ba5dc;
}

.sns_circle.pocket {
	background-color: #ed4458;
}

.sns-share-message {
	font-weight: bold;
	color: #875d5b;
}

.sns-share a {
	width: 36px;
	height: 36px;
}

.sns-follow-message {
	font-weight: bold;
	color: #875d5b;
}

.sns-follow-buttons {
	justify-content: center;
}

.sns-follow-buttons a {
	border-radius: 50%;
	font-size: 20px;
	margin: 0 10px;
}

.sns-follow a {
	width: 36px;
	height: 36px;
}

@media screen and (max-width: 768px) {
	.wp .social_buttons {
		margin: 20px auto 15px;
	}

	.social_buttons {
		float: none;
		margin: 0 auto;
		width: 244px;
	}

	.sns_circle {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 0 5px;
	}

	.sns_circle span {
		position: absolute;
		padding: 10px;
		font-size: 18px;
		color: #FFF;
	}

	.sns_circle span {
		font-size: 21px;
	}

	.sns_circle.facebook>span {
		font-size: 26px;
		padding: 6px 0 0 5px;
	}
}

@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?6y3i5o');
	src:url('icomoon.eot?#iefix6y3i5o') format('embedded-opentype'),
		url('icomoon.woff?6y3i5o') format('woff'),
		url('icomoon.ttf?6y3i5o') format('truetype'),
		url('icomoon.svg?6y3i5o#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
	content: "\e600";
}

.icon-hatebu:before {
	content: "\e601";
}

.icon-line:before {
	content: "\e602";
}

.icon-pocket:before {
	content: "\e603";
}

.icon-google-plus:before {
	content: "\ea88";
}

.icon-google-drive:before {
	content: "\ea8b";
}

.icon-facebook:before {
	content: "\ea8c";
}

.icon-twitter:before {
	content: "\ea91";
}

.icon-feed:before {
	content: "\ea94";
}

.icon-youtube:before {
	content: "\ea99";
}

/* content
----------------------------------------*/
.content::before,
.content::after{
	content: "";
	display: block;
	clear: both;
}
.content {
	margin: 0 auto 4rem auto;
}
.txt_inner {
	max-width: 880px;
	margin: 0 auto;
	clear: both;
}
.ttl03{
	background-color: #14a83b;
	background: linear-gradient(to right, #14a83b, #0075c1);
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	padding: .75em 1em;
	margin-bottom: 1.5em;
}
.txt_inner > p{
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 2;
}

.txt_inner > p.que{
	padding-left: 80px;
	color: #e40077;
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 800;
	display: block;
	min-height: 60px;
	margin-top: 6rem;
}

.txt_inner > .txl01{
	padding-top: 1.5rem;
}

.txt_inner > p.que.q01 {
	background: url(q01.svg) no-repeat top left;
	background-size: 60px;
}

.txt_inner > p.que.q02 {
	background: url(q02.svg) no-repeat top left;
	background-size: 60px;
}

.txt_inner > p.que.q03 {
	background: url(q03.svg) no-repeat top left;
	background-size: 60px;
}

.txt_inner > p.que.q04 {
	background: url(q04.svg) no-repeat top left;
	background-size: 60px;
}

.txt_inner > p.que.q05 {
	background: url(q05.svg) no-repeat top left;
	background-size: 60px;
}

.content.profblc {
	width: 640px;
}

.txt_inner > div.csr_link {
	width: calc(640px - 4rem);
	text-align: center;
	margin: 5rem auto;
	border: 2px solid #09a8ad;
	padding: 2.2rem 2rem 2rem 2rem;
	display: block;
}

.txt_inner > div.csr_link p {
	font-size: 2.4rem;
	text-align: center;
	padding-top: 0;
	color: #09a8ad;
	font-weight: 800;
	display: block;
	line-height: 1.5;
}

.txt_inner > div.csr_link p br.prof_sp {
	display: none;
}

.txt_inner>div.csr_link p.csr_url a {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	color: #09a8ad;
	width: 100%;
	display: block;
	margin: -1.3rem auto 1rem auto;
}

.txt_inner > p.com_url {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 1;
}

.txt_inner > p.com_url img {
	width: 250px;
	margin: 0 auto;
	display: block;
}

.txt_inner > p.com_url a {
	width: 100%;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 768px) and ( max-width:1023px){

	.txt_inner > p{
		margin-bottom: 0;
	}

	.txt_inner {
		width: calc(100% - 8rem);
		max-width: 100%;
		padding: 1rem 4rem 1rem 4rem;
	}

	.txt_inner > p.profile > span.prof_pos {
		width: 100%;
	}

	.txt_inner > p.profile {
		width: 50%;
	}

	.txt_inner > div.csr_link {
		width: calc(100% - 4rem);
	}

}

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

	.content {
		margin: 0 auto 1rem auto;
	}

	.txt_inner {
		width: calc(100% - 2rem);
		max-width: 100%;
		padding: 1rem 1rem 2rem 1rem;
	}

	.txt_inner .ttl03{
		line-height: 1.3;
		font-size: 2.4rem;
		margin-bottom: 1em;
	}

	.txt_inner > p{
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.txt_inner > p.que{
		margin-top: 1rem;
	}

	.txt_inner > p.que.txl01{
		padding-top: 0.5rem;
	}

	.txt_inner > p.que.q01,
		.txt_inner > p.que.q04 {
		margin-bottom: 2rem;
	}

	.content.profblc {
		width: 100%;
		text-align: center;
		margin: 4rem auto 0 auto;
		display: block;
	}

	.content.profblc p {
		width: calc(100% - 0.5rem);
		text-align: left;
	}

	.content.profblc img {
		width: 60%;
		float: none;
		display: block;
		margin: 0 auto 2rem auto;
	}

	.content.profblc p.profile {
		text-align: left;
	}

	.txt_inner > p.profile > span.prof_pos {
		width: 100%;
		line-height: 1.8;
		text-align: center;
		margin: 1.5rem auto;
		display: block;
	}

	.txt_inner > div.csr_link {
		width: calc(100% - 4rem);
		text-align: center;
		margin: 2rem auto;
		border: 2px solid #09a8ad;
		padding: 1.6rem;
		display: block;
	}

	.txt_inner > div.csr_link p {
		font-size: 1.6rem;
		text-align: center;
		padding-top: 0;
		margin: 0 auto;
		color: #09a8ad;
		font-weight: 800;
		display: block;
	}

	.txt_inner > div.csr_link p br.prof_sp {
		display: block;
	}

	.txt_inner > div.csr_link p.csr_url a {
		font-size: 1.4rem;
		color: #09a8ad;
		font-weight: 500;
		margin-top: -0.5em;
		display: block;
	}

	.txt_inner > div.csr_link p {
	line-height: 1.2;
}

}

/* footer
----------------------------------------*/
.footer {
	margin-bottom: 30px;
	padding-top: 0.5em;
}


@media screen and (max-width: 767px){
	.footer{
		margin-bottom: 1em;
	}
}

/* pageTop
----------------------------------------*/
.pagetop {
  max-width: 60px;
	margin: 0 auto;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: 0.7;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}

/* localFooter
----------------------------------------*/
div.localFooter {
	clear: both;
	overflow: hidden;
	padding: 30px 10px 0 10px !important;
	font-size: 12px;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.6;
}

/* globalFooter
----------------------------------------*/
div.globalFooter {
	line-height: 1.6;
}

/* vol03 individual
----------------------------------------*/
.ans {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 2;
}

.ans span {
	padding-right: 1em;
	font-weight: bold;
	font-size: 1.2em;
}

.ans span.psn01 {color: #14a83b;}
.ans span.psn02 {color: #0075c1;}

/* photo
----------------------------------------*/
.center{
	text-align: center;
}

figure img {
	width: 100%;
	height: auto;
}

.fig_center {
	max-width: 840px;
	margin: 60px auto;
}

.fig_center.psn {
	max-width: 640px;
	margin: 60px auto;
	text-align: left;
}

figcaption {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.6;
}

figcaption b {
	margin: 20px 0 10px 0;
	font-size: 1.8rem;
	display: block;
}

figcaption span {
	font-size: 1.8rem;
	color: #000000;
	font-weight: 600;
}

.image_click{
	text-align: right;
	font-size: 1.4rem;
	padding: 1em .5em 0 0;
}

@media screen and (max-width: 767px) {
	.fig_center {
		width: 100%;
		margin: 40px auto 20px;
	}
	.fig_center.psn{
		margin: 40px auto 20px;
	}
	.fig_left,.fig_right {
		float: none;
		width: 80%;
		margin: 40px auto;
	}
	.fig_center a {
		pointer-events: none;
		cursor: default;
	}
	.image_click {
	display: none;
	}
}


.content::before, .content::after {
    content: "";
    display: block;
    clear: both;
}
.content.profblc {
    width: 640px;
}
.content.profblc .txt_inner{
	width: 100%;
	padding: 1rem 0;
}
.content.profblc img {
    width: 240px;
    float: right;
}
.txt_inner > p.profile {
	width: 370px;
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 2;
}

.txt_inner > p.profile > span.prof_pos {
	width: 370px;
	margin: 1.5rem auto;
	color: #0075c1;
	display: block;
	text-align: right;
}

.txt_inner > p.profile > span.prof_pos > span.prof_name {
	width: 370px;
	margin: 0.5rem 1rem;
	padding-right: 0.5rem;
	color: #0075c1;
	font-size: 2.4rem;
	font-weight: 800;
}
@media screen and (max-width: 767px){
	.content.profblc {
		width: 100%;
		text-align: center;
		margin: 4rem auto 0 auto;
		display: block;
	}

	.content.profblc p {
		width: calc(100% - 0.5rem);
		text-align: left;
	}

	.content.profblc img {
		width: 60%;
		float: none;
		display: block;
		margin: 0 auto 2rem auto;
	}

	.content.profblc p.profile {
		text-align: left;
	}

	.txt_inner > p.profile > span.prof_pos {
		width: 100%;
		line-height: 1.8;
		text-align: center;
		margin: 1.5rem auto;
		display: block;
	}
}