@charset "utf-8";

/*===============================
reset & new role
=================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap');

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	scroll-behavior: smooth;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

a {
	word-break: break-all;
	color: #3382cc;
}
.page-content a {
	color: #a137ac;
}
.zimukyoku-address a {
	color: #000;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #3382cc;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.tb-content {
	display: none;
}

.sp-content {
	display: none;
}

.disabled {
	pointer-events: none;
}

th, td {
	font-size: 100% !important;
}

/*===============================
wrapper, box, content
=================================*/

body,
html {
	width: 100%;
	min-width: 320px;
	box-sizing: border-box;
	color: #000;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
}

.site-wrapper {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

.top-page .header-title {
	margin: 0 50px 40px;
	width: 400px;
}
.top-page .container {
}
@media (max-width: 1200px) {
	.top-page .container {
		max-width: 100%;
		width: 100%;
		margin-top: 2rem;
	}
}
.header-title {
	width: 240px;
	margin-bottom: 2rem;
}

#left {
	flex-shrink: 0;
	background-size: 100% auto;
	color: #fff;
  align-items: center;
  justify-content: center;
}
.top-page #left {
	width: 540px;
	flex-shrink: 0;
	background: #34b3cc;
}
.top-page #left > p {
	margin: 50px 50px 20px;
}

@media (max-width: 1200px) {
	.top-page #left > p {
		margin: 0;
		padding: 1rem;
		max-width: 66%;
	}
}

.top-page header #right {
	position: relative;
  flex: 1;
  background: url("../images/main.jpg") no-repeat center center;
  background-size: cover;
}
.top-page header #right .catch {
	position: absolute;
	top: 164px;
	left: 38px;
}

@media (max-width: 1200px) {
	.top-page header #right .catch {
		position: absolute;
		top: 20px;
		left: 0;
	}
}

/*===============================
header
=================================*/

.header-title a {
	display: flex;
	align-items: center;
	padding: 0;
	cursor: pointer;
}

.sp-menubtn {
	display: none;
}

/*===============================
#left - nav
=================================*/
#side-menu {
	padding: 0;
}
.top-page #side-menu {
	padding: 0 0 0 50px;
}

ul.menu {
	width: 100%;
	list-style: none;
	margin-bottom: 2rem;
}

ul.menu a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 9px 0 9px 28px;
	color: #fff;
	font-size: 162.5%;
	font-weight: 500;
	letter-spacing: -.01rem;
	transition: all 0.3s ease;
	line-height: 1.2;
}
.page ul.menu a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 9px 0 9px 0;
	color: #fff;
	font-size: 112.5%;
	font-weight: 500;
	letter-spacing: -.01rem;
	transition: all 0.3s ease;
	line-height: 1.2;
	text-shadow: none !important;
}

ul.menu a:hover {
	/* color: #b08a45; */
}
ul.menu .active a {
	color: #fff;
}

ul.menu a::before,
ul.menu .active a::before {
	content: "";
	height: 15px;
	width: 15px;
	background: url(../images/arw.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 17px;
	left: 0;
	bottom: 0;
}
.page ul.menu a::before,
.page ul.menu .active a::before {
	content: none;
}

ul.menu a:hover::before,
ul.menu .active a::before {
	opacity: 1;
}
#side-menu .menu a {
	text-shadow: 1.41px 1.41px 6px rgba(4, 0, 0, 0.65);
}
#side-menu .menu a:hover {
	text-decoration: none;
	color: #ccc;
}

.side_date {
	margin: 8rem 0 2rem;
}
.side_add {
	font-weight: 700;
	letter-spacing: .01px;
}
.side_add span {
}
.side_add p {
	margin-bottom: 1rem;
}
@media (max-width: 1200px) {
	.side_date, .side_add {
		margin: 8rem 1.5rem 1.5rem;
	}
}

/*===============================
.zimukyoku-wrap, footer
=================================*/

.zimukyoku-wrap > div {
	gap: 7rem;
}

.zimukyoku {
	display: flex;
	align-items: center;
	flex: 1;
	font-weight: 700;
	font-size: 87.5%;
}

.zimukyoku:first-child {
	margin-bottom: 2rem;
	max-width: 389px;
}

.zimukyoku-name {
	line-height: 1.5;
}

.zimukyoku-address {
	line-height: 1.5;
}
.footer {
	position: relative;
	padding: 0;
	background: #eafaf7;
}
.footer .container {
	position: relative;
	padding: 3rem 0 0;
	background: url(../images/footer_img.png) no-repeat right 3rem;
}
.footer .container::after {
	content: "";
	position: absolute;
	background: url(../images/yacht.png) no-repeat;
	right: 82px;
	bottom: 29px;
	width: 79px;
	height: 89px;
	z-index: -1;
	background-size: contain;
}

@media screen and (max-width: 1200px) {
.footer .container {
	background-size: contain;
}
.zimukyoku-wrap {
	margin-bottom: 5rem;
}
.footer .container::after {
	right: 46px;
	bottom: 80px;
	width: 69px;
	height: 79px;
	z-index: -1;
}
}

.copyright {
	text-align: right;
	font-size: 75%;
	padding: .5rem;
	margin-top: 3rem;
}

footer {
  position: relative;
  z-index: 0;
}
footer .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2600 50' preserveAspectRatio='none'><path d='M0,14 Q130,0 260,14 T520,14 T780,14 T1040,14 T1300,14 T1560,14 T1820,14 T2080,14 T2340,14 T2600,14 L2600,50 L0,50 Z' fill='%231dc0d8'/></svg>") no-repeat center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  footer .wave {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1300 50' preserveAspectRatio='none'><path d='M0,20 Q217,14 434,20 T867,20 T1300,20 L1300,50 L0,50 Z' fill='%231dc0d8'/></svg>") no-repeat center;
    background-size: cover;
  	height: 130px;
  }
}



/*===============================
margin padding
=================================*/

.mt-100 {
	margin-top: 100px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mr-50 {
	margin-right: 50px;
}
.mb-6r {
	margin-bottom: 6rem;
}
.h100 {
	height: 100%;
}

/*===============================
text
=================================*/

.indent1em {
	text-indent: -1em;
	margin-left: 1em;
}

.indent2em {
	text-indent: -2em;
	margin-left: 2em;
}

.bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.fz-21 {
font-size: 131.3%;
}
.fz-26 {
	font-size: 162.5%;
}

.line-through-red {
	color: #d34b4b;
	text-decoration: line-through;
}

.line-through-red span {
	color: #000;
}

.txt-red {
	color: #d34b4b;
}

.page-content h2 {
	margin: 0 0 2rem;
	color: #204a91;
	font-size: 48px;
	font-weight: 200;
	padding: 0;
}
.page-content > div h2:first-child {
	margin-bottom: 3rem;
}

.page-content h4 {
	color: #b08a45;
	border-bottom: 1px solid #b08a45;
	padding-bottom: 0.75rem;
	margin-bottom: 1.5rem;
}

.page-content h5 {
	color: #b08a45;
	margin-bottom: 1rem;
}

.page-content p {
	line-height: 1.8;
}

.comingsoon {
	width: 40vw;
	margin: 100px auto 50vh;
	padding: 20px;
	text-align: center;
	background-color: #eee;
	border-radius: 5px;
	font-weight: 500;
}

ol.decimal-leading {
	list-style-type: decimal-leading-zero;
}


/*===============================
btn
=================================*/

.btn {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	margin: 20px 0;
	padding: 1.2em;
	color: #b08a45;
	font-weight: 700;
	letter-spacing: 0.2em;
	background-color: #fff;
	border: 3px solid #b08a45;
	border-radius: 10rem;
}

.btn:active,
.btn:focus,
.btn:hover {
	text-decoration: none;
	background-color: #b08a45;
	color: #fff;
	transition: all 0.5s ease;
}
.btn.btn02 {
	color: #003570;
	border: 3px solid #003570;
}

.btn.btn02:active,
.btn.btn02:focus,
.btn.btn02:hover {
	text-decoration: none;
	background-color: #003570;
	color: #fff;
	transition: all 0.5s ease;
}

.btn.btn03 {
	color: #dd7615;
	border: 3px solid #dd7615;
}

.btn.btn03:active,
.btn.btn03:focus,
.btn.btn03:hover {
	text-decoration: none;
	background-color: #dd7615;
	color: #fff;
	transition: all 0.5s ease;
}

/*===============================
box
=================================*/

.box-red {
	border: 2px solid #d34b4b;
	padding: 30px 20px;
}

.box-yellow {
	padding: 1em 1.5em;
	background-color: #fcf0da;
}

.flex_end {
	display: flex;
	align-items: flex-end;
}


/*===============================
box
=================================*/

.pre-content {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 70% !important;
    margin-bottom: 30%;
}

@media (max-width: 1200px) {
	.pre-content {
	    height: 40% !important;
	    margin: 30% 0%;
	}
}


/*===============================
program
=================================*/

.program_link {
  position: relative;
  width: calc(100% - 60px);
  height: 60px;
	margin-bottom: 6rem;
}

.program_link a {
	color: #00b9bd;
}
.link {
  position: absolute;
  top: 0;
  width: calc(100% / 3 + 60px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	font-size: 150%;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #33ccb3;
  border-radius: 9999px;
  background-color: #fff;
  color: #33ccb3;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1;
}
.link1 {
  left: 0;
  z-index: 3;
}
.link2 {
  left: calc(100% / 3);
  z-index: 2;
	padding-left: 56px;
}
.link3 {
  left: calc(100% * 2 / 3);
  z-index: 1;
	padding-left: 56px;
}
.link:hover {
  background-color: #33ccb3;
  color: #fff;
}
.link:visited,
.link:focus,
.link:hover,
.link:active {
  text-decoration: none;
}

@media (max-width: 1200px) {
.program_link {
  width: calc(100% - 40px);
  height: 50px;
	margin-bottom: 3rem;
}
.link {
  width: calc(100% / 3 + 40px);
	font-size: 135%;
}
.link2, .link3 {
	padding-left: 36px;
}
}


.program_block {
  margin-bottom: 2rem;
	font-size: 112.5%;
}

.program_time {
  margin-bottom: 1rem;
}

.program_box {
  width: 100%;
  margin-bottom: 1.5rem !important;
  background-color: #eaf7fa;
  padding: 1rem 1.5rem !important;
  box-sizing: border-box;
  list-style: none;
}

.program_person_list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem !important;
	font-size: 112.5%;
}

.program_person_list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}
.role {
  display: inline-block;
  background-color: #3352cc;
  color: #fff;
  font-size: 16px;
  padding: .3rem .8rem .5rem;
  border-radius: 9999px;
  white-space: nowrap;
	line-height: 1;
}
.person_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	font-size: 112.5%;
}
.name {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 1.5rem;
}
.affiliation {
  flex: 1;
  min-width: 100%;
	font-size: 88.9%;
}

@media screen and (min-width: 1200px) {
  .person_info {
    flex-wrap: nowrap;
  }

  .affiliation {
    min-width: auto;
  }
}


/*===============================
access
=================================*/

.map iframe {
	width: 100%;
  aspect-ratio: 16/9;
}

.pre_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
}