﻿@charset "utf-8";
/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #000;
color: #000;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
img {
max-width: 100%;
vertical-align: top;
}
a {
color: #3089E4;
}
/* reset end */

/* wrap */
#wrap {
min-width: 320px;
padding-top: 80px;
}
#header {
min-width: 320px;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
height: auto;
}
#wrap .area {
position: relative;
clear: both;
display: block;
z-index: 10;
padding: 50px 0;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1020px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	background-position: center top;
	padding-top: 60px;
	}
	#wrap .area {
	padding: 30px 0;
	}
	}
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}
#wrap {
background: #fff;
}

/*
#wrap {
background: #fff url("../images/visual_bg.jpg") no-repeat right top / auto 100%;
background-attachment: fixed;
animation: none;
}

	@media screen and (max-width: 768px) {
	#wrap {
	background-image: url("../images/visual_bg_sp.jpg");
	background-size: 100% auto;
	}
	}
.contents {
position: relative;
background: rgba(0,0,0,0.5);
background: #fff;
z-index: 2;
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.0) 80%);
}
*/
/* wrap end */


/* effect */
@media screen and (min-width: 768px) {
.effectdelay {
opacity: 0;
transition: 0.8s;
}
.effectdelay.effect_active {
opacity: 1;
transform: translateY(0);
}
.effect {
opacity: 0;
transition: 1.2s;
transform: translateY(-70px);
}
.effect.effect_active {
opacity: 1;
transform: translateY(0);
}
}
.effect {
opacity: 0;
transform: translate(0,100px);
transition: .6s;
}
.effect.effect_active {
opacity: 1;
transform: translate(0,0);
}
/* effect end */

/* header */
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
z-index: 999;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
transition: 0.2s;
}
#header * {
transition: 0.2s;
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding: 0;
}
#header .branding {
position: relative;
flex: 1 0 0%;
align-self: center;
display: flex;
align-items: center;
}
#header .bookmark a {
font-size: 90%;
display: flex;
align-items: center;
justify-content: flex-start;
text-align: center;
line-height: 1.2;
color: #222;
text-decoration: none;
}
#header .bookmark img {
max-width: 30px;
display: inline-block;
margin-left: 0px;
}
#header .bookmark a > *:last-child {
font-size: 90%;
text-align: left;
}
	@media screen and (max-width: 1100px) {
	#header .bookmark a {
	flex-flow: row wrap;
	justify-content: flex-start;
	}
	#header .bookmark a > *:first-child {
	}
	#header .bookmark a > img {
	}
	#header .bookmark a > *:last-child {
	flex: 1 0 100%;
	font-size: 80%;
	}
	}
#header .logo {
align-self: center;
padding: 10px;
}
#header .logo a {
display: flex;
height: 100%;
}
#header .logo img {
max-height: 40px;
height: auto;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .area_in {
	padding-left: 0;
	padding-right: 50px;
	}
	}
#header .logo_txt {
font-size: 80%;
align-self: center;
}
	@media screen and (max-width: 768px) {
	#header .logo_txt {
	display: none;
	}
	}
#header {
transition: .6s;
box-shadow: none;
opacity: 1;
transform: translate(0,-100px);
transform: translate(0,0);
background: #fff;
}
body.active #header {
height: 60px;
}
#header .logo {
padding: 0;
}
#header .logo a {
padding: 10px 20px;
}
#header .logo img {
max-height: 40px;
height: 100%;
width: auto;
}
	@media screen and (max-width: 768px) {
	#header .logo a {
	padding: 10px;
	}
	}
/* header end */

/* menubtn */
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 23px;
right: 13px;
top: 17px;
cursor: pointer;
}
#menubtn {
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #ccc;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 11px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #ccc;
}
#menubtn.active span:nth-of-type(1) {
transform: translateY(11px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
transform: translateY(-11px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
/* menubtn end */

/* menu */
#menu ul {
display: flex;
width: 100%;
height: 100%;
max-width: 800px;
align-items: center;
font-size: 90%;
}
#menu ul li a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center;
padding: 10px;
font-weight: bold;
color: #000;
}
#menu ul li a:hover {
color: #3089E4;
}
#menu li a.comp span {
display: inline-block;
background: linear-gradient(to right, #0A59B9, #00B4FF);
padding: 10px 20px;
border-radius: 0;
font-weight: bold;
border-radius: 30px;
color: #fff;
}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.comp.contact_end span {
background: #999;
}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 600px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu ul li a {
	padding: 5px;
	font-size: 90%;
	color: #fff;
	}
	#menu li a.comp span {
	padding: 10px 10px;
	border-radius: 30px;
	}
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: #000;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	font-size: 130%;
	}
	#menu li > a > * {
	padding: 20px;
	color: #fff;
	}
	#menu ul li a.comp {
	padding: 20px;
	}
	#menu ul li a.comp span {
	display: block;
	background: #fff;
	color: #000;
	}
	}

#menu ul {
max-width: 800px;
}
#menu ul li.sns {
display: flex;
justify-content: center;
}
#menu ul li.sns a {
padding: 10px;
}
#menu ul li.sns img {
max-width: 30px;
vertical-align: bottom;
opacity: 1;
}
#menu ul li.sns .fb span {
display: inline-block;
background: url("../images/icon_f_w.png") no-repeat center center / contain;
}
#menu ul li.sns .tw span {
display: inline-block;
background: url("../images/icon_x_w.png") no-repeat center center / contain;
}
	@media screen and (max-width: 768px) {
	#menu ul li.sns .tw span img,
	#menu ul li.sns .fb span img {
	opacity: 0;
	}
	}
	@media screen and (max-width: 768px) {
	#menu {
	background: #fff;
	}
	#menu.active {
	height: 100vh;
	}
	}
#menu ul li a {
color: #000;
padding: 10px 20px;
}
#menu ul li a:hover {
opacity: 0.7;
}
/* menu end */

/* footer */
#footer {
padding: 50px 0;
background: #fff;
}
#footer a {
transition: 0.3s;
}
#footer a:hover {
opacity: 0.7;
}
.company_logo {
padding: 30px;
text-align: center;
max-width: 260px;
margin: 0 auto;
}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #ddd;
}
#nav ul li.sns {
display: none;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 20px;
color: #000;
}
.footer_link {
text-align: center;
font-size: 90%;
padding: 0 20px;
}
.footer_link a {
text-decoration: none;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 10px 20px 10px;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    }
	}
#footer .txt {
margin-bottom: 20px;
}
#footer {
background: #0B3B63;
}
#footer {
color: #fff;
}
#footer #nav ul li a {
color: #fff;
}
#footer .footer_link a {
color: #fff;
}
#footer .copy {
color: #fff;
}
#footer {
background: url("../images/visual_bg02.png") no-repeat center top / 100% auto,linear-gradient(90deg, #002c5a 0%, #00549c 100%);
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	#footer {
	background: url("../images/visual_bg02_sp.png") no-repeat center top / 100% auto,linear-gradient(90deg, #002c5a 0%, #00549c 100%);
	background-attachment: fixed;
	}
	}
/* footer end */

/* pagetop */
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
z-index: 100;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: rgba(0,0,0,0.8);
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* pagetop end */

/* visual */
#visual {
position: relative;
width: 100%;
height: 500px;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
height: 100%;
max-width: 1400px;
background: none!important;
}
#visual .area_in img {
width: 100%;
height: auto;
}
	@media screen and (min-width: 768px) and (max-width: 1000px) {
	#visual {
	height: auto;
	}
	#visual .area_in img {
	height: calc(100vw * (500 / 1000));
	}
	}
	@media screen and (max-width: 768px) {
	#visual {
	height: auto;
	padding: 0!important;
	}
	#visual .area_in {
	background: url("../images/visual_sp.png") no-repeat left top / contain;
	}
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (350 / 800));
	opacity: 0;
	}
	}
/* visual */
#visual {
height: auto;
background: none;
padding-top: 0!important;
background: none;
}
#wrap #visual.area {
padding: 50px 0 0;
}
#visual .area_in {
display: flex;
align-items: center;
width: 100%;
height: 100%;
max-width: 1100px;
display: block;
}
#visual .visual_tit {
display: flex;
height: 300px;
width: 100%;
align-items: flex-start;
justify-content: center;
flex-flow: column nowrap;
font-size: 400%;
font-weight: 900;
}
#visual .visual_tit span {
/*
background: linear-gradient(180deg, #0B3B63 0%, #0B3B63 40%, #316285 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
*/
}
	@media screen and (max-width: 768px) {
	#visual .visual_tit {
	height: 300px;
	font-size: 300%;
	}
	}
	@media screen and (max-width: 500px) {
	#visual .visual_tit {
	height: 250px;
	font-size: 200%;
	}
	}
#visual .visual_tit {
height: 400px;
width: 50%;
}
.visual_txt_box {
text-align: left;
width: 50%;
position: absolute;
top: 50%;
right: 20px;
transform: translate(0,-50%);
background: rgba(255,255,255,0.7);
padding: 30px;
border-radius: 20px;
box-sizing: border-box;
margin-left: 20px;
}
.visual_txt_box_tit {
font-size: 150%;
margin-bottom: 20px;
font-weight: 700;
}
.visual_txt_box_txt span {
font-weight: 700;
background: linear-gradient(transparent 70%, #ff6 70%);
}
	@media screen and (max-width: 1130px) {
	#visual .visual_tit {
	font-size: 350%;
	}
	}
	@media screen and (max-width: 970px) {
	#visual .visual_tit {
	font-size: 300%;
	height: 500px;
	}
	}
	@media screen and (max-width: 768px) {
	#visual .visual_tit {
	height: 200px;
	font-size: 300%;
	width: 100%;
	}
	.visual_txt_box {
	width: 100%;
	position: inherit;
	top: inherit;
	right: inherit;
	transform: inherit;
	margin: 0;
	padding: 20px;
	}
	.visual_txt_box_tit {
	font-size: 120%;
	}
	}
	@media screen and (max-width: 500px) {
	#visual .visual_tit {
	height: 150px;
	font-size: 200%;
	}
	}
#visual.type-A {
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.0) 80%), #fff url("../images/visual_bg.jpg") no-repeat right top / auto 100%;
background-attachment: fixed;
animation: none;
}
	@media screen and (max-width: 768px) {
	#visual.type-A {
	background-image: url("../images/visual_bg_sp.jpg");
	background-size: 100% auto;
	}
	}
#visual.type-B {
background: linear-gradient(to right, rgba(14,15,43,0.4) 0%, rgba(14,15,43,0.8) 40%, rgba(14,15,43,0.0) 80%), #020c21 url("../images/visual-B_bg.jpg") no-repeat center top / 100% auto;
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	#visual.type-B {
	background-image: url("../images/visual-B_bg_sp.jpg");
	background-size: 100% auto;
	}
	}
#visual.type-B .visual_tit span {
background: linear-gradient(180deg, #fff 0%, #fff 40%, #C2DAF0 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#visual.type-B .visual_txt_box {
background: rgba(255, 255, 255, 0.2);
background: rgba(28,68,112,0.6);
color: #fff;
box-shadow: 0 0 10px #020c21;
}
#visual.type-B .visual_txt_box_txt span {
background: linear-gradient(transparent 90%, #ff6 90%);
line-height: 1.6;
}
#visual h1 {
opacity: 0;
transform: translate(0,-100px);
transition: .6s;
}
body.effect_active #visual h1 {
opacity: 1;
transform: translate(0,0);
}

/* visual end */

/* lead */
/* lead end */

/* contact */
/* contact end */

/* title */
/* title end */

/* program */
/* program end */

/* timetable_area */
/* timetable_area end */

/* program_nav */
/* program_nav end */

/* program_table */
/* program_table end */

/* program_table_head */
/* program_table_head end */

/* popup */
.mfp-bg {
opacity: 0.9;
background: #000;
}
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
max-width: inherit!important;
padding: 50px 50px;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
button.mfp-arrow.mfp-arrow-left {
background: url(../js/prev_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
button.mfp-arrow.mfp-arrow-right {
background: url(../js/next_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
/*
左右矢印を中央に寄せる
	@media screen and (min-width: 768px) {
	button.mfp-arrow.mfp-arrow-left {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-370px, -25px);
	}
	button.mfp-arrow.mfp-arrow-right {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(320px, -25px);
	}
	}
*/
	
.mfp-arrow:after,
.mfp-arrow:before {
display: none;
}
.pop_prev,
.pop_next {
position: fixed;
top: 50%;
z-index: 100;
display: block;
width: 50px;
height: 50px;
cursor: pointer;
text-indent: -9999px;
transition: .3s;
}
.pop_prev {
left: 10px;
background: url(../js/prev_w.png) no-repeat center center / cover;
}
.pop_next {
right: 10px;
background: url(../js/next_w.png) no-repeat center center / cover;
}
.pop_prev:hover,
.pop_next:hover {
opacity: 0.7;
}
button.mfp-arrow.mfp-arrow-left,
button.mfp-arrow.mfp-arrow-right {
display: none;
}
/* popup end */

/* popup_box */
.popup_box {
margin: 60px 10px 10px 10px;
background: #fff;
border-radius: 0px;
padding: 30px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
max-width: 900px;
margin: 0 auto;
font-weight: 400;
font-size: 120%;
}
.popup_box.program .layout .photo {
flex: 0 1 250px;
}
@media screen and (max-width: 768px) {
.popup_box.program .layout {
flex-flow: column nowrap;
}
.popup_box.program .layout .photo {
text-align: center;
flex: 1 0 0%;
}
.popup_box.program .layout .info {
padding: 20px 0 0 0;
}
}
/* popup_box end */

/* TECH+ */




.list {
display: flex;
flex-flow: row wrap;
}
.list .item {
flex: 0 1 33.33%;
padding: 10px;
max-width: 340px;
}
.list .item > *.link {
color: #000;
text-decoration: none;
display: block;
padding: 5px;
padding: 10px;
height: 100%;
transition: .6s;
}
.list .item > *.link:hover {
transform: translate(0,-10px);
background: rgba(20,160,222,0.7);
background: rgba(46,199,132,0.8);
color: #fff!important;
}
.list .layout {
display: flex;
display: block;
flex-flow: row wrap;
height: 100%;
max-width: 300px;
margin: 0 auto;
}
.list .layout .image {
flex: 1 0 100%;
text-align: center;
}
.list .layout .image img {
max-width: 300px;
width: 100%;
}
.list .layout .info {
flex: 1 0 100%;
padding: 15px 0 10px;
}
.list .layout .info .tit {
margin-bottom: 10px;
margin: 0;
font-size: 120%;
line-height: 1.3;
}
	@media screen and (max-width: 500px) {
	.list .layout .info .tit {
	font-size: 100%;
	}
	}
.list .layout .info .txt {
line-height: 1.6;
}
.list.list_4column .item {
	flex: 0 1 25%;
	max-width: 100%;
}
	@media screen and (min-width: 768px) and (max-width: 1000px) {
	}
	@media screen and (max-width: 768px) {
	.list.list_4column .item {
	flex: 0 1 50%;
	max-width: 100%;
	}
	}
	@media screen and (max-width: 768px) {
	.list .item {
	flex: 0 1 100%;
	max-width: 100%;
	}
	}
	@media screen and (max-width: 1020px) {
	.slide.list {
	padding: 0 20px;
	}
	}
.list.slide_1column .item {
flex: 0 1 100%;
max-width: 100%;
}
.list.slide_1column .layout {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto 1fr;
gap: 20px;
align-items: start;
max-width: 100%;
}
.list.slide_1column .layout .image  {
grid-row: 1 / -1;
width: 400px;
height: auto;
}
.list.slide_1column .layout .image img {
width: 100%;
max-width: 400px;
height: auto;
}
.list.slide_1column .layout .tag_box {
grid-column: 2;
grid-row: 1;
margin: 0;
}
.list.slide_1column .layout .info {
grid-column: 2;
grid-row: 2;
padding: 0;
}
.list.slide_1column .layout .info .tit {
font-size: 160%;
}
.list.slide_1column .layout .info .txt {
margin-top: 20px;
}
.list .btn {
position: relative;
background: #14A0DE;
background: rgba(46,199,132,1);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
width: 150px;
height: 30px;
border-radius: 15px;
padding: 0 15px 0 0;
line-height: 1;
margin-top: 5px;
margin-left: auto;
transition: .6s;
}
.list a:hover .btn {
background: #00549c;

background: #13A58B;
}
.list .btn::before {
content: "";
border: 5px solid transparent;
border-left-color: #fff;
position: absolute;
right: 7px;
top: 50%;
transform: translate(0,-50%);
}
	@media screen and (max-width: 768px) {
	.list.slide_1column .layout {
	grid-template-columns: auto;
	grid-template-rows: auto;
	gap: 10px;
	}
	.list.slide_1column .layout .image  {
	grid-row: 1;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	}
	.list.slide_1column .layout .image  img {
	max-width: 100%;
	width: 400px;
	}
	.list.slide_1column .layout .tag_box {
	grid-column: 1;
	grid-row: 2;
	}
	.list.slide_1column .layout .info {
	grid-column: 1;
	grid-row: 3;
	}
    .list.slide_1column .prev-arrow {
	top: calc(100vw * (200 / 300) / 2);
	}
    .list.slide_1column .next-arrow {
	top: calc(100vw * (200 / 300) / 2);
    }
	}
.slide-arrow {
position: absolute;
top: 50%;
z-index: 10;
width: 50px;
cursor: pointer;
transition: .3s;
background: #00549c;
border-radius: 50%;
}
.slide-arrow:hover {
opacity: 0.7;
}
.prev-arrow {
left: 0;
transform: translate(-100%,-50%);
}
.next-arrow {
right: 0;
transform: translate(100%,-50%);
}
	@media screen and (max-width: 1020px) {
	.dl_list.list.slide {
	padding: 0 30px;
	}
	.prev-arrow {
	left: 0;
	transform: translate(-10%,-50%);
	}
	.next-arrow {
	right: 0;
	transform: translate(10%,-50%);
	}
	}
.slick-track {
display: flex;
align-items: inherit;
}
.slick-slide {
height: auto !important;
}
.slick-slide > * {
height: 100%;
}
.list .item {
height: 100%;
}
.list .item > *.link {
height: 100%;
}



/* tit */
.tit_box {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
padding: 0;
margin-bottom: 30px;
}
.tit_box .tit_box_icon {
flex: 0 1 100px;
}
.tit_box .tit_box_txt {
flex: 1 0 0%;
display: flex;
}
.tit_box .tit_box_txt .tit {
flex: 1 0 0%;
font-size: 220%;
line-height: 1.2;
}
.tit_box .tit_box_txt .txt {
flex: 0 1 30em;
line-height: 1.6;
font-size: 110%;
padding-left: 1em;
align-self: center;
}
	@media screen and (max-width: 980px) {
	.tit_box .tit_box_txt .tit {
	flex: 1 0 50%;
	}
	.tit_box .tit_box_txt .txt {
	flex: 0 1 50%;
	}
	}
	@media screen and (max-width: 768px) {
	.tit_box {
	margin-bottom: 10px;
	}
	.tit_box .tit_box_icon {
	flex: 0 1 80px;
	}
	.tit_box .tit_box_txt {
	flex: 1 0 0%;
	display: block;
	padding-right: 0.5em;
	}
	.tit_box .tit_box_txt {
	padding-left: 20px;
	}
	.tit_box .tit_box_icon + .tit_box_txt {
	padding-left: 0;
	}
	.tit_box .tit_box_txt .txt {
	padding-left: 0;
	}
	}
	@media screen and (max-width: 500px) {
	.tit_box .tit_box_txt .tit {
	font-size: 170%;
	}
	}
/* tit end */
	
/* tag */
.tag_box {
display: flex;
flex-flow: row wrap;
margin: 15px auto 0;
width: 100%;
}
.tag_box > * {
background: #00549c;
color: #fff;
padding: 5px;
line-height: 1.1;
font-size: 90%;
margin: 0 2px 2px 0;
}
/* tag end */

/* area type * /
.area.type-A {
padding-top: 30px!important;
padding-bottom: 0;
background: #fff;
background: #fff url("../images/visual_bg03.png") no-repeat center top / 100% auto;
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	.area.type-A {
	background: #fff url("../images/visual_bg03_sp.png") no-repeat center top / 100% auto;
	background-attachment: fixed;
	padding-top: 20px!important;
	}
	}
.area.type-B {
padding-top: 30px!important;
padding-bottom: 0;
background: url(../images/visual_bg02.png) no-repeat center top / 100% auto, linear-gradient(90deg, #002c5a 0%, rgba(0, 84, 155, 1) 100%);
background-attachment: fixed;
color: #fff;
}
	@media screen and (max-width: 768px) {
	.area.type-B {
	background: url("../images/visual_bg02_sp.png") no-repeat center top / 100% auto,linear-gradient(90deg, #002c5a 0%, rgba(0,84,155,1) 100%);
	padding-top: 20px!important;
	}
	}
.area.type-B .list .item > *.link {
color: #fff;
}
.area.type-B .tag_box > * {
background: #14A0DE;
}
.contents .area.type-A + .area:nth-child(even).area.type-A {
background-color: #E0ECF7;
}
.contents .area.type-B + .area:nth-child(even).area.type-B {
background: url(../images/visual_bg02.png) no-repeat center top / 100% auto, linear-gradient(90deg, #002449 0%, #00427B 100%);
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	.area.type-B {
	background: url("../images/visual_bg02_sp.png") no-repeat center top / 100% auto,linear-gradient(90deg, #002449 0%, #00427B 100%);
	padding-top: 20px!important;
	}
	}
/* area type end */


/* datadriven */
#visual,
#visual.type-A,
#visual.type-B {
}
#visual .visual_tit,
#visual.type-A .visual_tit,
#visual.type-B .visual_tit {
font-size: 300%;
}
#visual .visual_tit > b,
#visual.type-A .visual_tit > b,
#visual.type-B .visual_tit > b {
display: flex;
flex-flow: row wrap;
}
	@media screen and (max-width: 768px) {
	#visual .visual_tit,
	#visual.type-A .visual_tit,
	#visual.type-B .visual_tit {
	font-size: 220%;
	line-height: 1.2;
	}
	}
	@media screen and (max-width: 500px) {
	#visual .visual_tit,
	#visual.type-A .visual_tit,
	#visual.type-B .visual_tit {
	font-size: 180%;
	}
	}
#visual.type-A,
.area.type-Visual.type-A {
background: linear-gradient(to right, rgba(5,30,60, 0.8) 0%, rgba(5,30,60, 0.6) 40%, rgba(5,30,60, 0.0) 80%), rgba(5,30,60,1) url(../images/visual_bg.jpg) no-repeat center top / 100% auto;
background-attachment: fixed;
}
#visual + .contents .area.type-Visual.type-A {
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%), linear-gradient(to right, rgba(5,30,60, 1) 0%, rgba(5,30,60, 0.8) 40%, rgba(5,30,60, 0.0) 80%), rgba(5,30,60,1) url(../images/visual_bg.jpg) no-repeat center top / 100% auto;
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	#visual.type-A,
	.area.type-Visual.type-A {
	background: linear-gradient(to right, rgba(5,30,60, 0.8) 0%, rgba(5,30,60, 0.6) 40%, rgba(5,30,60, 0.0) 80%), rgba(5,30,60,1) url("../images/visual_bg_sp.jpg") no-repeat right top / 100% auto;
	background-attachment: fixed;
	}
	}
#visual.type-A .visual_tit span {
/*
background: linear-gradient(rgb(132, 236, 240) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 80%) text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
*/
color: #fff;
text-shadow: 0 0 20px rgba(46,199,132,1);
}
#visual.type-A .visual_txt_box {
background: rgba(5,30,60,0.9);
box-shadow: 0 0 10px rgba(46,199,132,0.9);
color: #fff;
}
#visual.type-A .visual_txt_box_txt span {
background: linear-gradient(transparent 70%, rgba(46,199,132,0.6) 70%);
}
#visual.type-B,
.area.type-Visual.type-B {
background: linear-gradient(to right, rgba(255,255,255, 0.8) 0%, rgba(255,255,255, 0.6) 40%, rgba(255,255,255, 0.0) 80%), rgba(200,244,225,1) url("../images/visual-B_bg.jpg") no-repeat center top / 100% auto;
background-attachment: fixed;
}
#visual + .contents .area.type-Visual.type-B {
background: linear-gradient(to bottom, rgba(200,244,225,0.5) 0%, rgba(200,244,225,0) 100%), linear-gradient(to right, rgba(255,255,255, 0.8) 0%, rgba(255,255,255, 0.6) 40%, rgba(255,255,255, 0.0) 80%), rgba(200,244,225,1) url("../images/visual-B_bg.jpg") no-repeat center top / 100% auto;
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	#visual.type-B,
	.area.type-Visual.type-B {
	background: linear-gradient(to right, rgba(255,255,255, 0.8) 0%, rgba(255,255,255, 0.6) 40%, rgba(255,255,255, 0.0) 80%), rgba(200,244,225,1) url("../images/visual-B_bg_sp.jpg") no-repeat right top / 100% auto;
	background-attachment: fixed;
	}
	}
#visual.type-B .visual_tit span {
background: linear-gradient(#00254D 0%, #00254D 40%,#668CA6 80%) text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#visual.type-B .visual_txt_box {
background: rgba(255,255,255,0.7);
box-shadow: 0 0 10px rgba(2,43,91,0.9);
color: #00264E;
}
#visual.type-B .visual_txt_box_txt span {
background: linear-gradient(transparent 70%, rgba(46,199,132,1) 70%);
}
.slide-arrow {
background: #00254D;
}
#footer {
background: url(../images/visual_bg02.png) no-repeat center top / 100% auto, linear-gradient(90deg, #051E3C 0%, #051E3C 100%);
background-attachment: fixed;
}

.area.type-A {
padding-top: 30px!important;
padding-bottom: 0;
background: #fff;
background: #fff url("../images/visual_bg03.png") no-repeat center top / 100% auto;
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	.area.type-A {
	background: #fff url("../images/visual_bg03_sp.png") no-repeat center top / 100% auto;
	background-attachment: fixed;
	padding-top: 20px!important;
	}
	}
.area.type-B {
padding-top: 30px!important;
padding-bottom: 0;
background: url(../images/visual_bg02.png) no-repeat center top / 100% auto, linear-gradient(90deg, #00254D 0%, #00254D 100%);
background-attachment: fixed;
color: #fff;
}
	@media screen and (max-width: 768px) {
	.area.type-B {
	background: url("../images/visual_bg02_sp.png") no-repeat center top / 100% auto,linear-gradient(90deg, #00254D 0%, #00254D 100%);
	padding-top: 20px!important;
	}
	}
.area.type-A .list .item > *.link {
color: #000;
}
.area.type-B .list .item > *.link {
color: #fff;
}
.area.type-Visual.type-B .tag_box > *,
.area.type-A .tag_box > * {
background: #051E3C;
background: #13A58B;
}
.area.type-Visual.type-A .tag_box > *,
.area.type-B .tag_box > * {
background: #14A0DE;
background: #13A58B;
}
.area.type-Visual.type-B .link:hover .tag_box > *,
.area.type-A .link:hover .tag_box > *,
.area.type-Visual.type-A .link:hover .tag_box > *,
.area.type-B .link:hover .tag_box > * {
background: #fff;
color: #13A58B;
}

.area.type-Visual.type-A,
.area.type-Visual.type-A .list .item > *.link {
color: #fff;
}
.area.type-Visual.type-B,
.area.type-Visual.type-B .list .item > *.link {
color: #000;
}
.contents .area.type-A + .area:nth-child(even).area.type-A {
background-color: #eee;
}
.contents .area.type-B + .area:nth-child(even).area.type-B {
background: url(../images/visual_bg02.png) no-repeat center top / 100% auto, linear-gradient(90deg, #051E3C 0%, #051E3C 100%);
background-attachment: fixed;
}
	@media screen and (max-width: 768px) {
	.area.type-B {
	background: url("../images/visual_bg02_sp.png") no-repeat center top / 100% auto,linear-gradient(90deg, #051E3C 0%, #051E3C 100%);
	padding-top: 20px!important;
	}
	}


/* datadriven end */

/* css end */



















