@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#wrapper {
	background: none;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	padding-bottom: 50px;
	background: url(../img/bg_index02.jpg) no-repeat center top;
	background-attachment: fixed;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
}

#ct_bg a {
	color: #000;
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .headArea01 {
	background: url(../img/bg_index01.png) repeat left top;
}

#ct_bg .headArea01 > .inner01 {
	margin: 0 auto;
	padding: 5px 0;
	width: 960px;
}

#ct_bg .headArea01 > .inner01 > .button01 {
	width: 222px;
}

#ct_bg .copyrights01 {
	margin-top: 50px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .mainArea01 {
	position: relative;
	margin: 0 auto;
	padding-top: 29px;
	width: 960px;
}

#ct_bg .mainArea01 > .logo01 {
	margin-left: 20px;
}

#ct_bg .mainArea01 > .text01 {
	margin: 10px 0 0 5px;
}

#ct_bg .mainArea01 > .text02,
#ct_bg .mainArea01 > .title01 {
	margin-left: 5px;
}

#ct_bg .mainArea01 > .image01 {
	position: absolute;
	top: 46px;
	right: 4px;
}

#ct_bg .mainArea01 > .btn01 {
	position: absolute;
	width: 370px;
	left: 152px;
	top: 30px;
}

#ct_bg .snsBtn01 {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .snsBtn01 > li {
	margin-left: 10px;
	font-size: 0;
}

#ct_bg .snsBtn01 > li:first-child {
	margin-left: 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .cvBtn01 {
	position: relative;
	display: table;
	margin: 25px auto 0;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}
#ct_bg .cvBtn01:first-child {
	margin-top: 0;
}

#ct_bg .cvBtn01 > a {
	display: block;
	position: relative;
}

#ct_bg .cvBtn01 > a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-transition: background .3s;
	transition: background .3s;
}

#ct_bg .cvBtn01 > a:hover:after {
	background-color: rgba(255, 255, 255, .6);
}

#ct_bg .subSection01 {
	margin: 80px 80px 0;
}

#ct_bg .frameArea01 {
	margin-top: 70px;
	background-color: rgba(255, 255, 255, .7);
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	padding: 60px 0 80px;
	width: 960px;
}

#ct_bg .frameArea01  .text01 {
	text-align: center;
}

#ct_bg .frameArea01 .text02 {
	margin-top: 22px;
	text-align: center;
}

#ct_bg .frameArea01 .text03 {
	margin-top: 40px;
	text-align: center;
}

#ct_bg .frameArea01 .text04 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .frameArea01 .image01 {
	display: table;
	margin: 10px auto 0;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

#ct_bg .frameArea01 .image02 {
	display: table;
	margin: 30px auto 0;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

#ct_bg .frameArea01 .image03 {
	border-radius: 6px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

#ct_bg .frameArea01 .image03.bg01 {
	background: url(../img/bg_index04.png) no-repeat left top;
	background-size: cover;
}

#ct_bg .frameArea02 {
	margin: 60px auto 0;
	padding: 30px;
	width: 840px;
	border: #fff solid 6px;
	border-radius: 4px;
	background-color: rgba(46, 63, 165, .9);
}

#ct_bg .frameArea02 > .title01 {
	text-align: center;
}

#ct_bg .frameArea02 > .text01 {
	margin-top: 25px;
	text-align: center;
}

#ct_bg .frameArea02 > .text02 {
	margin-top: 15px;
	color: #fff;
}

#ct_bg .frameArea02 > .image01 {
	display: table;
	margin: 15px auto 0;
	box-shadow: 0 0 8px 2px rgba(39, 51, 125, 1.0);	
	text-align: center;
}

#ct_bg .frameArea03 {
	position: relative;
	margin: 80px auto 0;
	padding-bottom: 30px;
	width: 800px;
	border: #fff solid 2px;
	border-radius: 4px;
	background: url(../img/bg_index03_pc.jpg) no-repeat left top;
	background-size: cover;
	box-shadow:  0 0 8px 2px rgba(0, 0, 0, .2);
}

#ct_bg .frameArea03 > .text01 {
	position: relative;
	z-index: 5;
	padding: 27px 0 0 10px;
}

#ct_bg .frameArea03 > .image01 {
	position: absolute;
	top: 19px;
	right: 13px;
}

#ct_bg .frameArea03 > .button01 {
	position: relative;
	z-index: 5;
	margin-left: 13px;
}

#ct_bg .frameArea03 > .button02 {
	position: relative;
	z-index: 5;
	display:  table;
	margin: 0 auto;
	text-align: center;
}

#ct_bg .frameArea03 > .button02 > a {
	display: block;
	position: relative;
}

#ct_bg .frameArea03 > .button02 > a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-transition: background .3s;
	transition: background .3s;
}

#ct_bg .frameArea03 > .button02 > a:hover:after {
	background-color: rgba(255, 255, 255, .6);
}

#ct_bg .notes01 {
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .list01,
#ct_bg .list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 60px;
}

#ct_bg .list01 > li {
	margin-top: 50px;
	width: 400px;
}

#ct_bg .list02 {
	margin: 20px 0 0;
	color: #fff;
}

#ct_bg .list02 > dt {
	margin-top: 10px;
	width: 150px;
	font-weight: bold;
}

#ct_bg .list02 > dd {
	margin-top: 10px;
	width: 600px;
}

#ct_bg .txt01 {
	margin-top: 60px;
	text-align: center;
}

@media screen and (max-width: 639px) {
#ct_bg {
	padding-bottom: 77px;
	background-image: none;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#ct_bg:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../img/bg_index02.jpg) no-repeat center top;
	background-size: cover;
}

#header {
	border-bottom: #ccc solid 1px;
}
#ct_bg img {
	width: 100%;
	height: auto;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#footerIn .pageTop {
	display: block;
	top: -32px;
	right: 50%;
	margin-right: -75px;
	width: 150px;
	height: 32px;
}

#footerIn .pageTop a {
	display: block;
	width: 150px;
	height: 32px;
	background: url(../img/btn_index01.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .headArea01 > .inner01 {
	padding: 5px 10px;
	width: 100%;
}

#ct_bg .headArea01 > .inner01 > .button01 {
	width: 64%;
}

#ct_bg .copyrights01 {
	font-size: 1.0rem;
}

#ct_bg .mainArea01 {
	padding: 15px 10px 0;
	width: 100%;
}

#ct_bg .mainArea01 > .logo01 {
	display: none;
}

#ct_bg .mainArea01 > .text01 {
	margin: 20px 0 0;
}

#ct_bg .mainArea01 > .text02 {
	position: relative;
	z-index: 5;
	margin: 5px 0 0 -2px;
	width: 60.6%;
}

#ct_bg .mainArea01 > .title01 {
	margin: 0 auto;
	width: 84%;
}

#ct_bg .mainArea01 > .image01 {
	position: absolute;
	top: 39.4%;
	right: 9px;
	width: 47%;
}

#ct_bg .mainArea01 > .btn01 {
	position: static;
	width: 86.66%;
	margin: 20px auto 0;
}

#ct_bg .snsBtn01 {
	position: static;
	top: 0;
	right: 0;
	margin-top: 10px;
}

#ct_bg .mainArea01 .cvBtn01 {
	margin-top: 15%;
}
	
#ct_bg .cvBtn01 > a:after {
	content: normal;
}

#ct_bg .subSection01 {
	margin: 35px 10px 0;
}

#ct_bg .frameArea01 {
	margin-top: 35px;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 30px 10px 40px;
	width: 100%;
}

#ct_bg .frameArea01 .text02 {
	margin: 10px auto 0;
	width: 87.8%;
}

#ct_bg .frameArea01 .text03 {
	margin: 20px auto 0;
	width: 95.5%;
}

#ct_bg .frameArea01 .text04 {
	margin-top: 10px;
	text-align: left;
}

#ct_bg .frameArea01 .image01 {
	width: 93.3%;
}

#ct_bg .frameArea01 .image02 {
	margin: 20px auto 0;
	width: 66.6%;
}

#ct_bg .frameArea01 .image03 {
	margin: 0 auto;
	width: 66.6%;
}

#ct_bg .frameArea02 {
	margin-top: 40px;
	padding: 30px 10px 20px;
	width: 100%;
}

#ct_bg .frameArea02 > .title01 {
	margin: 0 auto;
	width: 68.6%;
}

#ct_bg .frameArea02 > .text01 {
	margin-top: 30px;
}

#ct_bg .frameArea02 > .text02 {
	margin-top: 20px;
}

#ct_bg .frameArea02 > .image01 {
	width: 94.3%;
}

#ct_bg .frameArea03 {
	margin-top: 35px;
	padding-bottom: 9px;
	width: 100%;
	border: #fff solid 1px;
	background-image: url(../img/bg_index03_sp.jpg);
}

#ct_bg .frameArea03 > .text01 {
	padding: 13px 3px 0;
}

#ct_bg .frameArea03 > .image01 {
	position: inherit;
	top: 0;
	right: 0;
	margin: -2px auto 0;
	width: 70.6%;
}

#ct_bg .frameArea03 > .button01 {
	margin: 0 auto;
	width: 60.5%;;
}

#ct_bg .frameArea03 > .button02 {
	margin: 7px 9px 0;
}

#ct_bg .frameArea03 > .button02 > a:after {
	content: normal;
}

#ct_bg .notes01 {
	font-size: 1.2rem;
	text-align: left;
}

#ct_bg .list01 {
	margin: 0 auto;
}

#ct_bg .list01 > li {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .list02 {
	margin-top: 10px;
}

#ct_bg .list02 > dt {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .list02 > dd {
	margin-top: 5px;
	width: 100%;
}

#ct_bg .txt01 {
	margin: 33px auto 0;
	width: 61.5%;
}
}

.box01 {
	display: none;
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
