@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.scssにおいて ( 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クラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** function
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
body {
  min-height: 100vh;
  background: url(../images/body_bg.jpg) no-repeat center fixed;
  background-size: cover;
  overflow-x: hidden;
}

.w_base {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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-bottom: -100px;
  margin-inline: auto;
  padding-top: 60px;
}
.hd_bg .hd .hd_img {
  display: block;
  width: 100%;
  height: auto;
}
.hd_bg .hd .hd_img_01 {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.hd_bg .hd_img_02 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: clamp(150px, 60.788863109px + 11.6009280742vw, 200px);
}
.hd_bg .bg {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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;
}
.con_bg .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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(70px, 52.1577726218px + 2.3201856148vw, 80px);
  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-size: clamp(16px, 8.8631090487px + 0.9280742459vw, 20px);
  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: 50px;
  font-weight: 900;
  line-height: 1;
  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;
}
.index_info .index_info_box .index_info_item {
  width: calc((100% - 30px) / 2);
}
.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, 7.6473317865px + 0.6960556845vw, 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;
  flex-direction: row-reverse;
  gap: 30px;
  padding: 30px;
  background: #fff;
}
.index_access > * {
  width: calc((100% - 30px) / 2);
}
.index_access .index_access_info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
.index_access .index_access_info h2 {
  padding-bottom: 10px;
  font-size: clamp(20px, 2.1577726218px + 2.3201856148vw, 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, 4.3155452436px + 4.6403712297vw, 60px);
}
.index_access .index_access_info address {
  margin-bottom: 10px;
  font-style: normal;
  font-size: clamp(20px, 2.1577726218px + 2.3201856148vw, 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, -3.8422273782px + 2.3201856148vw, 24px);
  font-weight: 900;
  text-align: center;
}

.bnr_seminer {
  margin: 50px 0;
  background: #fff;
}
.bnr_seminer img {
  display: block;
  transition: all 0.5s ease;
}
.bnr_seminer img:hover {
  opacity: 0.7;
}

p.txt_open {
  padding: 120px 30px 100px;
  color: #fff;
  font-size: clamp(50px, 3.6102088167px + 6.0324825986vw, 76px);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
p.txt_open br:first-of-type {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  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 {
  font-size: 1.1em;
  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=style.css.map */