@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);


/*
===================================================
	noteNoscript
===================================================
*/

#noteNoscript {
	padding: 20px;
	background: #B20000;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.5;
}


/*
===================================================
	Old IE 
===================================================
*/

#noteOldIE {
	margin: 0;
	padding: 15px 20px 7px;
	border-top: 1px solid #FFF;
	/*border-bottom: 1px solid #F3B1CD;*/
	background: #FFE1E1;
	text-align: center;
	display: none;
}
.lt-ie8 #noteOldIE,
.lt-ie9 #noteOldIE,
.lt-ie10 #noteOldIE {
	display: block;
}
#noteOldIE h1 {
	height: 28px;
	width: 388px;
	margin: 0 auto 8px;
	text-indent: -9999px;
	background: url(../../img/note_old_ie.png) no-repeat left top;
}
#noteOldIE p {
	margin: 0px 0px 8px 0px;
	font-size: 1.4em;
	line-height: 1.6;
}
#noteOldIE p a span {
	padding: 2px 3px;
	margin: 0 5px 0 0;
	background: #FF9999;
	color: #FFF;
	display: inline-block;
	line-height: 1;
}


/*
===================================================
	クリアーフィックス 
===================================================
*/

.clearfix{zoom:1}
.clearfix:after{content:"";display:block;clear:both;overflow:hidden}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*
===================================================
	Base Setting
===================================================
*/

html {
	height: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
	/*overflow-x: hidden;*/
}
body {
	margin: 0;
	line-height: 1.0;
	color: #000;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
	font-weight: 300;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	background: #FFF;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a {
	/*color: #005EAC;*/
	color: #000;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
a:focus {
	outline: none;
}
a:hover {
	color: #FFA514;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
a img {
	border: none;
	vertical-align: bottom;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
h1 {	
	line-height: 1;
	font-size: 6em;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #FFF;
}
h2 {
	margin-bottom: 1em;
	font-size: 3.2em;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
h3 {
	margin-bottom: 0.75em;
	font-size: 2.4em;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
h4 {
	margin-bottom: 0.75em;
	font-size: 1.6em;
	line-height: 1.6;
}
h5 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.6;
}
h6 {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	line-height: 1.6;
}
li {
	list-style: none;
}
p, address, dl {
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
th, td {
	line-height: 1.8;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
ul, ol {
	line-height: 1.8;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
figcaption {
	margin-top: 5px;
	line-height: 1.8;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
address {
	font-style: normal;
}
.white {
	color: #FFF !important;
}
.red {
	color: #D80000 !important;
}
.blue {
	color: #009FE9 !important;
}
.green {
	color: #1F663F !important;
}
.alignC {
	text-align: center !important;
}

/* iPhoneの装飾クリア */
* {
   -webkit-appearance: none;
}

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

/* -------------------------------------------
	table
------------------------------------------- */
table {
	margin-top: -17px;
	width: 100%;
	border-collapse: collapse;
}
tr {
	/*background: url(../../img/common/line_td.png) repeat-x left bottom;*/
}
th,
td {
	padding: 16px 5px 14px 0;
	text-align: left;
	vertical-align: top;
}
th {
	width: 17%;
}

/* -------------------------------------------
	form
------------------------------------------- */
input,
textarea {
	padding: 5px;
}
textarea {
}

/* -------------------------------------------
	bPagetop
------------------------------------------- */
#topcontrol {
	z-index: 1000;
	position: relative;
}
#bPagetop a {
	width: 70px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	background: url(../img/pagetop.png) repeat 0 0;
}

@media screen and (max-width: 768px) {
	#bPagetop a {
		width: 46px;
		height: 46px;
		-webkit-background-size: 46px;
		background-size: 46px;
	}
}


/*
===================================================
	common
===================================================
*/

.fullsize {
	width: 100%;
	min-width: 980px;
	position: relative;
	overflow: hidden;
}
.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.section {
	width: 100%;
	margin: 7% 0;
}
br.forPC {
	display: block;
}
br.forSP {
	display: none;
}
.remodal {
	text-align: left;
}
.remodal-overlay {
background: rgb(233,214,245);
background: -moz-linear-gradient(top, rgba(233,214,245,0.85) 0%, rgba(205,234,251,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(233,214,245,0.85) 0%,rgba(205,234,251,0.85) 100%);
background: linear-gradient(to bottom, rgba(233,214,245,0.85) 0%,rgba(205,234,251,0.85) 100%);
}

/* -------------------------------------------
	btn
------------------------------------------- */
.btn {
	text-align: center;
}
.btn a {
	padding: 15px 120px;
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	line-height: 1;
}
.btn a:hover {
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.fullsize {
		min-width: 100%;
	}
	.inner {
		max-width: 94%;
		margin: 3%;
	}
	.btn a {
		padding-right: 60px;
		padding-left: 60px;
	}
	br.forPC {
		display: none;
	}
	br.forSP {
		display: block;
	}
}


/*
===================================================
	bgGradation_lines
===================================================
*/

#bgGradation_lines {
	background-image: url("../img/bg_lines.png"), url("../img/bg_gradation.jpg");
	background-repeat: repeat-y, no-repeat;
	background-position: center top, center top;
	-webkit-background-size: cover, cover;
	background-size: cover, cover;
}

@media screen and (max-width: 768px) {
	#bgGradation_lines {
		-webkit-background-size: contain, cover;
		background-size: contain, cover;
	}
}


/*
===================================================
	header
===================================================
*/

#header {
	position: relative;
	position: fixed;
	z-index: 1000;
}
#header nav {
}
#header nav ul {
}
#header nav li {
	display: inline-block;
	font-size: 3rem;
	font-family: rift-soft, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
}
#header nav li a {
	width: 4.5em;
	height: 80px;
	color: #FFF;
	display: block;
	position: relative;
	background-color: #afb5d2;
}
#header nav li:first-child a {
	width: 2.75em;
	background-color: #868eb3;
}
#header nav li:last-child a {
	width: 6em;
	background-color: #5c6cb5;
}
#header nav li a:hover {
	background-color: #5c6cb5;
}
#header nav li:first-child a:hover {
	background-color: #717db3;
}
#header nav li:last-child a:hover {
	background-color: #223cb5;
}
#header nav li a span {
	position: absolute;
	top: 50%;
  	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#header nav li a strong {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#header nav li a img {
	vertical-align: bottom;
}
#header h1 {
	display: none;
	margin: 0;
	padding: 0;
}
#nav_toggle{
	display: none;
	cursor: pointer;
}

@media screen and (max-width:768px){
	#header {
		background-color: rgba(175,181,210,0.7);
	}
	#header h1 {
		display: block;
		position: absolute;
		top: 4px;
		left: 10px;
	    line-height: 1;
	}
	#header h1 img {
		width: 45px;
		height: auto;
		vertical-align: top;
	}
	nav{
		display: none;
		width: 100%;
		background: rgba(0,100,150,0.7);
	}
	#header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	#header nav ul li{
		margin: 0 auto;
    	padding: 15px 0;
		text-align: center;
		border-bottom: 1px solid #fff;
		display: block;
	}
	#header nav ul li:first-child {
		display: none;
	}
	#header nav ul li:last-child{
		border: none;
	}
	#header nav ul li a,
	#header nav li:last-child a {
		width: 100%;
		height: inherit;
		background: none;
	}
	#header nav li a span {
		position: relative;
		top: inherit;
		left: inherit;
		transform: translateY(0) translateX(0);
		-webkit- transform: translateY(0) translateX(0);
	}
	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 35px;
		height: 50px;
	    margin: 0 10px 0 auto;
		position: relative;
		top: 10px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
 
}

/*
===================================================
	section_01
===================================================
*/

#section_01 {
	min-height: 620px;
	padding: 200px 0 180px;
	background: url("../img/figure_02.jpg") no-repeat left top 200px;
	position: relative;
}
#section_01 #message {
	margin: 75px 0 0 0;
	text-align: center;
	z-index: 2;
	position: relative;
}
#section_01 #square {
	width: 807px;
	height: 498px;
	border: solid 10px #FFF;
	position: absolute;
	top: 140px;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform: translateX(-50%);
}
#section_01 #photo {
	position: absolute;
	right: 0;
	top: 45px;
}
#section_01 #spImage {
	display: none;
}

@media screen and (max-width: 768px) {
	#section_01 {
		min-height: inherit;
		padding: 80px 0 40px 0;
		background: none;
	}
	#section_01 #message,
	#section_01 #square,
	#section_01 #photo {
		display: none;
	}
	#section_01 #spImage {
		display: block;
	}
	#section_01 #spImage img {
		width: 100%;
		height: auto;
	}
}


/*
===================================================
	section_02
===================================================
*/

#section_02 {
	padding: 0 0 175px 0;
}
#section_02 .inner {
	text-align: center;
}
#section_02 .inner > h1 {
	margin: 0 0 90px 0;
	font-size: 1.6rem;
	line-height: 1;
}
#section_02 .inner > h1 span {
	margin: 25px 0 0 0;
	display: block;
	color: #1f5d7f;
	font-weight: 400;
}
#section_02 p {
	margin: 0 0 60px 0;
	line-height: 3.2;
}

@media screen and (max-width: 768px) {
	#section_02 {
		padding-bottom: 30px;
	}
	#section_02 .inner > h1 {
		margin-bottom: 30px;
	}
	#section_02 .inner > h1 img {
		width: 45%;
		height: auto;
	}
	#section_02 .inner > h1 span {
		margin-top: 15px;
	}
	#section_02 p {
		font-size: 1.2rem;
		line-height: 2.4;
	}
}


/*
===================================================
	section_03
===================================================
*/

#section_03 {
	padding: 0 0 90px 0;
}
#section_03 > h1 {
	margin: 0 0 90px 0;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}
#section_03 > h1 span {
	margin: 25px 0 0 0;
	display: block;
	color: #1f5d7f;
	font-weight: 400;
}
#section_03 #doubleArea {
	display: -webkt-flex;
	display: flex;
	-webkt-justify-content: space-between;
	justify-content: space-between;
}
#section_03 #doubleArea > div {
	width: 50%;
	position: relative;
}
#section_03 #doubleArea > div:first-child {
	background: url("../img/figure_03.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#section_03 #doubleArea > div:first-child::before {
	content: "";
	display: block;
	width: 100%;
	height: 154px;
	background: url("../img/overlay_top.png") repeat-x left top;
}
#section_03 #doubleArea > div:first-child::after {
	content: "";
	display: block;
	width: 100%;
	height: 154px;
	background: url("../img/overlay_bottom.png") repeat-x left top;
	position: absolute;
	left: 0;
	bottom: 0;
}
#section_03 #doubleArea > div:last-child {
	width: 32%;
	width: -webkit-calc(50% - 230px);
	width: calc(50% - 230px);
	padding: 0 190px 0 40px;
}
#section_03 #doubleArea div dl {
	margin: 0 0 30px 0;
}
#section_03 #doubleArea div dt {
	margin: 0 0 10px 0;
	color: #868eb3;
	font-size: 2.2rem;
	font-family: rift-soft, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}
#section_03 #doubleArea div dt span {
	margin: 0 0 0 10px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 1.6rem;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	background-color: #868eb3;
}
#section_03 #doubleArea div dd {
	margin: 0 0 20px 0;
	padding: 0 0 30px 60px;
	font-size: 1.4rem;
	line-height: 1.75;
	background: url("../img/line_01.png") no-repeat left 18px top 8px;
}
#section_03 #doubleArea div > p {
	line-height: 2.1;
}

@media screen and (max-width: 768px) {
	#section_03 {
		padding-bottom: 30px;
	}
	#section_03 > h1 {
		margin-bottom: 30px;
	}
	#section_03  > h1 img {
		width: 75%;
		height: auto;
	}
	#section_03 > h1 span {
		margin-top: 15px;
	}
	#section_03 #doubleArea {
		display: block;
	}
	#section_03 #doubleArea > div {
		width: 100%;
	}
	#section_03 #doubleArea > div:first-child {
		margin: 50px 0;
	}
	#section_03 #doubleArea > div:last-child {
		width: 94%;
		margin: 0 3%;
		padding: 0;
	}
	#section_03 #doubleArea > div:first-child::before,
	#section_03 #doubleArea > div:first-child::after {
		visibility: hidden;
	}
}


/*
===================================================
	bgLines
===================================================
*/

#bgLines {
	width: 100%;
	position: absolute;
}
#bgLines::after {
	content: "";
	display: block;
	width: 100%;
	height: 300px;
	background: url("../img/overlay_bottom_02.png") repeat-x left top;
	position: absolute;
	left: 0;
	bottom: 0;
}
#home {
  clip-path: url(#cache);
}
#red {
  fill: none;
  stroke: #f2f6fb;
  stroke-width: 12;
  stroke-miterlimit:10;
  animation: show 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; 
}
#blue {
  fill: none;
  stroke: #f7f8fc;
  stroke-width: 12;
  stroke-miterlimit:10;
  animation: show 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
#light-blue {
  fill: none;
  stroke: #f7f8fc;
  stroke-width: 6;
  stroke-miterlimit:10;
  stroke-dasharray: 200;
  stroke-dashoffset: 800;
  animation: draw 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;    
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
 }
    }

@keyframes show {
  0% {
    opacity: 0.85;
 }
  50% {
    opacity: 1;
 }
  100% {
    opacity: 0.85;
 }
    }


/*
===================================================
	section_04
===================================================
*/

#section_04 {
	padding: 50px 0 0 0;
}
#section_04 .inner {
	position: relative;
}
#section_04 .bg {
	width: 100%;
	padding: 0 0 100px 0;
	min-height: 418px;
	background: url("../img/bg_section_04.png") no-repeat center center;
}
#section_04 .bg:last-child {
	background-image: url("../img/bg_section_04_02.png");
}
#section_04 > h1 {
	margin: 0 0 90px 0;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}
#section_04 > h1 span {
	margin: 25px 0 0 0;
	display: block;
	color: #1f5d7f;
	font-weight: 400;
}
#section_04 .episode {
	width: 260px;
	padding: 40px 40px 0 40px;
	background-color: #FFF;
	position: absolute;
	top: 260px;
}
#section_04 .bg.upper .episode {
	right: 0;
}
#section_04 .bg:last-child .episode {
	left: 0;
}
#section_04 .episode h2 {
	margin: -60px 0 0 -30px;
}
#section_04 .episode p:last-child {
	margin-bottom: 10px;
	text-align: right;
	color: #1f5d7f;
	font-size: 1.2rem;
display: flex;
align-items: center;
}
#section_04 .episode p:last-child::before {
margin-right: 1rem;
	content: "";
	border-top: solid 1px #afb5d2;
flex-grow: 1;
}
#section_04 .episode p:last-child a {
	color: #1f5d7f;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#section_04 .episode p:last-child a:hover {
	color: #FFA514;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {
	#section_04 {
		padding-top: 30px;
	}
	#section_04 > h1 {
		margin-bottom: 50px;
	}
	#section_04 > h1 img {
		width: 45%;
		height: auto;
	}
	#section_04 > h1 span {
		margin-top: 15px;
	}
	#section_04 .bg {
		min-height: inherit;
		padding: 130px 0 0 0;
		background-image: url("../img/figure_04.jpg");
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-position: center top;
	}
	#section_04 .bg:last-child {
		margin-top: 50px;
		background-image: url("../img/figure_05.jpg");
	}
	#section_04.inner {
		margin-top: 120px;
	}
	#section_04 .episode {
		width: 100%;
		padding: 0 0 10px 0;
		position: relative;
		top: 0;
		background: url("../img/figure_06.jpg") repeat center top;
    	text-align: center;
	}
	#section_04 .episode h2 {
		margin: 0;
		padding: 20px 0 0 0;
	}
	#section_04 .episode p {
		margin-bottom: 10px;
	}
	#section_04 .episode p img {
		border: solid 20px #FFF;
	}
	#section_04 .episode p:last-child {
		text-align: center;
		display: block;
	}
}


/*
===================================================
	section_05
===================================================
*/

#section_05 {
	padding: 80px 0 110px 0;
	text-align: center;
}
#section_05 h1 {
	margin: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
	#section_05 {
		padding: 30px 0;
	}
	#section_05 h1 {
		margin-bottom: 30px;
		font-size: 1rem;
	}
	#section_05 h1 img {
		width: 85%;
		height: auto;
	}
}


/*
===================================================
	footer
===================================================
*/

#footer {
	background: #7bb4bd;
	background: -moz-linear-gradient(45deg, #7bb4bd 0%, #8494af 100%);
	background: -webkit-linear-gradient(45deg, #7bb4bd 0%,#8494af 100%);
	background: linear-gradient(45deg, #7bb4bd 0%,#8494af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb4bd', endColorstr='#8494af',GradientType=1 );
	line-height: 1;
	text-align: center;
}
#footer small {
	padding: 15px 0;
	color: #FFF;
	display: inline-block;
	font-size: 1.2rem;
}



#main {
	display: none;
}