@charset "UTF-8";

/* -----------------------------------------------------------------
reset
------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
img {
	width: 100%;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong {
	font-weight: bold;
}

/* -----------------------------------------------------------------
preset
------------------------------------------------------------------ */
html, body {
	-webkit-backface-visibility: hidden;
}
html {
	font-size: 62.5%;
}
/*@media screen and (max-width: 767px) {
	html {
		font-size: 59.375%;
	}
}*/
body {
	background-color: #074944;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Inter', 'BIZ UDPGothic', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
	body {
		width: 100%;
		height: 100%;
		min-width: 1100px;
	}
}
.mac body, .iphone body, .ipod body, .ipad body {
	font-family: 'Inter', 'BIZ UDPGothic', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-feature-settings: "palt";
}

p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt";
}
p.large {
	font-size: 18px;
	font-size: 1.8rem;
}
p.large2 {
	font-size: 20px;
	font-size: 2rem;
}
p.large2 span {
	font-size: 16px;
	font-size: 1.6rem;
}
p + p {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	p.large {
		font-size: 16px;
		font-size: 1.6rem;
	}
	p.large2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	p.large2 span {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover span,
a:hover {
	color: #CEBEAA;
	text-decoration: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff !important;
}

/* -----------------------------------------------------------------
responsive
------------------------------------------------------------------ */
.resp-pc {
	display: block;
}
.resp-sp {
	display: none;
}
.resp-tab {
	display: none;
}
@media screen and (max-width: 767px) {
	.resp-pc {
		display: none!important;
	}
	.resp-sp {
		display: block;
	}
	.resp-tab {
		display: block;
	}
}
@media screen and (max-width: 445px) {
	.resp-pc {
		display: none;
	}
	.resp-sp {
		display: block;
	}
	.resp-tab {
		display: none;
	}
}

.clear {
	clear: both;
}

.container {
	max-width: 1208px;
	width: calc(100% - 100px);
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.container {
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: calc(100% - 30px);
	}
}

.common-ihover:hover img,
a:hover .common-ihover img {
	opacity: 0.7;
	-webkit-transition: 0.30s;
	-ms-transition: 0.30s;
	transition: 0.30s;
}

.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt3vw {
	margin-top: 3vw !important;
}
.text_right {
	text-align: right !important;
}
.text_center {
	text-align: center !important;
}
.link_text {
	color: #074944;
	text-decoration: underline;
}
.link_text:hover {
	color: #074944;
	text-decoration: none;
}
.mod_bg1 {
	background-color: #fff;
}

.mod_title {
	text-align: center;
}

.mod_h21 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-top: 100px;
}
.mod_h21 > span {
	font-size: 20px;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.mod_h21 {
		font-size: 21px;
		font-size: 2.1rem;
		margin-top: 80px;
	}
	.mod_h21 > span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.mod_col2_2 > .col + .col .mod_h21 {
		margin-top: 0;
	}
}

.mod_h31 {
	font-size: 30px;
	font-size: 3rem;
	margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
	.mod_h31 {
		font-size: 23px;
		font-size: 2.3rem;
	}
}

.mod_h41 {
	font-size: 26px;
	font-size: 2.6rem;
}
.mod_h41 > span {
	font-size: 20px;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.mod_h41 {
		font-size: 21px;
		font-size: 2.1rem;
	}
	.mod_h41 > span {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.mod_h51 {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.mod_h51 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.border-bottom {
	border-bottom: 2px solid #CEBEAA;
}
.border-top {
	border-top: 1px solid #074944;
}

.icon {
	margin-left: 4px;
}

.mod_conarea1 {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.mod_conarea1 {
		margin-top: 50px;
	}
}

/* mod_set1 */
.mod_set1 {
	border-top: #9CB6B4 1px solid;
	border-bottom: #9CB6B4 1px solid;
	width: 100%;
}
.mod_set1 + .mod_set1,
#day2 .mod_set1 {
	border-top: none;
}
.mod_set1 .date-box h3 {
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: normal;
	font-family: 'Frank Ruhl Libre', serif;
}
.mod_set1 .date-box p {
	margin-top: 20px;
}
.mod_set1 .info-box {
	text-align: left;
}
.mod_set1 .info-box .info-box_icon {
	margin-top: 15px;
	padding: 5px 6px;
	background-color: #FFF;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #074944;
	display: inline-block;
}
.mod_set1 .info-box h4 {
	font-size: 22px;
	font-size: 2.2rem;
}
.mod_set1 .info-box p + h4 {
	margin-top: 5px;
}
.mod_set1 .info-box .thu + h4 {
	margin-top: 20px;
}
.mod_set1 .info-box .thu + h4 > span {
	font-size: 16px;
	font-size: 1.6rem;
}
.mod_set1 .info-box h4 + p {
	margin-top: 15px;
}
.mod_set1 .info-box tr + tr th,
.mod_set1 .info-box tr + tr td {
	border-top: #457773 1px solid;
}
.mod_set1 .info-box th,
.mod_set1 .info-box td {
	padding: 50px 0;
	vertical-align: top;
}
.mod_set1 .info-box th {
	font-weight: normal;
}
.mod_set1 .info-box .imgbox {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
	.mod_set1 .info-box th {
		width: 242px;
		margin-right: 30px;
		display: block;
	}
	.mod_set1 .info-box td {
		width: calc(100% - 242px);
	}
}
@media screen and (max-width: 767px) {
	.mod_set1 .info-box th,
	.mod_set1 .info-box td {
		display: block;
	}
	.mod_set1 .info-box th {
		padding-bottom: 0;
	}
	.mod_set1 .info-box td {
		padding-top: 20px;
	}
	.mod_set1 .info-box td.info-box_session {
		padding-top: 50px;
	}
	.mod_set1 .info-box tr:first-of-type td {
		padding-top: 30px;
	}
	.mod_set1 .info-box tr + tr td {
		border-top: none;
	}
	.mod_set1 .date-box h3 {
		font-size: 34px;
		font-size: 3.4rem;
	}
	.mod_set1 .info-box h4 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.mod_set1 .date-box p {
		margin-top: 10px;
	}
	.mod_set1 .info-box .imgbox {
		justify-content: space-between;
	}
}

/* mod_set2 */
.mod_set2 {
	width: 204px;
	margin-top: 40px;
}
/*.mod_set2 img {
	border-radius: 5px;
}*/
.mod_set2 .thu {
	position: relative;
}
.mod_set2 h4 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 1;
	font-weight: normal;
	margin-top: 20px;
}
.mod_set2 h4 > span {
	color: #FFF !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.mod_set2 a h4,
.mod_set2 a:hover p {
	color: #FFF;
}
.mod_set2 a .thu::after {
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	transition: .4s ease;;
}
.mod_set2 a:hover .thu::after {
	opacity: 0.3;
}
.mod_set2 p {
	margin-top: 10px !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 1;
}
.mod_set2 p.small {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	line-height: 1.4;
}
.mod_set2 a .text {
	position: relative;
}
.mod_set2 a .text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #FFF;
	top: 0;
	right: 0;
	left: 0;
	transform: scale(1, 1);
	transform-origin: left top;
}
.mod_set2 a:hover .text::after {
	border-bottom: 1px solid #CEBEAA;
	transition: .4s ease;
	transform: scale(0, 1);
	transform-origin: right top;
}
.mod_set2 a .icon {
	color: #CEBEAA;
	vertical-align: -2px;
}
@media screen and (min-width: 768px) {
		.mod_set2 + .mod_set2 {
			margin-left: 40px
		}
}
@media screen and (max-width: 767px) {
	.mod_set2 {
		width: calc((100% - 15px) / 2);
	}
	.mod_set2 h4 {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
	.mod_set2 p {
		font-size: 15px !important;
		font-size: 1.5rem !important;
	}
}

/* mod_set3 */
.mod_set3 {
	margin-top: 40px;
	background-color: #fff;
}

/* mod_linktext1 */
.mod_linktext1 a .text {
	position: relative;
}
.mod_linktext1 a .text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #FFF;
	top: 0;
	right: 0;
	left: 0;
	transform: scale(1, 1);
	transform-origin: left top;
}
.mod_linktext1 a:hover .text::after {
	border-bottom: 1px solid #CEBEAA;
	transition: .4s ease;
	transform: scale(0, 1);
	transform-origin: right top;
}
.mod_linktext1 a .icon {
	color: #CEBEAA;
	vertical-align: -2px;
}


/* mod_ul1 */
.mod_ul1 {
	position: relative;
	margin-left: 40px;
	padding-bottom: 10px;
}
.mod_ul1 li {
	position: relative;
}
.mod_ul1 li::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 12px;
	left: -19px;
	background: #FFF;
}
.mod_ul1 p {
	margin-top: 10px;
}

/* mod_ul2 */
.mod_ul2 {
  padding-top: 8px;
  padding-left: 19px;
}
.mod_ul2 p {
  margin-top: 5px;
}
.mod_ul2 p + p {
  margin-top: 3px;
}
.mod_ul2 li {
  position: relative;
}
.mod_ul2 li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -19px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #CEBEAA;
}

/* mod_textbox1 */
.mod_textbox1 {
	margin: 60px auto 0;
	padding: 40px 30px;
	max-width: 1000px;
	width: 100%;
	border: #9CB6B4 1px solid;
	border-radius: 5px;
}
.mod_textbox1 h3 {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}
.mod_textbox1 h3 .large {
	font-size: 30px;
	font-size: 3rem;
}
.mod_textbox1 h3 .thin {
	font-weight: normal;
}
.mod_textbox1 h3 + p {
	margin-top: 25px;
}
.mod_textbox1 p {
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 768px) {
		.mod_textbox1 h3 .large {
			padding-left: 5px;
		}
		.mod_textbox1 h3 .thin {
			padding-left: 10px;
		}
}
@media screen and (max-width: 767px) {
	.mod_textbox1 h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.mod_textbox1 h3 .large {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.mod_textbox1 h3 .thin {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.mod_textbox1 h3 + p {
		margin-top: 15px;
	}
	.mod_textbox1 {
		margin-top: 50px;
		padding: 30px 20px;
	}
}

/* mod_textbox2 */
.mod_textbox2 {
	margin: 20px auto 0;
	padding: 25px;
	max-width: 1000px;
	width: 100%;
	background-color: #396D69;
	border-radius: 5px;
	text-align: center;
}
.mod_textbox2 p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.mod_textbox2 {
		padding: 20px;
		text-align: left;
	}
	.mod_textbox2 p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/* mod_mvbox */
.mod_mvbox {
	margin: 100px auto 0;
	position: relative;
	display: block;
	max-width: 792px;
}
@media screen and (max-width: 767px) {
	.mod_mvbox {
		margin-top: 80px;
	}
}

/* mod_col2 */
.mod_col2 .colimg {
	margin-top: 70px;
}
.mod_col2.style3 .colimg {
	margin-top: 50px;
}
.mod_col2.style3 .colimg .thu {
	position: relative;
}
.mod_col2.style3 .colimg a .thu::after {
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	transition: .4s ease;;
}
.mod_col2.style3 .colimg a:hover .thu::after {
	opacity: 0.3;
}
.mod_col2 .coltext h6 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 30px;
	color: #074944;
}
.mod_col2.style3 .coltext h6:first-of-type {
	margin-top: 0;
	color: #CEBEAA;
}
.mod_col2.style3 .coltext * + h6 {
	color: #9CB6B4;
}
.mod_col2.style3 .coltext h6 + h4 {
	margin-top: 15px;
}
.mod_col2 .coltext h6 + p {
	display: flex;
	flex-wrap: wrap;
}
.mod_col2 .coltext p + p {
	margin-top: 10px;
}
.mod_col2.style3 .coltext * + p {
	margin-top: 25px;
}
.mod_col2 .coltext .highlight {
	color: #FF0000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}
.mod_col2 .coltext .name {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.mod_col2 .coltext * + .name {
	margin-top: 15px;
}
.mod_col2 .coltext .name .small {
	font-size: 18px;
	font-size: 1.8rem;
}
.mod_col2 .coltext .corp {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
}
.mod_col2 .coltext .department {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.mod_col2 .coltext .text1 {
	margin-top: 15px;
}
.mod_col2 .coltext .text2 {
	margin-top: 0;
}
.mod_col2 .coltext .logo {
	height: 30px;
	margin-top: 20px;
}
.mod_col2 .coltext img {
	height: 100%;
	width: auto;
}
@media screen and (min-width: 768px) {
	.mod_col2 {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.mod_col2.style2,
	.mod_col2.now {
		align-items: center;
	}
	.mod_col2 .colimg {
		max-width: 272px;
	}
	.mod_col2.style2 .colimg {
		max-width: 292px;
	}
	.mod_col2.style3 .colimg {
		max-width: 204px;
	}
	.mod_col2 .coltext {
		width: calc(100% - 272px - 40px);
		margin-top: 70px;
		/* */
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.mod_col2.style2 .coltext {
		width: calc(100% - 292px - 50px);
	}
	.mod_col2.style3 .coltext {
		width: calc(100% - 204px - 30px);
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.mod_col2.style2 {
		padding-top: 70px;
	}
	.mod_col2.now {
		display: none;
	}
	.mod_col2 .colimg > img {
		max-width: 204px;
		width: 100%;
		margin: auto;
	}
	.mod_col2 .colimg a {
		margin: auto;
		display: inline-block;
	}
	.mod_col2 .colimg .thu {
		max-width: 204px;
		width: 100%;
	}
	.mod_col2.style3 .colimg {
		text-align: center;
	}
	.mod_col2.style3 .colimg .mod_btn {
		max-width: 204px;
	}
	.mod_col2 .coltext h6 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.mod_col2.style2 .colimg {
		margin-top: 40px;
	}
	.mod_col2.style2 .colimg img {
		max-width: 292px;
	}
	.mod_col2 .coltext {
		margin-top: 50px;
	}
	.mod_col2.style2 .coltext {
		margin-top: 0;
		text-align: center;
	}
	.mod_col2.style2 .coltext p {
		text-align: left;
	}
	.mod_col2.style3 .coltext {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.mod_col2_2 {
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}
	.mod_col2_2 > .col {
		width: calc((100% - 40px) / 2);
	}
	.mod_col2_2 .mod_mvbox {
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.mod_col2_2 > .col + .col {
		margin-top: 50px;
	}
	.mod_col2_2 .mod_mvbox {
		margin-top: 30px;
	}
}

/* mod_col3 */
.mod_col3 {
	padding-top: 60px;
	padding-bottom: 0;
}
@media screen and (min-width: 768px) {
	.mod_col3 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.mod_col3 > * {
		width: calc((100% - 40px - 40px) / 3);
	}
}
@media screen and (max-width: 767px) {
	.mod_col3 {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

/* -----------------------------------------------------------------
header
------------------------------------------------------------------ */
.mod_headerarea {
	width: 100%;
	position: fixed;
	z-index: 540;
	background-color: #074944;
}
@media screen and (min-width: 768px) {
	.mod_headerarea {
		min-width: 1100px;
	}
}
.mod_headerarea .header-content {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
}
@media screen and (max-width: 767px) {
	.mod_headerarea .header-content {
		height: 54px;
	}
}

/* .header-logo */
.mod_headerarea .header-logo {
	margin-left: 50px;
}
.mod_headerarea .header-logo img {
	height: 50px;
	width: auto;
}
@media screen and (max-width: 1024px) {
	.mod_headerarea .header-logo {
		margin-left: 25px;
	}
}
@media screen and (max-width: 767px) {
	.mod_headerarea .header-logo {
		margin-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.mod_headerarea .header-logo img {
		height: 34px;
	}
}

.mod_headerarea .header-layout {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	position: absolute !important;
	top: 0 !important;
	height: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	font-feature-settings: "palt";
}

/* .header-nav */
.mod_headerarea .header-nav {
	margin-left: auto;
	margin-right: 30px;
}
@media screen and (max-width: 1024px) {
	.mod_headerarea .header-nav {
		margin-right: 5px;
	}
}
.mod_headerarea .header-nav > ul {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.mod_headerarea .header-nav > ul > li > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 20px;
}
.mod_headerarea .header-nav > ul > li.contact_btn {
	padding: 0 20px 0 30px;
}
.mod_headerarea .header-nav > ul > li.contact_btn > a {
	padding: 0;
}
.mod_headerarea .header-nav > ul > li > a span.text,
#header .header-nav > ul > li.current > a span.text {
	/*display: block;*/
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.mod_headerarea .header-nav > ul > li > a > span > span.txt:after,
.mod_headerarea .header-nav > ul > li.current > a > span > span.txt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid #DBCAB4;
	transition: .4s ease;
	top: 0;
	right: 0;
	left: 0;
	width: 0;
}

.mod_headerarea .header-nav > ul > li.hover > a > span > span.txt:after ,
.mod_headerarea .header-nav > ul > li > a:hover > span > span.txt:after,
.mod_headerarea .header-nav > ul > li.current > a > span > span.txt:after {
	width: 100%;
}
.mod_headerarea .header-nav > ul.header-nav2 {
	font-size: 15px;
	font-size: 1.5rem;
	white-space: nowrap;
}
.mod_headerarea .header-nav > ul.header-nav2 > li > a > span > span{
	position: relative;
	padding: 5px 0;
}
.mod_headerarea .header-nav .contact_btn .mod_btn {
	margin-top: 0;
	padding: 15px;
	width: auto;
}
.mod_headerarea .header-nav .contact_btn .mod_btn .txt,
.drawer .drawer-nav .drawer-btn .mod_btn .txt {
  font-size: 15px;
  font-size: 1.5rem;
}

/* -----------------------------------------------------------------
btn
------------------------------------------------------------------ */
/* .btn-contact */
.btn-contact {
	margin: 50px auto 0;
	max-width: 584px;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 3px;
}
.btn-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 24px;
}
.btn-contact a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #98D1CD;
	border-radius: 3px;
	-webkit-transition: .4s ease;
	-ms-transition: .4s ease;
	transition: .4s ease;
	width: 0;
	height: 100%;
}
.btn-contact a .txt {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	color: #222;
	padding-left: 35px;
	display: flex;
	align-items: center;
}
.btn-contact .txt:before {
	content: "";
	width: 25px;
	height: 19px;
	background-image: url("../img/icon_mail_l.svg");
	background-repeat: no-repeat;
	margin-right: 10px;
	position: absolute;
	top: 4px;
	left: 0;
}
.btn-contact a:hover::after {
	width: 100%;
}
.btn-contact a .txt {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.btn-contact {
		margin-top: 40px;
	}
	.btn-contact a .txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.btn-contact .txt:before {
		top: 3px;
	}
}

/* .mod_btn */
.mod_btn {
	margin-top: 20px;
	padding: 12px 15px;
	width: 100%;
	background: #FFF;
	border-radius: 3px;
	position: relative;
}
.mod_btn.style3 {
	width: auto;
	display: inline-block;
	background: #074944;
	padding-left: 20px;
	padding-right: 20px;
}
.mod_btn .anime-wrp > * {
	position: relative;
	z-index: 2;
}
.mod_btn .anime-wrp:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	transition: .4s ease;
	transform: scaleX(0);
	transform-origin: center left;
	border-radius: 3px;
	background: #98D1CD;
	box-sizing: border-box;
}
.mod_btn .txt-wrp {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.mod_btn .txt {
	color: #222;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
}
.mod_btn.style3 .txt {
	color: #FFF;
	text-align: center;
}
.mod_btn.style3:hover .txt {
	color: #222;
}
.mod_btn .txt-wrp > img {
	width: 23px;
}
a:hover .mod_btn .anime-wrp:before {
	opacity: 1;
	transform: scaleX(1);
}
@media screen and (max-width: 767px) {
	.mod_btn {
		padding: 9px 12px;
	}
	.mod_btn .txt {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 376px) {
	.mod_btn.style3 .txt br {
		display: none;
	}
}

/* -----------------------------------------------------------------
mod_mainarea
------------------------------------------------------------------ */
.mod_mainarea {
	padding-top: 80px;
	overflow: hidden;
	display: block;
	position: relative;
}
@media screen and (max-width: 767px) {
	.mod_mainarea {
		padding-top: 54px;
	}
}

/*========= mod_mainvisual =========*/
/* .mod_mainvisual-header */
.mod_mainvisual-header {
	padding: 0 50px;
	text-align: left;
}
.mod_mainvisual-header img {
	width: 214px;
	position: fixed;
	z-index: 519;
}
.mod_mainvisual-header p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
	.mod_mainvisual-header {
		padding: 0 25px;
	}
}
@media screen and (max-width: 767px) {
	.mod_mainvisual-header {
		padding: 0 15px;
		height: 29px;
	}
	.mod_mainvisual-header img {
		width: 136px;
	}
	.mod_mainvisual-header {
		display: none;
	}
}

/* .mod_mainvisual-area */
.mod_mainvisual-area {
	position: relative;
	width: 1000px;
	margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
	.mod_mainvisual-area {
		width: calc(100% - 30px);
		margin: 40px auto 0;
	}
}

.mod_mainvisual-area .mainvisual-img p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 15px;
}
.mod_mainvisual-area .mainvisual-img h1 {
	margin-top: 15px;
	font-family: "Noto Serif JP", serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
}
.mod_mainvisual-area .mainvisual-img h1 #img-wrap {
	width: 0;
	overflow: hidden;
	transition: width 1s;
	display: block;
}
.mod_mainvisual-area .mainvisual-img h1 #img-wrap.is-show {
	width: 100%;
}
.mod_mainvisual-area .mainvisual-img h1 #img-wrap > span {
	display: block;
	width: 730px;
}
@media screen and (max-width: 767px) {
	.mod_mainvisual-area .mainvisual-img h1 #img-wrap > span {
		width: 280px;
	}
}
/*@media screen and (max-width: 767px) {
	.mod_mainvisual-area .mainvisual-img h1 #img-wrap {
		display: block;
		color: transparent;
	}
	.mod_mainvisual-area .mainvisual-img h1 #img-wrap.is-show {
		color: #FFF;
		width: 0;
		white-space:nowrap;
		overflow: hidden;
		animation:img-wrap 1s forwards linear;
	}
}
@keyframes img-wrap {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}*/
@media screen and (min-width: 768px) {
	.mod_mainvisual-area .mainvisual-img {
		text-align: center;
	}
	.mod_mainvisual-area .mainvisual-img > img {
		width: auto;
		height: 142px;
		margin: auto;
	}
	.mod_mainvisual-area .mainvisual-img > img.sp {
		display: none;
	}
	.mod_mainvisual-area .mainvisual-img h1 {
		display: inline-block;
	}
	/*.mod_mainvisual-area .mainvisual-img h1 img {
		width: auto;
		height: 84px;
	}
	.mod_mainvisual-area .mainvisual-img h1 img.sp {
		display: none;
	}*/
	.mod_mainvisual-area .mainvisual-img p {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.mod_mainvisual-area .mainvisual-img > img {
		max-width: 310px;
	}
	.mod_mainvisual-area .mainvisual-img > img.pc {
		display: none;
	}
	.mod_mainvisual-area .mainvisual-img h1 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	/*.mod_mainvisual-area .mainvisual-img h1 img {
		width: auto;
		height: 90px;
	}
	.mod_mainvisual-area .mainvisual-img h1 img.pc {
		display: none;
	}*/
}
@media screen and (max-width: 767px) and (min-width: 351px) {
	.mod_mainvisual-area .mainvisual-img {
		margin: 0 30px;
	}
}
@media screen and (max-width: 374px) {
	.mod_mainvisual-area .mainvisual-img h1 {
		font-size: 20px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 350px) {
	.mod_mainvisual-area .mainvisual-img{
		margin: 0 auto;
		max-width: 257px;
	}
}

.mod_mainvisual-area .mainvisual-txt {
	margin-top: 30px;
	width: 100%;
}
.mod_mainvisual-area .mainvisual-txt-inner {
	border-top: #83A4A2 1px solid;
	border-bottom:  #83A4A2 1px solid;
	padding: 20px 0;
	width: 100%;
}
.mod_mainvisual-area .mainvisual-txt-inner table {
	width: 100%;
}
.mod_mainvisual-area .mainvisual-txt-inner table th {
	border-left: #457773 1px solid;
	border-right: #457773 1px solid;
	vertical-align: middle;
	padding: 0 15px;
	font-weight: normal;
	white-space: nowrap;
}
.mod_mainvisual-area .mainvisual-txt-inner table td {
	padding: 0 40px 0 15px;
}
.mod_mainvisual-area .mainvisual-txt-inner table tr:last-of-type td {
	padding-right: 0;
}
@media screen and (min-width: 768px) {
	.mod_mainvisual-area .mainvisual-txt-inner table tbody {
		display: flex;
		align-items: center;
	}
	.mod_mainvisual-area .mainvisual-txt-inner table tbody tr:first-of-type {
		width: 50%;
	}
	.mod_mainvisual-area .mainvisual-txt-inner table tbody tr:nth-of-type(2) {
		width: 36%;
	}
	.mod_mainvisual-area .mainvisual-txt-inner table tbody tr:last-of-type {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.mod_mainvisual-area .mainvisual-txt {
		margin-top: 40px;
	}
	.mod_mainvisual-area .mainvisual-txt-inner {
		padding: 5px 0;
	}
	.mod_mainvisual-area .mainvisual-txt-inner table {
		border-collapse: separate;
    border-spacing: 0 15px;
	}
	.mod_mainvisual-area .mainvisual-txt-inner table td {
		padding-right: 0;
	}
}

/*========= アンカー位置調整 =========*/
#program,
#day1,
#day2,
#participation,
#speaker,
#membership,
#contact-us {
	margin-top: -79px;
	padding-top: 79px;
}
@media screen and (max-width: 768px) {
	#program,
	#day1,
	#day2,
	#participation,
	#speaker,
	#membership,
	#contact-us {
		margin-top: -53px;
		padding-top: 53px;
	}
	#ruth,
	#steve {
		margin-top: -1px;
		padding-top: 1px;
	}
}

/*========= mainvisual =========*/
#mainvisual {
	padding-bottom: 100px;
	position: relative;
}
#mainvisual::before {
	content: '';
	display: block;
	background: url("../img/bg.webp") center -15px/cover no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	/*top: 88px;*/
}
@media screen and (max-width: 768px) {
	#mainvisual {
		padding-bottom: 80px;
	}
	#mainvisual::before {
		background: url("../img/bg_sp.webp") right top/cover no-repeat;
		/*height: 519px;*/
		/*top: 40px;*/
	}
}

/*========= thanks =========*/
#thanks {
	padding-top: 50px;
}
#thanks p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

/*========= program =========*/
#program {
	padding-bottom: 100px;
}

/*========= participation =========*/
#participation {
	padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
	#participation {
		padding-bottom: 80px;
	}
}

/*========= speaker =========*/
#speaker .contentsbox {
	padding-bottom: 100px;
	background-color: #FFF;
	color: #222;
}
#speaker .mod_h21 {
	color: #074944;
}
@media screen and (min-width: 769px) {
	#speaker .mod_h21 br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#speaker .contentsbox {
		padding-bottom: 80px;
	}
}

/*========= membership =========*/
#membership .contentsbox {
	padding-bottom: 50px;
	background-color: #F8F8F8;
	color: #222;
}
#membership .container {
	max-width: 1000px;
}
#membership .mod_h21 {
	color: #074944;
}
@media screen and (max-width: 768px) {
	#membership .contentsbox {
		padding-top: 10px;
		padding-bottom: 50px;
	}
}

/*========= contact-us =========*/
#contact-us,
#contact-us2 {
	padding-bottom: 100px;
	text-align: center;
}
#contact-us2 {
	background-color: #396D69;
}
#contact-us p,
#contact-us2 p {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	#contact-us,
	#contact-us2 {
		padding-bottom: 80px;
	}
	#contact-us p,
	#contact-us2 p {
		margin-top: 40px;
		text-align: left;
	}
}

/*========= video =========*/
#video .contentsbox {
	padding-bottom: 100px;
	background-color: #FFF;
	color: #222;
}
@media screen and (min-width: 769px) {
	#video .mod_h21 br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#video .contentsbox {
		padding-bottom: 80px;
	}
}

/*========= gallery =========*/
#gallery .contentsbox {
	padding-bottom: 100px;
	background-color: #FFF;
	color: #222;
}
@media screen and (max-width: 768px) {
	#gallery .contentsbox {
		padding-bottom: 80px;
	}
}

/* -----------------------------------------------------------------
footer
------------------------------------------------------------------ */
#footer .logobox {
	background-color: #FFF;
	padding: 50px 15px;
	width: 100%;
}
#footer .logobox > .container {
	position: relative;
}
#footer .logobox img {
	width: auto;
	height: 130px;
	margin: auto;
}
#footer .footer-linkbox > p {
	color: #074944;
	font-size: 16px;
	font-size: 1.6rem;
}
#footer .footer-linkbox > ul {
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
#footer .footer-linkbox > ul li + li {
	margin-top: 10px;
}
#footer .footer-linkbox a {
	color: #222;
}
#footer .footer-linkbox a > span:not(.icon) {
	position: relative;
	transition: all .3s ease;
}
#footer .footer-linkbox a > span:not(.icon)::after {
	content: "";
	height: 1px;
	background: #222;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	transform-origin: right; /* 消える方向を右に設定 */
	transform: scaleX(1); /* 初期状態でアンダーラインが完全表示 */
	transition: transform 0.3s ease; /* transformに対してアニメーションを適用 */
}
#footer .footer-linkbox a:hover > span:not(.icon)::after {
	background: #CEBEAA;
	transform: scaleX(0); /* ホバー時に左から右へ消える動作 */
}
#footer .footer-linkbox a > span.icon {
	margin-left: 10px;
}
#footer .footer-info {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 50px 0;
}
#footer .footer-info ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}
#footer .footer-info ul li a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
#footer .footer-info ul li:last-child a {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: #457773 1px solid;
}
#footer .footer-info .footer-copyright {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
#footer .footer-info ul li a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#footer .logobox img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	#footer .footer-linkbox {
		display: grid;
		justify-content: right;
	}
}
@media screen and (max-width: 767px) {
	#footer .logobox img {
		margin-top: 40px;
		height: 100px;
	}
	#footer .footer-linkbox > p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#footer .footer-linkbox > ul {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#footer .footer-info {
		display: block;
	}
	#footer .footer-info .footer-copyright {
		margin: 20px 0 0;
	}
}

/* ========= page-top ========= */
.common-btn-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 8;
	transition: bottom .4s ease;
}
.common-btn-top a {
	padding-top: 13px;
	padding-bottom: 10px;
	width: 48px;
	background: black no-repeat 14px 17px;
	color: #ffffff !important;
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	text-align: center;
	border-radius: 3px;
	opacity: 0.5;
	line-height: 1;
}

/* =========.animation css========= */
.inview {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
.animate2 .inview {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}
.inview-ready .inview {
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
}
.inview-ready .inview.inview-on {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.js-fadeLeft {
	position: relative;
	display: inline-block;
	overflow: hidden;
	
}
.js-fadeLeft:before {
	content: "";
	background-color: #CEBEAA;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.js-fadeLeft.is-inview:before {
	animation-name: openMask;
	animation-duration: .8s;
	animation-fill-mode: forwards;
}
@keyframes openMask {
	0% {
		transform: translateX(-101%);
		
	}
	100% {
		transition-timing-function: cubic-bezier(.785, .135, .15, .86);
		transform: translateX(101%);
		transition: opacity .4s ease-in-out .45s;
	}
}
.animate {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.animate {
		margin-left: 4px;
	}
}
.animate:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #CEBEAA;
	-webkit-transition: .85s;
	-ms-transition: .85s;
	transition: .85s;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
	z-index: 2;
}
.animate-text img {
	position: relative;
	z-index: 1;
	opacity: 0;
}
.animated .animate-text img {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in-out .45s;
	-ms-transition: opacity .4s ease-in-out .45s;
	transition: opacity .4s ease-in-out .45s;
}
.animate.animated:before {
	-webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	-ms-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

/*============== .ie =================*/
.ie .twitter-share-button,
.ie11 .twitter-share-button {
	display: none;
}

/*============== .sns =================*/
.sns-1 {
	margin-top: 0px;
}
.sns-1.m-t {
	margin-top: 30px;
}
.sns-1 .common-container-inner > *,
.sns-1 .contentsbox-2 > * {
	/*display: inline-block;*/
	vertical-align: top;
}
.sns-1 .common-container-inner > * + *,
.sns-1 .contentsbox-2 > * + * {
	margin-left: 5px !important;
}
.sns-1.center .common-container-inner,
.sns-1.center .contentsbox-2 {
	text-align: center;
}

/*シェアボタンの欠け修正*/
/*.sns-1 .fb_iframe_widget span,
.sns-1 .fb_iframe_widget iframe {
	width: 160px !important;
}*/

/*============== 動画用ソーシャルボタン =================*/
.sproutvideo-social-buttons > .social-buttons,
* + .social-buttons {
	margin-top: 0.8rem;
}
.social-buttons {
	display: none;
}
* + .social-buttons {
	margin-top: 0.8rem;
}
html.android .social-buttons,
html.ipod .social-buttons,
html.ipad .social-buttons,
html.iphone .social-buttons {
	display: block;
}
.social-buttons h4 {
	display: none;
	line-height: 1;
	margin-bottom: 1rem;
	margin-top: 0;
}
.share-group {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	gap: 0.8rem;
}

.share-group li {
	float: left;
	margin-right: 0.8rem;
	margin: 0;
}

.share-group li button {
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	margin: 0;
	padding: 0;
}
.share-group li button img {
	width: 3.2rem;
	height: 3.2rem;
}
.share-group li button span {
	display: none;
}