@charset "UTF-8";

body{
	font-size: 14px;
	color: #333;
	line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #d1d1d1;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{margin: 0px;padding: 0px;font-size: 14px;}
li{list-style-type: none;}
table{border-collapse: collapse;}
a{cursor: pointer;color: #333;text-decoration: none;}
a{transition: opacity .4s cubic-bezier(.210, .60, .350, 1);}
a:hover{opacity: 0.7;}
img{vertical-align: top;border: 0;max-width: 100%;height: auto;}
a img{vertical-align: bottom;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;transition: opacity .2s cubic-bezier(.210, .60, .350, 1);}
.spOnly{display: none;}
#wrap{
	overflow: hidden;
	position: relative;
	background: #fff;

}
@media only screen and (max-width:767px) {
.pcOnly{display: none;}
.spOnly{display: block;}

}


/* header
-----------------------------------------------*/
header{
	
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	padding: 0 40px;
	box-sizing: border-box;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,.15);
}
header .inner{
	overflow: hidden;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 76px;
	padding-top: 15px;
	box-sizing: border-box;
}
header #hLogo{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
header #gNavi{
	float: right;
	font-size: 0;
}
header #gNavi li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
header #gNavi li a{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-decoration: underline;
}
header #gNavi li.navi1 a{color: #008b51;}
header #gNavi li.navi2 a{color: #f15a24;}
header #gNavi li.navi3 a{color: #001c8a;}
header #gNavi li.navi4 a{color: #333;}
header #gNavi li.navi5 a{color: #333;}
header #gNavi li.navi6 a{
	color: #fff;
	background:#e33238;
	text-decoration: none;
	padding:10px;
	transition: 0.2s;
	border-radius:4px;
}

header #gNavi li.navi6 a:hover{
	color: #e33238;
	background:#fff;
	box-shadow: 0px 0px 0px 2px #e33238 inset;
	transition: 0.2s;
	opacity: 1;
}


header #gNavi li a br{display: none;}
#menuBtn{
	display: none;
}
@media only screen and (max-width:1140px) {
header #gNavi li{
	margin-left: 8px;
}
header #gNavi li a{
	font-size: 13px;
}
}
@media only screen and (max-width:1030px) {
header .inner{
	padding-top: 18px;
}
header #hLogo{
	width: 200px;
}
header #gNavi li a br{display: block;}
}
@media only screen and (min-width:768px) {
header #gNavi{
	display: block !important;
	height: auto !important;
	padding: 0 !important;
}
}
@media only screen and (max-width:767px) {
header{
	padding: 0;
}
header .inner{
	overflow: visible;
	height: 60px;
}
header #hLogo{
	left: 20px;
}
header #gNavi{
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 60px;
	width: 100%;
	background: #fff;
}
header #gNavi li{
	display: block;
	border-bottom: 1px solid #eee;
	margin: 0;
}
header #gNavi li:last-child{
	border-bottom: none;
}
header #gNavi li a{
	position: relative;
	text-align: left;
	font-size: 13px;
	padding: 18px 20px;
	background: #00498a;
	color: #fff !important;
	text-decoration: none;
}

header #gNavi li.navi6 a{
	padding:18px 20px;
	border-radius:0;

}

header #gNavi li.navi6 a:hover{
	color: #fff;
	background:#e33238;
	box-shadow: none;
	border-radius:0;
}


header #gNavi li a br{display: none;}
header #gNavi li a.anchor::before{
	content: "";
	position: absolute;
	top: 50%;
	right:  29px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}
#menuBtn{
	display: block;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 30px;
	transform: translate(0%,-50%);
	cursor: pointer;
}
#menuBtn::before,
#menuBtn::after,
#menuBtn span{
	display: block;
	width: 100%;
	height: 2px;
	background: #00498a;
	position: absolute;
	left: 50%;
}
#menuBtn::before,
#menuBtn::after{
	content: "";
	transform: translate(-50%,0%);
}
#menuBtn span{
	top: 50%;
	transform: translate(-50%,-50%);
	transition: opacity .2s;
}
#menuBtn::before{top: 3px;transition: top .2s, transform .2s;}
#menuBtn::after{bottom: 3px;transition: bottom .2s, transform .2s;}
#menuBtn.active::before{top: 50%;transform: translate(-50%,-50%) rotate(45deg);}
#menuBtn.active::after{bottom: 50%;transform: translate(-50%,50%) rotate(-45deg);}
#menuBtn.active span{
	opacity: 0;
}
}


/* #main
-----------------------------------------------*/
#lead{
	background: #004f7a;
	text-align: center;
	font-size: 20px;
	padding: 30px 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}
#lead span{
	font-size: 16px;
	font-weight: normal;
}
#main{
	background: #bbcbe4;
	padding: 80px 40px;
}
#main .inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
#main .ttl{
	color: #004f7a;
	display: inline-block;
	margin-top: -20px;
}
#main .ttl h1{
	border: 10px solid #004f7a;
	color: #004f7a;
	padding: 35px;
	font-size: 82px;
	margin-top: 5px;
	line-height: 1.1;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
}
#main.fade .ttl h1{
	transform: translateY(0);
	opacity: 1;
}
#main .ttl h1 span{
	font-size: 40px;
	font-weight: normal;
}
#main .ttl h2{
	position: relative;
	font-size: 21px;
	font-feature-settings: "palt";
	opacity: 0;
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .8s;
}
#main.fade .ttl h2{
	opacity: 1;
}
#main .ttl h2::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #004f7a;
	width: 0;
	transition: width 1.0s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .8s;
}
#main.fade .ttl h2::after{
	width: 100%;
}
#main .ttl h2 strong{
	font-size: 60px;
	color: #0071bc;
}
#main .ttl .img{
	width: 350px;
	margin: 30px auto 0;
}
#main .pop{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	text-align: left;
}
#main .pop .box{
	position: relative;
	margin-top: 80px;
	padding-left: 240px;
}
#main .pop .box:first-child{
	margin-top: 0;
}
#main .pop .box .img{
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 200px;
}
#main .pop .box .txt{
	position: relative;
	background: #0071bc;
	padding: 40px 0 40px 25px;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
}
#main.fade .pop .box .txt{
	opacity: 1;
	transform: translateY(0);
}
#main .pop .box:nth-child(1) .txt{transition-delay: 1.6s;}
#main .pop .box:nth-child(2) .txt{transition-delay: 2.0s;}
#main .pop .box:nth-child(3) .txt{transition-delay: 2.4s;}
#main .pop .box .txt::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%,50%) rotate(45deg);
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 14px solid transparent;
	border-left: 14px solid #0071bc;
}
#main .pop .box .txt p{
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-left: 1em;
	text-indent: -1em;
}
#main .pop .box .txt p strong{
	color: #fff;
	font-size: 18px;
}
@media only screen and (max-width:1280px) {
#main .ttl{
	margin-top: -20px;
}
#main .ttl h1{
	font-size: 64px;
}
#main .ttl h1 span{
	font-size: 32px;
}
#main .ttl h2{
	font-size: 17px;
}
#main .ttl h2 strong{
	font-size: 40px;
}
#main .ttl .img{
	width: 300px;
	margin: 40px auto 0;
}
#main .pop .box{
	margin-top: 60px;
	padding-left: 160px;
}
#main .pop .box .img{
	bottom: -40px;
	width: 140px;
}
#main .pop .box .txt{
	padding: 30px 0 30px 20px;
}
#main .pop .box .txt p{
	font-size: 14px;
}
#main .pop .box .txt p strong{
	font-size: 16px;
}
}
@media only screen and (max-width:1024px) {
#lead{
	font-size: 18px;
}
#lead span{
	font-size: 14px;
}
#main{
	text-align: center;
	padding: 40px 40px 80px;
}
#main .ttl{
	text-align: center;
	margin-top: 0;
}
#main .ttl .txt,
#main .ttl .img{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	text-align: left;
}
#main .pop{
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
}
#main .pop .box .txt p br{
	display: none;
}
#main .pop .box{
	margin-top: 30px;
	padding-left: 140px;
}
#main .pop .box .img{
	bottom: -30px;
	width: 110px;
}
#main .pop .box .txt{
	padding: 20px 20px 20px 20px;
}
}
@media only screen and (max-width:767px) {
#lead{
	font-size: 13px;
	padding: 15px 20px;
}
#lead span{
	font-size: 12px;
}
#main{
	padding: 20px 20px 80px;
}
#main .ttl .txt,
#main .ttl .img{
	margin: 0;
	text-align: center;
}
#main .ttl h1{
	font-size: 42px;
	text-align: left;
	padding: 25px;
	border-width: 8px;
}
#main .ttl h1 span{
	font-size: 20px;
}
#main .ttl h2{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	line-height: 1;
}
#main .ttl h2 strong{
	font-size: 26px;
}
#main .ttl .img{
	width: 200px;
	margin: 20px auto 0;
}
#main .pop{
	margin: 30px auto 0;
}
#main .pop .box{
	margin-top: 20px;
	padding-left: 90px;
}
#main .pop .box .img{
	bottom: -10px;
	width: 80px;
}
#main .pop .box .txt{
	padding: 10px 20px;
}
#main .pop .box .txt::before{
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #0071bc;
}
#main .pop .box .txt p{
	font-size: 12px;
	line-height: 1.5;
}
#main .pop .box .txt p strong{
	font-size: 13px;
}
}

/* intro
-----------------------------------------------*/
#intro{
	background: #bbcbe4;
	padding-bottom: 450px;
	background-image: url("bgi_intro_01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#intro .inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
#intro .box{
	font-size: 0;
}
#intro .box .txt,
#intro .box .img{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
#intro .box .txt{
	padding-right: 40px;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
}
#intro .box.fade .txt{
	opacity: 1;
	transform: translateY(0);
}
#intro .box .txt h2{
	font-size: 36px;
	line-height: 1.5;
}
#intro .box .txt p{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
}
#intro .box .img{
	position: relative;
	z-index: 1;
	padding: 40px 0 40px 40px;
}
#intro .box .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 0;
	background: #fff;
	transition: width .8s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .6s;
}
#intro .box.fade .img::before{
	width: 50vw;
}
#intro .box .img > *{
	opacity: 0;
	transition: opacity .8s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .8s;
}
#intro .box.fade .img  > *{
	opacity: 1;
}
#intro .box .img h3{
	font-size: 20px;
	text-align: center;
}
#intro .box .img h3 span{
	display: block;
	font-size: 16px;
}
#intro .box .img img{
	margin-top: 40px;
}
#intro .box .img p{
	font-size: 14px;
	margin-top: 40px;
	line-height: 1.5;
}
@media only screen and (max-width:1024px) {
#intro{
	padding-bottom: 300px;
	background-size: 1024px;
}
#intro .box .txt,
#intro .box .img{
	display: block;
	width: 100%;
}
#intro .box .img{
	padding: 40px;
	margin-top: 40px;
}
 #intro .box.fade .img::before{
	width: 100%;
}
#intro .box .img img{
	display: block;
	max-width: 560px;
	width: 100%;
	margin: 40px auto 0 auto;
}
}
@media only screen and (max-width:767px) {
#intro{
	padding-bottom: 220px;
	background-size: 767px;
}
#intro .inner{
	padding: 0 20px;
}
#intro .box .txt{
	padding-right: 0;
}
#intro .box .txt h2{
	font-size: 24px;
}
#intro .box .txt p{
	font-size: 14px;
	margin-top: 20px;
}
#intro .box .img{
	padding: 30px 20px;
	margin-top: 20px;
}
#intro .box .img h3{
	font-size: 18px;
}
#intro .box .img h3 span{
	font-size: 14px;
}
#intro .box .img img{
	margin-top: 20px;
}
#intro .box .img p{
	font-size: 12px;
	margin-top: 20px;
}
}


/* navi
-----------------------------------------------*/
#navi{
	margin-top: 100px;
	margin-bottom: 100px;
}
#navi .inner{
	max-width: 1200px;
	margin: 0 auto;
}
#navi h2{
	font-size: 48px;
	text-align: center;
	margin-bottom: 60px;
	padding: 0 40px;
}
#navi h2 br{display: none;}
#navi .navi{
	display: table;
	width: 100%;
}
#navi .navi .col{
	position: relative;
	display: table-cell;
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	background: #f4f4f4;
	padding: 40px 0 100px 0;
	border: 2px solid #fff;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
}
#navi .navi .col.navi2{transition-delay: .3s;}
#navi .navi .col.navi3{transition-delay: .6s;}
#navi .navi.fade .col{
	opacity: 1;
	transform: translateY(0);
}
#navi .navi .col h3{
	font-size: 20px;
}
#navi .navi .navi1 h3{color: #008b51;}
#navi .navi .navi2 h3{color: #f15a24;}
#navi .navi .navi3 h3{color: #004f7a;}
#navi .navi .col ul{
	font-size: 0;
	margin-top: 30px;
}
#navi .navi .col ul li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
#navi .navi .col span{
	display: inline-block;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	font-size: 24px;
	padding-top: 10px;
}
#navi .navi .navi1 span{background: #008b51;}
#navi .navi .navi2 span{background: #f15a24;}
#navi .navi .navi3 span{background: #004f7a;}
#navi .navi .col img{
	display: block;
	max-width: 150px;
	margin: 10px auto 0;
}
#navi .navi .col p{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	font-feature-settings: "palt";
}
#navi .navi .col p strong{
	font-size: 16px;
	line-height: 1.2;
}
#navi .navi .col .btn{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
#navi .navi .col .btn a{
	display: inline-block;
	max-width: 220px;
	width: 100%;
	padding: 12px 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
}
#navi .navi .navi1 .btn a{background: #008b51}
#navi .navi .navi2 .btn a{background: #f15a24}
#navi .navi .navi3 .btn a{background: #004f7a}
@media only screen and (max-width:1024px) {
#navi h2 br{display: block;}
#navi .navi .col h3{
	font-size: 18px;
}
#navi .navi .col ul li{
	width: 100%;
	margin-top: 20px;
}
#navi .navi .col ul li:first-child{
	margin-top: 0;
}
#navi .navi .col img{
	max-width: 120px;
}
#navi .navi .col p{
	font-size: 13px;
}
#navi .navi .col p strong{
	font-size: 14px;
}
#navi .navi .col .btn a{
	max-width: 180px;
	font-size: 16px;
}
}
@media only screen and (max-width:767px) {
#navi{
	margin-top: 60px;
	margin-bottom: 60px;
}
#navi h2{
	font-size: 24px;
	margin-bottom: 20px;
	padding: 0 20px;
}
#navi .navi{
	display: block;
}
#navi .navi .col{
	display: block;
	width: 100%;
	padding: 25px 0 75px 0;
	border: none;
	border-top: 2px solid #fff;
}
#navi .navi .col span{
	width: 35px;
	height: 35px;
	font-size: 20px;
	padding-top: 6px;
}
#navi .navi .col ul{
	max-width: 300px;
	margin: 10px auto 0;
}
#navi .navi .col ul li{
	width: 50%;
	margin-top: 0;
}
#navi .navi .col img{
	margin: 5px auto 0;
}
#navi .navi .col p{
	margin-top: 10px;
}
#navi .navi .col .btn{
	bottom: 20px;
}
}


/* section
-----------------------------------------------*/
section .inner{
	max-width: 1200px;
	margin: 0 auto;
}
section .ttl::before{
	content: "";
	display: block;
	width: 260px;
	margin: 100px auto;
	height: 10px;
	background-color: #4d4d4d;
	background-image: url("item_ttl.svg");
	background-size: cover;
}
section .ttl h2{
	text-align: center;
	font-size: 60px;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
}
section.fade .ttl h2{
	opacity: 1;
	transform: translateY(0);
}
section .ttl h2 br{
	display: none;
}
section .btn{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
}
section .btn.fade{
	opacity: 1;
	transform: translateY(0);
}
section .btn a{
	display: block;
	max-width: 450px;
	width: 100%;
	padding: 25px 0;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	background: #4d4d4d;
	text-align: center;
	margin: 80px auto 0 auto;
}
@media only screen and (max-width:1024px) {
section .ttl h2{
	font-size: 50px;
}
section .ttl h2 br{
	display: block;
}
}
@media only screen and (max-width:767px) {
section .ttl h2{
	font-size: 26px;
}
section .ttl::before{
	width: 130px;
	margin: 60px auto;
	height: 5px;
}
section .btn a{
	max-width: 320px;
	padding: 20px 0;
	font-size: 18px;
	border-radius: 6px;
	margin: 40px auto 0 auto;
}
}


/* detail
-----------------------------------------------*/
.detail{
	position: relative;
	display: table;
	margin-top: 100px;
}
.detail .bg{
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 40%;
	box-sizing: border-box;
	padding: 60px 40px;
}
.detail .bg::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	transition: width 1.0s cubic-bezier(.210, .60, .350, 1);
}
.fade .detail .bg::before{
	width: 50vw;
}
.detail .bg .img{
	position: absolute;
	top: -70px;
	left: -40px;
}
.detail .bg .img img{
	width: 100%;
}
.detail .bg ul li{
	margin-top: 2px;
	padding: 30px;
	background: #fff;
}
.detail .bg ul li span{
	display: inline-block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	font-size: 30px;
	padding-top: 13px;
	background: #fff;
}
.detail .bg ul li img{
	display: block;
	max-width: 180px;
	width: 100%;
	margin: 10px auto 0;
}
.detail .bg ul li h3{
	font-size: 18px;
	margin-top: 10px;
}
.detail .bg ul li h3 strong{
	font-size: 26px;
}
.detail .bg ul li p{
	font-size: 15px;
	line-height: 2;
	margin-top: 10px;
	font-feature-settings: "palt";
	text-align: left;
}
.detail .bg ul li a{
	display: block;
	max-width: 220px;
	width: 100%;
	padding: 12px 0;
	font-size: 18px;
	color: #333;
	background: #fff;
	font-weight: bold;
	border-radius: 6px;
	margin: 20px auto 0;
}
.detail .txt{
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width: 60%;
	padding: 120px 40px 60px 60px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .8s;
}
.fade .detail .txt{
	transform: translateY(0);
	opacity: 1;
}
.detail .txt h3{
	font-size: 30px;
}
.detail .txt h4{
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}
.detail .txt .img{
	margin-top: 20px;
	max-width: 620px;
}
.detail .txt p{
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
}
.detail .txt .note{
	font-size: 13px;
	line-height: 1.5;
	margin-top: 30px;
}
.detail .txt hr{
	border: none;
	height: 1px;
	width: 100%;
	background: #e4e4e4;
	margin-top: 30px;
}
@media only screen and (max-width:1024px) {
.detail .bg .img{
	position: absolute;
	top: -70px;
	left: -20px;
	width: 600px;
}
.detail .bg ul li{
	padding: 30px 20px;
}
.detail .bg ul li h3{
	font-size: 16px;
}
.detail .bg ul li h3 strong{
	font-size: 22px;
}
.detail .bg ul li img{
	max-width: 150px;
}
.detail .bg ul li p{
	font-size: 13px;
}
.detail .txt h3{
	font-size: 26px;
}
.detail .txt p{
	font-size: 15px;
}
}
@media only screen and (max-width:767px) {
.detail{
	display: block;
	margin-top: 80px;
}
.detail .bg{
	display: block;
	width: 100%;
	padding: 0 20px 20px !important;
}
.detail .bg::before{
	width: 100% !important;
}
.detail .bg .img{
	position: relative;
	top: -50px;
	left: 0;
	margin: 0 auto;
}
.detail .bg ul{
	margin-top: -20px;
}
.detail .bg ul li{
	padding-top: 20px;
}
.detail .bg ul li span{
	width: 50px;
	height: 50px;
	font-size: 26px;
	padding-top: 11px;
}
.detail .bg ul li h3{
	font-size: 14px;
}
.detail .bg ul li h3 strong{
	font-size: 20px;
}
.detail .bg ul li img{
	max-width: 150px;
}
.detail .bg ul li p{
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.8;
}
.detail .bg ul li a{
	max-width: 180px;
	font-size: 16px;
}
.detail .txt{
	display: block;
	width: 100%;
	padding: 40px 20px 0;
	transform: translateY(0);
	opacity: 1;
}
.detail .txt h3{
	font-size: 22px;
}
.detail .txt h4{
	font-size: 18px;
	margin-top: 25px;
}
.detail .txt p{
	font-size: 14px;
	line-height: 1.8;
}
.detail .txt .note{
	font-size: 12px;
	margin-top: 20px;
}
.detail .txt hr{
	margin-top: 25px;
}
}


/* innerC
-----------------------------------------------*/
#innerC .ttl::before{background-color: #008b51;}
#innerC .ttl h2{color: #008b51;}
#innerC .detail .bg{padding-top: 340px;}
#innerC .detail .bg::before{background: #008b51;}
#innerC .detail .bg ul{margin-top: -60px;}
#innerC .detail .bg .img{
	width: 720px;
}
#innerC .detail .bg ul li span{background: #008b51;}
#innerC .btn a{background-color: #008b51;}
@media only screen and (max-width:1024px) {
#innerC .detail .bg .img{
	width: 600px;
}
}
@media only screen and (max-width:767px) {
#innerC .detail .bg .img{
	width: auto;
}
}


/* insideS
-----------------------------------------------*/
#insideS .ttl::before{background-color: #f15a24;}
#insideS .ttl h2{color: #f15a24;}
#insideS .detail .bg{padding-top: 380px;}
#insideS .detail .bg::before{background: #f15a24;}
#insideS .detail .bg .img{
	width: 620px;
}
#insideS .detail .bg ul li span{background: #f15a24;}
#insideS .btn a{background-color: #f15a24;}
@media only screen and (max-width:1024px) {
#insideS .detail .bg{padding-top: 300px;}
#insideS .detail .bg .img{
	width: 520px;
}
}
@media only screen and (max-width:767px) {
#insideS .detail .bg .img{
	width: auto;
	max-width: 300px;
}
}


/* sdgs
-----------------------------------------------*/
#sdgs .ttl::before{background-color: #004f7a;}
#sdgs .ttl h2{color: #004f7a;}
#sdgs .detail .bg{padding-top: 350px;}
#sdgs .detail .bg::before{background: #004f7a;}
#sdgs .detail .bg .img{
	width: 500px;
}
#sdgs .detail .bg ul li span{background: #004f7a;}
#sdgs .btn a{background-color: #004f7a;}
#sdgs .detail .bg ul li a{background: #004f7a;color:#fff;}
@media only screen and (max-width:1024px) {
#sdgs .detail .bg{padding-top: 360px;}
#sdgs .detail .bg .img{
	width: 380px;
}
}
@media only screen and (max-width:767px) {
#sdgs .detail .bg .img{
	width: auto;
	max-width: 250px;
}
}


/* results
-----------------------------------------------*/
#results .inner{
	padding: 0 40px;
}
#results .inner > p{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-top: 60px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .6s;
}
#results.fade .inner > p{
	opacity: 1;
	transform: translateY(0);
}
#results ul{
	display: table;
	margin-top: 60px;
}
#results ul li{
	display: table-cell;
	vertical-align: top;
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 30px;
	border-right: 1px solid #333;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
}
#results.fade ul li{
	opacity: 1;
	transform: translateY(0);
}
#results ul li:nth-child(1){
	border-left: 1px solid #333;
}
#results.fade ul li:nth-child(1){transition-delay: 1.2s;}
#results.fade ul li:nth-child(2){transition-delay: 1.5s;}
#results.fade ul li:nth-child(3){transition-delay: 1.8s;}
#results ul li span{
	font-size: 24px;
	font-weight: bold;
}
#results ul li h3{
	font-size: 16px;
	margin-top: 40px;
}
#results ul li h3 strong{
	display: block;
	font-size: 26px;
	margin-top: 5px;
}
#results ul li .img{
	max-width: 330px;
	margin: 20px auto 0;
}
#results ul li p{
	font-size: 15px;
	line-height: 2;
	text-align: left;
	margin-top: 20px;
}
@media only screen and (max-width:1024px) {
#results ul li span{
	font-size: 20px;
}
#results ul li h3{
	font-size: 14px;
}
#results ul li h3 strong{
	font-size: 22px;
}
#results ul li p{
	font-size: 14px;
}
}
@media only screen and (max-width:767px) {
#results .inner{
	padding: 0 20px;
}
#results .inner > p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 30px;
	text-align: left;
}
#results ul{
	display: block;
	margin-top: 40px;
	border-left: none;
	border-bottom: 1px solid #333;
}
#results ul li{
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #333;
	border-right: none;
	border-left: none !important;
	padding: 30px 0;
}
#results ul li h3{
	margin-top: 20px;
}
#results ul li p{
	line-height: 1.8;
	margin-top: 10px;
}
}


/* outline
-----------------------------------------------*/
#outline .inner{
	padding: 0 40px;
	max-width: 900px;
}
#outline .inner > p{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-top: 60px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .6s;
}
#outline.fade .inner > p{
	opacity: 1;
	transform: translateY(0);
}
#outline table{
	border-bottom: 1px solid #4d4d4d;
	margin-top: 40px;
	width: 100%;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1),transform 1.0s cubic-bezier(.210, .60, .350, 1);
	transition-delay: 1.2s;
}
#outline.fade table{
	opacity: 1;
	transform: translateY(0);
}
#outline table td{
	border-top: 1px solid #4d4d4d;
	padding: 30px 10px;
}
#outline table td .subTtl{
	position: relative;
	padding-left: 60px;
}
#outline table td .subTtl span{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	font-size: 24px;
	padding-top: 10px;
}
#outline table .table1 td .subTtl span{background: #008b51;}
#outline table .table2 td .subTtl span{background: #f15a24;}
#outline table .table3 td .subTtl span{background: #004f7a;}
#outline table td .subTtl h3{
	font-size: 18px;
}
#outline table td .subTtl h3 strong{
	display: block;
	font-size: 26px;
}
#outline table .table1 td .subTtl h3{color: #008b51;}
#outline table .table2 td .subTtl h3{color: #f15a24;}
#outline table .table3 td .subTtl h3{color: #004f7a;}
#outline table td ul{
	padding-left: 60px;
	margin-top: 15px;
}
#outline table td ul li{
	margin: 10px 0 0 1em;
	text-indent: -1em;
}
#outline table td ul li:before{
	content: "・";
}
#outline table td ul li:first-child{
	margin-top: 0;
}
#outline table td:nth-child(2){
	font-size: 20px;
	font-weight: bold;
}
#outline table td:nth-child(2) strong{
	font-size: 40px;
}
#outline table td:nth-child(2) small{
	font-size: 13px;
}
#outline table td:nth-child(2) span{
	display: block;
	font-size: 14px;
}
#outline table td .icon{
	width: 150px;
	margin: 0 auto;
}
#outline .btn a{
	background-color: #e33238;
	border:solid 2px #fff;
	transition: 0.2s;
}

#outline .btn a:hover{
	background-color: #fff;
	opacity: 1;
	color:#e33238;
	border:solid 2px #e33238;
	transition: 0.2s;

}

@media all and (-ms-high-contrast:none){
	#outline .btn a{
			font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}


@media only screen and (max-width:1024px) {
#outline table td .icon{
	width: 120px;
}
}
@media only screen and (max-width:767px) {
#outline .inner{
	padding: 0 20px;
}
#outline .inner > p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 30px;
	text-align: left;
}
#outline table{
	display: block;
}
#outline table tr{
	border-top: 1px solid #4d4d4d;
}
#outline table td{
	display: block;
	border-top: none;
	padding: 0;
}
#outline table td:nth-child(1){
	padding-top: 20px;
}
#outline table td:nth-child(2){
	padding-top: 10px;
	text-align: center;
}
#outline table td:nth-child(3){
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}
#outline table td .subTtl{
	padding-left: 50px;
}
#outline table td .subTtl span{
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding-top: 8px;
}
#outline table td .subTtl h3{
	font-size: 14px;
}
#outline table td .subTtl h3 strong{
	font-size: 22px;
}
#outline table td ul{
	padding-left: 0;
}
#outline table td ul li{
	font-size: 13px;
}
}


/* other
-----------------------------------------------*/
#other .inner{
	padding: 0 40px;
	max-width: 1200px;
	margin: 100px auto 0;
}
#other p{
	text-align: center;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
}
#other .bnr{
	border: 4px solid #009a3a;
	margin-top: 40px;
}
@media only screen and (max-width:767px) {
#other .inner{
	padding: 0 20px;
	margin: 60px auto 0;
}
#other p{
	text-align: left;
	line-height: 1.8;
	font-size: 14px;
}
#other .bnr{
	border: 2px solid #009a3a;
	margin-top: 20px;
}
}


/* topBtn
-----------------------------------------------*/
#topBtn{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: #00498a;
	background-size: 100% auto;
	background-position: top;
	transition: background 0.2s;
}
#topBtn::before{
	content: "";
	position: absolute;
	top: 50%;
	left:  50%;
	width: 12px;
	height: 12px;
	margin: -4px 0 0 -8px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(-45deg);
}
#topBtn:hover{
	background-color: #4c7fad;
}
@media screen and (max-width: 750px) {
#topBtn {
	right: 0;
	width: 40px;
	height: 40px;
}
}


/* footer
-----------------------------------------------*/
footer{
	background: #d1d1d1;
	text-align: center;
	padding: 60px 0;
	margin-top: 100px;
}
footer a{
	display: block;
	max-width: 380px;
	margin: 0 auto;
}
footer a img{
	display: block;
	width: 100%;
}
footer p{
	font-size: 14px;
	margin-top: 5px;
}
footer a + p{
	margin-top: 15px;
}
@media only screen and (max-width:767px) {
footer{
	padding: 30px 20px;
	margin-top: 60px;
}
footer a{
	max-width: 250px;
}
footer p{
	font-size: 11px;
	margin-top: 5px;
	text-align: left;
}
}

.js-floatingBanner {
	font-weight: 700;
	position: fixed;

	bottom:40px;
	left:50%;
	transform:translateX(-50%);
	opacity:0;
	z-index:-1;
	transition:0.7s;
	

}

.js-floatingBanner.-active {
	opacity:1;
  z-index: 10; 
  transition:0.7s;
}

.floatingContent {
	display: flex;
	justify-content: space-between;
	width:1200px;
}

.floatingContentItem {
	width:590px;
}


.floatingContentItemBox {
	display: flex;
	justify-content: space-between;
}

.floatingContentItemText {
	padding:10px;
	
}



.floatingContentItemBtn {
	display: block;
	background-color: #e33238;
  transition: 0.2s;
	color:#fff;
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	
	font-weight: bold;
	font-size: 26px;
	border-radius: 10px;
	
}

.floatingContentItemBtn:hover {
	transition: 0.2s;
	opacity: 1;
	background:#fff;
	color:#e33238;
	box-shadow:0px 0px 0px 2px #e33238 inset;
}

@media all and (-ms-high-contrast:none){
  .floatingContentItemBtn {
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}



@media only screen and (max-width:1200px) {
	
	.js-floatingBanner {
		font-weight: 700;
		position: fixed;
		bottom:40px;
		left:51%;
		transform:translateX(-100%);

	}

	.floatingContent {
		display: flex;
		justify-content: space-between;
		width:196%;
	}

	.floatingContentItem {
		width:49%;
	}
	
	.floatingContentItemImage {
		margin:0 auto;
	}
	
	.floatingContentItemBtn {
		font-size: 2.3vw;
	}

}

@media only screen and (max-width:767px) {
	
	
	.js-floatingBanner {
		bottom:40px;
		left:0%;
		transform:translateX(0%);
				width:100%;
	}
	
	.floatingContent {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		width:calc(100% - 40px );
		padding:0 20px;
	}

	.floatingContentItem {
		width:100%;
	}
	
	.floatingContentItemBtn {
		font-size: 18px;
		padding:15px 0;
		margin-top:10px;
		height:auto;
	}	
	
}




.relatedContent {
	max-width:1200px;
	margin:80px auto;
	padding:0 40px;
}

.relatedContentTitle {
	font-size: 30px;
	text-align: center;
	margin-bottom:40px;
}

.cardBlock {
	display: flex;
	width:102%;
	margin-left:-2%;
}

.cardItem {
	display: flex;
	width:31.33333%;
	margin-left:2%;
	border:solid 1px #ccc;
	border-radius: 10px;
	padding:9px;
	box-sizing: border-box;
}

.cardItemImage {
	width:106px;
	margin-right:	10px;
	flex-shrink: 0;
}


.cardItemTextBox {
	width:100%;
}


.cardItemShoulder {
	background:#00a5df;
	color:#fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding:2px;
	
}

.cardItemTitle {
	display: flex;
	height:calc(100% - 17px );
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
}


@media only screen and (max-width:767px) {
	
	.relatedContent {
		padding:0 20px; 
	}
	
	.relatedContentTitle {
		font-size: 6.5vw;
		text-align: left;
		line-height: 1.4;
	}
	
	.cardBlock {
		display: block;
		width:100%;
		margin-left:0;
	}

	.cardItem {
		display: flex;
		width:100%;
		margin-left:0;
		margin-bottom:20px;
		border:solid 1px #ccc;
		border-radius: 10px;
		padding:9px;
		
		
	}

}

.linkText {
	text-decoration: underline;
}
.linkText:hover {
	text-decoration: none;
}

