@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

body {
	font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1.9;
	color:#000;
}
@media screen and (max-width:768px){
	body {
		font-size:3.6vw;
	}
}

a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.7;
}

img{
	max-width:100%;
}

.only_smart,
.only_smart_i{
	display:none !important;
}
@media screen and (max-width:768px){
	.only_pc{
		display:none !important;
	}
	.only_smart{
		display:block !important;
	}
	.only_smart_i{
		display:inline-block !important;
	}
}


#wrapper{
}


/* header */
header{
}
header h1 img{
	width:100%;
}


/* article */
article{
}


/* .appli */
.appli{
}
.appli a {
  visibility: visible !important;
  animation-fill-mode: both !important;
  -webkit-animation-fill-mode: both !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  -webkit-animation: bounceBtn 1.8s;
  animation: bounceBtn 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  60% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  70% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  90% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  60% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  70% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  90% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



/* .cont */
.cont{
}
.cont h2{
	font-size:45px;
	font-weight:900;
	background:url(../images/cont_h2_bg.png)repeat-y center top;
	background-size:1600px auto;
}
.cont h2 span{
	line-height:158px;
	display:inline-block;
	padding:0 180px;
	background:
		url(../images/cont_h2_left.svg)no-repeat left center,
		url(../images/cont_h2_right.svg)no-repeat right center;
	background-size:106px auto;
}
@media screen and (max-width:768px){
	.cont h2{
		font-size:4.5vw;
		background:url(../images/cont_h2_bg.png)repeat-y center top;
		background-size:100% auto;
	}
	.cont h2 span{
		line-height:3;
		display:inline-block;
		padding:0 12%;
		background:
			url(../images/cont_h2_left.svg)no-repeat left center,
			url(../images/cont_h2_right.svg)no-repeat right center;
		background-size:14% auto;
	}
}


/* #cont1 */
#cont1{
	margin-top:-1px;
	background:url(../images/cont1_bg.png);
	background-size:120px auto;
}
#cont1 h2{
	max-width:914px;
	width:90%;
	margin:auto;
}
#cont1 p{
	margin:2em 0 0;
}
#cont1 figure{
	height:389px;
	background:url(../images/cont1_1.png)no-repeat center top;
	background-size:auto 100%;
}
#cont1 div{
	margin-top:60px;
	padding:50px 0;
	background:#000 url(../images/cont1_2.png)no-repeat center 60px;
	background-size:1600px auto;
}
#cont1 div p{
	max-width:1000px;
	width:90%;
	margin:0 auto 1.9em;
	padding-right:400px;
	color:#fff;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont1 div p:last-of-type{
	margin-bottom:0;
}
#cont1 div p span{
	color:#ff0;
}
@media screen and (max-width:1100px){
	#cont1 p br.only_smart{
		display:block !important;
	}
	#cont1 div{
		margin-top:6%;
		padding:5% 0;
		background-image:none;
	}
	#cont1 div img.only_smart{
		display:block !important;
		width:40%;
		float:right;
		margin:0.5em 0 0 1em;
	}
	#cont1 div p{
		padding-right:0;
	}
}
@media screen and (max-width:768px){
#cont1{
	background:url(../images/cont1_bg.png);
	background-size:16% auto;
}
	#cont1 figure{
		height:auto;
		background-image:none;
	}
	#cont1 p{
		font-feature-settings: "palt";
	}
}


/* #cont2 */
#cont2{
	padding:120px 0 80px;
	background:
		url(../images/cont2_top.png)no-repeat center top,
		url(../images/cont2_bg.png);
	background-size:100% auto, 250px  auto;
}
#cont2 h2{
	max-width:703px;
	width:60%;
	margin:auto;
}
#cont2 h2 + p{
	margin:2em 0 0;
	line-height:1.5;
	font-size:30px;
	font-feature-settings: "palt";
}
#cont2 h3{
	max-width:1115px;
	width:100%;
	margin:auto;
}
#cont2 h3 + div{
	max-width:1000px;
	width:90%;
	margin:auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont2 h3 + div > p{
	margin-top:1.9em;
}
#cont2 h3 + div p span{
	background-color:#ff0;
}
#cont2 h3 + div section{
	margin-top:1.9em;
	padding-left:360px;
	position:relative;
}
#cont2 h3 + div section h4{
	font-size:38px;
	font-weight:900;
	color:#907C52;
}
#cont2 h3 + div section img{
	max-width:345px;
	width:35%;
	position:absolute;
	left:0;
	top:0.5em;
}
#cont2 > section{
	max-width:1000px;
	width:90%;
	margin:150px auto 0;
}
#cont2 > section h4{
	margin-bottom:10px;
	border-top:4px solid;
}
#cont2 > section h4 span{
	line-height:1;
	display:inline-block;
	padding:0 1em;
	font-size:45px;
	font-weight:900;
	transform:translateY(calc(-50% - 2px));
	background:url(../images/cont2_bg.png);
	background-size:250px auto;
}
#cont2 > section ul li{
	margin-bottom:40px;
	padding:40px;
	background-color:#fff;
	border-radius:30px;
	box-shadow:0 0 8px rgba(0,0,0,0.3);
	text-align:left;
	position:relative;
}
#cont2 > section ul li h5{
	font-size:35px;
}
#cont2 > section ul li h5 span.large{
	margin-right:0.3em;
	line-height:1;
	font-size:53px;
	font-weight:900;
}
#cont2 > section ul li h5 span.month{
	line-height:1;
	font-size:60px;
	color:#907C52;
}
#cont2 > section ul li h5 span.red{
	color:#C71F1D;
}
#cont2 > section ul li dl{
	margin-top:20px;
	font-size:28px;
	line-height:1.5;
}
#cont2 > section ul li dl dt{
	width:5em;
	color:#fff;
	background-color:#7C5B2F;
	text-align:center;
	float:left
}
#cont2 > section ul li dl dd{
	margin-bottom:0.3em;
	padding-left:5.5em;
}
#cont2 > section ul li dl dd:last-of-type{
	margin-bottom:0;
}
#cont2 > section ul li img{
	width:267px;
	position:absolute;
	right:40px;
	top:40px;
}

@media screen and (max-width:1100px){
	#cont2{
		padding:8% 0 5%;
	}
	#cont2 h2 + p{
		margin:1em 0 0;
		padding:0 5%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont2 h2 + p br{
		display:none;
	}
	#cont2 h3 + div section{
		padding-left:38%;
	}
	#cont2 h3 + div section h4{
		font-size:32px;
	}
	
	#cont2 > section ul li{
		margin-bottom:5%;
		padding:5%;
		border-radius:1em;
		box-shadow:0 0 5px rgba(0,0,0,0.5);
		position:static;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#cont2 > section ul li h5{
		margin-bottom:3%;
		font-size:35px;
		width:100%;
	}
	#cont2 > section ul li dl{
		margin-top:0;
		font-size:24px;
	}
	#cont2 > section ul li dl dt{
		float:none
	}
	#cont2 > section ul li dl dd{
		padding-left:0;
	}
	#cont2 > section ul li img{
		max-width:267px;
		width:36%;
		position:static;
		right:auto;
		top:auto;
	}
}

@media screen and (max-width:768px){
	#cont2{
		padding:8% 0 5%;
		background:
			url(../images/cont2_top.png)no-repeat center top,
			url(../images/cont2_bg.png);
		background-size:100% auto, 125px  auto;
	}
	#cont2 h2 + p{
		font-size:3.6vw;
	}
	#cont2 h3 + div section{
		padding-left:0;
		position:static;
	}
	#cont2 h3 + div section h4{
		font-size:4.5vw;
	}
	#cont2 h3 + div section img{
		max-width:345px;
		width:35%;
		position:static;
		left:auto;
		top:auto;
		float:right;
		margin:0.5em 0 0 1em;
	}
	
	#cont2 > section{
		margin:15% auto 0;
	}
	#cont2 > section h4{
		line-height:1;
		margin-bottom:3%;
		border-top:3px solid;
	}
	#cont2 > section h4 span{
		font-size:4.5vw;
		background:url(../images/cont2_bg.png);
		background-size:125px auto;
	}
	#cont2 > section ul li h5{
		font-size:4vw;
	}
	#cont2 > section ul li h5 span.large{
		font-size:5.5vw;
	}
	#cont2 > section ul li h5 span.month{
		font-size:6.5vw;
	}
	#cont2 > section ul li dl{
		font-size:3.8vw;
	}
	#cont2 > section ul li dl dt{
		margin-bottom:0.2em;
	}
	#cont2 > section ul li dl dd{
		line-height:1.3;
	}
	#cont2 > section ul li img{
		width:45%;
		position:static;
		right:auto;
		top:auto;
	}
}


/* #cont3 */
#cont3{
	padding-bottom:100px;
	background:url(../images/cont3_bg.jpg)repeat center top;
	background-size:1600px auto;
	overflow:hidden;
}
#cont3 > section{
	max-width:1000px;
	width:90%;
	margin:40px auto 0;
	padding-bottom:50px;
	background-color:#fff;
	border-radius:30px;
	box-shadow:0 0 8px rgba(0,0,0,0.3);
}
#cont3 > section h3{
	position:relative;
}
#cont3 > section h3 img.tit{
	margin-top:-1em;
	position:relative;
	z-index:1;
}
#cont3 > section#cont3_1 h3 img.person{
	width:270px;
	position:absolute;
	right:0;
	top:0;
}
#cont3 > section#cont3_2 h3 img.person{
	width:470px;
	position:absolute;
	right:-60px;
	top:-30px;
}
#cont3 > section#cont3_3 h3 img.person{
	width:330px;
	position:absolute;
	right:0;
	top:-50px;
}
#cont3 > section#cont3_4 h3 img.person{
	width:320px;
	position:absolute;
	right:0;
	top:-30px;
}
#cont3 > section > figure{
	position:relative;
}
#cont3 > section > section{
	width:91%;
	margin:30px auto 50px;
	padding:30px 30px 30px 320px;
	border:3px solid #983660;
	background-color:#fff;
	text-align: justify;
	text-justify: inter-ideograph;
	position:relative;
}
#cont3 > section#cont3_2 > section{
	border-color:#68805d;
}
#cont3 > section#cont3_3 > section{
	border-color:#4e5b80;
}
#cont3 > section > section h4{
	line-height:1.3;
	font-size:30px;
}
#cont3 > section > section figure{
	width:267px;
	position:absolute;
	top:30px;
	left:30px;
}
#cont3 > section > section p{
	height:7.6em;
	margin:0.5em 0;
	font-size:20px;
	font-weight:bold;
}
#cont3 > section > section > a{
	display:block;
	line-height:3.2;
	font-size:30px;
	font-weight:bold;
	color:#000;
	text-align:center;
	background:linear-gradient(#f5da9a, #f0c354);
	border:2px solid #fff;
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
}
#cont3 > section dl{
	width:91%;
	margin:50px auto 0;
	padding:0 30px 30px;
	background-color:#EEE5D3;
	position:relative;
}
#cont3 > section dl dt{
	display:inline-block;
	margin-bottom:0.5em;
	padding:0 3em;
	font-size:23px;
	color:#fff;
	background-color:#9D365F;
	border-radius:0.8em;
	position:relative;
	transform:translateY(-50%);
}
#cont3 > section dl dt:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 0.5em 0 0.5em;
	border-color: #9D365F transparent transparent transparent;
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
}
#cont3 > section#cont3_2 dl dt{
	background-color:#67805F;
}
#cont3 > section#cont3_2 dl dt:after{
	border-color: #67805F transparent transparent transparent;
}
#cont3 > section#cont3_3 dl dt{
	background-color:#4D5B80;
}
#cont3 > section#cont3_3 dl dt:after{
	border-color: #4D5B80 transparent transparent transparent;
}

#cont3 > section dl dd{
	margin-top:0.15em;
	padding-left:1em;
	text-indent:-1em;
	font-size:28px;
	line-height:1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont3 > section > p{
	width:91%;
	margin:1em auto 0;
	font-size:20px;
	line-height:1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#cont3 > section#cont3_5 > p{
	width:86%;
	margin:0 auto;
	font-size:28px;
	display:block;
	font-feature-settings: "palt";
}
#cont3 > section > p img{
	width:125px;
	margin-right:1em;
}

#cont3 > dl{
	margin:100px auto 0;
	background:url(../images/cont4_bg.png)no-repeat center 60px;
	background-size:1600px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont3 > dl dt{
	width:100%;
	margin-bottom:45px;
}
#cont3 > dl dt img{
	max-width:838px;
	width:90%;
}
#cont3 > dl dd{
	width:323px;
	margin:15px 15px 0;
}
#cont3 > dl dd figure figcaption{
	width:300px;
	margin:0.3em auto 0;
	font-size:24px;
	font-weight:900;
}
#cont3 > dl dd figure figcaption span{
	display:block;
	background:url(../images/cont4_tit.svg)no-repeat center center;
	line-height:45px;
}
#cont3 > dl dd p{
	margin-top:1em;
	font-size:19px;
	line-height:1.5;
}

@media screen and (max-width:1100px){
	#cont3 > section#cont3_1 h3 img.person{
		width:27%;
		position:absolute;
		right:0;
		top:0;
	}
	#cont3 > section#cont3_2 h3 img.person{
		width:47%;
		position:absolute;
		right:-6%;
		top:-8%;
	}
	#cont3 > section#cont3_3 h3 img.person{
		width:33%;
		position:absolute;
		right:0;
		top:-12%;
	}
	#cont3 section#cont3_4 h3 img.person{
		width:32%;
		position:absolute;
		right:0;
		top:-12%;
	}
	#cont3 > section > section{
		padding:3% 3% 3% 33%;
	}
	#cont3 > section > section h4{
		font-size:2.5vw;
	}
	#cont3 > section > section div figure{
		width:30%;
		top:6%;
		left:3%;
	}
	#cont3 > section > section div p{
		font-size:2.2vw;
	}
	#cont3 > section > section > a{
		font-size:2.8vw;
	}
	
	#cont3 > section dl dt{
		padding:0 1.5em;
		font-size:21px;
	}
	#cont3 > section dl dd{
		font-size:24px;
	}
	#cont3 > section#cont3_5 > p{
		font-size:24px;
	}
}

@media screen and (max-width:768px){
	#cont3{
		padding-bottom:10%;
		background:url(../images/cont3_bg.jpg)repeat center top;
		background-size:100% auto;
	}
	#cont3 > section{
		margin:5% auto 0;
		padding-bottom:5%;
		border-radius:1em ;
		box-shadow:0 0 5px rgba(0,0,0,0.3);
	}
	#cont3 > section > section{
		margin:5% auto 10%;
		padding:3%;
		border-width:2px;
	}
	#cont3 > section > section h4{
		font-size:3.8vw;
	}
	#cont3 > section > section div{
		margin:0.5em 0;
		overflow:hidden;
	}
	#cont3 > section > section div figure{
		width:35%;
		max-width:292px;
		position:static;
		top:auto;
		left:auto;
		float:left;
		margin-right:3%;
	}
	#cont3 > section > section div p{
		margin:0;
		height:auto;
		font-size:3vw;
	}
	#cont3 > section > section > a{
		font-size:3.6vw;
	}
	#cont3 > section dl{
		width:91%;
		margin:10% auto 0;
		padding:0 3% 3%;
		position:relative;
	}
	#cont3 > section dl dt{
		display:inline-block;
		margin-bottom:0;
		padding:0.3em 3em;
		font-size:3.6vw;
		line-height:1.3;
		transform:translateY(-50%);
	}

	#cont3 > section dl dd{
		font-size:3.8vw;
	}
	#cont3 > section > p{
		font-size:3.4vw;
		display:block;
	}
	#cont3 > section#cont3_5 > p{
		font-size:3.8vw;
	}
	#cont3 > section > p img{
		width:20%;
		margin-bottom:1em;
		float:left;
	}

	#cont3 > dl{
		margin:10% auto 0;
		background:url(../images/cont4_bg.png)no-repeat center 5%;
		background-size:120% auto;
		display: block;
	}
	#cont3 > dl dt{
		width:100%;
		margin-bottom:5%;
	}
	#cont3 > dl dt img{
		width:80%;
	}
	#cont3 > dl dd{
		max-width:340px;
		width:70%;
		margin:5% auto 0;
	}
	#cont3 > dl dd figure figcaption{
		width:auto;
		margin:0.2em auto 0;
		font-size:3.8vw;
		font-weight:900;
		white-space:nowrap;
	}
	#cont3 > dl dd figure figcaption span{
		display:block;
		background:url(../images/cont4_tit.svg)no-repeat center center;
		background-size:100% 100%;
		line-height:2.4;
	}
	#cont3 > dl dd p{
		margin-top:0.5em;
		font-size:3.4vw;
	}
}


/* #cont9 */
#cont9{
	padding:80px 0;
	background:#000 url(../images/cont9_bg.png)no-repeat center top;
	background-size:1610px auto;
}
#cont9 h2{
	max-width:850px;
	width:85%;
	margin:auto;
}
#cont9 p{
	margin-top:-2.5em;
	font-size:29px;
	color:#fff;
}
#cont9 p span{
	color:#FFFF2C;
}
#cont9 p span.large{
	font-size:42px;
}
#cont9 p span.large ruby rt{
	font-size:29px;
}

@media screen and (max-width:1100px){
	#cont9{
		background:#000 url(../images/cont9_bg.png)no-repeat center top;
		background-size:165% auto;
	}
	#cont9 p br.only_smart{
		display:block !important;
	}
}
@media screen and (max-width:768px){
	#cont9{
		padding:0;
		background-image:none;
	}
}


/* #cont5 */
#cont5{
	padding:60px 0;
	background:#000 url(../images/cont5_bg.jpg)no-repeat center top;
	background-size:1600px auto;
}
#cont5 h2{
	line-height:1.5;
	font-size:45px;
	font-weight:900;
}
#cont5 h2 span{
	display:block;
	font-size:22px;
	font-weight:normal;
}
#cont5 h2 + ul{
	max-width:1000px;
	width:90%;
	margin:50px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont5 h2 + ul li{
	max-width:492px;
	width:49%;
}
#cont5 > section{
	max-width:1002px;
	width:90%;
	margin:30px auto 0;
	padding-bottom:30px;
}
#cont5 > section#cont5_1{
	background:
		url(../images/cont5_1_top.png)no-repeat center top,
		url(../images/cont5_1_bg_top.png)no-repeat center top,
		url(../images/cont5_1_bg_bottom.png)no-repeat center bottom -1px,
		url(../images/cont5_1_bg.png)repeat-y center top;
	background-size:100% auto;
}

#cont5 > section#cont5_1 ul{
	padding:0 30px;
}
#cont5 > section#cont5_1 ul li{
	padding:40px 0;
	border-bottom:1px solid #808080;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#cont5 > section#cont5_1 ul li section{
	margin:0;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont5 > section#cont5_1 ul li section h4{
	padding-top:0.5em;
	font-size:30px;
	font-weight:900;
	line-height:1.3;
}
#cont5 > section#cont5_1 ul li section p{
	font-size:20px;
	line-height:1.5;
}
#cont5 > section#cont5_1 ul li:first-child figure{
	max-width:400px;
	width:40%;
}
#cont5 > section#cont5_1 ul li:first-child section{
	max-width:580px;
	width:58%;
}
#cont5 > section#cont5_1 ul li:first-child section h4{
	padding-top:1.5em;
}


#cont5 > section#cont5_1 ul li:nth-child(2) figure{
	max-width:130px;
	width:13%;
}
#cont5 > section#cont5_1 ul li:nth-child(2) section{
	max-width:500px;
	width:50%;
}
#cont5 > section#cont5_1 ul li:nth-child(2) > img{
	max-width:320px;
	width:32%;
}

#cont5 > section#cont5_1 ul li:nth-child(3) figure{
	max-width:340px;
	width:34%;
}
#cont5 > section#cont5_1 ul li:nth-child(3) section{
	max-width:640px;
	width:64%;
}

#cont5 > section#cont5_1 ul li:nth-child(4) figure{
	max-width:130px;
	width:13%;
}
#cont5 > section#cont5_1 ul li:nth-child(4) section{
	max-width:630px;
	width:63%;
}
#cont5 > section#cont5_1 ul li:nth-child(4) > img{
	max-width:178px;
	width:18%;
}

#cont5 > section#cont5_1 ul li:last-child{
	border-bottom:none;
}
#cont5 > section#cont5_1 ul li:last-child figure{
	max-width:450px;
	width:45%;
}
#cont5 > section#cont5_1 ul li:last-child section{
	max-width:530px;
	width:53%;
}

#cont5 > section#cont5_2{
	background:url(../images/cont5_2_bg.png)no-repeat center top;
	background-size:100% 100%;
}
#cont5 > section#cont5_2 div{
	max-width:920px;
	width:92%;
	margin:-20px auto 0;
	padding:20px 0 0;
	border-top:1px solid #808080;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#cont5 > section#cont5_2 div figure{
	max-width:130px;
	width:13%;
}
#cont5 > section#cont5_2 div section{
	max-width:840px;
	width:84%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont5 > section#cont5_2 div section h4{
	font-size:30px;
	font-weight:900;
	line-height:1.3;
}
#cont5 > section#cont5_2 div section p{
	font-size:20px;
	line-height:1.5;
}

#cont5 > section#cont5_3{
	background:url(../images/cont5_3_bg.png)no-repeat center top;
	background-size:100% 100%;
	position:relative;
}
#cont5 > section#cont5_3 div{
	max-width:920px;
	width:92%;
	margin: 30px auto 0;
	padding:20px 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
#cont5 > section#cont5_3 div:before{
	content:'';
	display:block;
	max-width:640px;
	width:78%;
	height:1px;
	background-color:#808080;
	position:absolute;
	left:0;
	top:0;
}
#cont5 > section#cont5_3 div figure{
	max-width:130px;
	width:13%;
	margin-right:20px;
}
#cont5 > section#cont5_3 div h4{
	font-size:30px;
	font-weight:900;
	line-height:1.3;
}
#cont5 > section#cont5_3 > img{
	max-width:229px;
	width:23%;
	position:absolute;
	right:5%;
	top:50%;
	transform:translateY(-50%);
}

@media screen and (max-width:1100px){
	#cont5 > section#cont5_1 ul li:nth-child(2) section h4 br{
		display:none;
	}
	#cont5 > section#cont5_3 > img{
		width:18%;
		right:5%;
	}
}

@media screen and (max-width:768px){
	#cont5{
		padding:8% 0;
		background:#000 url(../images/cont5_bg.jpg)no-repeat center top;
		background-size:200% auto;
	}
	#cont5 h2{
		font-size:5vw;
	}
	#cont5 h2 span{
		font-size:3.2vw;
	}
	#cont5 h2 + ul{
		max-width:480px;
		width:70%;
		margin:10% auto;
		display: block;
	}
	#cont5 h2 + ul li{
		max-width:100%;
		width:100%;
		margin-top:12%;
	}
	#cont5 > section{
		max-width:1002px;
		width:90%;
		margin:5% auto 0;
		padding-bottom:5%;
	}
	#cont5 > section#cont5_1 ul{
		padding:0 5%;
	}
	#cont5 > section#cont5_1 ul li{
		padding:5% 0;
		display: block;
	}
	#cont5 > section#cont5_1 ul li section{
		margin:0;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont5 > section#cont5_1 ul li section h4{
		padding-top:0;
		font-size:4.5vw;
		text-align:center;
	}
	#cont5 > section#cont5_1 ul li section p{
		font-size:3.4vw;
	}
	#cont5 > section#cont5_1 ul li:first-child figure{
		max-width:400px;
		width:80%;
		margin:auto;
	}
	#cont5 > section#cont5_1 ul li:first-child section{
		max-width:100%;
		width:100%;
	}
	#cont5 > section#cont5_1 ul li:first-child section h4{
		padding-top:0;
	}
	
	#cont5 > section#cont5_1 ul li:nth-child(2) figure{
		max-width:200px;
		width:20%;
		margin:auto;
	}
	#cont5 > section#cont5_1 ul li:nth-child(2) section{
		max-width:100%;
		width:100%;
		margin:3% 0;
	}
	#cont5 > section#cont5_1 ul li:nth-child(2) section h4 br{
		display:block;
	}
	#cont5 > section#cont5_1 ul li:nth-child(2) section p br{
		display:none;
	}
	#cont5 > section#cont5_1 ul li:nth-child(2) > img{
		max-width:500px;
		width:50%;
	}

	#cont5 > section#cont5_1 ul li:nth-child(3) figure{
		max-width:380px;
		width:80%;
		margin:0 auto 0.5em;
		padding-left:10%;
	}
	#cont5 > section#cont5_1 ul li:nth-child(3) section{
		max-width:100%;
		width:100%;
	}

	#cont5 > section#cont5_1 ul li:nth-child(4) figure{
		max-width:200px;
		width:20%;
		margin:auto;
	}
	#cont5 > section#cont5_1 ul li:nth-child(4) section{
		max-width:100%;
		width:100%;
		margin:3% 0;
	}
	#cont5 > section#cont5_1 ul li:nth-child(4) > img{
		max-width:250px;
		width:25%;
	}

	#cont5 > section#cont5_1 ul li:last-child{
		border-bottom:none;
	}
	#cont5 > section#cont5_1 ul li:last-child figure{
		max-width:380px;
		width:80%;
		margin:0 auto 0.5em;
		padding-left:10%;
	}
	#cont5 > section#cont5_1 ul li:last-child section{
		max-width:100%;
		width:100%;
	}

	#cont5 > section#cont5_2{
	}
	#cont5 > section#cont5_2 div{
		max-width:920px;
		width:92%;
		margin:-2% auto 0;
		padding:3% 0 0;
	}
	#cont5 > section#cont5_2 div figure{
		max-width:180px;
		width:18%;
	}
	#cont5 > section#cont5_2 div section{
		max-width:800px;
		width:80%;
	}
	#cont5 > section#cont5_2 div section h4{
		font-size:4vw;
	}
	#cont5 > section#cont5_2 div section p{
		font-size:3.4vw;
	}

	#cont5 > section#cont5_3 div{
		max-width:920px;
		width:92%;
		margin: 3% auto 0;
		padding:3% 0 0;
	}
	#cont5 > section#cont5_3 div:before{
		content:'';
		display:block;
		max-width:75%;
		width:75%;
		height:1px;
		background-color:#808080;
		position:absolute;
		left:0;
		top:0;
	}
	#cont5 > section#cont5_3 div figure{
		max-width:180px;
		width:18%;
		margin-right:3%;
	}
	#cont5 > section#cont5_3 div h4{
		font-size:4.5vw;
	}
	#cont5 > section#cont5_3 > img{
		max-width:100px;
		width:18%;
		position:absolute;
		right:5%;
		top:5%;
		transform:none;
	}
}


/* #cont6 */
#cont6{
	padding-bottom:50px;
}
#cont6 > ul li{
	max-width:1000px;
	width:90%;
	margin:auto;
	padding:80px 0;
	text-align:left;
	position:relative;
}
#cont6 > ul li:first-child{
	border-bottom:1px solid;
}
#cont6 > ul li h3{
	font-size:35px;
}
#cont6 > ul li h3 span.large{
	margin-right:0.3em;
	line-height:1;
	font-size:53px;
	font-weight:900;
}
#cont6 > ul li h3 span.month{
	line-height:1;
	font-size:60px;
}
#cont6 > ul li h3 span.red{
	color:#C71F1D;
}
#cont6 > ul li h3 + dl{
	margin-top:20px;
	font-size:28px;
	line-height:1.5;
}
#cont6 > ul li h3 + dl dt{
	width:5em;
	color:#fff;
	background-color:#7C5B2F;
	text-align:center;
	float:left
}
#cont6 > ul li h3 + dl dd{
	margin-bottom:0.3em;
	padding-left:5.5em;
}
#cont6 > ul li h3 + dl dd:last-of-type{
	margin-bottom:0;
}
#cont6 > ul li > img{
	width:350px;
	position:absolute;
	right:0;
	top:80px;
}
#cont6 > ul li .caution{
	margin-top:30px;
	font-size:18px;
	font-weight:normal;
	line-height:1.3;
	letter-spacing:-0.03em;
}
#cont6 > ul li .caution dd{
	padding-left:1em;
	text-indent:-1em;
}
#cont6 > ul li > div{
	width:100%;
	margin-top:50px;
	text-align:center;
}
#cont6 > ul li > div a{
	display:inline-block;
	max-width:920px;
	width:90%;
}
#cont6 > ul li > div p{
	font-size:30px;
	color:#FF0B5E;
}

@media screen and (max-width:1100px){
	#cont6 h2 span{
		padding-top:0.5em;
		padding-bottom:0.5em;
		line-height:1.5;
	}
	#cont6 h2 br.only_smart{
		display:block !important;
	}
	#cont6 > ul li{
		width:80%;
		padding:5% 0;
		position:static;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#cont6 > ul li h3{
		margin-bottom:3%;
		font-size:35px;
		width:100%;
	}
	#cont6 > ul li h3 + dl{
		margin-top:0;
		font-size:24px;
	}
	#cont6 > ul li h3 + dl dt{
		float:none
	}
	#cont6 > ul li h3 + dl dd{
		padding-left:0;
	}
	#cont6 > ul li > img{
		max-width:350px;
		width:38%;
		position:static;
		right:auto;
		top:auto;
	}
}

@media screen and (max-width:768px){
	#cont6{
		padding-bottom:5%;
	}
	#cont6 > ul li h3{
		font-size:4vw;
	}
	#cont6 > ul li h3 span.large{
		font-size:5.5vw;
	}
	#cont6 > ul li h3 span.month{
		font-size:6.5vw;
	}
	#cont6 > ul li h3 + dl{
		font-size:3.8vw;
	}
	#cont6 > ul li h3 + dl dt{
		margin-bottom:0.2em;
	}
	#cont6 > ul li h3 + dl dd{
		line-height:1.3;
	}
	#cont6 > ul li > img{
		width:50%;
		position:static;
		right:auto;
		top:auto;
	}
	#cont6 > ul li .caution{
		margin-top:5%;
		font-size:3.2vw;
	}
	#cont6 > ul li > div{
		margin-top:5%;
	}
	#cont6 > ul li > div a{
		width:100%;
	}
	#cont6 > ul li > div p{
		font-size:3.8vw;
	}
}


/* #cont7 */
#cont7{
	padding:120px 0 150px;
	background:url(../images/cont2_bg.png);
	background-size:250px  auto;
}
#cont7 h2{
	max-width:895px;
	width:80%;
	margin:auto;
}
#cont7 h2 + p{
	max-width:1000px;
	width:90%;
	margin:50px auto 0;
	font-size:20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
}
#cont7 div{
	margin-top:120px;
	background:url(../images/cont7_1.png)no-repeat center center;
	background-size:1600px auto;
}
#cont7 div:nth-of-type(2){
	background:url(../images/cont7_2.png)no-repeat center center;
	background-size:1600px auto;
}
#cont7 div:last-of-type{
	background:url(../images/cont7_3.png)no-repeat center center;
	background-size:1600px auto;
}
#cont7 div p{
	font-size:20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont7 div p{
	max-width:1000px;
	width:90%;
	margin:0 auto 1.9em;
	padding-left:500px;
}
#cont7 div:nth-of-type(even) p{
	padding:0 500px 0 0;
}
#cont7 div p:last-of-type{
	margin-bottom:0;
}
#cont7 div p.right{
	text-align:right;
}
#cont7 div p span{
	font-weight:900;
	background-color:#ff0;
}
@media screen and (max-width:1100px){
	#cont7{
		padding:12% 0 15%;
	}
	#cont7 div,
	#cont7 div:nth-of-type(2),
	#cont7 div:last-of-type{
		margin-top:1.9em;
		padding:0 5%;
		background-image:none;
		overflow:hidden;
	}
	#cont7 div p,
	#cont7 div:nth-of-type(2) p,
	#cont7 div:last-of-type p{
		width:100%;
		padding:0;
	}
	#cont7 div img,
	#cont7 div:last-of-type img{
		width:50%;
		float:left;
		margin-right:1em;
		display:block !important;
	}
	#cont7 div:nth-of-type(2) img{
		width:50%;
		float:right;
		margin-left:1em;
		display:block !important;
	}
}
@media screen and (max-width:768px){
	#cont7{
		background:url(../images/cont2_bg.png);
		background-size:125px auto;
	}
	#cont7 h2 + p{
		margin:5% auto 0;
		font-size:3.4vw;
	}
	#cont7 div p{
		font-size:3.4vw;
	}
}


/* #cont8 */
#cont8{
	padding:60px 0 90px;
	background:url(../images/cont8_bg.jpg)no-repeat center top;
	background-attachment: fixed;
	background-size:cover;
}
#cont8 h2{
	font-size:36px;
	color:#fff;
	font-weight:900;
}
#cont8 h2 span{
	line-height:158px;
	display:inline-block;
	padding:0 180px;
	background:
		url(../images/cont8_h2_left.svg)no-repeat left center,
		url(../images/cont8_h2_right.svg)no-repeat right center;
	background-size:106px auto;
}
#cont8 > section{
	max-width:1000px;
	width:90%;
	margin:auto;
	padding:30px 0 80px;
}
#cont8 > section > div{
	margin-bottom:40px;
	padding-left:356px;
	color:#fff;
	text-align: justify;
	text-justify: inter-ideograph;
	position:relative;
}
#cont8 > section > div figure{
	max-width:361px;
	position:absolute;
	top:-20px;
	left:-20px;
}
#cont8 > section > div p{
	margin-top:1.5em;
	font-size:20px;
	line-height:1.5;
}

#cont8 > section > section{
	margin:30px auto 0;
	padding:30px 30px 30px 360px;
	background-color:#fff;
	text-align: justify;
	text-justify: inter-ideograph;
	position:relative;
}
#cont8 > section > section h4{
	line-height:1.3;
	font-size:32px;
}
#cont8 > section > section figure{
	width:292px;
	position:absolute;
	top:30px;
	left:30px;
}
#cont8 > section > section p{
	height:7.6em;
	margin:0.5em 0;
	font-size:22px;
	font-weight:bold;
}
#cont8 > section > section > a{
	display:block;
	line-height:3.2;
	font-size:32px;
	font-weight:bold;
	color:#000;
	text-align:center;
	background:linear-gradient(#f5da9a, #f0c354);
	border:2px solid #fff;
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
}

@media screen and (max-width:1100px){
	#cont8 > section > div{
		padding-left:35%;
	}
	#cont8 > section > div figure{
		max-width:361px;
		width:35%;
		position:absolute;
		top:-2%;
		left:-2%;
	}
	#cont8 > section > section{
		padding:3% 3% 3% 36%;
	}
	#cont8 > section > section h4{
		font-size:2.8vw;
	}
	#cont8 > section > section div figure{
		width:30%;
		top:6%;
		left:3%;
	}
	#cont8 > section > section div p{
		font-size:2.2vw;
	}
	#cont8 > section > section > a{
		font-size:2.8vw;
	}
}

@media screen and (max-width:768px){
	#cont8{
		padding:6% 0 9%;
		background:url(../images/cont8_bg_s.jpg)no-repeat center top;
		background-attachment:scroll;
		background-size:cover;
	}
	#cont8 h2{
		font-size:4.5vw;
	}
	#cont8 h2 span{
		line-height:3;
		display:inline-block;
		padding:0 12%;
		background:
			url(../images/cont8_h2_left.svg)no-repeat left center,
			url(../images/cont8_h2_right.svg)no-repeat right center;
		background-size:14% auto;
	}
	#cont8 > section{
		padding:3% 0 9%;
	}
	#cont8 > section > div{
		margin-bottom:5%;
		padding-left:0;
		position:static;
		overflow:hidden;
	}
	#cont8 > section > div figure{
		max-width:50%;
		width:50%;
		position:static;
		top:auto;
		left:auto;
		float:left;
		margin:3% 0 0 -3%;
	}
	#cont8 > section > div p{
		font-size:3.4vw;
	}
	
	#cont8 > section > section{
		margin:5% auto 0;
		padding:3%;
	}
	#cont8 > section > section h4{
		font-size:3.8vw;
	}
	#cont8 > section > section div{
		margin:0.5em 0;
		overflow:hidden;
	}
	#cont8 > section > section div figure{
		width:35%;
		max-width:292px;
		position:static;
		top:auto;
		left:auto;
		float:left;
		margin-right:3%;
	}
	#cont8 > section > section div p{
		margin:0;
		height:auto;
		font-size:3vw;
	}
	#cont8 > section > section > a{
		font-size:3.6vw;
	}
}


/* footer */
footer{
}
footer p{
	line-height:80px;
	font-size:26px;
	font-weight:bold;
	background-color:#ebebeb;
}
footer ul{
	padding:20px 0 50px;
	letter-spacing:-0.4em;
}
footer ul li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	letter-spacing:normal;
	line-height:1;
}
footer ul li:first-child{
	border-right:1px solid;
}
footer ul li a{
	color:#3a3a3a;
	font-size:20px;
}

@media screen and (max-width:768px){
	footer p{
		line-height:2;
		font-size:5vw;
		font-weight:bold;
		background-color:#ebebeb;
	}
	footer ul{
		padding:10px 0 20%;
		letter-spacing:-0.4em;
	}
	footer ul li{
		display:block;
		padding:0;
		letter-spacing:normal;
		line-height:1.5;
	}
	footer ul li:first-child{
		border-right:none;
	}
	footer ul li a{
		color:#3a3a3a;
		font-size:16px;
	}
}


/* topbtn */
#topbtn{
	width:50px;
	line-height:50px;
	font-size:21px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:99;
	right:20px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
@media screen and (max-width:768px){
	#topbtn{
		width:40px;
		line-height:40px;
		font-size:16px;
		right:10px;
	}
}


/* #bottom_banner */
#bottom_banner{
	width:300px;
	position:fixed;
	z-index:100;
	right:0;
	bottom:0;
}
#bottom_banner:hover{
	opacity:0.9;
}
@media screen and (max-width:768px){
	#bottom_banner{
		width:100%;
	}
}

/* fadein */
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_l {
	opacity : 0;
	-webkit-transform : translate(-100px, 0);
	transform : translate(-100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_r {
	opacity : 0;
	-webkit-transform : translate(100px, 0);
	transform : translate(100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}

.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}

