.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}

@media screen and (max-width:480px){

	.mb40 {margin-bottom: 20px !important;}
	.mb60 {margin-bottom: 30px !important;}
	.mb80 {margin-bottom: 40px !important;}
	.mb100 {margin-bottom: 50px !important;}
	
}

.sp_on {
	display: none;
}

@media screen and (max-width:480px){
	
	.sp_off {display: none;}
	.sp_on {display: block;}
	
}

.modal img {
	cursor: pointer;
}

#graydisplay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 1500;
}

#graydisplay .modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	max-width: 95% !important;
	height: auto;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	cursor: auto;
	z-index: 1600;
}

@media screen and (max-width:1124px){
	
	#graydisplay .modal {
		width: 100%;
	}
	
}

#graydisplay .modal img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}

#graydisplay .modal span {
	position: absolute;
	content: "";
	top: -32px;
	right: 0;
	width: 32px;
	height: 32px;
	background-image: url("../images/btn_close.png");
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	color: #002855;
	line-height: 1.4;
	margin-bottom: 20px;
}

h1.sub_title {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #002855;
	line-height: 1.4;
}

@media screen and (max-width:768px){
	
	h1 {
		font-size: 38px;
	}
	
	h1.sub_title {
		font-size: 30px;
	}
	
}

@media screen and (max-width:480px){
	
	h1 {
		font-size: 28px;
	}
	
	h1.sub_title {
		font-size: 24px;
	}
	
}

h2 {
	font-size: 28px;
	font-weight: 500;
	color: #002855;
	line-height: 1.4;
	margin-bottom: 25px;
}

@media screen and (max-width:768px){
	
	h2 {
		font-size: 24px;
	}
	
}

@media screen and (max-width:480px){
	
	h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
}

h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media screen and (max-width:768px){
	
	h3 {
		font-size: 20px;
	}
	
}

@media screen and (max-width:480px){
	
	h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
}

h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 15px;
}

@media screen and (max-width:768px){
	
	h4 {
		font-size: 18px;
	}
	
}

@media screen and (max-width:480px){
	
	h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 15px;
}

@media screen and (max-width:768px){
	
	h5 {
		font-size: 16px;
	}
	
}

@media screen and (max-width:480px){
	
	h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
}

.lead {
	margin-bottom: 20px;
}

p {
	font-size: 16px;
	line-height: 1.75;
}

p.lead_text {
	font-size: 18px;
	line-height: 1.75;
}

p.text_s {
	font-size: 14px;
}

@media screen and (max-width:480px){
	
	p {
		font-size: 14px;
	}
	
	p.lead_text {
		font-size: 16px;
	}
	
	p.text_s {
		font-size: 12px;
	}
	
}

.dotted {
	position: relative;
	padding-left: 16px;
}

.dotted::before {
	position: absolute;
	content: "・";
	left: 0;
}

div.dotted {
	position: relative;
	padding-left: 16px;
}

div.dotted::before {
	position: absolute;
	content: "・";
	left: 0;
	line-height: 1.4
}

@media screen and (max-width:480px){
	
	div.dotted::before {
		line-height: 1;
	}
	
}

.dotted2 {
	position: relative;
	padding-left: 20px;
}

@media screen and (max-width:480px){

	.dotted2 {
		padding-left: 18px;
	}
	
}

.dotted2::before {
	position: absolute;
	content: "●";
	left: 0;
}

.line {
	position: relative;
	padding-left: 16px;
}

.line::before {
	position: absolute;
	content: "-";
	left: 0;
}

.bold {
	font-weight: bold !important;
}

.gray {
	color: #B1B1B1 !important;
}

.blue {
	color: #002855 !important;
}

.gold {
	color: #a38b77 !important;
}

.bd_blue {
	padding-bottom: 5px;
	border-bottom: 1px solid #002855;
}

strong {
	display: block;
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width:768px){
	
	strong {
		font-size: 18px;
	}
	
}

@media screen and (max-width:480px){
	
	strong {
		font-size: 16px;
	}
	
}

small {
	display: block;
	font-size: 12px;
	line-height: 1.68;
}

b {
	font-weight: bold;
}

p.ind{
	text-indent: -16px;
	padding-left: 16px;
}


.center {
	text-align: center;
}

a.hoveBlue:hover {
	color: #002855;
}

.btn_box {
	margin: 60px 0;
}

.inline {
	display: inline-block;
}

.link_txt {
	text-decoration: underline;
}

.align_center,
.btn_box.center {
	text-align: center;
}

.align_right,
.btn_box.right {
	text-align: right;
}

@media screen and (max-width:768px){
	
	.btn_box {
		margin: 40px 0;
	}
	
}

@media screen and (max-width:480px){
	
	.btn_box {
		margin: 20px 0;
	}
	
}

.vp_btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #002855!important;
	line-height: 1.4;
	padding: 15px 30px;
	text-align: left;
	border: 1px solid #040440;
	background: #fff;
}

.vp_btn:hover {
	color: #fff!important;
	background: #002855;
}

.btn_blue {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	padding: 15px 30px;
	text-align: left;
	border: 1px solid #040440;
	background: #002855;
}

.btn_blue:hover {
	color: #002855!important;
	background: #fff!important;
}
.radius{
	border-radius: 50px;
}
.vp_btn.pdf,
.vp_btn.excel,
.vp_btn.mov,
.vp_btn.mail,
.vp_btn.arrow_right,
.btn_blue.arrow_right {
	padding: 15px 90px 15px 30px;
}

.vp_btn.back{
	padding: 15px 30px 15px 90px;
}

@media screen and (max-width:768px){

	.vp_btn.pdf,
	.vp_btn.excel,
	.vp_btn.mov,
	.vp_btn.mail,
	.vp_btn.arrow_right,
	.btn_blue.arrow_right {
		padding: 12px 40px 12px 20px;
	}
	
	.vp_btn.back{
		padding: 12px 20px 12px 40px;
	}
	
}

@media screen and (max-width:480px){
	
	.vp_btn {
		padding: 12px 20px;
	}
	
	.vp_btn.pdf,
	.vp_btn.excel,
	.vp_btn.mov,
	.vp_btn.mail,
	.vp_btn.arrow_right,
	.btn_blue.arrow_right {
		padding: 12px 35px 12px 20px;
	}
	
	.vp_btn.back{
		padding: 12px 20px 12px 35px;
	}
	
}

.vp_btn.pdf::after {
	position: absolute;
	content: "\f1c1";
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	top: calc(50% - 14px);
	right: 30px;
}

.vp_btn.excel::after {
	position: absolute;
	content: "\f1c3";
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	top: calc(50% - 14px);
	right: 30px;
}

.vp_btn.mov::after {
	position: absolute;
	content: "\f167";
	font-size: 20px;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	top: calc(50% - 14px);
	right: 30px;
}

.vp_btn.mail::after {
	position: absolute;
	content: "\f0e0";
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	top: calc(50% - 14px);
	right: 30px;
}

.vp_btn.arrow_right::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	right: 15px;
	border-top: 1px solid #002855;
	border-right: 1px solid #002855;
	transform: rotate(45deg);
	transition: all .3s ease;
}

.vp_btn.arrow_right:hover::after{
	border-color: #fff;
}

.btn_blue.arrow_right::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	right: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	transition: all .3s ease;
}

.btn_blue.arrow_right:hover::after{
	border-color: #002855;
}

@media screen and (max-width:480px){
	
	.vp_btn.pdf::after,
	.vp_btn.excel::after,
	.vp_btn.mov::after,
	.vp_btn.mail::after,
	.vp_btn.arrow_right::after,
	.btn_blue.arrow_right::after {
		right: 20px;
	}
	
}

.learn_more {
	position: relative;
	display: block;
	width: 200px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
	background: #002855;
	border: 1px solid #002855;
	box-sizing: border-box;
	border-radius: 50px;
}

.learn_more:hover {
	color: #002855;
	background: #fff;
}

.learn_more::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	top: calc(50% - 2px);
	right: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	transition: all .3s ease;
}

.learn_more:hover::after{
	border-color: #002855;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.img_box {
	margin-bottom: 8px;
}

.img_box img {
	width: 100%;
	height: auto;
}

.img_left_box {
	text-align: left;
}

.img_center_box {
	text-align: center;
}

.img_right_box {
	text-align: right;
}

.img_left_box img,
.img_center_box img,
.img_right_box img {
	max-width: 100%;
	height: auto;
}

ul.list li {
	margin-bottom: 15px;
}

.tb_wrapper {
	overflow: auto;
}

.tb_wrapper::-webkit-scrollbar {
	height: 5px;
}

.tb_wrapper::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.tb_wrapper::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
table.fixed{
	table-layout: fixed;
}
table,
table.table,
table.table2,
table.table_nowrap {
	width: 100%;
	margin: 10px 0;
}

table.table,
table.table2,
table.table_nowrap {
	width: auto;
	text-align: left;
}

@media screen and (max-width:480px){
	
	table {
	/*	min-width: 610px; */
	}
	
	table.table,
	table.table2,
	table.table_nowrap {
		min-width: inherit;
	}
	
}

table tr th,
table tr td {
	font-size: 16px;
	line-height: 1.4;
	vertical-align: middle;
	border: 1px solid #B1B1B1;
}

table.table tr th,
table.table2 tr th,
table.table tr td,
table.table2 tr td,
table.table_nowrap tr th,
table.table_nowrap tr td  {
	font-size: 16px;
	line-height: 1.75;
	border: none;
}

@media screen and (max-width:767px){
	
	table.table tr th,
	table.table tr td,
	table.table2 tr th,
	table.table2 tr td {
		display: block;
	}
	
}

@media screen and (max-width:480px){
	
	table tr th,
	table tr td,
	table.table tr th,
	table.table2 tr th,
	table.table tr td,
	table.table2 tr td,
	table.table_nowrap tr th,
	table.table_nowrap tr td {
		font-size: 14px;
	}
	
}

table tr.low th,
table tr.low td {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width:768px){
	
	table tr.low th,
	table tr.low td {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
}

@media screen and (max-width:480px){
	
	table tr.low th,
	table tr.low td {
		font-size: 12px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
}

table tr th {
	font-weight: bold;
	color: #002855;
	padding: 18px 25px;
	background: rgba(4,4,64,0.08);
}

table.table tr th,
table.table_nowrap tr th {
	font-weight: 500;
	color: #333;
	padding: 10px 30px 10px 0;
	background: none;
}

table.table2 tr th {
	font-weight: 500;
	color: #333;
	padding: 0 30px 0 0;
	background: none;
}

@media screen and (max-width:768px){
	
	table tr th {
		padding: 15px 20px;
	}
	
	table.table tr th,
	table.table_nowrap tr th {
		padding: 8px 28px 8px 0;
	}
	
	table.table2 tr th {
		padding: 2px 28px 2px 0;
	}
	
}

@media screen and (max-width:767px){
	
	table.table tr th,
	table.table2 tr th,
	table.table_nowrap tr th {
		padding: 2px 0;
	}
	
}

@media screen and (max-width:480px){
	
	table tr th {
		padding: 12px 10px;
	}
	
	table.table tr th,
	table.table_nowrap tr th {
		padding: 6px 0;
		padding: 6px 26px 6px 0;
	}
	
}

table.ver_top tr th,
table.ver_top tr td {
	vertical-align: top;
}

table.ver_top tr td table {
	margin: 0;
}

table.ver_top tr td table tr:first-child th,
table.ver_top tr td table tr:first-child td {
	padding-top: 0;
}

table tr .more {
	padding: 18px 5px;
}

table tr .more a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #002855;
	letter-spacing: -1px;
	padding-right: 25px;
}

@media screen and (max-width:768px){
	table tr .more a {
		font-size: 12px;
	}
}

table tr .more a:hover {
	opacity: .7;
}

table tr .more a::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	right: 10px;
	border-top: 1px solid #002855;
	border-right: 1px solid #002855;
	transform: rotate(45deg);
	transition: all .3s ease;
}


table tr .bg {
	background: rgba(4,4,64,0.08);
}

table tr td {
	padding: 18px 25px;
	background: #fff;
}

table.table tr td,
table.table_nowrap tr td {
	padding: 10px 0;
	background: none;
}

table.table2 tr td {
	padding: 0;
	background: none;
}

@media screen and (max-width:768px){
	
	table tr td {
		padding: 15px 20px;
	}
	
	table.table tr td,
	table.table_nowrap tr td {
		padding: 8px 0;
	}
	
}

@media screen and (max-width:767px){
	
	table.table tr td,
	table.table_nowrap tr td {
		padding: 2px 0;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:480px){
	
	table tr td {
		padding: 12px 10px;
	}
	
	table.table tr td,
	table.table_nowrap tr td {
		padding: 6px 0;
	}
	
}

table tr td.empty {
	background-image: url("https://hub.ablic.com/hubfs/viewphii/vp_blank_img.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

/*===== 下層 =====*/

#sub_content {
	position: relative;
/*	padding-top: 99px; */
	background: #F2F7FF;
}

@media screen and (max-width:1124px){
	
	#sub_content {
	/*	padding-top: 72px; */
	}
	
}

.anchor {
	padding-top: 102px;
	margin-top: -102px;
}

@media screen and (max-width:1500px){
	
	.anchor {
		padding-top: 99px;
		margin-top: -99px;
	}
	
}

@media screen and (max-width:1124px){
	
	.anchor {
		padding-top: 72px;
		margin-top: -72px;
	}
	
}

section {
	padding-bottom: 60px!important;
}

section.box {
	padding-bottom: 100px;
}

section.boxHigh {
	padding-bottom: 200px;
}

@media screen and (max-width:768px){
	
	section {
		padding-bottom: 50px;
	}
	
	section.box {
		padding-bottom: 80px;
	}
	
	section.boxHigh {
		padding-bottom: 150px;
	}
	
}

@media screen and (max-width:480px){
	
	section {
		padding-bottom: 30px;
	}
	
	section.box {
		padding-bottom: 60px;
	}
	
	section.boxHigh {
		padding-bottom: 100px;
	}
	
}

.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.inner div.box {
	margin-bottom: 40px;
}

@media screen and (max-width:480px){
	
	.inner div.box {
		margin-bottom: 30px;
	}
	
}

.page_title_box {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 400px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.page_title_box.sub_page {
	height: 200px;
}

.page_title_box > img {
	width: 100%;
    height: auto;
    min-width: 100.1%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:768px){
	
	.page_title_box {
		height: 250px;
	}
	
	.page_title_box.sub_page {
		height: 150px;
	}
	
}

@media screen and (max-width:480px){
	
	.page_title_box {
		height: 200px;
	}
	
	.page_title_box.sub_page {
		height: 100px;
	}
	
}

.page_title_box .title {
	position: relative;
	display: block;
	padding: 10%;
/*	background-image: url("https://hub.ablic.com/hubfs/viewphii/vp_title_bg.png"); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width:768px){
	
	.page_title_box .title {
		padding: 10% 5%;
	}
	
}

.page_title_box .title h1,
.page_title_box .title strong {
	position: relative;
	color: #002855;
	text-shadow: 0 0 10px #fff;
	z-index: 1;
}

.page_title_box.sub_page .title h1 {
	font-size: 32px;
}

@media screen and (max-width:768px){

	.page_title_box.sub_page .title h1 {
		font-size: 26px;
	}
	
}

@media screen and (max-width:480px){
	
	.page_title_box .title h1,
	.page_title_box .title strong {
		text-shadow: 0 0 5px #fff,
					 0 0 10px #fff,
					 0 0 15px #fff;
	}
	
	.page_title_box.sub_page .title h1 {
		font-size: 20px;
	}
	
}

.page_title_box .title_type_b {
	position: relative;
	display: block;
	padding: 0 10%;
}

@media screen and (max-width:768px){
	
	.page_title_box .title_type_b {
		padding: 10% 5%;
	}
	
}

.page_title_box .title_type_b h1,
.page_title_box .title_type_b strong,
.page_title_box .title_type_b small {
	position: relative;
	color: #fff;
	z-index: 1;
}

.page_title_box .title_type_b img.logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

@media screen and (max-width:480px){
	
		.page_title_box .title_type_b img.logo {
		max-width: 50%;
	}
	
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 60px!important;
}

@media screen and (max-width:480px){
	
	.breadcrumb {
		margin: 20px auto 40px;
	}
	
}

.breadcrumb li {
	position: relative;
	font-size: 12px;
	line-height: 1.4;
	margin-right: 45px;
	margin-bottom: 8px;
}

.breadcrumb li::after {
	position: absolute;
	content: ">";
	right: -25px;
}

.breadcrumb li:last-child::after {
	content: none;
}

.breadcrumb li a {
	font-weight: 500;
}

.breadcrumb li a:hover {
	color: #002855;
}

.column {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media screen and (max-width:480px){
	
	.column {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.column.sp_reverse {
		flex-direction: column-reverse;
	}
	
	.column.sp_reverse .column_right {
		margin-bottom: 20px;
	}
	
}

.column.col5_5 {
	flex-wrap: wrap;
}

.column.col5_5 .column_left,
.column.col5_5 .column_right {
	width: calc(100% / 2 - 40px);
	margin: 0 0 40px 0;
}

@media screen and (max-width:768px){
	
	.column.col5_5 .column_left,
	.column.col5_5 .column_right {
		width: calc(100% / 2 - 20px);
	}
	
}

.column.col6_4 .column_left {
	width: calc(60% - 20px);
}

.column.col6_4 .column_right {
	width: calc(40% - 20px);
}

.column.col7_3 .column_left {
	width: calc(70% - 20px);
}

.column.col7_3 .column_right {
	width: calc(30% - 20px);
}

.column.col8_2 .column_left {
	width: calc(80% - 20px);
}

.column.col8_2 .column_right {
	width: calc(20% - 20px);
}

@media screen and (max-width:480px){
	
	.column.col5_5 .column_left,
	.column.col5_5 .column_right,
	.column.col6_4 .column_left,
	.column.col6_4 .column_right,
	.column.col7_3 .column_left,
	.column.col7_3 .column_right,
	.column.col8_2 .column_left,
	.column.col8_2 .column_right {
		width: 100%;
	}
	
}

@media screen and (max-width:1124px){
	
	.column.type_a {
		display: block;
	}
	
}

.column.type_a .column_left,
.column.type_a .column_right {
	display: flex;
	width: 50%;
	align-items: flex-end;
	background: #040440;
}

@media screen and (max-width:1124px){
	
	.column.type_a .column_left,
	.column.type_a .column_right {
		width: 100%;
		margin-bottom: 5px;
	}

}

.column.type_a .img_box {
	padding: 0;
	margin: 0;
}

@media screen and (max-width:1124px){

	.column.type_a .img_box {
		width: 30%;
	}
	
}

.column.type_a .img_box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.column.type_a .text_box {
	padding: 15px;
	
}

@media screen and (max-width:1124px){
	
	.column.type_a .text_box {
		width: 70%;
	}
	
}

.column.type_a .text_box p {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 5px;
}

@media screen and (max-width:768px){
	
	.column.type_a .text_box p {
		font-size: 18px;
	}
	
}

@media screen and (max-width:480px){
	
	.column.type_a .text_box p {
		font-size: 14px;
	}
	
}

.column.type_a .text_box span {
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 1.4;
}

@media screen and (max-width:768px){
	
	.column.type_a .text_box span {
		font-size: 26px;
	}
	
}

@media screen and (max-width:480px){
	
	.column.type_a .text_box span {
		font-size: 20px;
	}
	
}

.contact_area {
	padding: 20px 0;
	background: #040440;
}

@media screen and (max-width:768px){
	
	.contact_area {
		padding: 40px 0;
	}
	
}

.float_box::before,
.float_box::after {
	display: block;
	content: "";
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img.float_right {
	margin: 0 0 20px 20px;
}

@media screen and (max-width:768px){
	
	img.float_right {
		width: 35%;
	}
	
}

.flex_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width:1124px){
	
	.flex_title {
		display: block;
	}
	
}

.flex_title a {
	position: relative;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	padding: 5px 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #002855;
	border: 1px solid #002855;
	border-radius: 50px;
}

@media screen and (max-width:1124px){
	
	.flex_title a {
		display: inline-block;
		font-size: 12px;
		margin: 0 0 14px auto;
	}
	
}

.flex_title a:hover {
	color: #002855;
	background: #fff;
}


.contact_area ul {
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 910px;
	margin: 0 auto;
}

.contact_area ul li {
	width: calc(100% / 2 - 10px);
	margin: 0 auto;
}

.contact_area ul li a {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	padding: 15px;
	text-align: center;
	background: #726E4B;
}

@media screen and (max-width:768px){
	
	.contact_area ul li a {
		font-size: 16px;
	}
	
}

@media screen and (max-width:480px){
	
	.contact_area ul {
		flex-wrap: wrap;
	}
	
	.contact_area ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.contact_area ul li a {
		font-size: 14px;
		padding: 12px;
	}
	
}

.contact_area ul li a:hover {
	opacity: .8;
}

/*===== //下層 =====*/

/*===== サイドナビ =====*/

.sidenav_btn {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	right: 0;
	background: #040440;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 999;
}

@media screen and (max-width: 1124px) {
	
	.sidenav_btn {
		display: none;
	}
	
	.sidenav.contact .sidenav_btn{
		position: static;
		display: block;
		width: 100%;
		height: auto;
		font-size: 20px;
		padding: 25px 5%;
	}
	
	.sidenav.contact .sidenav_btn a {
		display: flex;
		align-items: center;
		font-size: 20px;
	}
	
	.sidenav.contact .sidenav_btn a::before{
		content: "";
		width: 20px;
		height: 20px;
		margin: 0 5px 0 0;
		background-image: url("https://hub.ablic.com/hubfs/viewphii/vp_icon_mail.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	.sidenav.contact .sidenav_btn a:hover{
		color: #EF9B59;
		opacity: 1;
	}
	
}

@media screen and (max-width: 768px) {
	
	.sidenav.contact .sidenav_btn a {
		font-size: 18px;
	}
	
	.sidenav.contact .sidenav_btn a::before{
		content: "";
		width: 18px;
		height: 18px;
	}
	
}

.sidenav_btn:hover {
	opacity: .8;
}

@media screen and (max-width: 1124px) {
	
	.sidenav_btn:hover {
		opacity: 1;
	}
	
}

.sidenav.open .sidenav_btn {
	right: 670px;
	z-index: 1000;
}

.sidenav.contact.open .sidenav_btn {
	right: 0;
}

.sidenav.type_b .sidenav_btn,
.sidenav.contact .sidenav_btn {
	background: #726E4B;
}

.sidenav.num1 .sidenav_btn {
	top: 501px;
}

.sidenav.num2 .sidenav_btn {
	top: 583px;
}

.sidenav.num3 .sidenav_btn {
	top: 665px;
}

.sidenav.num4 .sidenav_btn {
	top: 747px;
}

.sidenav.num5 .sidenav_btn {
	top: 829px;
}

.sidenav.num6 .sidenav_btn {
	top: 911px;
}

.scroll .sidenav.num1 .sidenav_btn {
	top: 201px;
}

.scroll .sidenav.num2 .sidenav_btn {
	top: 283px;
}

.scroll .sidenav.num3 .sidenav_btn {
	top: 365px;
}

.scroll .sidenav.num4 .sidenav_btn {
	top: 447px;
}

.scroll .sidenav.num5 .sidenav_btn {
	top: 529px;
}

.scroll .sidenav.num6 .sidenav_btn {
	top: 611px;
}

.sidenav_btn span {
	font-size: 11px;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -.25px;
	text-align: center;
	margin-bottom: 8px;
}

.sidenav.open .sidenav_btn span {
	display: none;
}

.sidenav_btn a {
	font-size: 11px;
	color: #fff;
	letter-spacing: -.25px;
}

.sidenav_btn i {
	color: #fff;
}

.sidenav_btn i.close,
.sidenav.open .sidenav_btn i.open  {
	display: none;
}

.sidenav.open i.close {
	display: block;
}

.sidenav_inner {
	position: fixed;
	display: block;
	width: calc(87.5% - 80px);
	max-width: 670px;
	max-height: 600px;
	min-height: 416px;
	top: 329px;
	right: -670px;
	padding-bottom: 80px;
	background: #040440;
	z-index: 1000;
	transition: all .5s ease;
	overflow-y: scroll;
}

.sidenav_inner.hight {
	min-height: 498px;
}

.scroll .sidenav_inner {
	top: 99px;
}

@media screen and (max-width: 1124px) {
	
	.sidenav_inner,
	.sidenav_inner.hight {
		position: static;
		width: 100%;
		max-width: 100%;
		max-height: none;
		min-height: inherit;
		padding-bottom: 0;
		overflow: auto;
	}
	
}

.sidenav.open .sidenav_inner {
	right: 0;
	z-index: 1001;
}

.sidenav.type_b .sidenav_inner {
	background: #726E4B;
}

.sidenav_inner .title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 40px 70px;
	border-bottom: 1px solid #002855;
}

@media screen and (max-width: 1124px) {
	
	.sidenav_inner .title {
		padding: 25px 5%;
	}
	
}

@media screen and (max-width: 768px) {
	
	.sidenav_inner .title {
		font-size: 18px;
	}
	
}

.sidenav.type_b .sidenav_inner .title {
	border-bottom: 1px solid #686354;
}

.sidenav_inner ul li {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 30px 70px;
}

@media screen and (max-width: 768px) {
	
	.sidenav_inner ul li {
		padding: 20px 5%;
	}
	
}

.sidenav.type_b .sidenav_inner ul li {
	border-bottom: 1px solid #686354;
}

.sidenav_inner ul li a {
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	
	.type_b .sidenav_inner ul li a{
		padding-left: 15px;
	}
	
}

.sidenav_inner ul li a:hover,
.sidenav_inner ul li a.current {
	color: #EF9B59;
}

.sidenav_inner ul li ul {
	padding: 30px 30px 0;
}

@media screen and (max-width: 768px) {
	
	.sidenav_inner ul li ul {
		padding: 30px 2.5% 0;
	}
	
}

.sidenav_inner ul li ul li {
	padding: 0;
	margin-bottom: 30px;
}

.sidenav_inner ul li ul li:last-child {
	margin-bottom: 0;
}

.sidenav_inner ul li ul li a {
	position: relative;
	font-weight: normal;
	padding-left: 15px;
}

.sidenav_inner ul li ul li a::before {
	position: absolute;
	content: "-";
	left: 0;
	transition: all .3s ease;
}

.sidenav_inner ul li ul li a:hover::before {
	color: #EF9B59;
}

/*===== //サイドナビ =====*/

/*=====　タブ =====*/

.tab_list {
	background: #fff;
}

.tab_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto!important;
}

.tab_list ul li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #002855;
	line-height: 1.4;
	padding: 10px 0;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
}

.tab_list ul li a {
	color: #002855;
	transition: all .3s ease;
}

.tab_list ul li a:hover {
	text-decoration: none;
}

.tab_list ul.col2 li {width: calc(100% / 2 - 5px);}
.tab_list ul.col3 li {width: calc(100% / 3 - 5px);}
.tab_list ul.col4 li {width: calc(100% / 4 - 5px);}
.tab_list ul.col5 li {width: calc(100% / 5 - 5px);}
.tab_list ul.col6 li {width: calc(100% / 6 - 5px);}
.tab_list ul.col7 li {width: calc(100% / 7 - 5px);}

@media screen and (max-width: 768px) {
	
	.tab_list ul li {
		padding: 20px 0 10px;
	}
	
	.tab_list ul.col3 li,
	.tab_list ul.col4 li,
	.tab_list ul.col5 li,
	.tab_list ul.col6 li,
	.tab_list ul.col7 li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 20px;
	}
	
}

.tab_list ul li.active,
.tab_list ul li.is-active {
	font-weight: 700;
}

.tab_list ul li::before {
	position: absolute!important;
	content: ""!important;
	width: 100%!important;
	height: 4px!important;
	left: 0!important;
	bottom: 0!important;
	background: #002855!important;
	transition: all .3s ease!important;
	opacity: 0!important;
	border-radius: 0!important;
	top: auto!important;
}

.tab_list ul li:hover::before,
.tab_list ul li.active::before,
.tab_list ul li.is-active::before {
	opacity: 1!important;
}

.tab_content,
.tabs__body {
	display: none;
}

.tab_content.show,
.tabs__body.is-active {
	display: block;
}

/*=====　//タブ =====*/

/*===== サムネ付きリンクリスト =====*/

.thumb_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb_link_list li {
	width: calc(100% / 4 - 20px);
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	
	.thumb_link_list li {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
	}
	
}

.thumb_link_list li img {
	width: 100%;
	height: auto;
}

.thumb_link_list li a {
	display: block;
}

.movie_wrap {
	max-width: 800px;
	margin: 10px 0 60px;
}

@media screen and (max-width: 768px) {
	
	.movie_wrap {
		margin: 10px 0 40px;
	}
	
}

.movie_wrap .movie_box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.movie_wrap .movie_box a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	transition: all .3s ease;
	opacity: 0;
}

.movie_wrap .movie_box a:hover::before {
	opacity: 1;
}

.movie_wrap .movie_box a::after {
	position: absolute;
	content: "";
	width: 148px;
	height: 148px;
	top: 50%;
	left: 50%;
	background-image: url("https://hub.ablic.com/hubfs/viewphii/vp_icon_start.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translate(-50%,-50%);
}

.movie_wrap .movie_box.white a::after {
	position: absolute;
	content: "";
	width: 148px;
	height: 148px;
	top: 50%;
	left: 50%;
	background-image: url("https://hub.ablic.com/hubfs/viewphii/vp_icon_start_w.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px) {
	
	.movie_wrap .movie_box a::after {
		width: 120px;
		height: 120px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.movie_wrap .movie_box a::after {
		width: 60px;
		height: 60px;
	}
	
}

.movie_wrap .movie_box a img {
	width: 100%;
	height: auto;
}

/*===== //サムネ付きリンクリスト =====*/

.link_btn_list {
	display: flex;
	flex-wrap: wrap;
}

.link_btn_list.col1 {
	display: block;
}

.link_btn_list.col1 li {
	margin-bottom: 20px;
}

@media screen and (max-width: 480px){
	
	.link_btn_list.col2 {
		display: block;
	}
	
}

.link_btn_list.col2 li {
	margin: 0 40px 20px 0;
}

.link_btn_list.col2 li:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 480px){
	
	.link_btn_list.col2 li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
}

.link_btn_list.col3 {
	justify-content: space-between;
}

.link_btn_list.col3::after {
	display: block;
	content:"";
	width: calc(100% / 3 - 20px);
}

.link_btn_list.col3 li {
	width: calc(100% / 3 - 20px);
	margin-bottom: 40px;
}

.link_btn_list.col3 li a {
	display: block;
}

@media screen and (max-width: 768px) {
	
	.link_btn_list.col3 li {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.link_btn_list.col3 li {
		width: 100%;
		margin-bottom: 20px;
	}
	
}