/* ==================================================

	common

================================================== */

/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 60px 30px;
	}
}


/* ==================================================

	local_navi

================================================== */

.local_navi {
	position: relative;
}
.local_navi_fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.local_navi a {
	color: #000 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 1023px) {
	.local_navi_trigger {
		position: relative;
		padding: 0 20px;
		line-height: 4.8rem;
		background: #fff;
		cursor: pointer;
	}
	.local_navi_trigger::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	.local_navi_menu {
		display: none;
		position: absolute;
		width: 100%;
	}
	.local_navi_trigger h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
	}
	.local_navi_trigger h2::before {
		display: inline-block;
		content: "";
		width: 12px;
		height: 6px;
		margin-right: 8px;
		background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="m455.465 769.707-1.847-.974 3.478-5.054-3.475-4.989 1.841-.983 4.156 5.966z" transform="rotate(90 611.663 158.045)" fill="%23000"></path></svg>');
	}
	.local_navi_trigger.local_navi_open h2::before {
		transform: rotate(180deg);
	}
	.local_navi_menu h2 {
		display: none;
	}
	.local_navi_menu_level1 {
		overflow-y: scroll;
		width: 100%;
		background: #fff;
	}
	.local_navi_menu_level1 > li {
		border-top: 1px solid #ccc;
	}
	.local_navi_menu_level1 > li:last-child {
		border-bottom: 1px solid #ccc;
	}
	.local_navi_menu_level1 > li a {
		display: block;
		padding: 1.2rem 1.6rem;
	}
	.local_navi_menu_level1 > li a:hover {
		text-decoration: none;
	}
	.local_navi_menu_level1 > li > a:not(:only-child) {
		display: inline-block;
		width: calc(100% - 50px);
		border-right: 1px solid #ccc;
	}
}

@media screen and (min-width: 1024px) {
	.local_navi {
		background: #fff;
	}
	.local_navi_trigger,
	.local_navi_menu_close {
		display: none;
	}
	.local_navi_menu {
		overflow: visible !important;
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		height: 70px;
		margin: 0 auto;
        max-width: 1280px;
        padding: 0 30px;
	}
	.local_navi_menu > h2 {
		font-size: 20px;
	}
	.local_navi_menu_level1 {
		display: flex;
		height: 70px;
	}
	.local_navi_menu_level1 > li {
		position: relative;
	}
	.local_navi_menu_level1 > li:nth-of-type(n+2) {
		margin-left: 30px;
	}
	.local_navi_menu_level1 > li > a {
		display: grid;
		place-content: center;
		height: 100%;
	}
	.local_navi_menu_level1 > li.current > a::after,
	.local_navi_menu_level1 > li > a:hover::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #165dba;
	}
}


/* ----------------------------------------
	local_navi_btn
---------------------------------------- */

.local_navi_btn {
	display: flex;
	gap: 20px;
	text-align: center;
}
.local_navi_btn .button {
	display: inline-block;
	background: #000;
}
.local_navi_btn .button:hover {
	background: #5a5a5a;
}

@media screen and (max-width: 1023px) {
	.local_navi_btn {
		justify-content: center;
		padding: 1.2rem 1.6rem;
		background: #fff;
		border-bottom: 1px solid #e8e8e8;
	}
	.local_navi_title + .local_navi_btn {
		border-top: 1px solid #e8e8e8;
	}
}
.button:link {
    color: #fff!important;
    text-decoration: none!important;
}

.visid .button {
    padding: .5em 1.2em;
    font-size: 16px;
    border-radius: 0;
    color: #fff!important;
}
@media screen and (min-width: 1024px) {
	.local_navi_btn {
		margin-left: 30px;
	}
	.local_navi_btn .button {
		min-width: 200px;
	}



.local_navi_menu_level1 {
		display: flex;
		justify-content: space-between;
		height: 100%;
		margin-left: auto;
	}
	.local_navi_menu_level1 > li:nth-child(n+2) {
		margin-left: 30px;
	}
	.local_navi_menu_level1 > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 100%;
		color: #000;
		line-height: 1.4;
	}
	.local_navi_menu_level1 > li.current > a::after,
	.local_navi_menu_level1 > li > a:hover::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #165dba;
	}

}










/*========================================

    メイン

=========================================*/
.main {
	display: flex;
	flex-direction: column; /* 画像を上にする場合は column-reverse にしてください */
	background: #4759f5;
}
.main .text_area {
    color: #fff;
}
.main .title,
.main .subtitle {
	border-bottom: 1px solid #fff;
}
.main .title .inner,
.main .subtitle .inner {
	padding: 15px 20px;
}
.main .text .inner {
	padding: 30px 20px 50px;
}
.main .img_area img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.main .text_area {
		width: 100vw;
	}
	.main .text_area .inner {
		padding-right: 30px;
		padding-left: 30px;
	}
}


@media screen and (min-width: 1280px) {
	.main {
		flex-direction: row-reverse;
		min-height: 474px;
	}
	.main .text_area {
		width: calc(50% + 160px);
	}
/*
	.main .text_area .inner {
		max-width: calc(705px + 30px);
	}
*/
	.main .img_area {
		width: calc(50% - 160px);
		text-align: right;
	}
	.main .img_area img {
		max-width: 600px;
		height: 100%;
	}
    .text_area .text .inner {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1920px) {
	.main .text_area {
		width: calc(50% + 200px);
	}
/*
	.main .text_area .inner {
		max-width: calc(800px + 30px);
	}
*/
    .main .img_area img {
        max-width: 1080px;
    }
	.main .img_area {
		width: calc(50% - 200px);
	}
}




/* ==================================================

	メイン下テキスト

================================================== */
.camp_detail {
    background: #dadefd;
}





/* ==================================================

	開催概要

================================================== */
.overview {
    background: #eceefe;
}
.overview .h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.overview_list {
	margin-top: 40px;
}


@media screen and (min-width: 1024px) {
.overview_list {
    display: grid;
    grid-template-columns: 6em 1fr;
    row-gap: 25px;
    font-size: 20px;
}
.overview tr {
    border-bottom: 1px solid #000;
}
.overview th {
    width: 14%;
}
.overview td {
    width: 43%;
}
.overview th, .overview td {
    vertical-align: middle;
    font-size: 20px;
    padding: 40px 20px
}
.overview td iframe {
    width: 450px;
    height: 300px;
}
}
 
@media screen and (max-width: 1023px) {
  .overview td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .overview th,
  .overview td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
.overview td iframe {
    width: 100%;
    margin-top: 10px;
}
.overview th {
    padding: 10px 0;
}
.overview td {
    padding-bottom: 10px;
}
}



/* ==================================================

	プログラム

================================================== */
.program {
    background: #fff;
}
.program .h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.program .h2 {
    text-align: center;
    margin-top: 60px;
}
/* ----------------------------------------
	speaker_list
---------------------------------------- */

.speaker_list {
	display: grid;
	row-gap: 30px;
	margin-top: 30px;
}
.speaker_list > li {
	display: grid;
	row-gap: 20px;
}
.speaker_list .profile {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.speaker_list .profile h4 {
	font-size: 20px;
}
.program_content .annotation {
    font-size: 13px;
    color: #767676;
    padding-top: 10px;
}
.speaker_list > li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.profile .d_flex_sm:first-child {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
@media screen and (min-width:480px) and ( max-width:767px) {
	.profile .d_flex_sm > div:first-child {
        width: 300px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .speaker_list .profile {
		display: grid;
        grid-template-columns: 180px 360px 423px;
	}
    .speaker_list .profile h3 {
		font-size: 20px;
        padding-right: 20px;
	}
    .profile .d_flex_sm > div:first-child {
        width: 361px;
    }
    .program_content .annotation {
        text-align: right;
    }
    .speaker_list .profile .h4 {
		font-size: 18px;
	}
}
@media screen and (max-width: 1023px) {
.profile .d_flex_sm > div:last-child {
    text-align: center;
    margin-top: 10px;
}
}
@media screen and (min-width:768px) and ( max-width:1023px) {
    .profile .d_flex_sm > div:first-child {
        width: 500px;
    }
}
@media screen and (min-width: 1280px) {
.speaker_list .profile {
    grid-template-columns: 90px 304px 415px 410px;
}
}
    




/* ==================================================

	お申し込み

================================================== */
.application_form {
    background: #fff;
}
.application_form .h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}



/* ==================================================

	お問い合わせ

================================================== */
.contact {
    background: #eceefe;
}
.contact .h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

/*Form*/
.mktoButtonRow .mktoShinyBlue {
    text-align: center;
}
@media screen and (min-width: 1024px) {
  .form_content {
    width: 821px;
    margin: 0 auto;
}  
   } 
@media screen and (min-width:768px) and ( max-width:1023px) {
.form_content {
    width: 500px;
    margin: 0 auto;
}
#mktoForm_5226 {
    width: 500px!important;
}
.mktoFieldWrap .mktoHtmlText {
    width: 500px!important;
}
.mktoFieldWrap .mktoHtmlText > div {
    width: 500px!important;
}
.mktoButtonRow .mktoShinyBlue {
    margin-left: 170px!important;
}
}
@media screen and (min-width:481px) and ( max-width:1023px) {
.mktoForm .mktoAsterix {
    float: left!important;
}
.mktoLabel.mktoHasWidth > h1 {
    padding: 10px;
}
}
@media screen and (min-width:480px) and ( max-width:767px) {
.form_content {
    width: 400px;
    margin: 0 auto;
}
#mktoForm_5226 {
    width: 400px!important;
}
.mktoFieldWrap .mktoHtmlText {
    width: 400px!important;
}
.mktoFieldWrap .mktoHtmlText > div {
    width: 400px!important;
}
.mktoButtonRow .mktoShinyBlue {
    margin-left: 110px!important;
}
#mktoForm_5226 .mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField,.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {    
    width: 400px!important;
}
#mktoForm_5226 .mktoLogicalField {
    width: 400px!important;
}
}

@media screen and (max-width: 479px) {
.mktoButtonRow .mktoShinyBlue {
    margin-left: 35px!important;
}
}


@media screen and (max-width: 767px) {
.responsivegrid.techdevice-responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    padding-bottom: 0;
}
}




/*==================================

2026.01追加

===================================*/
@media screen and (max-width: 767px) {
.main .xxl {
	font-size: 37px;
}
}
@media screen and (min-width: 1024px) {
.subtitle .h1 {
	font-size: 33px;
}
}
@media screen and (min-width: 1920px) {
.subtitle .h1 {
	font-size: 38px;
}
}
@media screen and (min-width:1280px) and ( max-width:1439px) {
.main .xxl {
	font-size: 62px;
}
}

#mktoForm_5660 {
	width: 100%!important;
}