﻿/* reset */
* {
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;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #222;
font-size: 1rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
#wrap *::before,
#wrap *::after {
visibility: inherit;
}
*::before,
*::after,
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
#wrap .box {
margin-top: 0;
}
img {
max-width: 100%;
vertical-align: top;
}
a {
color: var(--link_color);
}
/* reset end */

/* wrap */
html {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

#wrap {
min-width: 320px;
padding-top: 80px;
overflow: hidden;
background: url("../images/visual_bg.jpg") repeat-x center top / 100% auto, var(--base_c);
background-attachment: fixed;

}

@media screen and (min-width:1400px) and (max-width:1700px) {
  #wrap {
    background-size: 3000px auto;
  }
}

@media screen and (min-width:768px) and (max-width:1400px) {
  #wrap {
    background-size: 3000px auto;
  }
}

	@media screen and (max-width: 768px) {
	#wrap {
    background-image: url("../images/visual_bg_sp.jpg");
	padding-top: 60px!important;
	}
}

#wrap * {
  box-sizing: border-box;
}

#wrap img {
  vertical-align: top;
}

#wrap .area {
  position: relative;
  clear: both;
  display: block;
  z-index: 10;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  #wrap .area {
    padding: 30px 0;
  }
}

#wrap .area_in {
  display: grid;
  row-gap: 50px;
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* contents */
.contents.type1::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

.contents.type1,
.contents.type2 {
  position: relative;
  background: url("../images/bg01.png") repeat-x center top / 100% auto, #fff;

  
}

@media screen and (min-width:1400px) and (max-width:1700px) {
  .contents.type1,
  .contents.type2 {
    background-size: 6000px auto;
  }
}

@media screen and (min-width:768px) and (max-width:1400px) {
  .contents.type1,
  .contents.type2 {
    background-size: 3000px auto;
  }
}

/* スマホ版は完全上書き */
@media screen and (max-width: 768px) {
  .contents.type1,
  .contents.type2 {
    background: url("../images/bg01_sp.png") no-repeat center top / cover;


  }
}

.contents.type2::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.contents.type3 {
  background: rgba(0,0,0,0.6);
}

.contents.type4 {
  background: #fff;
}

	@keyframes bg {
	0% {
	background-position: 0 0;
	}
	100% {
	background-position: -3000px 0;
	}
	}
	@keyframes bg_sp {
	0% {
	background-position: 0 0;
	}
	100% {
	background-position: -1500px 0;
	}
	}
	/*
	@media screen and (max-width: 768px) {
	#wrap {
	background-size: 800px auto;
	animation: bg_sp 100s infinite linear;
	}
	}


/* header */
#header {
position: fixed;
top: 0;
left: 0;
min-width: 320px;
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: 0 0 200px;
align-self: center;
display: flex;
}
#header .logo {
align-self: center;
padding-left: 10px;
}
#header .logo a {
display: flex;
height: 100%;
}
#header .logo img {
max-height: inherit;
height: 50px;
}
#header .logo.tech img {
height: 50px;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .area_in {
	padding-left: 0;
	padding-right: 50px;
	}
	#header .logo img {
	height: 40px;
	}
	#header .logo.tech img {
	height: 40px;
	}
	}
	@media screen and (max-width: 500px) {
	}
/* header end */

/* 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.9rem;
	gap: 5px 30px;
	}
	#menu ul.menu li a {
	width: 100%;
	height: 100%;
	padding: 0;
	color: var(--menu_txt_c);
	}
	#menu ul.menu li a:hover {
	color: var(--menu_txt_hover_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 0 0 0;
	padding: 60px 20px 0;
	background: var(--menu_sp_bg_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: 100%;
	padding: 0;
	text-align: center;
	padding: 10px;
	color: var(--menu_sp_link_c);
	}
	}
#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);
}
#menu .sns .x span {
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;
}
}
#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;
}
	@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 {
	background: var(--btn_bg_c);
	color: var(--btn_txt_c);
	transition: .3s;
	}
	#button .button_box > a.comp:hover {
	opacity: 0.7;
	}
	}
	@media screen and (max-width: 768px) {
	#button .button_box > a.comp {
	background: var(--menu_sp_btn_bg_c);
	color: var(--menu_sp_btn_txt_c);
	}
	}
#button .button_box > a.comp.contact_end {
background: #999!important;
}
/* menu end */

/* footer */
#footer {
padding: 50px 0;
background: #fff;
}
#footer .area_in {
display: grid;
gap: 20px;
}
.flogo {
text-align: center;
}
.flogo img {
width: 150px;
}
.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: 0.9rem;
}
#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: #ccc;
position: absolute;
right: -20px;
top: 50%;
transform: translate(0,-50%);
}
#nav li a {
display: inline-block;
text-decoration: none;
color: #000;
}
	@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 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: var(--pagetop_bg_C);
text-indent: -9999px;
}
#pagetop a:before {
display: block!important;
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 80%;
height: 80%;
background: var(--top_arrow_w);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	}
/* pagetop end */

/* contact */
.contact_area {
}
.contact_area {
background: var(--contact_bg_c);
}
.contact_btn {
position: relative;
display: flex;
width: 100%;
height: 100px;
max-width: 600px;
margin: 0 auto;
align-items: center;
justify-content: center;
font-weight: 500;
text-decoration: none;
text-align: center;
color: var(--btn_txt_c);
font-size: 1.8rem;
border-radius: 10px;
border-radius: 50px;
transition: .3s;
background: var(--btn_bg_c);
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.contact_btn span {
display: inline-block;
}
.contact_btn::before {
content: "";
display: block;
position: absolute;
right: 10px;
top: 50%;
width: 50px;
height: 50px;
background: var(--btn_icon_arrow);
transform: translate(0,-50%);
}
.contact_btn::after {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: block;
background: rgba(255,255,255,0.0);
border-radius: 50px;
transition: .3s;
visibility: inherit;
}
.contact_btn:hover {
/*transform: translate(0,-10px);*/
}
.contact_btn:hover::after {
background: rgba(255,255,255,0.2);
}
.contact_btn.contact_end {
background: #999;
}
	@media screen and (max-width: 768px) {
	.contact_btn {
	width: 100%;
	height: 80px;
	font-size: 1.5rem;
	}
	.contact_btn::before {
	width: 40px;
	height: 40px;
	}
	.contact_btn::after {
	border-radius: 40px;
	}
	}
	@media screen and (max-width: 520px) {
	.contact_btn {
	height: 60px;
	font-size: 1.3rem;
	}
	.contact_btn::before {
	width: 30px;
	height: 30px;
	}
	.contact_btn::after {
	border-radius: 30px;
	}
	}
/* contact end */

/* title */
.base_tit {
width: 100%;
margin: 0 auto;
padding: 10px 0;
border-bottom: 1px solid #333;
color: #333;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.2;
text-align: left;
}
.base_tit b {
position: relative;
display: inline-block;
font-weight: 600;
font-size: 1.5rem;;
}
.base_tit span {
display:inline-block;
color: #ccc;
color: var(--main_c);
font-size: 1rem;;
margin: 0 10px;
}
	@media screen and (max-width: 768px) {
	.base_tit {
	font-size: 1.2rem;;
	}
	}

/* title1 */
.base_tit1 {
width: 100%;
margin: 0 auto;
padding: 10px 0;
border-bottom: 1px solid #333;
color: #333;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.2;
text-align: left;
}
.base_tit1 b {
position: relative;
display: inline-block;
font-weight: 600;
font-size: 1.5rem;;
}
.base_tit1 span {
display:inline-block;
color: #ccc;
color: var(--main_c);
font-size: 1rem;;
margin: 0 10px;
}
	@media screen and (max-width: 768px) {
	.base_tit {
	font-size: 1.2rem;;
	}
	}




/* title end */

/* visual */
#visual.area {
padding: 0;
}
#visual .area_in {
background: url("../images/visual.png") no-repeat center / 100% auto;
height: 800px;
width: 1200px;
max-width: 1200px;
}
#visual .area_in img {
opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	#visual .area_in,
	#visual .area_in img {
	width: 100%;
	max-width: 100%;
	height: calc(100vw * (800 / 1200));
	}
}
@media screen and (max-width: 768px) {
	#visual .area_in {
	background-image: url("../images/visual_sp.png");
	}
	#visual .area_in,
	#visual .area_in img {
	width: 100%;
	max-width: 100%;
	height: calc(100vw * (600 / 800));
	}
}
/* visual end */

/* benefits_area */
#benefits_area.area {
padding-top: 0;
}
#benefits_area a {
display: block;
text-decoration: none;
transition: .3s;
}
#benefits_area a:hover {
opacity: 0.9;
transform: translate(0,-10px);
}
.benefits_box {
display: grid;
gap: 10px;
margin: 15px auto;
padding: 20px;
border: 2px solid #fff;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,0.8);
background: var(--base_c);
color: #fff;
}
/*
.benefits_bar {
position: relative;
text-align: center;
}
.benefits_bar::before {
content: "";
display: block;
width: 100%;
height: 2px;
border-radius: 1px;
background: var(--program_K_c2);
position: absolute;
left: 0;
top: 50%;
transform: translate(0,-50%);
}
.benefits_bar b {
position: relative;
color: #172037;
background: var(--program_K_c2);
border-radius: 20px;
line-height: 1;
padding: 5px 20px;
}
*/
.benefits_bar {
text-align: center;
}
.benefits_bar b {
display: inline-block;
background: var(--main_c);
color: #fff;
font-size: 1.2rem;
padding: 10px 20px;
}
.benefits_tit {
font-size: 1.5rem;
font-weight: bold;
text-align: center;
line-height: 1.6;
}
.benefits_tit small {
font-size: 1rem;
}
.benefits_tit b {
display: inline-block;
background: #172037;
padding: 6px 20px;
margin-right: 5px;
margin-bottom: 5px;
color: #fff;
font-weight: bold;
line-height: 1;
}
.benefits_box .benefits_tit span {
color: #fff;
}
.benefits_box .benefits_tit em {
font-style: normal;
color: var(--main_c);
}
.benefits_txt {
text-align: center;
display: flex;
justify-content: center;
gap: 20px;
}
.benefits_txt b {
display: inline-block;
padding: 10px;
border-radius: 5px;
background: #fff;
color: #172037;
}
.benefits_txt span {
font-size: 1.2rem;
}
.benefits_txt small {
display: block;
font-size: 0.9rem;
text-align: left;
}
	@media screen and (max-width: 1000px) {
	.benefits_txt {
	grid-template-columns: auto;
	}
	}
	@media screen and (max-width: 768px) {
	.benefits_box {
	padding: 20px;
	}
	.benefits_tit {
	font-size: 1.3rem;
	}
	.benefits_txt {
	gap: 10px;
	}
	.benefits_txt span {
	font-size: 1.1rem;
	}
	}
	@media screen and (max-width: 500px) {
	.benefits_tit {
	font-size: 1.1rem;
	}
	}
/* benefits_area end */

/* lead */
#lead_area {
}
.lead_box {
display: grid;
gap: 20px;
}
.lead_tit {
}
.lead_tit b {
/*
font-weight: normal;
display: inline-block;
padding: 10px 20px;
background: rgba(14,129,201,0.3);
border-bottom: 2px solid rgba(42,192,246,1);
*/
}
.lead_tit b span {
display: inline-block;
font-size: 1.5rem;
color: #fff;
line-height: 1.3;
background: var(--main_c);
padding: 5px;
margin-bottom: 5px;
}
.lead_txt {
font-size: 1.1rem;
line-height: 2;
}
	@media screen and (max-width: 768px) {
	.lead_box {
	gap: 10px;
	}
	.lead_tit {
	font-size: 1.5rem;
	}
	}
	@media screen and (max-width: 500px) {
	}
/* lead 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 {
display: block;
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: var(--prev_arrow);
width: 50px;
height: 50px;
}
button.mfp-arrow.mfp-arrow-right {
background: var(--next_arrow);
width: 50px;
height: 50px;
}
.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: var(--prev_arrow);
}
.pop_next {
right: 10px;
background: var(--next_arrow);
}
.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 */

/* program */
.program .s {
display: inline-block;
font-weight: 500;
padding: 5px 10px;
margin-right: 10px;
line-height: 1;
background: #222;
color: #fff;
font-size: 80%;
}
.program .i {
display: inline-block;
font-weight: 500;
padding: 5px 10px;
margin-right: 10px;
line-height: 1;
background: #222;
color: #fff;
font-size: 80%;
}
.program .d {
display: inline-block;
line-height: 1.4;
}
.program .d > * {
display: inline-block;
font-weight: bold;
font-style: normal;
margin-right: 10px;
}
.program .t {
display: inline-block;
font-weight: bold;
font-style: normal;
}
.program .title {
font-weight: 400;
line-height: 1.2;
padding: 0 0 20px 0;
}
.program .nolayout .title {
padding: 0;
}
.program .layout_box {
display: flex;
flex-flow: row wrap;
}
.program .layout {
display: flex;
flex: 1 0 100%;
}
.program .layout_box .layout + .layout {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #ddd;
}
.program .layout .photo {
flex: 0 1 200px;
}
.program .layout .info {
flex: 1 0 0%;
}
.program .layout .photo + .info {
padding-left: 10px;
}
.program .txt {
display: flex;
flex-flow: column wrap;
align-items: flex-start;
justify-content: center;
font-weight: 500;
}
.program .txt.gaiyou {
padding: 20px;
margin-bottom: 20px;
background: #f2f2f2;
}
.program .txt.prof {
font-size: 0.9rem;
margin-top: 20px;
}
.program .name {
font-size: 1.2rem;
}
.program .com {
}
.program .job {
}
.program.col1 .layout {
flex: 1 0 100%;
}
.program .s {
background: var(--program_bg);
font-weight: bold;
}
.program .i {
background: var(--program_bg);
}
.program .KK .i {
background: var(--program_bg_K);
}
.program .TT .i {
background: var(--program_bg_T);
}
.program .KK .s {
background: var(--program_bg_K);
}
.program .TT .s {
background: var(--program_bg_T);
}
@media screen and (max-width: 768px) {
.program.col1 .layout {
flex: 1 0 100%;
}
}
/* program end */

/* popup_area */
/* popup_area end */

/* timetable_area */
#timetable_area {
padding: 50px 0 0;
}
#timetable_area .base_tit {
color: #fff;
border-color: #fff;
}

.timetable_box {
padding-bottom: 50px;
}
.program_box {
}
	@media screen and (max-width: 768px) {
	#timetable_area {
	padding: 30px 0 0;
	}
	.timetable_box {
	padding-bottom: 30px;
	}
	}
	@media screen and (max-width: 420px) {
	#timetable_area {
	padding: 20px 0;
	}
	.timetable_box {
	padding-bottom: 20px;
	}
	}
/* timetable_area end */

/* program_nav */
.program_nav {
display: flex;
flex-flow: row wrap;
gap: 20px;
}
.program_nav li {
flex: 0 1 calc(33.33% - 20px);
flex: 0 1 calc(50% - 10px);
}
.program_nav li > * {
height: 80px;
border-radius: 40px;
display: grid;
column-gap: 20px;
padding: 10px;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
background: var(--program_bg);
color: #fff;
text-decoration: none;
align-items: center;
transition: .3s;
}
.program_nav li > * b {
grid-column: 1 / 2;
grid-row: 1 / 2;
text-align: right;
font-weight: bold;
font-size: 1.5rem;
color: var(--program_K_c2);
}
.program_nav li > * span {
grid-column: 2 / 3;
grid-row: 1 / 2;
text-align: left;
font-weight: bold;
font-size: 1.5rem;
}
.program_nav li > * em {
grid-column: 1 / 3;
grid-row: 2 / 3;
text-align: center;
font-style: normal;
font-weight: normal;
}
	@media screen and (max-width: 768px) {
	.program_nav {
	gap: 10px;
	}
	.program_nav li {
	flex: 0 1 100%;
	}
	.program_nav li > * {
	height: 60px;
	border-radius: 30px;
	}
	}
	@media screen and (max-width: 500px) {
	}
.program_nav li > *:not(.active):hover {
opacity: 0.7;
}
/* program_nav end */

/* program_table_head */
.program_table_head {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
padding: 50px 0;
flex-flow: row wrap;
}
.program_table_head > * {
font-style: normal;
font-weight: bold;
font-size: 2rem;
}
.program_table_head > b {
color: var(--program_K_c);
}
.program_table_head > span {
}
.program_table_head > em {
font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
.program_table_head {
padding: 30px 0;
gap: 0;
}
}
@media screen and (max-width: 420px) {
.program_table_head > em {
flex: 1 0 100%;
text-align: center;
}
}
/* program_table_head end */


/* program_table */
.program_table {
margin: 0 auto;
}
.program_table > dl {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
padding: 0;
}
.program_table > dl dt {
flex: 1 0 100%;
padding: 10px;
line-height: 1;
font-size: 130%;
font-weight: bold;
}
.program_table > dl dt > * {
display: block;
}
.program_table > dl dd {
flex: 1 0 20%;
padding: 10px;
}
.program_table > dl.col1 dd {
flex: 0 1 100%;
}
.program_table > dl.col2 dd {
flex: 0 1 50%;
}
.program_table > dl.col3 dd {
flex: 0 1 33.33%;
}
.program_table > dl.col4 dd {
flex: 0 1 25%;
}
.program_table > dl dd > *.popup,
.program_table > dl dd > *.nolink {
display: flex;
flex-flow: column;
padding: 0;
height: 100%;
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 20px;
}
.program_table .layout .photo {
flex: 0 1 80px;
}
.program_table .date {
display: none;
}
.program_table .txt.prof {
display: block;
}
.program_table > dl dd > *.popup {
cursor: pointer;
transition: .3s;
}
.program_table > dl dd > *.popup:hover {
transform: translate(0,-10px);
opacity: 0.7;
}
	@media screen and (min-width:768px) and ( max-width:970px) {
	.program_table > dl.col4 dd {
	flex: 0 1 33.33%;
	}
	}
	@media screen and (max-width: 768px) {
	.program_table > dl {
	display: block;
	}
	}
.program_table {
margin: 0 auto;
margin-bottom: 0;
max-width: 980px;
background: #fff;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: none;
border: 3px solid #ccc;
}
.program_table > dl {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
padding: 0;
}
.program_table > dl:not(:last-child) {
border-bottom: 1px solid #ccc;
}
.program_table > dl dt {
flex: 0 1 20%;
display: flex;
background: #f2f2f2;
align-items: center;
justify-content: center;
border-right: 1px solid #ccc;
padding: 20px 0;
font-weight: bold;
font-size: 110%;
letter-spacing: 0.05em;
}
.program_table > dl dd {
flex: 1 0 0%;
padding: 0;
box-shadow: none;
}
.program_table > dl.col1 dd {
flex: 1 0 0%;
}
.program_table > dl dd > *.popup,
.program_table > dl dd > *.nolink {
box-shadow: none;
}
.program_table .program .title {
line-height: 1.4;
padding: 0;
}
.program_table .program .title b {
font-weight: 500;
font-size: 1.5rem;
}
.program_table .program .txt.gaiyou {
font-size: 1.1rem;
margin-top: 20px;
margin-bottom: 0;
padding: 20px;
background: #f2f2f2;
line-height: 1.6;
}
.program_table .layout {
margin-top: 20px;
}
.program_table .layout .photo {
flex: 0 1 200px;
}
	@media screen and (max-width: 768px) {
	.program_table > dl dt {
	flex: 1 0 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	}
	.program_table > dl dd {
	flex: 1 0 100%;
	}
	}
	@media screen and (max-width: 420px) {
	.program_table > dl {
	padding: 0;
	}
	.program_table .program .layout {
	flex-flow: column wrap;
	}
	.program_table .program .layout .photo + .info {
	padding-left: 0;
	padding-top: 10px;
	}
	}/* program_table end */

/* program_table_head */
/* program_table_head end */

/* speakers_area */
#speakers_area {
/*background: #fff;*/
padding: 50px 0;
}
#speakers_area .area_in {
}
	@media screen and (max-width: 768px) {
	#speakers_area {
	padding: 30px 0;
	}
	}
	@media screen and (max-width: 420px) {
	#speakers_area {
	}
	}
.photolist {
display: flex;
flex-flow: row wrap;
justify-content: center;

}
.photolist li {
padding: 10px;
flex: 0 1 25%;
flex: 0 1 33.33%;
}
.photolist li > *.popup_prof,
.photolist li > *.link,
.photolist li > *.nolink,
.photolist li > *.popup {
transition: .3s;
position: relative;
cursor: pointer;
display: block;
padding: 0;
border-radius: 0px;
overflow: hidden;
background: var(--program_bg);
border: 2px solid #fff;
color: #fff;
height: 100%;
text-decoration: none;
overflow: inherit;
box-shadow: 0 0 10px rgba(0,0,0,0.0);
}
.photolist li > *:hover {
opacity: 1;
transform: translate(0,-10px);
}
.photolist img {
width: 100%;
height: auto;
transition: .3s;
}
.photolist .layout {
display: block;
display: flex;
flex-flow: column nowrap;
height: 100%;
}
.photolist .info {
display: flex;
padding: 10px;
flex: 1 0 0%;
align-items: center;
justify-content: center;
}
.photolist .txt > * {
text-align: center;
width: 100%;
}
.photolist .txt > *.com,
.photolist .txt > *.job {
font-size: 0.9rem;
}
	@media screen and (max-width: 768px) {
	.photolist li {
	flex: 0 1 50%;
	}
	}
	@media screen and (max-width: 520px) {
	.photolist li {
	flex: 0 1 100%;
	}
	}
.photolist .ico {
position: absolute;
left: -5px;
top: -5px;
border: 2px solid #fff;
padding: 10px;
background: var(--program_bg_T);
display: inline-block;
line-height: 1;
font-weight: bold;
}
.photolist .KK .ico {
background: var(--program_bg_K);
color: #fff;
}
.photolist .TT .ico {
color: #fff;
}
.photolist .txt > * small {
font-size: 0.9rem;
}
/* speakers_area end */

/* overview_area */
#overview_area {
padding: 50px 0;
}
.overviewe_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 50px 50px 100px;
margin: 0 auto;
}


#overview_area .base_tit1 {
color: #222222;
border-color: #222222;
}



	@media screen and (max-width: 768px) {
	.overview_txt {
	padding-top: 30px;
	}
	#overview_area {
	padding: 30px 0;
	}
	.overviewe_box {
	padding: 30px 30px 60px;
	}
	}
	@media screen and (max-width: 420px) {
	#overview_area {
	padding: 20px 0;
	padding-bottom: 40px;
	}
	.overviewe_box {
	padding: 20px 20px 40px;
	}
	}
.dlist {
max-width: 700px;
margin: 0 auto;
}
.dlist dl {
display: flex;
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.dlist dl dt {
flex: 0 1 200px;
font-weight: bold;
position: relative;
padding: 40px 0;
vertical-align: middle;
text-align: left;
}
.dlist dl dd {
flex: 1 0 0%;
position: relative;
padding: 40px 0;
word-break: break-all;
}
.dlist a {
text-decoration: underline;
}
.dlist_txt {
text-align: center;
margin-top: 20px;
}
	@media screen and (max-width: 768px) {
	.dlist {
	padding: 0;
	}
	.dlist .txt_head {
	margin: 0 0 30px;
	}
	.dlist dl {
	display: block;
	padding: 0;
	}
	.dlist dl dt {
	padding: 20px 0;
	}
	.dlist dl dd {
	padding: 0 0 20px;
	}
	}
	@media screen and (max-width: 420px) {
	.dlist {
	}
	.dlist .txt_head {
	margin: 0 0 20px;
	}
	}
#overview_area {
background: rgba(255, 255, 255, 0.8);
}
.overviewe_box {
border-radius: 0;
background: none;
box-shadow: none;
padding: 0px;
width: 100%;
}
	@media screen and (max-width: 500px) {
	#overview_area {
	padding: 30px 0;
	}
	}

.dlist {
max-width: 100%;
border: 3px solid #ccc;
}
.dlist dl {
border-bottom: 1px solid #ccc;
}
.dlist dl:last-child {
border-bottom: none;
}
.dlist dl:nth-child(even) {
background: #f2f2f2;
}
.dlist dl dt {
flex: 0 1 20%;
border-right: 1px solid #ccc;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.dlist dl dd {
flex: 1 0 0%;
padding: 20px;
}
.dlist dl dd hr {
display: block;
border: 0;
height: 1px;
background: #ccc;
margin: 1em 0;
}
.dlist a {
text-decoration: underline;
}
.dlist_txt {
text-align: center;
margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .dlist {
    padding: 0;
    }
    .dlist dl {
	display: block;
	}
	.dlist dl:nth-child(even) {
	background: #fff;
	}
	.dlist dl dt {
	border: none;
	background: #f2f2f2;
	}
	.dlist dl dt {
	border-bottom: 1px solid #ccc;
	}
	}
	@media screen and (max-width: 500px) {
	}
/* overview_area end */

/* sponsor_area */
#sponsor_area {
padding: 50px 0;
}
.sponsor_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 50px;
}
.sponsor_box .bar {
text-align: center;
padding-bottom: 30px;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
	#sponsor_area {
	padding: 30px 0;
	}
	.sponsor_box {
	padding: 30px;
	}
	}
	@media screen and (max-width: 420px) {
	#sponsor_area {
	padding: 20px 0;
	}
	.sponsor_box {
	padding: 20px;
	}
	.sponsor_box .bar {
	padding-bottom: 20px;
	}
	}
.logolist > ul {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 0 auto 30px;
}
.logolist > ul > * {
flex: 0 1 34%;
padding: 10px;
text-align: center;
}
.logolist.col2 > ul > * {
flex: 0 1 50%;
}
.logolist.col3 > ul > * {
flex: 0 1 33.33%;
}
.logolist.col4 > ul > * {
flex: 0 1 25%;
}
.logolist.col5 > ul > * {
flex: 0 1 20%;
}
.logolist.col6 > ul > * {
flex: 0 1 16.66%;
}
.logolist a {
display: block;
transition: all 0.2s linear;
}
.logolist a:hover {
opacity: 0.7;
}
.logolist img {
max-width: 100%;
width: 100%;
}
.logolist_txt {
text-align: right;
padding: 0 20px;
}
	@media screen and (max-width: 768px) {
	.logolist_box {
	}
	.logolist_box .bar {
	}
	.logolist > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col2 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col3 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col4 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col5 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col6 > ul > * {
	flex: 0 1 33.33%;
	}
	}
	@media screen and (max-width: 500px) {
	.logolist > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col2 > ul > * {
	flex: 0 1 100%;
	}
	.logolist.col3 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col4 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col5 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col6 > ul > * {
	flex: 0 1 50%;
	}
	}
.sponsor_box {
border-radius: 0;
background: #fff;
box-shadow: none;
padding: 0 0 50px 0;
}
.sponsor_txt {
text-align: center;
font-size: 110%;
margin-bottom: 30px;
line-height: 1.6;
}
.logolist {
margin-top: 30px;
}
.logolist > ul {
justify-content: center;
}
.logolist > ul li {
flex: 0 1 33.33%;
padding: 15px;
}
.logolist.type2 .bar {
text-align: center;
}
	@media screen and (max-width: 768px) {
	.logolist > ul {
	justify-content: center;
	}
	.logolist > ul li {
	padding: 10px;
	flex: 0 1 50%;
	}
	}
	@media screen and (max-width: 420px) {
	.logolist > ul li {
	flex: 0 1 100%;
	}
	}
/* sponsor_area end */



:root {
--base_c: #030303;
--main_c: #0096ba;
--sub_c: #3239BD;

--main_c2: #1CFFA2;
--sub_c2: #70B3FF;


--font_en: 'Inter', 'Noto Sans JP', sans-serif;

--program_c: var(--base_c);
--program_K_c: var(--main_c);
--program_T_c: var(--sub_c);
--program_K_c2: #03BD8F;


--program_bg: linear-gradient(to bottom, var(--base_c), var(--base_c));
--program_bg_K: linear-gradient(to bottom, var(--main_c), var(--main_c));
--program_bg_T: linear-gradient(to bottom, var(--sub_c), var(--sub_c));


--wrap_bg_c: #fff;
--link_color: var(--main_c);

--contact_bg_c: rgba(0, 0, 0, 0.05);
--contact_bg_c: rgba(0, 0, 0, 0);
--btn_bg_c: linear-gradient(to right, #0096ba, #3239BD);
--btn_txt_c: #fff;
/* bold arrow */
--btn_icon_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="M60.61 42.93 39.39 21.72 32.32 28.79 53.54 50 32.32 71.21 39.39 78.28 67.68 50 60.61 42.93z" fill="%23ffffff" /%3E%3C/svg%3E') no-repeat center / contain;
/* nomal arrow */
--btn_icon_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;

--menu_txt_c: #222;
--menu_txt_hover_c: var(--main_c);
--menu_sp_bg_c: #000;
--menu_sp_btn_bg_c: #fff;
--menu_sp_btn_txt_c: #000;
--menu_sp_link_c: #fff;

--footer_bg_c: #fff;
--footer_txt_c: #222;
--footer_link_c: #222;
--pagetop_bg_C: rgba(0,0,0,0.9);
--pagetop_bg_C: rgba(2,29,64,0.9);



--fb_icon_w: 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="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" width="100" height="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" width="100" height="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="%23172037" /%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" width="100" height="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="%23172037"  /%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" width="100" height="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" 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="%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" width="100" height="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" 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;
--top_arrow_w: 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="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;

--cross_icon: 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="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" width="100" height="100"%3E%3Cpath d="M72,32H28v-4h44v4ZM72,48H28v4h44v-4ZM72,68H28v4h44v-4Z" fill="%23ddd"  /%3E%3C/svg%3E') no-repeat center / contain;

｝

/* css end */