@charset"utf-8";
@import "common.css";

/* header
-------------------------------------------------- */
/*header.top-head{
	-webkit-box-shadow: none;
  box-shadow: none;
}*/

/* contentVisualSec
-------------------------------------------------- */
section.contentVisualSec{
	margin-top: 9rem;
	width: 100%;
	height: 45rem;
	position: relative;
}
section.contentVisualSec div.inner{
	max-width: 1200px;
	height: 45rem;
	margin: 0 auto;
	position: relative;
}
section.contentVisualSec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
  height: 45rem;
  background: rgba(0, 0, 0, 0.20)!important;
}
/* about */
section.contentVisualSec.about{
	background: url(../img/about/visual_about.jpg) center top / cover no-repeat;
}
/* lecture */
section.contentVisualSec.lecture{
	background: url(../img/lecture/visual_lecture.jpg) center center / cover no-repeat;
}
/* faq */
section.contentVisualSec.faq{
	background: url(../img/faq/visual_faq.jpg) center center / cover no-repeat;
}
/* project */
section.contentVisualSec.project{
	background: url(../img/project/visual_project.jpg) center center / cover no-repeat;
}
/* privacy */
section.contentVisualSec.privacy{
	background: url(../img/privacy/visual_privacy.jpg) center bottom / cover no-repeat;
}
@media print, screen and (max-width: 767px) {
	section.contentVisualSec{
		height: 40rem;
	}
	section.contentVisualSec div.inner{
		height: 40rem;
	}
	section.contentVisualSec::after {
	  height: 40rem;
	}
}

/* img-area
-------------------------------------------------- */
div.img-area img{
	width: 100%;
	height: auto;
}

/* contentTitleSec
-------------------------------------------------- */
div.contentTitleSec{
	position: absolute;
	top: 45%;
	left: 4%;
	z-index: 1;
}
@media print, screen and (max-width: 767px) {
	div.contentTitleSec{
		top: 44%;
		left: 6%;
	}
}

/* titleSec
-------------------------------------------------- */
section.titleSec.single{
	margin-top: 12rem;
}
@media print, screen and (max-width: 767px) {
	section.titleSec.single{
		margin-top: 10rem;
	}
}

/* "h"tag
-------------------------------------------------- */
h2.h2-ttl{
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.4;
	text-shadow: 2px 2px 0 #333;
}
h3.h3-ttl{
	color: #124187;
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
	h2.h2-ttl{
		font-size: 2.8rem;
	}
	h3.h3-ttl{
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec{
	margin-top: 5rem;
}
section.breadcrumbSec div.breadcrumb ul li{
	display: inline-block;
	font-size: 1.5rem;
}
section.breadcrumbSec div.breadcrumb ul li::after{
	content: '>';
	padding: 0 1.5rem;
}
section.breadcrumbSec div.breadcrumb ul li:last-child::after{
	display: none;
}
section.breadcrumbSec div.breadcrumb ul li a{
	color: #05a5bd;
	text-decoration: underline;
}
section.breadcrumbSec div.breadcrumb ul li a:hover{
	opacity: 0.5;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.breadcrumbSec{
		margin-top: 3rem;
	}
	section.breadcrumbSec div.breadcrumb ul li{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	section.breadcrumbSec div.breadcrumb ul li::after{
		padding: 0 1.0rem;
	}
}

/* about
-------------------------------------------------- */
/* aboutSec */
h3.h3-about{
	font-size: 2.4rem;
	color: #124187;
	line-height: 1.4;
	margin-bottom: 2.5rem;
}
section.aboutSec{
  margin: 7rem auto 0;
}
section.aboutSec.a02{
  padding: 7rem 0;
  background: url(../img/top/projectTop_bg.jpg) center top / cover no-repeat;
}
section.aboutSec div.wrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.aboutSec.a02 div.wrap{
	webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.aboutSec div.wrap div.txt-area{
	width: 48%;
}
section.aboutSec div.wrap div.txt-area p{
	font-size: 1.5rem;
}
section.aboutSec div.wrap div.txt-area a{
	color: #05a5bd;
	text-decoration: underline;
}
section.aboutSec div.wrap div.img-area{
	width: 48%;
}
section.aboutSec div.button-area{
	margin: 7rem auto 0;
}
@media print, screen and (max-width: 767px) {
	h3.h3-about{
		font-size: 2.0rem;
		text-align: center;
		margin-bottom: 2rem;
	}
	section.aboutSec{
	  margin: 5rem auto 0;
	}
	section.aboutSec.a02{
	  padding: 5rem 0;
	}
	section.aboutSec div.wrap{
	  display: block;
	}
	section.aboutSec div.wrap div.txt-area{
		width: 100%;
	}
	section.aboutSec div.wrap div.img-area{
		width: 100%;
		margin: 3rem auto 0;
	}
	section.aboutSec div.button-area{
		margin: 5rem auto 0;
	}
}


/* projectSec
-------------------------------------------------- */
h3.h3-project{
	font-size: 2.6rem;
	color: #124187;
	line-height: 1.2;
	margin-bottom: 3rem;
	border-left: 10px solid #124187;
	padding-top: 3px;
	padding-left: 1rem;
}
h4.h4-project{
	margin-bottom: 2.5rem;
  font-size: 2.2rem;
  line-height: 1.4;  
}
section.projectSec{
  margin: 7rem auto 0;
}
section.projectSec div.project02{
	margin-top: 7rem;
	padding-bottom: 5rem;
	border-bottom: 1px dotted #333;
}
section.projectSec div.project03{
	margin-top: 5rem;
	padding-bottom: 5rem;
	border-bottom: 1px dotted #333;
}
section.projectSec div.project04{
	margin-top: 5rem;
}
section.projectSec ul{
	margin: 2rem 0;
}
section.projectSec ul li{
	list-style: disc;
	margin-left: 2.1rem;
}
section.projectSec div.wrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.projectSec div.project01 div.wrap,
section.projectSec div.project03 div.wrap{
  webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.projectSec div.wrap div.txt-area{
  width: 50%;
}
section.projectSec div.wrap div.txt-area p{
	font-size: 1.5rem;
}
section.projectSec div.wrap div.txt-area a{
	font-size: 1.4rem;
	text-decoration: underline;
	color: #124187;
}
section.projectSec div.wrap div.txt-area div.block.b01{
	margin-bottom: 3rem;
}
section.projectSec div.wrap div.img-area{
  width: 46%;  
}
section.projectSec div.button-area{
	margin: 7rem auto 0;
}
@media print, screen and (max-width: 960px) {
	h3.h3-project{
		font-size: 2.2rem;
		color: #124187;
		line-height: 1.2;
		margin-bottom: 2.5rem;
		border-left: 8px solid #124187;
		padding-top: 3px;
		padding-left: 1rem;
	}
	h4.h4-project{
		margin-bottom: 2rem;
	  font-size: 1.8rem;
	  line-height: 1.4;  
	}
	section.projectSec{
	  margin: 5rem auto 0;
	}
	section.projectSec div.project02{
		margin-top: 5rem;
	}
	section.projectSec ul{
		margin: 1.5rem 0;
	}
	section.projectSec div.wrap{
	  display: block;
	}
	section.projectSec div.wrap div.txt-area{
	  width: 100%;
	}
	section.projectSec div.wrap div.txt-area p{
		font-size: 1.4rem;
	}
	section.projectSec div.wrap div.img-area{
	  width: 100%;
	  margin-top: 3rem;
	}
	section.projectSec div.button-area{
		margin: 5rem auto 0;
	}
}


/* faqSec
-------------------------------------------------- */
h3.h3-faq{
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
section.faqSec{
  margin: 7rem 0 0;
}
section.faqSec div.category{
  margin-bottom: 7rem;
}
section.faqSec div.category.bottom{
  margin-bottom: 0;
}
section.faqSec ul li.faq-wrap {
  background: #5ECED2;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 2rem;
}
section.faqSec ul li.faq-wrap a.question {
  color: #fff;
  display: block;
  line-height: 1.8;
  padding: 1.0rem 1rem 0.8rem 1.5rem;
  border: 1px solid #5ECED2;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
}
section.faqSec ul li.faq-wrap a.question:before {
  content: 'Q.';
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
section.faqSec ul li.faq-wrap a.question:after {
  background: #5ECED2;
  content: '\f0fe';
  display: block;
  text-align: center;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 0;
  right: 0;
  font-size: 1.8rem;
  width: 6rem;
  line-height: 2.8;
  font-weight: 600;
}
section.faqSec ul li.faq-wrap a.question.on:after {
  content: '\f146';
  color: #fff;
}
section.faqSec ul.answerarea {
  background: #fff;
  display: none;
}
section.faqSec ul.answerarea li.answer {
  padding: 2.5rem 1rem 2rem;
  line-height: 1.4;
  color: #333;
  cursor: auto;
}
@media print, screen and (max-width: 767px) {
	h3.h3-faq{
    font-size: 2.0rem;
    margin-bottom: 2rem;
  }
  section.faqSec{
  	margin: 5rem 0 0;
  }
  section.faqSec div.category{
    margin-bottom: 5rem;
  }
  section.faqSec ul li.faq-wrap a.question:before{
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 0;    
  }
  section.faqSec ul li.faq-wrap a.question:after {
    top: 49%;
    transform: translateY(-49%);
    right: 1.5rem;
    font-size: 1.6rem;
    width: 2rem;
    line-height: 1.4;
  }
  section.faqSec ul li.faq-wrap a.question {
    line-height: 1.4;
    padding: 1rem 5rem 1rem 1.5rem;
    font-size: 1.5rem;
  }
  section.faqSec ul.answerarea li.answer {
    padding: 1.5rem 1rem 2rem;
    line-height: 1.4;
    color: #333;
  }
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 3rem auto 0;
  }
}

/* privacySec
-------------------------------------------------- */
section.privacySec h3.h3-privacy{
	color: #001929;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #001929;
}
section.privacySec{
	margin: 7rem 0 0;
}
section.privacySec div.content div.block{
	margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
	section.privacySec h3.h3-privacy{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	section.privacySec{
		margin: 5rem 0 0;
	}
	section.privacySec div.content div.block{
		margin-bottom: 3rem;
	}
}

/* columnSec
-------------------------------------------------- */
section.columnSec{
	margin: 5rem 0 0;
}
section.columnSec div.content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.columnSec h3.h3-newstitle{
	font-size: 2.4rem;
	line-height: 1.4;
	border-bottom: 1px solid #C8C8C8;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
section.columnSec h4.h4-newsnavi{
	padding-left: 1.0rem;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2.2;
	background-color: #05a5bd;
	color: #fff;
}
section.columnSec div.content div.column_left{
	width: 66%;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-date{
	text-align: right;
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_left section.newsDetailSec{
	overflow:hidden;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area{
	width: 100%;
	margin: 0 auto 2rem;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area img{
	width:100%;
	height:auto;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text,
section.columnSec div.content div.column_left section.newsDetailSec div.news-text p{
	line-height: 1.8;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text a{
	color: #A2185D;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text img{
	margin: 2rem 0;
	display: block;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2rem 0 5rem;
	color: #6BB9BF;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a{
	color: #6BB9BF;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.columnSec div.content div.column_right{
	width: 30%;
}
section.columnSec div.content div.column_right div.widget{
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_right div.widget ul{
	margin-top: 0.5rem;
}
section.columnSec div.content div.column_right div.widget ul li{
	border-bottom: 1px dotted #C8C8C8;
	padding: 1.5rem 0;
	line-height: 1.4;
}
section.columnSec div.content div.column_right div.widget ul li:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.columnSec{
		margin: 3rem 0 0;
	}
	section.columnSec h3.h3-newstitle{
    	font-size: 2.0rem;
	}
	section.columnSec h4.h4-newsnavi{
		font-size: 1.8rem;
		line-height: 2.4;
	}
	section.columnSec div.content{
		display: block;
	}
  /* column_left */
	section.columnSec div.content div.column_left{
		display: block;
		width: 100%;
		margin-bottom: 5rem;
	}
	section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
		margin: 2rem 0 3rem;
	}
	/* column_right */
	section.columnSec div.inner div.column_right{
		display: block;
		width: 100%;
	}
	section.columnSec div.content div.column_right div.widget ul li{
		padding: 1.2rem 0;
	}
}

/* pagenationSec
-------------------------------------------------- */
section.pagenationSec{
	margin: 5rem auto 0;
	text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	background: #B5B5B5;
	width: 3.6rem;
	line-height: 2.5;
	text-align: center;
	display: inline-block;
	margin-right: 1.0rem;
	border-radius: 50%;
	color: #fff;
	font-size: 1.5rem;
}
div.wp-pagenavi span.current{
	background: #05a5bd!important;
	cursor: pointer;
}
div.wp-pagenavi span.current:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}
div.wp-pagenavi a.nextpostslink{
	margin-right: 0!important; 
}
div.wp-pagenavi a:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
   border-radius: 0!important;
}