@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
}
img {
	border-style: none;
	vertical-align: top;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	ALL
/*-----------------------------------------------------------------------------------*/
body {
	font-family: "游ゴシック体","Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	color: #000000;
	min-width: 960px;
	background: #FFFFFF;
}

a { color: #005bac; text-decoration: none; outline: none;}
a:hover { color: #005bac; text-decoration: underline;}

.spOnly { display: none;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.opacity:hover img{ filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}
.opacity_form:hover { filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
.pc{
	display: block;
}
.sp{
	display: none;
}
#fade{
    display: none;
}
#container {
    position: relative;
}
header{
	padding-top: 10px;
}
.topBody {
    position: relative;
}
.pgBody {
    position: relative;
	/* padding-top: 10px; */
	line-height: 1.8;
}
.wrapper {
	width: 960px;
	margin: 0px auto;
}
.pcOnly {
	text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	BLOCK
/*-----------------------------------------------------------------------------------*/
.block {
	padding: 50px 0px 20px 0px;
	text-align: center;
	width: 100%;
}
.blockTitle { text-align: center; margin-bottom: 40px;}
.blockTitle > h2 { line-height: 1.2; font-weight: bold; font-size: 30px; color: #005bac;}
.blockTitle .subTxt { font-weight: bold;}



/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
#header {
	background: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#header .logo {
	padding: 20px 0px;
	text-align: center;
}


/*-------------------------------*/
/*	TOGGLE_BUTTON
/*-------------------------------*/
.tglBtn {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    height: 21px;
    cursor: pointer;
    z-index: 101;
}
.tglBtn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.tglBtn span:nth-child(1) {
    top: 0;
}
.tglBtn span:nth-child(2) {
    top: 9px;
}
.tglBtn span:nth-child(3) {
    top: 18px;
}


/*-----------------------------------------------------------------------------------*/
/*	PAGE_TITLE
/*-----------------------------------------------------------------------------------*/
#pgTtl {
	border-bottom: 1px solid #231915;
	padding: 50px 0px 20px 0px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}
.subTtl {
	text-align: center;
	color: #005bac;
}
.subTtl_left {
	text-align: left;
	color: #005bac;
}
.subTtl_left h3 {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.subTtl h3 {
	padding-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
}
.subTtl h4 {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.ttlBar {
	background: #4d8dc5;
	padding: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.other_ttlBar{
	padding: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #000000;
}


/*-----------------------------------------------------------------------------------*/
/*	COMMON_AREA
/*-----------------------------------------------------------------------------------*/
#cmnArea {
	position: relative;
	padding: 30px 0px;
}
#cmnArea .linkBnr {
	text-align: center;
}
#cmnArea .linkBnr li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0px 60px;
}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#footer {
	position: relative;
	background: #005bac;
	color: #FFFFFF;
}
.fLogo { padding-bottom: 20px;}
.fNav {
	padding: 40px 0px;
	font-size: 12px;
	font-weight: bold;
	overflow : hidden;
}
.fNav .col {
	float: left;
	width: 25%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
.fNav .col > ul {
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}
.fNav .col > ul > li {
	padding: 3px 0px;
}
.fNav .col > ul > li.par {
	padding-bottom: 10px;
	font-size: 16px;
}
.fNav a {
	color: #FFFFFF;
	text-decoration: underline;
}
.fNav a:hover { text-decoration: none;}


.fBottom {
	background: #231915;
	padding: 15px 0px;
}
.fSubnav {
	float: left;
	font-size: 12px;
}
.fSubnav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-left: 1px solid #FFFFFF;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 1;
}
.fSubnav li:first-child { border-left: none; padding-left: 0px;}
.fSubnav a { color: #FFFFFF;}

.copyright {
	float: right;
	font-size: 11px;
	line-height: 14px;
}


/*-----------------------------------------------------------------------------------*/
/*	PAGETOP
/*-----------------------------------------------------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 49px;
	right: 0px;
	z-index: 99;
}
#pagetop > a > span { display: none;}


/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.linkBtn01 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.linkBtn01 a {
	width: 300px;
}
.linkBtn01 a:hover { text-decoration: none;}


/*-------------------------------*/
/*	共通_青ボタン1
/*-------------------------------*/
.linkBtn01 .btn01 {
	background-color: #005bac;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 15px 0px;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
}
.linkBtn01 .btn01::before {
	top: 0;
	right: 100%;
	display: block;
	position: absolute;
	content: "";
	background-color: #006aca;
	width: 400px;
	height: 400px;
	transform: translate(-200px,-200px) rotate(130deg);
	z-index: 0;
	transition: all 0.8s;
}
.linkBtn01 .btn01:hover::before {
	transform: translate(400px,-200px) rotate(130deg);
}
.linkBtn01 .btn01 span {
	position: relative;
	z-index: 1;
}


/*-----------------------------------------------------------------------------------*/
/*	COMMON_ELEMENTS
/*-----------------------------------------------------------------------------------*/
.pd01 { padding-bottom: 10px;}
.pd02 { padding-bottom: 20px;}
.pd03 { padding-bottom: 30px;}
.pd04 { padding-bottom: 40px;}
.pd05 { padding-bottom: 50px;}
.pd06 { padding-bottom: 60px;}
.pd07 { padding-bottom: 70px;}
.pd08 { padding-bottom: 80px;}
.mg01 { margin-bottom: 10px;}
.mg02 { margin-bottom: 20px;}
.mg03 { margin-bottom: 30px;}
.mg04 { margin-bottom: 40px;}
.mg05 { margin-bottom: 50px;}
.mg06 { margin-bottom: 60px;}
.mg07 { margin-bottom: 70px;}
.mg08 { margin-bottom: 80px;}

.emp01 { color: #005bac;}
.empArea01 { background: #fafafa; padding: 20px;}
.empArea02 { background: #eeeeee; padding: 20px;}

.alignLeft { text-align: left;}
.alignRight { text-align: right;}
.alignCenter { text-align: center;}

.blankLink:before {
	content: "\f08e";
	font-family: FontAwesome;
	color: #005bac;
	padding-right: 3px;
}
.blankLink a { color: #221814;}
.blankLink a:hover { color: #005bac; text-decoration: none;}


/*-----------------------------------------------------------------------------------*/
/*	FONT
/*-----------------------------------------------------------------------------------*/
.f12 { font-size: 12px;}
.f14 { font-size: 14px;}
.f16 { font-size: 16px;}
.f18 { font-size: 18px;}
.f20 { font-size: 20px;}
.f24 { font-size: 24px; line-height: 1.4;}
.f30 { font-size: 30px; line-height: 1.4;}
.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh16 { line-height: 1.6;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}


/*-----------------------------------------------------------------------------------*/
/*	COLOR
/*-----------------------------------------------------------------------------------*/
.fColor01 { color: #005bac;}/* コーポレートCOLOR */
.fColor02 { color: #eb611f;}/* コーポレートCOLOR */

/*-----------------------------------------------------------------------------------*/
/*	CLEARFIX
/*-----------------------------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}













/* SP */

@media only screen and (max-width: 640px) {
/*-----------------------------------------------------------------------------------*/
/*	初期設定
/*-----------------------------------------------------------------------------------*/
/* 非表示 */
.pcOnly {
	display: none !important;
}
.ctNav,
.fLogo,
.fNav,
.fSubnav {
	display: none !important;
}
/* 表示 */
.spOnly {
	display: block !important;
}

img { max-width: 100%; height: auto;}
img.nofit { width: auto !important;}

.pc{
	display: none;
}
.sp{
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	ALL
/*-----------------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	min-width: 100%;
}


/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
#fade{ }
#container { }
.topBody { }
/*.pgBody { padding-top: 65px;}*/
.wrapper { width: 92%;}


/*-----------------------------------------------------------------------------------*/
/*	BLOCK
/*-----------------------------------------------------------------------------------*/
.block {
	padding: 20px 0px;
}
.blockTitle { margin-bottom: 20px;}
.blockTitle > h2 { font-size: 24px;}
.blockTitle .subTxt { }


/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/

#header {
	border-bottom: 3px solid #005bac;
	height: 65px;
}
#header .logo {
	position: absolute;
	left: 20px;
	top: 23px;
	padding: 0px;
	text-align: left;
}
#header .logo img { height: 20px;}
#gNav {
	display: none;
}
.tglBtn { display: block;}

#spmenu .closeBtn {
	text-align: right;
	font-size: 22px;
}

/*-------------------------------*/
/*	mmenuスタイル調整
/*-------------------------------*/
#spmenu.mm-menu {
	background: #005bac none repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;

}
#spmenu.mm-menu .mm-navbar {
    border-color: rgba(255,255,255,.2);
	height: 60px;
	line-height: 40px;
}
#spmenu.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #FFFFFF;
}
#spmenu .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 60px;
}
#spmenu.mm-menu .mm-btn::after, #spmenu.mm-menu .mm-btn::before {
    border-color: rgba(255, 255, 255, 1);
}
#spmenu .mm-prev::before {
	border-left: none;
	border-top: none;
	content: "\f053";
	font-family: FontAwesome;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 15px;
	width: 20px;
	height: 20px;
}
#spmenu .mm-next:after {
    border-top: none;
    border-left: none;
	content: "\f054";
	font-family: FontAwesome;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	right: 15px;
	width: 20px;
	height: 20px;
	text-align: right;
}
#spmenu.mm-menu .mm-listview {
	border-color: rgba(255,255,255,.2);
}
#spmenu.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > .lower_page01.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
	background: none;
}
#spmenu.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
	background: none;
}
#spmenu .mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
	padding: 0px 0px 0px 10px;
}
#spmenu.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
	background: none;
}



/*-----------------------------------------------------------------------------------*/
/*	PAGE_TITLE
/*-----------------------------------------------------------------------------------*/
#pgTtl {
	padding: 20px 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
.subTtl_left h3 {
	padding-bottom: 10px;
	font-size: 18px;
}
.subTtl h3 {
	padding-bottom: 20px;
	font-size: 16px;
}
.subTtl h4 {
	padding-bottom: 10px;
	font-size: 14px;
}
.ttlBar {
	padding: 10px;
	font-size: 14px;
}
.other_ttlBar{
	padding: 10px;
	font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMON_AREA
/*-----------------------------------------------------------------------------------*/
#cmnArea {
	position: relative;
	padding: 30px 0px;
}
#cmnArea .linkBnr {
	padding: 0px 20px;
}
#cmnArea .linkBnr li {
	display: block;
	*display: block;
	*zoom: 1;
	float: left;
	padding: 0px 20px;
	width: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.fBottom {
	padding: 10px 0px;
}
.copyright {
	float: none;
	text-align: center;
	font-size: 10px;
}


/*-----------------------------------------------------------------------------------*/
/*	PAGETOP
/*-----------------------------------------------------------------------------------*/
#pagetop {
	bottom: 30px;
	right: 0px;
	z-index: 99;
}
#pagetop img { width: 40px;}


/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.linkBtn01 { }
.linkBtn01 a { width: 100%;}

/*-----------------------------------------------------------------------------------*/
/*	COMMON_ELEMENTS
/*-----------------------------------------------------------------------------------*/
.empArea01 { padding: 10px;}
.empArea02 { padding: 10px;}

.blankLink:before { }
.blankLink a { font-size: 12px;}
.blankLink a:hover { }









}
@media screen and (max-width: 375px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

@media screen and (min-width: 641px) {
#gNav {
	display: block !important;
}
}


/* 2021 12 14 */
/*#MainContent img{
	margin-bottom: 40px;
}*/
@media screen and (max-width: 641px) {
	#MainContent {
		margin-top: 30px!important;
	}
}

.MovieSection{
	width: 980px;
    margin: 2% auto;
    text-align: center;
}
.MovieSection > div{
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.MovieSection iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

@media screen and (max-width: 641px) {
	.MovieSection {
	width: 100%;
	margin: 10% auto 10%;
	}
}