@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** function
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** breakpoints
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
body {
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/body_bg.jpg) no-repeat center;
  background-size: cover;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  position: relative;
  width: 100%;
}
.hd_bg .hd {
  position: relative;
  height: 100%;
}
.hd_bg .hd .hd_logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding-top: 20px;
}
.hd_bg .hd .hd_img {
  display: block;
  width: 100%;
  height: auto;
}
.hd_bg .hd .hd_img_01 {
  position: relative;
  z-index: 1;
  max-width: clamp(325px, 14.8854961832px + 82.6972010178vw, 650px);
}
.hd_bg .hd_img_02 {
  position: absolute;
  bottom: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  left: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  max-width: clamp(75px, 3.4351145038px + 19.0839694656vw, 150px);
}
.hd_bg .bg {
  width: 100%;
  height: auto;
  margin-top: -9vh;
}

/*----------------------------------------------------------------------------
******************************************************************************
** hero
******************************************************************************
----------------------------------------------------------------------------*/
.hero {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  /* 高さ0対策 */
  border-radius: 16px;
}

.hero-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* Canvasを画像の上に重ねる */
#sparkleCanvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  padding: 24px;
}
.hero-content h1 {
  font-size: clamp(26px, 4vw, 56px);
  letter-spacing: 0.08em;
}
.hero-content p {
  margin-top: 0.5em;
  opacity: 0.9;
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg {
  overflow-x: hidden;
  /* Canvasを画像の上に重ねる */
}
.con_bg .hero {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  /* 高さ0対策 */
  border-radius: 16px;
}
.con_bg .hero-bg {
  display: block;
  width: 100%;
  height: auto;
}
.con_bg #sparkleCanvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.con_bg .hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  padding: 24px;
}
.con_bg .hero-content h1 {
  font-size: clamp(26px, 4vw, 56px);
  letter-spacing: 0.08em;
}
.con_bg .hero-content p {
  margin-top: 0.5em;
  opacity: 0.9;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  position: sticky;
  top: 100%;
}
.ft_bg .ft {
  padding: 30px 0;
}
.ft_bg .ft .ft_copy {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main {
  order: 1;
  width: 100%;
  overflow: hidden;
}

.index_greet h1 {
  width: 100%;
  background: #fff;
}
.index_greet h1 span {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #00003e;
  color: #fff;
  font-size: clamp(34px, -0.3511450382px + 9.1603053435vw, 70px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.index_greet h1 img {
  width: 80%;
  padding: 20px 10px;
  margin-inline: auto;
}
.index_greet p {
  padding: 50px 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.index_info {
  padding: 40px 30px;
  background: #fff;
}
.index_info h2 {
  margin-bottom: 40px;
  text-align: center;
}
.index_info h2 span {
  display: inline-block;
  padding-bottom: 15px;
  font-size: clamp(36px, 22.641221374px + 3.5623409669vw, 50px);
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
.index_info > p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.index_info .index_info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index_info .index_info_box .index_info_item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .index_info .index_info_box .index_info_item {
    width: 100%;
  }
}
.index_info .index_info_box .index_info_item.support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.index_info .index_info_box .index_info_item.support > * {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  font-size: clamp(13px, 10.1374045802px + 0.7633587786vw, 16px);
  font-weight: 700;
}
.index_info .index_info_box .index_info_item .support_01 {
  grid-area: 1/1/2/2;
  background: #0071c1;
}
.index_info .index_info_box .index_info_item .support_02 {
  grid-area: 1/2/2/3;
  background: #fe0000;
}
.index_info .index_info_box .index_info_item .support_03 {
  grid-area: 2/1/3/2;
  background: #000;
}
.index_info .index_info_box .index_info_item .support_04 {
  grid-area: 2/2/3/3;
  background: #00003e;
}
.index_info .index_info_box .index_info_item .support_05 {
  grid-area: 3/1/4/2;
  background: #403152;
}
.index_info .index_info_box .index_info_item .support_06 {
  grid-area: 3/2/4/3;
  background: #e36b0a;
}
.index_info .index_info_box .index_info_item .support_07 {
  grid-area: 4/1/5/3;
  background: #01b051;
}

.index_access {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .index_access {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 599px) {
  .index_access {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .index_access > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .index_access > * {
    width: 100%;
  }
}
.index_access .index_access_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index_access .index_access_info {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 599px) {
  .index_access .index_access_info {
    flex-direction: column;
  }
}
.index_access .index_access_info h2 {
  padding-bottom: 10px;
  font-size: clamp(20px, 10.4580152672px + 2.5445292621vw, 30px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #111;
}
.index_access .index_access_info h2 span {
  display: block;
  font-size: clamp(40px, 20.9160305344px + 5.0890585242vw, 60px);
}
.index_access .index_access_info address {
  margin-bottom: 10px;
  font-style: normal;
  font-size: clamp(20px, 10.4580152672px + 2.5445292621vw, 30px);
  text-align: center;
}
.index_access .index_access_info iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.index_access .index_access_map img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.index_access .index_access_map p {
  padding: 10px;
  background: #f06;
  color: #fff;
  font-size: clamp(14px, 4.4580152672px + 2.5445292621vw, 24px);
  font-weight: 900;
  text-align: center;
}

.bnr_seminer {
  padding: 30px clamp(15px, 0.6870229008px + 3.8167938931vw, 30px);
}

p.txt_open {
  padding: 120px 30px 100px;
  color: #fff;
  font-size: clamp(30px, 10.9160305344px + 5.0890585242vw, 50px);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  line-height: 1.6;
  word-wrap: break-word;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mcon h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.mcon h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mcon h3 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5, .mcon h6 {
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=sp.css.map */