@charset "UTF-8";


/*--------------------------------------------
↓　#hero
--------------------------------------------*/
#contents {
	padding-top: 0;
}
#top {
	padding-top: 100px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	height: 900px;
	margin-bottom: 30px;
}
#top .grey {
	display: inline-block;
	background-color: rgba(0,0,0,0);
	position: absolute;
	z-index: 2;
}
#top .back-sky {/*右背景*/
	height: 600px;
	background-color: #22c4fd;
}
#top .person {/*左人*/
	max-width: 1080px;
	width: 80%;
	height: 680px;
	position: absolute;
	top: 100px;
	left: 0;
	background-position: top 0 center;
	background-repeat: no-repeat;
	background-size: cover;
}
.people_1 #top .person {/*左人*/
	background-image: url(../../people/single/img/person_01/main.jpg);
}
.people_2 #top .person {/*左人*/
	background-image: url(../../people/single/img/person_02/main.jpg);
}
.people_3 #top .person {/*左人*/
	background-image: url(../../people/single/img/person_03/main.jpg);
}
.people_4 #top .person {/*左人*/
	background-image: url(../../people/single/img/person_04/main.jpg);
}
.people_5 #top .person {/*左人*/
	background-image: url(../../people/single/img/person_05/main.jpg);
}
.people_6 #top .person {/*左人*/
	background-image: url(../../people/single/img/person_06/main.jpg);
}
#top .ctl_prev,
#top .ctl_next {
	position: absolute;
	top: 50%;
	width: 78px;
	height: 39px;
	margin: auto;
	z-index: 2;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
#top .ctl_prev {
	left: -20px;
}
#top .ctl_next {
	right: -20px;
}
#top .ctl_prev:hover {
	left: 0;
}
#top .ctl_next:hover {
	right: 0;
}
#top .ctl_prev img,
#top .ctl_next img {
	width: 100%;
	height: auto;
}
#text-wrap {
	position: absolute;
	right: 0;
	top: 25%;
	color: #014bbc;
	width: 40%;
}
#text-wrap .copy {
	font-size: 1.8em;
}
#text-wrap span {
	height: 2px;
	width: 65px;
	background-color: #014bbc;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#text-wrap .name {
	font-size: 1.5em;
	margin-bottom: 5px;
}
#text-wrap .sub {
	line-height: 1.6em;
}
#graph {
	position: absolute;
	bottom: 0;
	color: #014bbc;
	max-width: 580px;
	width: 95%;
	margin: auto;
	right: 0;
	left: 0;
	text-align: center;
}
#graph h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.6em;
}
#graph h2 span {
	font-family: 'Lato', sans-serif;
	font-size: 1.4em;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#graph .graph {
	display: inline-block;
	margin: 20px 10px;
}

#graph .yellow-line {
	position: absolute;
	background-image: linear-gradient(-45deg, #fff 25%, #f6cf1a 25%, #f6cf1a 50%, #fff 50%, #fff 75%, #f6cf1a 75%, #f6cf1a);
	background-size: 8px 8px;
	background-repeat: repeat;
	height: 120px;
	width: 100%;
	top: 25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 1100px) {
#top {
	padding-top: 70px;
	height: 870px;
}
#top .back-sky {/*右背景*/
	height: 620px;
}
#top .person {
	top: 70px;
	background-position: top 0 left 60%;
}
#text-wrap .copy {
	font-size: 1.4em;
}
}
@media screen and (max-width: 1000px) {
#top .back-sky {
	height: 550px;
}
}
@media screen and (max-width: 768px) {
#top {
	height: 920px;
}
#top .person {
	height: 730px;
}
#top .back-sky {
	height: 600px;
}
#text-wrap {
	top: 20%;
}
}
@media screen and (max-width: 640px) {
#top {
	height: 390px !important;
	margin-bottom: 0;
}
#top .person {
	background-position: top 0 center;
	height: 100%;
	width: 100%;
}
#top .back-sky {
    height: 100%;
}
#top .ctl_prev,
#top .ctl_next {
	width: 45px;
	height: 39px;
}
#top .ctl_prev {
	left: 0;
}
#top .ctl_next {
	right: 0;
}
#text-wrap {
	position: relative;
	width: auto;
	/*background-color: rgba(255,255,255,1);*/
	padding: 30px;
	text-align: center;
}
#text-wrap .copy {
	font-weight: bold;
	font-size: 1.25em;
}
#text-wrap .name {
	margin-bottom: 0px;
}
#text-wrap .sub {
}
#text-wrap span {
	height: 1px;
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#graph {
	position: relative;
	padding: 30px 0;
	background-color: #f6cf1a;
	margin: 0 !important;
	width: 100%;
	max-width: 100%;
}
#graph .graph {
	margin: 15px 2px 10px;
}
}



/*--------------------------------------------
↓　#question
--------------------------------------------*/
#question {
	padding-top: 50px !important;
	max-width: 1440px;
	position: relative;
	margin: auto;
}
#question .question-wrap-odd,
#question .question-wrap-even {/*text+image*/
	margin-bottom: 100px;
}
#question .answer .answer-inner {
	background-color: #f3f3f3;
	width: 100%;
	box-sizing: border-box;
	min-height: 340px;
	position: relative;
}
#question .answer {/*text*/
	margin: auto 60px;
	padding-top: 60px;
}
#question img.red-line {
	position: absolute;
	top: -60px;
	width: 2px;
	height: 158px;
}
#question .question-wrap-odd img.red-line {
	left: 31px;
}
#question .question-wrap-even img.red-line {
	right: 31px;
}
#question .answer h2 {
	color: #014bbc;
	font-size: 1.6em;
	padding: 30px 60px 15px;
	width: 50%;
	box-sizing: border-box;
	line-height: 1.6em;
}
#question .question-wrap-odd .answer h2 {
	float: left;
}
#question .question-wrap-even .answer h2 {
	float: right;
	text-align: right;
}
#question .answer p {
	font-size: 1.15em;
	padding: 0 60px 50px;
	width: 50.1%;/*真横に行かないように*/
	box-sizing: border-box;
	line-height: 2.4em;
}
#question .question-wrap-odd .answer p {
	float: left;
}
#question .question-wrap-even .answer p {
	float: right;
}
#question .image {
	width: 50%;
	max-width: 700px;
	position: absolute;
	z-index: 2
}
#question .question-wrap-odd .image {
	right: 0;
}
#question .question-wrap-even .image {
	left: 0;
}
#question .image img {
	width: 100%;
	height: auto;
}

#question #enjoy {
	max-width: 740px;
	border: 5px solid #014bbc;
	border-radius: 30px;
	padding: 40px 40px 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
#question #enjoy .title {
	margin-bottom: 20px;
}
#question #enjoy .title img.photo {
	float: left;
	width: 275px;
	height: auto;
	margin-top: -80px;
}
#question #enjoy .title h2 {
	float: left;
	padding: 30px 0 0 30px;
	color: #014bbc;
	font-size: 1.6em;
	box-sizing: border-box;
	line-height: 1.6em;
}
#question #enjoy p {
	font-size: 1.15em;
	line-height: 2.4em;
}



@media screen and (max-width: 1100px) {
#question .question-wrap-odd,
#question .question-wrap-even {
	margin-bottom: 80px;
}
#question img.red-line {
	position: absolute;
	top: -40px;
	width: 2px;
	height: 126px;
	z-index: 3;
}
#question .question-wrap-odd img.red-line {
	left: 21px;
}
#question .question-wrap-even img.red-line {
	right: 21px;
}
#question .answer {
	margin: auto 30px;
	padding-top: 40px;
}
#question .answer .answer-inner {
	min-height: 300px;
}
#question .answer h2 {
	padding: 30px 40px 20px;
	font-size: 1.4em;
}
#question .answer p {
	padding: 0 40px 30px;
	line-height: 2em;
}
#question #enjoy .title h2 {
	font-size: 1.4em;
}
#question #enjoy p {
	line-height: 2em;
}
}

@media screen and (max-width: 768px) {
#question .image {
	width: 55%;
	max-width: auto;
	position: inherit;
}
#question .question-wrap-odd .image {
	float: right;
}
#question .question-wrap-even .image {
	float: left;
}
#question .answer .answer-inner {
	position: inherit;
	min-height: auto;
}
#question .answer h2 {
	width: 44%;
}
#question .question-wrap-odd .answer h2 {
	padding: 66px 0 0 40px;
}
#question .question-wrap-even .answer h2 {
	padding: 66px 40px 0 0;
}
#question .answer p {
	width: 100%;
	padding: 20px 40px 30px;
}
#question .question-wrap-odd,
#question .question-wrap-even {/*text+image*/
	position: relative;
}
#question img.red-line {
	top: 0;
	width: 2px;
	height: 190px;
}
#question .question-wrap-odd img.red-line {
	left: 51px;
}
#question .question-wrap-even img.red-line {
	right: 51px;
}
#question #enjoy {
	margin: auto 30px;
	padding: 40px 30px 20px;
}
#question #enjoy .title img.photo {
	width: 240px;
}
#question #enjoy .title h2 {
	padding: 20px 0 0 20px;
}
}




@media screen and (max-width: 640px) {
#question .question-wrap-odd,
#question .question-wrap-even {
	margin-bottom: 60px;
}
#question .image {
	width: 100%;
	float: none !important;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: -1px;
}
#question .answer {
	margin: auto 20px;
	padding-top: 0;
	position: relative;
}
#question .answer h2 {
	padding: 20px 0 0 40px !important;
	text-align: left !important;
	width: 100%;
	font-size: 1.4em;
}
#question img.red-line {
	top: -26px;
	left: 20px !important;
	right: auto;
	height: 120px;
}
#question .answer p {
	padding: 10px 30px 20px;
}
#question #enjoy {
	margin: auto 20px;
	padding: 40px 20px 20px;
}
#question #enjoy .title {
	text-align: center;
}
#question #enjoy .title img.photo {
	float: none;
	width: 75%;
}
#question #enjoy .title h2 {
	float: none;
	font-size: 1.4em;
	padding-left: 0;
	text-align: left;
}
}


/*--------------------------------------------
↓　#message
--------------------------------------------*/
#message {
	background-image: linear-gradient(-45deg, #fff 25%, #f7f7f7 25%, #f7f7f7 50%, #fff 50%, #fff 75%, #f7f7f7 75%, #f7f7f7);
	background-size: 15px 15px;
	padding: 80px 0;
}
#message > div {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#message div div,
#message div img {
	display: table-cell;
	vertical-align: top;
}
#message div img {
	width: 240px;
}
#message div div {
	padding-right: 40px;
	box-sizing: border-box;
}
#message h2 {
	color: #014bbc;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 10px;
}
#message h2 span {
	font-weight: 900;
	font-size: 2.4em;
	font-family: 'Lato', sans-serif;
}
#message p {
	font-size: 1.15em;
	line-height: 2.4em;
}
@media screen and (max-width: 768px) {
#message div img {
	width: 200px;
}
#message div div {
	padding-right: 20px;
}
}
@media screen and (max-width: 640px) {
#message > div,
#message div div {
	display: block;
	width: 100%;
}
#message h2 {
	text-align: center;
}
#message h2 span {
	font-size: 2em;
}
#message div img {
	display: block;
	margin: 10px auto 0;
}
#message p {
	line-height: 2em;
}
}


/*--------------------------------------------
↓　#other
--------------------------------------------*/
#other {
	text-align: center;
	padding-top: 100px;
}
#other h2 {
	color: #014bbc;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 50px;
}
#other h2 span {
	font-weight: 900;
	font-size: 2.4em;
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 768px) {
#other {
	padding-top: 80px;
}
#other h2 {
	margin-bottom: 40px;
}
}

@media screen and (max-width: 640px) {
#other {
	padding-top: 50px;
}
#other h2 {
	margin-bottom: 20px;
}
#other h2 span {
	font-size: 2em;
}
}

