@charset "utf-8";

html {
	font-size: 62.5%;
}

body.non-scroll {
	height: 100vh;
	overflow-y: hidden;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

#wrapper {
	min-width: inherit;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onlySP {
	display: none;
}

#ct_bg {
	color: #000;
	background: url(../img/bg_index01.png) fixed no-repeat 50% 50%/cover;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	overflow-x: hidden;
}

#ct_bg a {
	color: #0098d3;
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	justify-content: center;
}
#ct_bg .wrap01.between {
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	align-items: center;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10;
	padding: 7px 4% 5px;
	background-color: #000;
}

#ct_bg .headTitleArea01 > .title01 {
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

#ct_bg .headArea01 {
	background: url(../img/bg_index03_pc.png) no-repeat 50% 0/cover;
	border-bottom: solid 1px #000;
}

#ct_bg .headArea01 > .inner01 {
	position: relative;
	max-width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 250px;
}

#ct_bg .headArea01 > .inner01 > .btn01 {
	margin-top: 20px;
	margin-left: 15px;
}

#ct_bg .headArea01 > .inner01 > .btn01 > a {
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .headArea01 > .inner01 > .logo01 {
	width: 227px;
	margin-left: -20px;
}

#ct_bg .headArea01 > .inner01 > .image01 {
	position: absolute;
	width: 67.7%;
	right: -5px;
	top: -20px;
}

#ct_bg .contentsWrap01 {
	display: block;
	padding-top: 50px;
	padding-bottom: 40px;
	overflow-x: hidden;
	background: rgba(0,0,0,.6);
}

#ct_bg .contentsWrap01 > .inner01 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .mainArea01 {
	border-top: solid 2px #fbc900;
}

#ct_bg .mainArea01 > .image01 {
	position: relative;
	min-width: 2000px;
	transform: translateX(-50%);
	left: 50%;
	text-align: center;
}

#ct_bg .mainArea01 > .text01 {
	padding: 10px 4% 8px;
	background-color: #fbc900;
	text-align: center;
	color: #e60012;
	font-size: 2.4rem;
	font-weight: bold;
}

#ct_bg .heading01 {
	background-color: #e60012;
	padding: 8px 20px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 3.0rem;
	line-height: 1.5;
	text-align: center;
}

#ct_bg .col01 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .col01 > .inner01 {
	padding: 4px;
	background: url(../img/bg_index02.png) no-repeat 0 0/100%;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,1.0);
}

#ct_bg .movieWrap01 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

#ct_bg .movieWrap01 > iframe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .movieWrap01 > a {
	position: relative;
	display: block;
}

#ct_bg .movieWrap01 > a::before {
	position: absolute;
	z-index: 5;
	top: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	content: "";
}

#ct_bg .movieWrap01 > a:hover::before {
	opacity: .4;
	visibility: visible;
}

#ct_bg .movieWrap01 > a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 61px;
	height: 61px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/icon_index01.png) no-repeat 0 0/100%;
}

#ct_bg .movieWrap01 > a > .inner01 {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 55.75%;
}

#ct_bg .movieWrap01 > a > .inner01 > img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}

#ct_bg .frameArea01 + .frameArea01 {
	margin-top: 40px;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 40px 28px;
	border: solid 4px #e60012;
	border-top: none;
	background-color: #fff;
}

#ct_bg .frameArea01 > .inner01  > .text01 {
	text-align: center;
}

#ct_bg .frameArea01 > .inner01  > .text02 {
	margin-top: 38px;
	text-align: center;
}

#ct_bg .frameArea01 > .inner01  > .text03 {
	margin-top: 18px;
	text-align: center;
}

#ct_bg .frameArea01 > .inner01  > .image01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .col01 + .frameArea01 {
	margin-top: 70px;
}

#ct_bg .flow01 {
	display: flex;
	flex-wrap: wrap;
	width: 102%;
	margin-left: -1%;
}

#ct_bg .flow01 > li {
	width: 33.3%;
	padding-left: 15px;
	padding-right: 15px;
}

#ct_bg .flow01 > li:not(:first-child) {
	border-left: solid 2px #b9b9b9;
}

#ct_bg .flow01 > li > .title01 {
	font-size: 3.2rem;
	color: #e60012;
	margin-top: -5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

#ct_bg .flow01 > li > .text01 {
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .flow01 > li > .text02 {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 1.4rem;
}

#ct_bg .flow01 > li > .button01 {
	margin-top: 10px;
}

#ct_bg .flow01 > li > .image01 {
	width: 58.82%;
	margin: 15px auto;
}

#ct_bg .list01 > dt {
	color: #0098d3;
	font-weight: bold;
}

#ct_bg .list01 > dt:not(:first-child) {
	margin-top: 24px;
}

#ct_bg .list01 > dd > .text01 {
	font-weight: bold;
	margin-top: 20px;
}

#ct_bg .list02 > li {
	padding-left: 20px;
	position: relative;
	word-break: normal;
}

#ct_bg .list02 > li::before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #0098d3;
	content: "";
}

#ct_bg .list03 > li {
	padding-left: 1.0em;
	position: relative;
}

#ct_bg .list03 > li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	content: "※";
}

#ct_bg .btn01 {
	display: table;
	margin-top: 40px;
	padding: 2px;
	background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(84,84,84,1) 50%,rgba(84,84,84,1) 100%);
	background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(84,84,84,1) 50%,rgba(84,84,84,1) 100%);
}

#ct_bg .btn01 > a {
	display: block;
	padding: 5px 15px;
	color: #fff;
	font-size: 1.4rem;
	background: url(../img/bg_index04_no.png) repeat 0 0;
	box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.8) inset;
}

#ct_bg .btn01:hover {
	background: -webkit-linear-gradient(top, rgba(84,84,84,1) 0%,rgba(84,84,84,1) 50%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 100%); 
	background: linear-gradient(to bottom, rgba(84,84,84,1) 0%,rgba(84,84,84,1)50%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 100%);
}

#ct_bg .btn01:hover > a {
	background-image: url(../img/bg_index04_on.png);
	text-decoration: underline;
}

#ct_bg .btn01 > a > .inner01 {
	position: relative;
	display: block;
	padding-left: 16px;
}
#ct_bg .btn01 > a > .inner01::before {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	content: "";
}

#ct_bg .btn01 > a > .inner02 {
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding-left: 94px;
}

#ct_bg .btn01 > a > .inner02::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 85px;
	height: 40px;
	background: url(../../../common/img/logo_common03.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .txt01 {
	margin-top: 8px;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

#ct_bg .txt02 {
	display: table;
	padding: 8px 20px;
	margin: 2px auto 4px;
	background-color: #e60012;
	line-height: 1.1;
	font-size: 2.8rem;
	color: #fff;
}

#ct_bg .copyright01 {
	margin-top: 5px;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .copyright01 small {
	font-size: 1.2rem;
}

#ct_bg .sns_wrapper {
	padding: 50px 0 0;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

@media screen and (max-width: 1000px) {
#ct_bg .headArea01 > .inner01 {
	height: 210px;
}

#ct_bg .headArea01 > .inner01 > .image01 {
	position: absolute;
	width: 507px;
	top: 0;
}
	
#ct_bg .mainArea01 > .image01 {
	min-width: inherit;
	width: 180%;
}
}

@media screen and (max-width: 767px) {
#ct_bg {
	position: relative;
	z-index: 1;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	background: none;
}

#ct_bg::before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/bg_index01.png) no-repeat 50% 50%/cover;
	content: "";
}

#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;
}
.onlySP.type01 {
	display: inline-block;
}

#ct_bg .headTitleArea01 {
	padding-top: 6px;
	padding-bottom: 4px;
}

#ct_bg .headTitleArea01 > .title01 {
	font-size: 1.2rem;
	line-height: 1.3;
}

#ct_bg .contentsWrap01 {
	padding-top: 40px;
}

#ct_bg .headArea01 {
	background: url(../img/bg_index03_sp.png) no-repeat 50% 50%/cover;
}

#ct_bg .headArea01 > .inner01 {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 5px;
	height: 95px;
}

#ct_bg .headArea01 > .inner01 > .btn01 {
	margin-top: 1px;
	margin-left: -10px;
	transform: scale(0.82,0.82);
}

#ct_bg .headArea01 > .inner01 > .btn01 > a {
	padding-left: 15px;
	padding-right: 15px;
}

#ct_bg .headArea01 > .inner01 > .logo01 {
	width: 100px;
	margin-left: 0;
}

#ct_bg .headArea01 > .inner01 > .image01 {
	width: 260px;
	right: 0 ;
	top: -5px;
}

#ct_bg .contentsWrap01 > .inner01 {
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .mainArea01 > .image01 {
	min-width: inherit;
	transform: translateX(0);
	left: 0;
	width: 100%;
}

#ct_bg .mainArea01 > .text01 {
	font-size: 1.5rem;
}

#ct_bg .heading01 {
	font-size: 2.0rem;
	line-height: 1.3;
}

#ct_bg .col01 > .inner01 {
	width: 91.304%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .movieWrap01 {
	padding-bottom: calc(56.25% - 8px);
}

#ct_bg .movieWrap01 > iframe {
	display: block;
}

#ct_bg .movieWrap01 > a {
	display: none;
}
	
#ct_bg .frameArea01 {
	width: calc(100% + 10px);
	margin-left: -5px;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 30px 4.347%;
}

#ct_bg .frameArea01 > .inner01  > .text01 {
	width: 93.65%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea01 > .inner01  > .text02 {
	margin-top: 28px;
}

#ct_bg .frameArea01 > .inner01  > .image01 {
	width: 95.23%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .col01 + .frameArea01 {
	margin-top: 40px;
}

#ct_bg .flow01 {
	display: block;
	margin-top: -15px;
}

#ct_bg .flow01 > li {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#ct_bg .flow01 > li:not(:first-child) {
	border-top: solid 2px #b9b9b9;
	border-left: none;
	margin-top: 10px;
	padding-top: 10px;
}

#ct_bg .flow01 > li > .title01 {
	font-size: 2.2rem;
	margin-top: 0;
	text-align: left;
}

#ct_bg .flow01 > li > .text01 {
	font-size: 1.8rem;
}

#ct_bg .flow01 > li > .text02 {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 1.2rem;
}
	
	#ct_bg .flow01 > li > .text02.type01 {
		text-align: center;
	}

#ct_bg .flow01 > li > .button01 {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

#ct_bg .flow01 > li > .image01 {
	width: 43%;
	margin-top: -20px;
}
	
#ct_bg .list01 {
	margin-top: -15px;
}

#ct_bg .list01 > dt {
	margin-bottom: 4px;
	font-size: 1.6rem;
}
	
#ct_bg .list01 > dd > .text01 {
	margin-bottom: 4px;
}

#ct_bg .list02 > li {
	padding-left: 18px;
}

#ct_bg .list02 > li::before {
	top: .38em;
	width: 12px;
	height: 12px;
}

#ct_bg .btn01 {
	display: table;
	margin-top: 40px;
	padding: 2px;
	background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(84,84,84,1) 50%,rgba(84,84,84,1) 100%);
	background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(84,84,84,1) 50%,rgba(84,84,84,1) 100%);
}

#ct_bg .btn01 > a {
	padding-left: 8px;
	padding-right: 10px;
	font-size: 1.0rem;
}

#ct_bg .btn01:hover {
	background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(84,84,84,1) 50%,rgba(84,84,84,1) 100%);
	background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(84,84,84,1) 50%,rgba(84,84,84,1) 100%);
}

#ct_bg .btn01:hover > a {
	background-image: url(../img/bg_index04_no.png);
}

#ct_bg .btn01 > a > .inner01 {
	padding-left: 16px;
}
#ct_bg .btn01 > a > .inner01::before {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	content: "";
}

#ct_bg .btn01 > a > .inner02 {
	height: 32px;
	padding-left: 70px;
}

#ct_bg .btn01 > a > .inner02::before {
	width: 63px;
	height: 32px;
}

#ct_bg .txt01 {
	font-size: 1.4rem;
}
	
#ct_bg .txt02 {
	padding: 6px 8px;
	font-size: 1.8rem;
}

#ct_bg .copyright01 {
	margin-top: 10px;
}

#ct_bg .copyright01 small {
	font-size: 1.0rem;
}
	
#ct_bg .sns_wrapper {
	margin-left: -10px;
	margin-right: -10px;
	padding: 25px 0 15px;
}	
#ct_bg .sns_wrapper .snsBtn01 {
	flex-wrap: wrap;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}
	

}

@media screen and (max-width: 360px) {
#ct_bg .headArea01 > .inner01 > .image01 {
	width: 230px;
	right: 0 ;
}
#ct_bg .flow01 > li > .text01 {
	font-size: 1.7rem;
}
}
@media screen and (max-width: 340px) {
#ct_bg .headArea01 > .inner01 {
	padding-left: 2%;
}
#ct_bg .headArea01 > .inner01 > .image01 {
	width: 210px;
	right: 0 ;
	top: 5px;
}
#ct_bg .headTitleArea01 > .title01 {
	font-size: 1.1rem;
}
#ct_bg .txt01 {
	font-size: 1.2rem;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
