@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.7rem;
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 1.5rem;
  }
}
body.open {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 95%;
}

.detail {
  font-size: 1.2rem;
  letter-spacing: 0;
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  section {
    padding: 50px 0;
  }
}

/*-------------------------*/
body {
  background-color: #1b1b2d;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mv_wrap {
  position: relative;
  overflow: hidden;
}
.mv_wrap .virtual_wrap {
  aspect-ratio: 16/9;
  max-width: 1200px;
  margin: 0 auto;
}
.mv_wrap .mv_back,
.mv_wrap .mv_back2,
.mv_wrap .mv_title {
  position: absolute;
}
.mv_wrap .mv_back {
  background-image: url(images/mv_back.webp);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  top: 0;
  width: 100%;
  height: 100%;
}
.mv_wrap .mv_back2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_wrap .mv_back2 img {
  height: 100%;
  width: auto;
}
.mv_wrap .mv_title {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.mv_wrap .mv_title img {
  max-width: 1060px;
}

@keyframes dot {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: translateY(-10px);
  }
}
.fix_btn {
  width: 133px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  animation: dot infinite 4s step-start;
}
@media screen and (max-width: 540px) {
  .fix_btn {
    width: 103px;
    right: 0px;
    bottom: 0px;
  }
}

.content {
  backdrop-filter: blur(5px);
  position: relative;
  clip-path: polygon(0 16px, 4px 16px, 4px 12px, 8px 12px, 8px 8px, 12px 8px, 12px 4px, 16px 4px, 16px 0, calc(100% - 16px) 0, calc(100% - 16px) 4px, calc(100% - 12px) 4px, calc(100% - 12px) 8px, calc(100% - 8px) 8px, calc(100% - 8px) 12px, calc(100% - 4px) 12px, calc(100% - 4px) 16px, 100% 16px, 100% calc(100% - 12px), calc(100% - 4px) calc(100% - 12px), calc(100% - 4px) calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) calc(100% - 4px), calc(100% - 12px) calc(100% - 4px), calc(100% - 12px) 100%, 12px 100%, 12px calc(100% - 4px), 8px calc(100% - 4px), 8px calc(100% - 8px), 4px calc(100% - 8px), 4px calc(100% - 12px), 0px calc(100% - 12px));
}
.content::before, .content::after {
  content: "";
  position: absolute;
  height: 4px;
  background: white;
  right: 50%;
  transform: translateX(50%);
}
.content::before {
  width: calc(100% - 32px);
  top: 0px;
}
.content::after {
  width: calc(100% - 24px);
  bottom: 1px;
}
.content .content_txt {
  position: relative;
}
.content .content_txt::before, .content .content_txt::after {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 28px);
  top: 16px;
  background: white;
}
.content .content_txt::before {
  left: 0px;
}
.content .content_txt::after {
  right: 0px;
}
.content .content_txt .txt {
  border-top: 4px solid #fff;
}
.content .content_txt .h2_wrap,
.content .content_txt .txt {
  padding: 40px 60px;
  color: #fff;
}
@media screen and (max-width: 840px) {
  .content .content_txt .h2_wrap,
  .content .content_txt .txt {
    padding: 40px 20px;
  }
}
.content [class*=dot] {
  position: absolute;
  width: 4px;
  height: 4px;
  background: white;
}
.content .dot1 {
  top: 4px;
  left: 12px;
}
.content .dot2 {
  top: 8px;
  left: 8px;
}
.content .dot3 {
  top: 12px;
  left: 4px;
}
.content .dot4 {
  top: 4px;
  right: 12px;
}
.content .dot5 {
  top: 8px;
  right: 8px;
}
.content .dot6 {
  top: 12px;
  right: 4px;
}
.content .dot7 {
  bottom: 4px;
  left: 8px;
}
.content .dot8 {
  bottom: 8px;
  left: 4px;
}
.content .dot9 {
  bottom: 4px;
  right: 8px;
}
.content .dot10 {
  bottom: 8px;
  right: 4px;
}

h2 {
  font-size: 3.8rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 840px) {
  h2 {
    font-size: 2.4rem;
  }
}

.h2_en {
  font-size: 2.4rem;
  font-family: "beachwood-variable", sans-serif;
  font-variation-settings: "wdth" 150, "wght" 500, "slnt" 0;
  display: flex;
  align-items: center;
}
.h2_en::before {
  content: "";
  width: 11px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
  animation: arrow infinite 1.5s step-start;
}
@keyframes arrow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

[class*=asset_] {
  animation: dot infinite 4s step-start;
}

.asset_1,
.asset_3,
.asset_5 {
  animation-delay: 1s;
}

.asset_1 {
  position: absolute;
  width: 300px;
  right: -50px;
  bottom: -50px;
}
@media screen and (max-width: 840px) {
  .asset_1 {
    width: 220px;
    right: 0;
  }
}
@media screen and (max-width: 540px) {
  .asset_1 {
    width: 180px;
    bottom: -70px;
  }
}

.asset_2 {
  position: absolute;
  width: 200px;
  left: -20px;
  bottom: 0;
}
@media screen and (max-width: 840px) {
  .asset_2 {
    width: 130px;
    left: 0;
  }
}
@media screen and (max-width: 540px) {
  .asset_2 {
    width: 100px;
    bottom: -60px;
  }
}

.asset_3 {
  position: absolute;
  width: 150px;
  right: -20px;
  top: -50px;
}
@media screen and (max-width: 840px) {
  .asset_3 {
    width: 110px;
    right: 0;
  }
}

.asset_4 {
  position: absolute;
  width: 250px;
  left: -30px;
  top: -40px;
}
@media screen and (max-width: 840px) {
  .asset_4 {
    width: 180px;
    left: 0;
  }
}
@media screen and (max-width: 540px) {
  .asset_4 {
    width: 140px;
    top: -70px;
  }
}

.asset_5 {
  position: absolute;
  width: 250px;
  right: -30px;
  bottom: 0;
}
@media screen and (max-width: 840px) {
  .asset_5 {
    width: 160px;
    right: 0;
  }
}
@media screen and (max-width: 540px) {
  .asset_5 {
    width: 130px;
    bottom: -50px;
  }
}

#forum_info .content {
  background-color: rgba(174, 64, 230, 0.8);
}
#forum_info h2 {
  color: #ae40e6;
}
#forum_info .h2_en::before {
  background-image: url(images/arr_bl.webp);
}

#company .content {
  background-color: rgba(42, 130, 202, 0.8);
}
#company h2 {
  color: #2a82ca;
}
#company .h2_en::before {
  background-image: url(images/arr_yl.webp);
}
#company h3 {
  background-color: #bcffb0;
  color: #1b1b2d;
  font-size: 2.5rem;
  text-align: center;
}

.company_cont {
  margin: 25px 0;
  display: flex;
  flex-flow: row wrap;
  gap: 75px 25px;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 840px) {
  .company_cont {
    gap: 25px 10px;
  }
}
.company_cont .item {
  width: calc((100% - 75px) / 4);
}
.company_cont .item .co_img {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 10px;
  background-color: #fff;
}
.company_cont .item .co_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.company_cont .item .title {
  margin-top: 10px;
}
@media screen and (max-width: 840px) {
  .company_cont .item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 540px) {
  .company_cont .item {
    width: calc((100% - 20px) / 2);
  }
}
.company_cont .item:hover {
  transform: translateY(-5px);
}
.company_cont .item:hover .co_img {
  filter: drop-shadow(5px 5px 0 #000);
}

#timetable .content {
  background-color: rgba(198, 244, 255, 0.8);
}
#timetable h2 {
  color: #2a82ca;
}
#timetable .h2_en::before {
  background-image: url(images/arr_nv.webp);
}

.tt_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.tt_wrap .left {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 540px) {
  .tt_wrap .left {
    width: 100%;
  }
}
.tt_wrap .right {
  flex: 1;
}
.tt_wrap dl {
  display: flex;
  flex-flow: row wrap;
}
.tt_wrap dl dt,
.tt_wrap dl dd {
  width: 50%;
  background-color: #fff;
  color: #454545;
  border-bottom: none;
  padding: 0;
}
.tt_wrap dl dt:nth-of-type(2n),
.tt_wrap dl dd:nth-of-type(2n) {
  background-color: #c6f4ff;
}
.tt_wrap dl dt {
  padding-right: 10px;
  justify-content: end;
}
.tt_wrap dl dd {
  padding-left: 10px;
  justify-content: start;
}
.tt_wrap p {
  background-color: #2a82ca;
  color: #fff;
  text-align: center;
}

#outline .content {
  background-color: rgba(198, 244, 255, 0.8);
}
#outline h2 {
  color: #2a82ca;
}
#outline .h2_en::before {
  background-image: url(images/arr_nv.webp);
}

dl {
  display: flex;
  flex-flow: row wrap;
}
dl dt,
dl dd {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
dl dt:nth-last-of-type(1),
dl dd:nth-last-of-type(1) {
  border-bottom: none;
}
dl dt {
  width: 150px;
  color: #2a82ca;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
dl dd {
  width: calc(100% - 150px);
  padding-left: 10px;
  line-height: 1.5;
  color: #1b1b2d;
}
@media screen and (max-width: 540px) {
  dl dt,
  dl dd {
    width: 100%;
  }
  dl dt {
    padding-bottom: 0;
    border-bottom: none;
  }
  dl dd {
    padding-left: 0;
  }
}

.map_wrap {
  margin: 20px 0;
  display: flex;
  flex-flow: row wrap;
}
.map_wrap .map {
  width: 50%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 540px) {
  .map_wrap .map {
    width: 100%;
    margin-bottom: 10px;
  }
}
.map_wrap .map iframe {
  width: 100%;
  height: 100%;
}
.map_wrap .map_txt {
  flex: 1;
  padding-left: 15px;
  color: #1b1b2d;
}
@media screen and (max-width: 540px) {
  .map_wrap .map_txt {
    padding-left: 0;
  }
}
.map_wrap .map_txt h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .map_wrap .map_txt h4 {
    line-height: 1.5;
    font-size: 1.8rem;
  }
}
.map_wrap .map_txt p {
  font-size: 1.5rem;
}

#attention .content {
  background-color: rgba(213, 213, 214, 0.8);
}
#attention h2 {
  color: #1b1b2d;
}
#attention .h2_en::before {
  background-image: url(images/arr_gr.webp);
}
#attention h4 {
  position: relative;
  font-size: 2.5rem;
  color: #1b1b2d;
  padding-left: 13px;
  margin-bottom: 5px;
}
#attention h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #bcffb0;
}
#attention h5 {
  font-size: 1.8rem;
  color: #ae40e6;
}
#attention ul {
  padding-left: 19px;
  color: #1b1b2d;
  margin-bottom: 25px;
}
#attention ul li {
  list-style: square;
}

#reference .content {
  background-color: rgba(174, 64, 230, 0.8);
}
#reference h2 {
  color: #ae40e6;
  margin: 0 auto;
}
#reference .title {
  font-size: 3.3rem;
  text-align: center;
  color: #fff;
}
#reference .txt {
  border-top: none;
  padding-top: 0;
}

.center_txt {
  text-align: center;
  color: #fff;
}

.link_btn {
  letter-spacing: 0;
  color: #2a82ca;
  background-color: #ddd;
  padding: 20px 25px;
  position: relative;
  border: 2px solid #2a82ca;
  padding-right: 70px;
  margin: 30px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.link_btn::before {
  content: "";
  background-image: url(images/arr_2.webp);
  width: 25px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.link_btn.out_link {
  color: #ae40e6;
  background-color: #f8ffae;
  border: 2px solid #ae40e6;
}
.link_btn.out_link::before {
  background-image: url(images/arr_3.webp);
}
.link_btn:hover {
  filter: drop-shadow(5px 5px 0 #fff);
}

.submit_btn {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
}
.submit_btn input {
  letter-spacing: 0;
  color: #2a82ca;
  background-color: #ddd;
  padding: 20px 25px;
  position: relative;
  border: 2px solid #2a82ca;
  width: 200px;
}
.submit_btn input.out_link {
  color: #ae40e6;
  background-color: #f8ffae;
  border: 2px solid #ae40e6;
}
.submit_btn input.out_link::before {
  background-image: url(images/arr_3.webp);
}
.submit_btn input:hover {
  filter: drop-shadow(5px 5px 0 #fff);
}

#contact {
  padding-bottom: 20px;
}
#contact h2 {
  background-color: transparent;
  color: #fff;
  margin: 0 auto;
}
#contact p {
  color: #fff;
}
@media screen and (max-width: 540px) {
  #contact p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.fix_back {
  position: fixed;
  background-image: url(images/fix_back.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: f_back infinite 4s step-start;
}
@keyframes f_back {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: translate(-10px, 10px);
  }
}

.menu {
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 100;
  transition: all ease 0.2s;
}
.menu .content {
  width: 150px;
  height: 80px;
  background-color: rgba(3, 221, 255, 0.8);
}
.menu .content .content_txt {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .menu {
    position: fixed;
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    flex-flow: column;
    padding: 30px;
  }
  .menu .content {
    width: 100%;
  }
  .menu.open {
    opacity: 1;
    transform: translateX(0);
  }
}
.menu a:hover {
  filter: drop-shadow(6px 6px 0px #fff);
}

.hamburger {
  display: none;
  width: 50px;
  aspect-ratio: 1/1;
  flex-flow: column;
  justify-content: center;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  padding: 6px;
  transition: all ease 0.3s;
  gap: 7px;
}
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all ease 0.3s;
}
@media screen and (max-width: 540px) {
  .hamburger {
    display: flex;
  }
}
.hamburger.open {
  background: transparent;
  border: none;
}
.hamburger.open span:nth-of-type(1) {
  transform: translateY(5px) rotate(225deg);
}
.hamburger.open span:nth-of-type(2) {
  display: none;
}
.hamburger.open span:nth-of-type(3) {
  transform: translateY(-5px) rotate(135deg);
}

#page .content {
  background-color: rgba(180, 180, 180, 0.8);
}

.form {
  max-width: 800px;
  margin: 0 auto;
}
.form dt,
.form dd {
  border-bottom: 1px solid #fff;
}
.form dt {
  width: 200px;
  font-size: 1.5rem;
  color: #fff;
}
.form dd {
  width: calc(100% - 200px);
}
.form input {
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .form dt,
  .form dd {
    width: 100%;
  }
  .form dt {
    padding-bottom: 0;
    border-bottom: none;
    justify-content: start;
  }
  .form dd {
    padding-left: 0;
  }
}

.alert {
  font-size: 12px;
  color: #990000;
  text-align: center;
}

.modal_layer {
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  left: 0;
}
.modal_layer .modal_inner {
  width: 90%;
  height: auto;
  position: relative;
  max-width: 870px;
  max-height: 1000px;
}
.modal_layer .modal_inner .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 16px;
  background-image: url(images/close.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1;
}
.modal_layer .modal_inner .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal_layer .modal_inner .wrap .modal-content {
  height: 100%;
  position: relative;
}

.js-modal {
  display: none;
}
.js-modal.is-active {
  display: flex;
}

.modal-content .content {
  background-color: rgba(42, 130, 202, 0.8);
}
.modal-content .title_wrap {
  font-size: 2.7rem;
  padding: 20px 40px;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .modal-content .title_wrap {
    font-size: 2rem;
  }
}
.modal-content .txt {
  padding: 20px 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  align-items: start;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.modal-content .txt::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 840px) {
  .modal-content .txt {
    height: 75vh;
  }
}
.modal-content .txt > p {
  width: 100%;
}
.modal-content .ph {
  width: 50%;
  aspect-ratio: 16/9;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 840px) {
  .modal-content .ph {
    width: 100%;
  }
}
.modal-content .ph img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.modal-content .txt_content {
  flex: 1;
}
.modal-content h6 {
  font-size: 1.4rem;
  color: #d5feb5;
}
.modal-content .jobs {
  display: flex;
  flex-flow: row wrap;
  gap: 3px;
  margin-bottom: 20px;
  justify-content: start;
}
.modal-content .jobs p {
  width: calc((100% - 6px) / 3);
  background-color: #d5feb5;
  color: #1b1b2d;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (max-width: 540px) {
  .modal-content .jobs p {
    width: calc((100% - 3px) / 2);
    letter-spacing: 0;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
}

#footer_logo {
  padding-top: 20px;
}
#footer_logo .logo_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 20px;
  padding: 0px 60px;
  margin: 0 auto;
}
#footer_logo .logo_wrap .item {
  width: 130px;
  aspect-ratio: 1/1;
}
#footer_logo .logo_wrap .item:nth-of-type(2) {
  width: 100px;
}
#footer_logo .logo_wrap .item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 540px) {
  #footer_logo .logo_wrap .item {
    width: 50%;
  }
}
#footer_logo .detail {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.var_img {
  padding: clamp(16px, 2vw, 25px) 0 !important;
}

.modal_var_img {
  padding: clamp(30px, 3vw, 38px) 0 !important;
}/*# sourceMappingURL=style.css.map */