@charset "UTF-8";

/* ==========================================
  contents
========================================== */
#pageTitleArea {
	margin-top: 77px;
	position: relative;
}
#pageTitleArea h2 {
	max-width: 436px;
	width: 100%;
	position: absolute;
  top: 38%;
  left: 9%;
	z-index: 50;
}

.container {
	max-width: 1000px;
	text-align: left;
}

.ttlPage {
	margin: 85px 0 60px;
}
.ttlPage .ttl {
	display: block;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}
.ttlPage .sub {
	display: block;
	color: #0080bc;
	font-size: 17px;
	font-weight: normal;
}
	
.ttlSection {
	margin: 0 0 40px;
}
.ttlSection .ttl {
	color: #0080bc;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.ttlSection .sub {
	color: #000000;
	font-size: 25px;
}
	
.ttlParagraph {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

.container .txt {
	display: block;
	font-size: 16px;
	line-height: 2.2;
	margin: 15px 0 20px;
}
.container .img {
	margin-bottom: 10px;
}

.flex {
	display:flex;
}
.flex p {
	width: 49.5%;
}
.flex p:first-child {
	margin-right: 1%;
}



/* work */
#work {
	padding: 170px 0 110px;
}
#work .ttlSection {
	margin-bottom: 45px;
}
#work .ttlSection .ttl {
	width: 333px;
	height: 37px;
}
#work .container {
	max-width: 1000px;
}
#work .floatBlock {
	width: 48%;
	position: relative;
	margin-bottom: 55px;
}
#work .floatBlock:nth-child(odd) {
	margin: 0 3.9% 0 0;
	margin-bottom: 55px;
}


/* location */
.box {
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 40px;
}
.box:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 border-bottom: 1px solid #ebebeb;
 width : -webkit-calc(30px) ;
 width : calc(30px) ;
 margin: 0 auto;
}
#location01 .flex01 p {
	width: auto;
	margin-bottom: 0;
}
#location01 .flex01 p span.txt {
	margin-bottom: 0;
}
#location01 p.txt01 {
	margin: 40px 0 20px
}

#location02.box {
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#location03 {
	margin-bottom: 90px;
}


/* enquete */
#textArea {
	margin-bottom: 110px;
}
#textArea .txt {
	font-size: 18px;
	text-align: center;
	margin: 0;
}
.ttl01 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 55px;
}
/*
.ttl01 span {
  position: relative;
  display: inline-block;
  padding: 0 5px 10px;
  font-size: 26px;
  border-bottom: solid 2px #000000;
  box-sizing: border-box;
}
.ttl01 span:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.ttl01 span:after{
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000000;
  z-index: 1;
}
*/
.enqueteBg {
	background: url("../images/work/enquete/bg_enquete.png") center top repeat-y;
}
#enquete01,.enqueteBg p {
	margin: 0;
}
#enquete01 {
}
#enquete01 .content {
	padding-top: 75px;
	padding-bottom: 95px;
	background: url("../images/work/enquete/bg_enquete_top.png") center top no-repeat, url("../images/work/enquete/bg_enquete.png") center top repeat-y;
}
#enquete01 .content p.img {
	padding: 0 15% 20px;
	margin-bottom: 0;
}
#enquete01 .content p:first-child {
	padding-bottom: 55px;
}
#enquete02 {
	padding-bottom: 100px;
}
#enquete02 .commentary {
	max-width: 810px;
	margin: 55px auto 0;
	background-color: #ffffff;
	box-shadow:0px 2px 7px 0px #e6e6e6;
	border-radius: 10px;
	position: relative;
}
#enquete02 .commentary:before {
	content: "";
	width: 184px;
	height: 68px;
	background: url("../images/work/enquete/commentary.png") 0 0 no-repeat;
	position: absolute;
	top: -40px; left: -25px;
}
#enquete02 .commentary p {
	font-size: 16px;
	line-height: 2;
	padding: 25px 0;
}
#enquete02,#enquete03,#enquete04,#enquete05 {
	padding-bottom: 85px;
}
#enquete06 {
	padding-bottom: 100px;
}

.commentArea {
	display: flex;
	justify-content: center;
}
.commentArea .left {
	margin-top: 45px;
	margin-right: 25px;
}
.commentArea .right {
	margin-left: 25px;
}
.commentArea .left .comment{
	color: #155425;
}
.commentArea .right .comment{
	color: #005670;
}
.comment{
	font-size: 18px;
	text-align: left;
	display: inline-block;
	position: relative; 
	margin: 0 0 25px !important;
	padding: 20px 30px;
	width: 440px;
	border-radius: 18px;
	box-shadow:0px 2px 7px 0px #e6e6e6;
	background: #ffffff;
}
.left .comment:after {
	content: "";
	position: absolute;
	top: 13px; 
	right: -30px;
	border: 10px solid transparent;
	border-left: 30px solid #ffffff;
	-ms-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.right .comment:after {
	content: "";
	position: absolute;
	top: 30px; 
	left: -30px;
	border: 10px solid transparent;
	border-right: 30px solid #ffffff;
	-ms-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.comment.pw{
	padding: 20px 0 20px 30px;
}

.rankArea {
	text-align: center;
	margin-left: 130px;
	margin-bottom: 40px;
}

.tabs,input,label { display: none; }
#enquete03 .tabs,
#enquete04 .tabs,
#enquete05 .tabs,
#enquete06 .tabs {
	max-width: 1020px;
	display: flex;
	justify-content: center;
}



#symposium01{}
#symposium02{}

.symposium h3{
	margin-bottom: 30px;
}
.symposium .ytBlock {
	width: 100%;
	position: relative;
	margin: 0 0 55px 0;
  padding-top: 56.25%;

}

.symposium  .ytBlock iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	
	/* ==========================================
		contents
	========================================== */
	#pageTitleArea {
		margin-top: 65px;
	}
	#pageTitleArea h2 {
		top: 38%;
		left: 1%;
	}
	#pageTitleArea h2 img {
		width: 85%;
	}
	.ttlPage {
		margin: 45px 0 30px;
	}
	.ttlPage .ttl {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.ttlPage .sub {
		font-size: 12px;
	}
	
	.ttlSection {
		margin: 0 0 15px;
	}
	.ttlSection .ttl {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.ttlSection .sub {
		font-size: 18px;
	}
	
	.ttlParagraph {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	
	.container .txt {
		font-size: 15px;
		line-height: 1.4;
		margin: 5px 0 20px;
	}
	.container .img {
		margin-bottom: 10px;
	}	
	

	
	/* work */
	#work {
		padding: 150px 0 60px;
	}
	#work .ttlSection {
		margin-bottom: 30px;
	}
	#work .floatBlock {
		float: none;
		width: 100%;
		margin: 0 auto 15px;
	}
	#work .floatBlock:nth-child(odd) {
		margin: 0 auto 15px;
	}

	/* location */
	.box {
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.box:after {
		position: relative;
	}
	#location01 .flex01 p {
		width: 63.5%;
	}
	#location01 .flex01 p:first-child {
		width: 35.5%;
		margin-right: 1%;
	}
	#location02.box {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	#location03 {
		margin-bottom: 90px;
	}

	/* enquete */
	#enquete02,#enquete03,#enquete04,#enquete05 {
		padding-bottom: 0;
	}
	#enquete06 {
		padding-bottom: 60px;
	}
	.enqueteBg {
		background: none;
	}
	#textArea {
		margin-bottom: 60px;
	}
	#textArea .txt {
		font-size: 15px;
		line-height: 1.8;
		text-align: left;
		margin: 0;
	}
	.ttl01 {
		width: 100%;
		background-color: #ffffff;
		margin-bottom: 20px;
	}
	.ttl01 img {
		max-width: 375px;
		width: 100%;
		margin: 0 auto;
	}

	.tabs {
		display: block;
		background-color: #fff;
		width: 100%;
		margin: 0 auto 40px;}
	.tab_item {
		width: calc(100%/2);
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		display: block;
		float: left;
		font-weight: bold;
		transition: all 0.2s ease;
		background: #ffffff;
	}
	.tab_item.jimu {
		color: #165926;
	}
	.tab_item.jimu span {
		border-bottom: 2px #165926 solid;
	}
	.tab_item.gijyutsu {
		color: #164f59;
		}
	.tab_item.gijyutsu span {
		border-bottom: 2px #164f59 solid;
	}
	input[name="tab_item"] {
		display: none;
	}
	.tab_content {
		display: none;
		padding: 40px 2%;
		clear: both;
		overflow: hidden;
	}
	#jimu01:checked ~ #jimu01_content,
	#gijyutsu01:checked ~ #gijyutsu01_content,
	#jimu02:checked ~ #jimu02_content,
	#gijyutsu02:checked ~ #gijyutsu02_content,
	#jimu03:checked ~ #jimu03_content,
	#gijyutsu03:checked ~ #gijyutsu03_content,
	#jimu04:checked ~ #jimu04_content,
	#gijyutsu04:checked ~ #gijyutsu04_content,
	#jimu05:checked ~ #jimu05_content,
	#gijyutsu05:checked ~ #gijyutsu05_content,
	#jimu06:checked ~ #jimu06_content,
	#gijyutsu06:checked ~ #gijyutsu06_content {
		display: block;
	}
	#jimu02:checked ~ #jimu02_content,
	#jimu03:checked ~ #jimu03_content,
	#jimu04:checked ~ #jimu04_content,
	#jimu05:checked ~ #jimu05_content,
	#jimu06:checked ~ #jimu06_content {
		background: url("../images/work/enquete/bg_left.png") 0 0 repeat-y;
		background-size: contain;
	}
	#gijyutsu02:checked ~ #gijyutsu02_content,
	#gijyutsu03:checked ~ #gijyutsu03_content,
	#gijyutsu04:checked ~ #gijyutsu04_content,
	#gijyutsu05:checked ~ #gijyutsu05_content,
	#gijyutsu06:checked ~ #gijyutsu06_content {
		background: url("../images/work/enquete/bg_right.png") 0 0 repeat-y;
	}
	#jimu01:checked ~ #jimu01_content {
		background: url("../images/work/enquete/bg_enquete_top_l.png") 0 top no-repeat, url("../images/work/enquete/bg_left.png") 0 0 repeat-y;
	}
	#gijyutsu01:checked ~ #gijyutsu01_content {
		background: url("../images/work/enquete/bg_enquete_top_r.png") 0 top no-repeat, url("../images/work/enquete/bg_right.png") 0 0 repeat-y;
	}

	.tabs input:checked + .tab_item {
		background-color: #ffffff;
	}
	.tabs input:checked + .tab_item span {
		border-bottom: none;
	}
	.tabs input:checked + .tab_item.jimu {
		background: -moz-linear-gradient(left, #ffffff 0%, #d4f1db 23%, #a7e2b6 50%, #3fc05e 100%);
		background: -webkit-linear-gradient(left, #ffffff 0%,#d4f1db 23%,#a7e2b6 50%,#3fc05e 100%);
		background: linear-gradient(to right, #ffffff 0%,#d4f1db 23%,#a7e2b6 50%,#3fc05e 100%);
	}
	.tabs input:checked + .tab_item.gijyutsu {
		background: -moz-linear-gradient(left, #569ec4 0%, #a2cce0 50%, #cce3ee 77%, #ffffff 100%);
		background: -webkit-linear-gradient(left, #569ec4 0%,#a2cce0 50%,#cce3ee 77%,#ffffff 100%);
		background: linear-gradient(to right, #569ec4 0%,#a2cce0 50%,#cce3ee 77%,#ffffff 100%);
	}
	
	#enquete02 .commentary {
		margin: 55px 2% 0;
		text-align: left;
	}
	#enquete02 .commentary:before {
		width: 92px;
		height: 34px;
		background-size: 92px 34px;
		top: -20px; left: -3px;
	}
	#enquete02 .commentary p {
		font-size: 14px;
		line-height: 2;
		padding: 20px;
	}

	.commentArea {
		display: block;
	}
	.commentArea .left {
		margin-top: 0;
		margin-right: 0;
	}
	.commentArea .right {
		margin-left: 0;
	}
	.comment{
		font-size: 14px;
		margin: 0 0 25px !important;
		padding: 20px 30px;
		width: 90%;
	}
	.comment.pw{
		padding: 20px 30px;
	}
	#enquete03 .tabs,
	#enquete04 .tabs,
	#enquete05 .tabs,
	#enquete06 .tabs {
		max-width: inherit;
		display: block;
	}
	#enquete06 .img { margin: 0 4% 30px; }

}


	
