body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  background-color: #002349;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

.et_title span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1000px) {
  header #head_t {
    display: flex;
    align-items: center;
  }
  header.fixed #head_t {
    background-color: rgba(0, 35, 73, 0.8);
  }
}
.head_inner {
  max-width: 100%;
}

#head_t {
  background: #002349;
  background-color: #002349;
  padding: 0;
}

.language_box {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  margin-left: 20px;
  margin-right: 10px;
}
.language_box a {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.language_box a.active, .language_box a[data-stt-active] {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.language_box .line {
  display: inline-block;
  background: #cccccc;
  width: 1px;
  height: 15px;
}

.h_btn .btn {
  font-size: 15px;
  color: #fff;
  background: #002349;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.h_content li {
  width: 140px;
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
  background: #00285e;
  color: #fff;
  border: 1px solid #fff;
}

.h_content li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 15px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.h_content li a:hover {
  opacity: 0.7;
}

.mainvisual {
  background: url(../media/images/cms/mv_bg.jpg) center center no-repeat;
  height: 844px;
  margin-top: 85px;
}

#welcome.inner {
  margin: 100px auto;
}

.wel_block {
  display: block;
  align-items: center;
}

.wel_block .et_txt.txt01 {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.8px;
}

.welcome {
  background: #002349;
}

section {
  background: #002349;
}

.et_title {
  position: relative;
  margin-bottom: 50px;
  padding-top: 90px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.et_title:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 15%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, 0);
  content: "";
}

.about_box_container {
  margin: auto;
  text-align: center;
}
.about_box_container .about_box {
  display: inline-block;
  text-align: left;
  border: 1px solid #ccc;
  padding: 40px;
}
.about_box_container .about_box table {
  width: 100%;
}
.about_box_container .about_box table th {
  text-align: right;
  padding-right: 40px;
  white-space: nowrap;
}
.about_box_container .about_box table th,
.about_box_container .about_box table td {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}
.about_box_container .about_box table th.intro,
.about_box_container .about_box table td.intro {
  color: #ff102f;
}

#concept {
  margin-top: 50px;
  padding-top: 50px;
}

#access {
  margin-top: 90px;
}

.access_box {
  margin: 40px 0 80px;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 200px;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.access_box .access_title_box {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.access_box .access_detail_box {
  margin-top: 6px;
}
.access_box .access_detail_box .access_details {
  margin-bottom: 20px;
  border-bottom: 1px solid #888;
}
.access_box .access_detail_box .access_details .access_title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

footer {
  background: #002349;
}

@media screen and (min-width: 1000px) {
  header {
    position: relative;
    transition: 300ms;
  }
  header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  header #head_t {
    transition: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .is-panel-open .l-webinar__video,
.is-scrolled .l-webinar__video {
    padding-top: 56.25%;
  }
  .is-panel-open .l-webinar__video .p-video-fixed > div,
.is-scrolled .l-webinar__video .p-video-fixed > div {
    padding-top: 56.25% !important;
  }
  .is-panel-open .l-webinar__video .p-video-fixed,
.is-scrolled .l-webinar__video .p-video-fixed {
    top: 0;
  }
  body.is-panel-open {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: initial;
  }
  .m-content {
    height: 90vh;
  }
}
.p-side-tab-content--scroll {
  overflow-x: clip;
}

.c-btn-group {
  flex-wrap: nowrap;
}

.flatpickr-calendar {
  display: none;
}

.c-btn {
  border: none;
}

.h_content ul {
  display: flex;
  justify-content: flex-end;
}

.sp_demoNav a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  background: rgb(0, 57, 210);
  background: linear-gradient(90deg, rgb(0, 57, 210) 0%, rgb(0, 111, 209) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0039d2", endColorstr="#006fd1", GradientType=1);
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    width: 100%;
    height: 240px;
    background-size: contain;
    margin-top: 0;
  }
  .head_inner {
    padding: 0;
  }
  .h_logo {
    width: auto;
  }
  .h_logo img {
    width: auto;
    height: 54px;
  }
  #concept {
    margin-top: 0px;
  }
  #access {
    margin-top: 90px;
  }
  #welcome.inner {
    margin: 10px auto;
  }
  .wel_block .et_txt.txt01 {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .et_title {
    padding-top: 0;
  }
  .et_title span {
    font-size: 24px;
  }
  .about_box_container .about_box {
    display: inline-block;
    text-align: left;
    border: 1px solid #ccc;
    padding: 16px 8px;
  }
  .about_box_container .about_box table th {
    text-align: left;
    padding-right: 8px;
    white-space: nowrap;
  }
  .access_box {
    flex-flow: column;
    margin: 40px 0 80px;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
  }
	
	.h_content li {
		width: auto;
		margin-right: 0px;
	}	
	
	.h_content li a {
		height: 30px;
		padding: 5px;
		white-space: nowrap;
	}
	
	
}
@media screen and (max-width: 1000px) {
  .hamburger span {
    background: #fff;
  }
}
.copy_right {
  font-size: 10px;
  font-family: Arial;
}