﻿/* ============================================================
reset
============================================================ */

*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 16px;
line-height: 1.3;
scroll-behavior: smooth;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #000;
font-family: sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
min-height: 100vh;
text-rendering: optimizeSpeed;
-webkit-font-smoothing: antialiased;
}
li{
list-style: none;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
img,
picture,
svg,
video {
vertical-align: bottom;
display: block;
max-width: 100%;
}
a {
color: #000;
}

/* ============================================================
root
============================================================ */

:root {
/* base */
--font_base: 'Noto Sans JP',sans-serif;
--font_en: 'Inter','Noto Sans JP',sans-serif;
--font_size_base: clamp(13px, 1.38vw, 16px);
--area_in_width: 1040px;
--size_5-10: clamp(5px, 1.11vw, 10px);
--size_6-10: clamp(6px, 1.11vw, 10px);
--size_7-10: clamp(7px, 1.11vw, 10px);
--size_10-20: calc(var(--size_5-10) * 2);

/* color */
--lt_c: #FFFFFF;
--dk_c: #001744;
--base_c: #256CF7;
--base_lt_c: #92B6FB;
--base_dk_c: #001744;
--main_c: #6BFFB3;
--main_lt_c: #FFFFFF;
--main_dk_c: #FFFFFF;
--sub_c: #12D4FF;
--sub_lt_c: #FFFFFF;
--sub_dk_c: #FFFFFF;

/* color rgba */
--lt_rgba_c: 255, 255, 255,1;
--dk_rgba_c: 0, 23, 68,1;
--base_rgba_c: 37, 108, 247,1;
--base_lt_rgba_c: 146, 182, 251,1;
--base_dk_rgba_c: 0, 23, 68,1;
--main_rgba_c: 107, 255, 179,1;
--main_lt_rgba_c: 255, 255, 255,1;
--main_dk_rgba_c: 255, 255, 255,1;
--sub_rgba_c: 18, 212, 255,1;
--sub_lt_rgba_c: 255, 255, 255,1;
--sub_dk_rgba_c: 255, 255, 255,1;

/* color gradation */
--gra_ltrgb0-1-t_c: linear-gradient(to top, rgba(255, 255, 255,0), rgba(255, 255, 255,1));
--gra_ltrgb0-1-b_c: linear-gradient(to bottom, rgba(255, 255, 255,0), rgba(255, 255, 255,1));
--gra_dkrgb0-1-t_c: linear-gradient(to top, rgba(0, 23, 68,0), rgba(0, 23, 68,1));
--gra_dkrgb0-1-b_c: linear-gradient(to bottom, rgba(0, 23, 68,0), rgba(0, 23, 68,1));
--gra_mainsub-r_c: linear-gradient(to right, rgba(#6BFFB3,0), rgba(#12D4FF,1));
--gra_basergb0-1-t_c: linear-gradient(to top, rgba(37, 108, 247,0), rgba(37, 108, 247,1));
--gra_basergb0-1-b_c: linear-gradient(to bottom, rgba(37, 108, 247,0), rgba(37, 108, 247,1));
--gra_mainrgb0-1-t_c: linear-gradient(to top, rgba(107, 255, 179,0), rgba(107, 255, 179,1));
--gra_mainrgb0-1-b_c: linear-gradient(to bottom, rgba(107, 255, 179,0), rgba(107, 255, 179,1));
--gra_subrgb0-1-t_c: linear-gradient(to top, rgba(18, 212, 255,0), rgba(18, 212, 255,1));
--gra_subrgb0-1-b_c: linear-gradient(to bottom, rgba(18, 212, 255,0), rgba(18, 212, 255,1));

/* day */
--d1_c: #FFFFFF;
--d2_c: #FFFFFF;
--d3_c: #FFFFFF;
--d4_c: #FFFFFF;
--d5_c: #FFFFFF;

/* cate */
--c1_c: #12D4FF;
--c2_c: #2D15FF;
--c3_c: #FE00E2;
--c4_c: #001744;
--c5_c: #FFFFFF;

/* color bg case */
--bglt_c: var(--lt_c);
--bglt_txt_c: var(--dk_c);
--bglt_link_c: var(--main_c);
--bglt_line_c: rgba(0, 23, 68,0.2);
--bgdk_c: var(--dk_c);
--bgdk_txt_c: var(--lt_c);
--bgdk_link_c: var(--main_c);
--bgdk_line_c: rgba(255, 255, 255,0.2);

/* parts area */
--area_space: calc(var(--size_6-10) * 5);
--area_box_space: calc(var(--size_6-10) * 6);

/* parts box */
--box_space: calc(var(--size_7-10) * 3);
--box_gap: calc(var(--size_7-10) * 2);
--box_corner: calc(var(--size_7-10) * 1);
--box_shadow: 0 0 10px rgba(0, 0, 0, 0.2);
--box_ss_space: calc(var(--size_7-10) * 2);
--box_ss_gap: calc(var(--size_7-10) * 1);
--box_ss_corner: calc(var(--size_7-10) * 0.6);
--box_ss_shadow: 0 0 10px rgba(0, 0, 0, 0.0);

/* parts icon */
--cross_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M70.55 32.35 67.72 29.52 50.04 47.2 32.37 29.52 29.54 32.35 47.22 50.03 29.54 67.71 32.37 70.54 50.04 52.86 67.72 70.54 70.55 67.71 52.87 50.03 70.55 32.35z" fill="%23fff" /%3E%3C/svg%3E') no-repeat center / contain;
--burger_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M72,32H28v-4h44v4ZM72,48H28v4h44v-4ZM72,68H28v4h44v-4Z" fill="%23ddd" /%3E%3C/svg%3E') no-repeat center / contain;
--fb_icon_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M73.09,55.83l2.75-17.96h-17.23v-11.66c0-4.91,2.41-9.7,10.13-9.7h7.84V1.21s-7.11-1.21-13.91-1.21c-14.19,0-23.47,8.6-23.47,24.17v13.69h-15.78v17.96h15.78v44.17h19.42v-44.17h14.48Z" fill="%23ffffff" /%3E%3C/svg%3E') no-repeat center / contain;
--x_icon_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M59.31,42.34L95.74,0h-8.63l-31.63,36.77L30.21,0H1.08l38.2,55.6L1.08,100h8.63l33.4-38.83,26.68,38.83h29.14l-39.62-57.66h0ZM47.49,56.09l-3.87-5.54L12.82,6.5h13.26l24.85,35.55,3.87,5.54,32.31,46.21h-13.26l-26.36-37.71h0Z" fill="%23ffffff" /%3E%3C/svg%3E') no-repeat center / contain;
--fb_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M73.09,55.83l2.75-17.96h-17.23v-11.66c0-4.91,2.41-9.7,10.13-9.7h7.84V1.21s-7.11-1.21-13.91-1.21c-14.19,0-23.47,8.6-23.47,24.17v13.69h-15.78v17.96h15.78v44.17h19.42v-44.17h14.48Z" fill="%23var(--dk_c)" /%3E%3C/svg%3E') no-repeat center / contain;
--x_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M59.31,42.34L95.74,0h-8.63l-31.63,36.77L30.21,0H1.08l38.2,55.6L1.08,100h8.63l33.4-38.83,26.68,38.83h29.14l-39.62-57.66h0ZM47.49,56.09l-3.87-5.54L12.82,6.5h13.26l24.85,35.55,3.87,5.54,32.31,46.21h-13.26l-26.36-37.71h0Z" fill="%23var(--dk_c)" /%3E%3C/svg%3E') no-repeat center / contain;
--btn_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23fff" /%3E%3C/svg%3E') no-repeat center / contain;
--prev_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M65.6 24.57 62.77 21.75 37.32 47.2 34.49 50.03 37.32 52.86 37.32 52.86 62.77 78.31 65.6 75.49 40.14 50.03 65.6 24.57Z" fill="%23cccccc" /%3E%3C/svg%3E') no-repeat center / contain;
--next_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23cccccc" /%3E%3C/svg%3E') no-repeat center / contain;
--prev_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M65.6 24.57 62.77 21.75 37.32 47.2 34.49 50.03 37.32 52.86 37.32 52.86 62.77 78.31 65.6 75.49 40.14 50.03 65.6 24.57Z" fill="%23fff" /%3E%3C/svg%3E') no-repeat center / contain;
--next_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23fff" /%3E%3C/svg%3E') no-repeat center / contain;
--top_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M24.54 65.56 21.72 62.73 47.17 37.27 50 34.44 52.83 37.27 52.83 37.27 78.28 62.73 75.46 65.56 50 40.1 24.54 65.56Z" fill="%23fff" /%3E%3C/svg%3E') no-repeat center / contain;

}

/* ============================================================
base
============================================================ */

html {
font-size: var(--fontsize_base);
}
body {
font-size: var(--fontsize_base);
background: var(--dk_c);
color: var(--dk_c);
font-family: var(--font_base);
}
a {
color: var(--dk_c);
}

/* ============================================================
layout
============================================================ */

/* wrap */
#wrap {
min-width: 320px;
padding-top: 80px;
overflow: hidden;
}
    @media screen and (max-width: 768px) {
    #wrap {
    min-width: 320px;
    padding-top: 60px;
    
    }
    }
#wrap.bg_image {
background: var(--main_c) url("../images/visual_bg.jpg") no-repeat center top / 100% auto;
background-attachment: fixed;
}
    @media screen and (max-width: 768px) {
    #wrap.bg_image {
    background-image: url("../images/visual_bg_sp.jpg");
    }
    }
#wrap.bg_image {
background-color: var(--dk_c);
background-size: 100% auto;
}
#wrap .area {
position: relative;
clear: both;
display: block;
z-index: 10;
padding: var(--area_space) 0;
}
#wrap .area_in {
display: flex;
flex-flow: column;
row-gap: var(--area_space);
position: relative;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: var(--area_in_width);
}
.area_txt {
font-size: 1rem;
line-height: 1.6;
}
.area_txt b {
font-weight: 500;
font-size: 1.2rem;
display: inline-block;
margin-bottom: 0.3rem;
}
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}
/* wrap end */
/* contents */
.contents {
}
.contents.type_top {
}
.contents.type_bottom {
}
/* contents end */


/* ============================================================
effect
============================================================ */

/* effect */
.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 end */


/* ============================================================
header
============================================================ */

/* header */
#wrap #header.area {
position: fixed;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
top: 0;
left: 0;
min-width: 320px;
width: 100%;
height: 80px;
z-index: 999;
transition: 0.2s;
padding: 0;
}
    @media screen and (max-width: 768px) {
    #wrap #header.area {
    height: 60px;
    
    }
    }
#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: 0 1 clamp(260px, 30vw, 300px);
align-self: center;
display: flex;
padding-left: 10px;
}
#header .logo a {
display: flex;
height: 100%;
}
#header .logo img {
width: 100%;
max-width: clamp(100px, 9.02vw, 130px);
aspect-ratio: 360 / 120;
}
	@media screen and (max-width: 768px) {
	#header .area_in {
	padding-left: 0;
	padding-right: 50px;
	}
	}

/* header end */


/* ============================================================
menu
============================================================ */

/* menu */
#menubtn {
display: none;
position: absolute;
width: 50px;
height: 100%;
right: 0;
top: 0;
cursor: pointer;
transition: .3s;
background: var(--burger_icon);
z-index: 99999;
}
#menubtn.active {
background: var(--cross_icon);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
.menu li a {
display: inline-block;
text-decoration: none;
font-weight: bold;
text-align: center;
}
	@media screen and (min-width: 768px) {
	#menu {
	flex: 1 0 0%;
	display: flex;
	column-gap: 20px;
	align-items: center;
	padding: 0 20px;
	}
	#menu ul.menu {
	flex: 1 0 0%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	font-size: 0.8rem;
	gap: 5px 30px;
	}
	#menu ul.menu li a {
	width: 100%;
	height: 100%;
	padding: 0;
	color: var(--dk_c);;
	}
	#menu ul.menu li a:hover {
	color: var(--base_c);
	}
	}
	@media screen and (min-width: 768px) and (max-width: 1000px) {
	#menu {
	padding: 0 10px;
	}
	#menu ul.menu  {
	font-size: 0.8rem;
	gap: 5px 20px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 20px 0;
	background: var(--dk_c);;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	row-gap: 20px;
	}
	#menu.active {
	left: 0;
	}
	#menu ul.menu {
	display: block;
	}
	#menu ul.menu li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	padding: 10px;
	color: #fff;
	}
	}

/* button */
#button .button_box > a.comp {
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 40px;
border-radius: 20px;
padding: 5px;
font-weight: 600;
font-size: 0.9rem;
}
	@media screen and (min-width: 768px) {
	#button {
	flex: 0 1 150px;
	height: 100%;
	}
	#button .button_box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	}
	#button .button_box > a.comp {
	transition: .3s;
	background: var(--main_c);
color: var(--dk_c);
border-radius: 999px;
	}
	#button .button_box > a.comp:hover {
	opacity: 0.7;
	}
	}
	@media screen and (max-width: 768px) {
	#button .button_box > a.comp {
    background: #fff;
color: var(--dk_c);
border-radius: 999px;
	}
	}
#button .button_box > a.comp.contact_end {
background: #999!important;
}
#menu .sns {
display: flex;
justify-content: center;
column-gap: 20px;
}
#menu .sns a span {
display: inline-block;
text-indent: -9999px;
width: 30px;
height: 30px;
}
#menu .sns .fb span {
background: var(--fb_icon_w);
background: var(--fb_icon);
}
#menu .sns .x span {
background: var(--x_icon_w);
background: var(--x_icon);
}
	@media screen and (max-width: 768px) {
	#menu .sns .fb span {
	background: var(--fb_icon_w);
	}
	#menu .sns .x span {
	background: var(--x_icon_w);
	}
	}
@media screen and (min-width: 768px) {
#menu .menu.snswrap {
position: relative;
padding-right: 100px;
}
#menu .menu.snswrap .sns {
position: absolute;
right: 0;
}
}

/* menu end */


/* ============================================================
footer
============================================================ */

/* footer */
#footer {
background: var(--dk_c);
color: var(--lt_c);
}
#footer .area_in {
display: flex;
flex-flow: column;
gap: var(--box_gap);
font-size: 0.9rem;
}
.ftext {
text-align: center;
line-height: 1.6;
font-size: 0.8rem;
}
.copy {
text-align: center;
font-size: 0.8rem;
}

#nav {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
gap: 40px;
}
#nav li {
position: relative;
}
#nav li:not(:last-child)::before {
content: "";
display: block;
width: 1px;
height: 100%;
background: rgba(255, 255, 255,0.2);
position: absolute;
right: -20px;
top: 50%;
transform: translate(0,-50%);
}
#nav li a {
display: inline-block;
text-decoration: none;
color: var(--lt_c);
}
#nav li.sns {
display: none;
}
	@media screen and (min-width: 768px) {
	#nav li a:hover {
	text-decoration: underline;
	}
	}
	@media screen and (max-width: 768px) {
    #nav {
	gap: 0;
    flex-flow: column wrap;
    justify-content: flex-start;
    
    }
	#nav li:not(:last-child)::before {
	width: 100%;
	height: 1px;
	top: inherit;
	bottom: 0;
	right: inherit;
	left: 0;
	transform: none;
	}
    #nav li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    }
    }

.footer_link {
text-align: center;
color: var(--lt_c);
}
.footer_link a {
color: var(--lt_c);
}
/* footer end */


/* ============================================================
fixedui
============================================================ */
/* fixedui */
/* pagetop */
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: .3s;
opacity: 0;
z-index: 100;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: calc(var(--size_7-10) * 6);
height: calc(var(--size_7-10) * 6);
border-radius: 999px;
background: rgba(0, 23, 68,0.8);
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: calc(var(--size_7-10) * 4);
aspect-ratio: 1 / 1;
object-fit: cover;
transform: translate(-50%,-50%);
background: var(--top_arrow_w);
}
/* pagetop end */


/* ============================================================
contact
============================================================ */

/* contact */
#wrap .contact_area {
background: none;
color: var(--lt_c);
padding-top: 0
}
#wrap .contact_area .area_in {
gap: var(--box_gap);
}
.contact_btn_wrap {
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.contact_txt {
display: block;
text-align: center;
color: var(--lt_c);
}
.contact_btn_box {
display: flex;
align-items: center;
}
.contact_btn {
position: relative;
display: flex;
width: 100%;
max-width: 500px;
height: calc(var(--size_7-10) * 8);
border-radius: 999px;
font-weight: 500;
font-size: 1.5rem;
margin: 0 auto;
align-items: center;
justify-content: center;
text-decoration: none;
text-align: center;
color: var(--dk_c);
transition: .3s;
background: linear-gradient(to right, var(--main_c), var(--main_c));
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.contact_btn span {
display: inline-block;
}
.contact_btn.contact_end {
background: #999;
}
	@media screen and (max-width: 600px) {
	.contact_btn {
    width: 100%;
    max-width: 100%;
    height: calc(var(--size_7-10) * 8);
    font-size: 1.3rem;
    
	}
	}
.contact_btn::before {
content: "";
display: block;
position: absolute;
right: 10px;
top: 50%;
width: calc(var(--size_7-10) * 4);
height: auto;
aspect-ratio: 1 / 1;
background: var(--btn_arrow);
transform: translate(0,-50%);
}
    @media screen and (min-width: 768px) {
    .contact_btn:not(.contact_end)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: rgba(255,255,255,0.0);
    transition: .3s;
    visibility: inherit;
    pointer-events: none;
    width: 100%;
    max-width: 500px;
    height: calc(var(--size_7-10) * 8);
    border-radius: 999px;
    }
    .contact_btn:hover::after {
    background: rgba(255,255,255,0.2);
    }
    }
.contact_btn::before { 
background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23001744" /%3E%3C/svg%3E') no-repeat center / contain; 
}
.contact_txt {
text-align: center;
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.contact_txt b {
color: var(--main_c);
font-size: 1.3rem;
font-weight: 400;
}
.contact_txt span.anno {
display: block;
text-align: left;
border-top: 1px solid var(--main_c);
margin: 0 auto;
font-size: 0.8rem;
line-height: 1.8;
padding-top: var(--box_gap);
}
    @media screen and (max-width: 768px) {
    .contact_txt b {
    font-size: 1rem;
    }
    }
/* contact end */


/* ============================================================
title
============================================================ */

/* title */
.base_tit {
display: flex;
flex-flow: column;
justify-content: flex-start;
align-items: center;
justify-content: center;
color: var(--bgdk_txt_c);

}
.base_tit span {
font-weight: 700;
font-family: var(--font_en);
font-size: 2.5rem;
}
.base_tit b {
position: relative;
font-weight: 600;
font-size: 1.3rem;
}
    @media screen and (max-width: 768px) {
    .base_tit span {
    font-size: 2rem;
    }
    .base_tit b {
    font-size: 1.2rem;
    }
    }
.base_tit {
gap: calc(var(--box_gap) / 2);
}
.base_tit span {
font-weight: 600;
font-size: 3.5rem;
}
.base_tit b {
color: var(--sub_c);
}
@media screen and (max-width: 768px) {
.base_tit span {
font-size: 2.5rem;
}
.base_tit b {
}
}
/* title end */


/* ============================================================
visual
============================================================ */

/* visual */
#wrap #visual {
padding: 0;
background: none;
}
#wrap #visual .area_in {
padding: 0;
margin: 0 auto;
background: url("../images/visual.png") no-repeat center center / contain;
aspect-ratio: 1200 / 630;
max-width: 1000px;
width: 100%;
height: auto;
}
#visual .area_in img {
aspect-ratio: 1200 / 630;
max-width: 1000px;
width: 100%;
height: auto;
opacity: 0;
}
    @media screen and (max-width: 768px) {
    #wrap #visual .area_in {
    background-image: url("../images/visual_sp.png");
    aspect-ratio: 800 / 800;
    
    }
    #visual .area_in img {
    aspect-ratio: 800 / 800;
    }
    }
@media screen and (max-width: 768px) { 
#wrap #visual .area_in, 
#visual .area_in img { 
aspect-ratio: 800 / 600; 
} 
}
#visual.bg_slide {
position: relative;
overflow: hidden;
}
#visual.bg_slide .area_in {
position: relative;
z-index: 2;
}
.bg_slide_list {
position: fixed;
inset: 0;
width: 100%;
height: 100vh;
overflow: hidden;
z-index: -1;
pointer-events: none;
}
.bg_slide_list li {
position: absolute;
inset: 0;
opacity: 0;
animation-name: bgFade;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.bg_slide_list img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@keyframes bgFade {
0% {
opacity: 0;
}
3% {
opacity: 1;
}
9% {
opacity: 1;
}
12% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.contents:not(.type_top) {
background: var(--main_c) url("../images/visual_bg.jpg") no-repeat center top / 100% auto;
background-attachment: fixed;
background-color: var(--dk_c);
background-size: 100% auto;
position: relative;
z-index: 20;
}
@media screen and (max-width: 768px) {
.contents:not(.type_top) {
background-image: url("../images/visual_bg_sp.jpg");
}
}
#visual:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: linear-gradient(to bottom, rgba(0, 23, 68,0.2), rgba(0, 23, 68,0.5), rgba(0, 23, 68,1));
z-index: 2;
}
#wrap .contents.type_01 .contact_area {
background: linear-gradient(to bottom, rgba(0, 23, 68,1), rgba(0, 23, 68,0));
}


/* visual_area end */


/* ============================================================
lead
============================================================ */

/* lead */
#wrap #lead_area.area {
color: var(--lt_c);
}
#wrap #lead_area .area_in {
}
#lead_area .base_tit {
}
.lead_tit {
font-size: 1.5rem;
}
.lead_txt {
font-size: 1rem;
line-height: 1.8;
}
.lead_box { 
width: 100%; 
display: flex; 
flex-flow: column; 
line-height: 1.6; 
gap: var(--box_gap); 
text-align: center; 
padding-bottom: var(--area_space); 
} 
#lead_area .add_box .item .layout { 
display: flex; 
flex-flow: row wrap; 
gap: var(--box_space); 
} 
#lead_area .add_box .item .layout .image { 
flex: 0 1 40%; 
} 
#lead_area .add_box .item .layout .info { 
flex: 1 0 0%; 
display: flex; 
flex-flow: column; 
gap: var(--box_gap); 
justify-content: center; 
} 
#lead_area .add_box .item .layout .info .tit { 
font-size: 2rem; 
font-weight: 500; 
}
@media screen and (max-width: 768px) { 
#lead_area .add_box .item .layout .info .tit { 
font-size: 1.5rem; 
}
}
#lead_area .add_box .item .layout .info .tit b { 
color: var(--sub_c); 
font-weight: 500; 
line-height: 1.3; 
} 
#lead_area .add_box .item .layout .info .txt { 
line-height: 1.8; 
font-size: 1rem; 
} 
@media screen and (max-width: 768px) { 
#lead_area .add_box .item .layout .image, 
#lead_area .add_box .item .layout .info { 
flex: 1 0 10%; 
}
#lead_area .add_box .item .layout .image { 
flex: 0 1 100%;
}
#lead_area .add_box .item .layout .image img {
max-width: 60%; 
margin: 0 auto;
}
#lead_area .add_box .item .layout .info { 
flex: 1 0 100%; 
} 

} 






/* ============================================================
program
============================================================ */

/* program */
.program {
}
.program .data {
display: flex;
flex-flow: row wrap;
padding: var(--box_ss_gap);
font-weight: 500;
gap: var(--size_10-20);
}
.program .data .t {
flex: 0 1 auto;
font-family: var(--font_en);
}
.program .data .s {
flex: 0 1 auto;
color: var(--sub_c);
font-family: var(--font_en);
}
.program .data .i {
flex: 1 0 0%;
text-align: right;
}
.program .data .i > * {
display: inline-block;
padding: 5px 10px;
background: var(--c1_c);
color: var(--bglt_txt_c);
font-size: 0.8rem;
}
.program .tag {
}
.program .tag > * {
display: inline-block;
padding: 5px 10px;
background: var(--c1_c);
color: var(--bglt_txt_c);
font-size: 0.8rem;
}
.program .tag > *.txt {
background: none;
color: #fff;
}
.program .tag > *.tag.cyan {
background: var(--c1_c);
}
.program .tag > *.tag.pink {
background: var(--c3_c);
color: var(--bgdk_txt_c);
}
.program .tag > *.tag.lblue {
background: var(--c2_c);
color: var(--bgdk_txt_c);
}
.program .tag > *.tag.dblue {
background: var(--c4_c);
color: var(--bgdk_txt_c);
}
.program .tag > *.tag.green {
background: var(--main_c);
}
.program .program_in {
display: flex;
flex-flow: column;
gap: var(--box_ss_gap);
}
.program .title {
}
.program .title b {
display: block;
font-size: 1.5rem;
font-weight: 500;
}
.program .gaiyou {
font-weight: 500;
line-height: 1.6;
font-size: 0.9rem;
word-break: break-word;
}
.program .layout_box {
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
}
.program .layout {
display: flex;
gap: var(--box_gap);
}
.program .photo {
flex: 0 1 200px;
max-width: 200px;
/*aspect-ratio: 1 / 1;*/
border-radius: var(--box_ss_corner);
overflow: hidden;
}
.program .photo img {
object-fit: cover;
}
.program .info {
flex: 1 0 0%;
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.program .txt {
font-weight: 400;
display: flex;
flex-flow: column;
}
.program .txt .com {
font-size: 1rem;
order: 2;
}
.program .txt .com b {
display: block;
}
.program .txt .job {
font-size: 1rem;
order: 3;
}
.program .txt .name {
font-weight: 600;
font-size: 1.2rem;
order: 1;
}
.program .txt .name small {
display: inline-block;
margin-left: 0.1rem;
}
.program .logoimg img {
max-width: 150px;
}
.program .txt.prof {
font-weight: 400;
line-height: 1.6;
font-size: 0.9rem;
}
	@media screen and (max-width: 500px) {
    .program .layout_box .layout {
    flex: 1 0 100%;
    flex-flow: row wrap;
    }
    .program .info {
    flex: 1 0 100%;
    }
    .program .photo {
    margin: 0 auto;
    }
    .program .photo img {
    object-fit: cover;
    }
    }
/* program end */


/* ============================================================
timetable
============================================================ */

/* timetable_area */
#timetable_area {
}
#timetable_area .area_in {
}
#timetable_area .base_tit {
}
.timetable_box {
display: flex;
flex-flow: column;
gap: var(--box_ss_gap);
}
.timetable_txt {
font-size: 0.9rem;
text-align: center;
}
.timetable_box > .timetable {
}
.timetable_body {
display: flex;
flex-flow: column;
gap: var(--box_ss_space);
width: 100%;
}
.timetable .program_wrap {
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
}
.timetable .program_wrap > .time {
position: relative;
flex: 1 0 100%;
color: var(--bgdk_txt_c);
font-size: 2rem;
text-align: center;
font-weight: 500;
font-family: var(--font_en);
padding-bottom: calc(var(--size_5-10) * 1);
}
.timetable .program_wrap > .time::before {
content: "";
display: block;
width: calc(var(--size_5-10) * 4);
height: 3px;
background: var(--sub_c);
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%,0);
}
.timetable .program_wrap > .program {
flex: 0 1 100%;
}
.timetable .program_wrap.col3 > .program {
flex: 0 1 calc(33.33% - (var(--box_gap) * 2 / 3));
}
.timetable .program > .program_popup,
.timetable .program > .nolink {
display: flex;
flex-flow: column nowrap;
background: linear-gradient(to top, var(--base_c), var(--base_dk_c));
color: var(--bgdk_txt_c);
border: 2px solid var(--base_c);
border-radius: 0;
padding: 0;
height: 100%;
}
.timetable .program > .program_popup {
cursor: pointer;
transition: .3s;
position: relative;
}
.timetable .program > .program_popup .program_in {
padding: var(--box_ss_space);
border-top: 1px solid var(--base_c);
height: 100%;
}
.timetable .program_in .title {
order: 1;
}
.timetable .program_in .gaiyou {
order: 2;
}
.timetable .program_in .tag {
order: 4;
}
.timetable .program_in .layout_box {
order: 3;
flex: 1 0 auto;
}
	@media screen and (min-width: 768px) {
	.timetable .program > .program_popup:hover {
	opacity: 1;
    background: var(--base_c);
	}
	.timetable .program > .program_popup .layout {
    transition: .6s;
    }
    .timetable .program_wrap.col1 > .program > .program_popup .layout {
    flex: 0 1 calc(33.33% - (var(--box_gap) * 2 / 3));
    }
	}
	@media screen and (max-width: 768px) {
    .timetable .program_wrap.col3 > .program {
    flex: 1 0 100%;
    }
    .timetable .program > .program_popup,
    .timetable .program > .nolink {
    height: auto;
    padding: var(--box_ss_space);
    }
    }
.timetable .pop_next,
.timetable .pop_prev {
display: none;
}
.timetable .program .photo {
flex: 0 1 100px;
max-width: 100px;
}
.timetable .program .date {
display: none;
}
.timetable .program .t {
display: none;
}
.timetable .program .gaiyou {
display: none;
}
.timetable .program .logoimg {
display: none;
}
.timetable .program .txt.prof {
display: none;
}
.timetable .program .title b {
font-size: 1.3rem;
}
.timetable .program .txt .com {
font-size: 0.8rem;
}
.timetable .program .txt .job {
font-size: 0.8rem;
}
.timetable .program .txt .name {
font-size: 0.9rem;
}
.timetable_txt { 
color: var(--bgdk_txt_c); 
} 
#timetable_area .add_box { 
margin-top: var(--area_space); 
} 
#timetable_area .add_box .item { 
} 
#timetable_area .add_box .item .layout { 
display: flex; 
flex-flow: row wrap; 
color: var(--bgdk_txt_c); 
background: var(--dk_c); 
border: 2px solid var(--base_c); 
} 
#timetable_area .add_box .item .layout .image { 
flex: 0 1 50%; 
} 
#timetable_area .add_box .item .layout .image img { 
width: 100%; 
height: 100%; 
object-fit: cover; 
object-position: center; 
} 
#timetable_area .add_box .item .layout .info { 
flex: 1 0 0%; 
padding: var(--box_space); 
display: flex; 
flex-flow: column; 
gap: var(--box_gap); 
} 
#timetable_area .add_box .item .layout .info .tit { 
font-size: 2rem; 
display: flex; 
flex-flow: column; 
gap: var(--box_gap); 
} 
#timetable_area .add_box .item .layout .info .tit b { 
color: var(--sub_c); 
font-weight: 600; 
line-height: 1.3; 
} 
#timetable_area .add_box .item .layout .info .tit small { 
font-size: 0.9rem; 
display: block; 
} 
#timetable_area .add_box .item .layout .info .txt { 
line-height: 1.8; 
font-size: 1rem; 
} 
@media screen and (max-width: 1000px) { 
#timetable_area .add_box .item .layout .image, 
#timetable_area .add_box .item .layout .info { 
flex: 1 0 100%; 
} 
} 


/* timetable_area end */


/* ============================================================
popup
============================================================ */

/* popup */
.popup_contents {
display: none;
}
.popup_contents.active {
display: flex;
position: fixed;
inset: 0;
z-index: 100000;
width: 100vw;
height: 100dvh;
padding: 50px;
background: rgba(0,0,0,.9);
align-items: center;
justify-content: center;
overflow-y: auto;
cursor: pointer;
}
.popup_contents::before {
content: "";
display: block;
width: 50px;
height: auto;
aspect-ratio: 1 / 1;
position: absolute;
right: 0;
top: 0;
background: var(--cross_icon);
z-index: 1111;
}
@media screen and (max-width: 768px) {
.popup_contents::before {
width: 30px;
right: -5px;
top: -5px;
}
}
.popup_contents.active .popup_box {
display: flex;
align-items: center;
justify-content: center;
width: min(100%, 1000px);
height: auto;
height: 100%;
max-height: 100%;
}
.popup_box_in {
width: 100%;
display: flex;
flex-flow: column;
width: 100%;
max-width: 900px;
max-height: calc(100dvh - 100px);
margin: 0 auto;
max-height: 100%;
font-weight: 400;
overflow-y: auto;
background: #fff;
padding: var(--box_space);
gap: var(--box_ss_gap);
border-radius: var(--box_corner);
box-shadow: var(--box_shadow);
cursor: default;
}
body.modal_open {
overflow: hidden;
}
.pop_prev,
.pop_next {
position: fixed;
top: 50%;
z-index: 100001;
display: block;
width: 50px;
height: auto;
aspect-ratio: 1 / 1;
cursor: pointer;
text-indent: -9999px;
transition: .3s;
}
.pop_prev {
left: 10px;
background: var(--prev_arrow_w);
}
.pop_next {
right: 10px;
background: var(--next_arrow_w);
}
.pop_prev:hover,
.pop_next:hover {
opacity: .7;
}
@media screen and (max-width: 768px) {
.popup_contents.active {
padding: 20px;
align-items: flex-start;
overflow: hidden;
}
.popup_contents.active .popup_box {
width: 100%;
max-height: none;
}
.popup_box_in {
max-height: calc(100dvh - 40px);
}
.pop_prev {
left: 0;
width: 40px;
transform: translate(-25%, 0);  }
.pop_next {
right: 0;
width: 40px;
transform: translate(25%, 0);
}
}
.program .popup_box_in .program_in {
gap: var(--box_gap);
}
.program .popup_box_in .layout_box .layout {
gap: var(--box_gap);
padding-top: var(--box_gap);
}
.program .popup_box_in .layout_box .layout .photo {
max-width: 250px;
flex: 0 1 250px;
}
.program .popup_box_in .layout_box .layout .info {
flex: 1 0 0%;
}
@media screen and (max-width: 500px) {
.program .popup_box_in .layout_box .layout {
flex-flow: column;
}
}
/* popup end */
.popup_box_in { 
display: flex; 
flex-flow: column nowrap; 
background: linear-gradient(to top, var(--base_c), var(--base_dk_c)); 
color: var(--bgdk_txt_c); 
border: 2px solid var(--base_c); 
border-radius: 0; 
gap: 0; 
padding: 0; 
} 
.program .popup_box_in .data { 
display: flex; 
flex-flow: row wrap; 
padding: var(--box_ss_gap); 
font-weight: 500; 
gap: var(--size_10-20); 
} 
.program .popup_box_in .program_in { 
padding: var(--box_ss_space); 
border-top: 1px solid var(--base_c); 
height: 100%; 
} 
.program .popup_box_in .program_in { 
display: flex; 
flex-flow: column; 
gap: var(--box_ss_gap); 
}

/* popup end */



/* ============================================================
overview
============================================================ */

/* overview_area */
#overview_area {
}
#overview_area .area_in {
}
#overview_area .base_tit {
}
.overview_box {
width: 100%;
display: flex;
flex-flow: column;
border-radius: var(--box_corner);
padding: var(--area_box_space);
gap: var(--box_space);
box-shadow: var(--box_shadow);
background: #fff;
}
.overview_txt {
text-align: center;
font-size: 0.8rem;
}
.dlist {
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.dlist a {
color: var(--txt_c);
}
.dlist dl {
flex: 1 0 100%;
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
font-size: 0.9rem;
}
.dlist dl:not(:first-child) {
padding-top: var(--box_gap);
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dlist dl dt {
flex: 0 1 calc(var(--size_7-10) * 20);
font-weight: bold;
line-height: 1.6;
}
.dlist dl dd {
line-height: 1.6;
flex: 1 0 0%;
}
.map {
width: 100%;
aspect-ratio: 16 / 9;
margin-top: var(--box_gap);
}
.map iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.dlist dl dd hr {
display: block;
border: none;
height: 1px;
background: rgba(0, 0, 0, 0.2);
margin: var(--box_gap) 0;
}
	@media screen and (max-width: 768px) {
	.dlist {
	}
	.dlist dl {
    flex-flow: column;
	}
    .dlist dl dt {
    flex: 1 0 auto;
    }
	}
#overview_area {
background: var(--gra_dkrgb0-1-b_c);
}
.overview_box {
padding: 0;
background: none;
border-radius: 0;
gap: 0;
box-shadow: none;
color: var(--bgdk_txt_c);
}
.dlist dl:not(:first-child) {
padding-top: 0;
border-top: none;
}
.dlist dl dt {
color: var(--sub_c);
border-left: 3px solid var(--sub_c);
padding-left: calc(var(--size_7-10) * 2);
}
.map {
max-width: 400px;
}
@media screen and (max-width: 768px) {
.dlist dl dt {
flex: 1 0 auto;
}
}

/* overview_area end */


/* ============================================================
free
============================================================ */

#kh_area {
color: var(--bgdk_txt_c);
}
#wrap #kh_area .area_in {
max-width: 100%;
padding: 0;
}
.kh_box {
display: flex;
flex-flow: column;
gap: var(--area_box_space);
}
.kh_box .item {
}
.kh_box .item .layout {
display: flex;
flex-flow: row wrap;
}
.kh_box .item:nth-child(odd) .layout {
flex-flow: row-reverse wrap;
}
.kh_box .item:nth-child(even) .layout {
display: flex;
flex-flow: row wrap;
}
.kh_box .item .layout .image {
flex: 1 0 40%;
}
.kh_box .item .layout .info {
flex: 1 0 60%;
padding: 0 10%;
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.kh_box .item .layout .info .tit {
font-size: 1.5rem;
font-weight: 500;
line-height: 1.4;
}
.kh_box .item .layout .info .tit b {
color: var(--sub_c);
font-weight: 500;
}
.kh_box .item .layout .info .txt {
line-height: 1.8;
font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
.kh_box .item .layout {
gap: var(--box_gap);
}
.kh_box .item .layout .image {
flex: 1 0 100%;
order: 2;
}
.kh_box .item .layout .image {
max-width: 70%;
}
.kh_box .item .layout .info {
flex: 1 0 100%;
padding: 0 20px;
order: 1;
}
}
@media screen and (max-width: 500px) {
.kh_box .item .layout .image {
max-width: calc(100% - 20px);
}
}
#voice_area {
background: url(../images/voice_bg.jpg) no-repeat center / cover;
}
#voice_area::before {
content: "";
display: block;
width: 100%;
height: 100%;
background: rgba(0, 23, 68,0.4);
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
#voice_area .area_in {
position: relative;
z-index: 2;
}
.voice_box {
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
}
.voice_box .item {
flex: 1 0 calc(25% - (var(--box_gap) * 4 / 3));
background: #fff;
padding: var(--box_space);
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.voice_box .item .txt {
text-align: 1.6rem;
}
.voice_box .item .tag {
font-size: 0.8rem;
color: var(--base_c);
}
@media screen and (max-width: 768px) {
.voice_box .item {
flex: 1 0 calc(50% - (var(--box_gap) * 1 / 2));
}
}
@media screen and (max-width: 500px) {
.voice_box .item {
flex: 1 0 100%;
}
}


/* css end */
