@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* line 6, ../sass/common_2024.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* line 16, ../sass/common_2024.scss */
html {
  line-height: 1;
}

/* line 19, ../sass/common_2024.scss */
body {
  line-height: 2.5em;
  letter-spacing: 0.05em;
}

/* line 23, ../sass/common_2024.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../sass/common_2024.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 30, ../sass/common_2024.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 35, ../sass/common_2024.scss */
q, blockquote {
  quotes: none;
}

/* line 38, ../sass/common_2024.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 42, ../sass/common_2024.scss */
a img {
  border: none;
}

/* line 45, ../sass/common_2024.scss */
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 49, ../sass/common_2024.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 53, ../sass/common_2024.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 56, ../sass/common_2024.scss */
* {
  box-sizing: border-box;
}

/* line 59, ../sass/common_2024.scss */
.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

/* line 63, ../sass/common_2024.scss */
.roboto {
  font-family: 'Roboto', sans-serif;
}

/* line 68, ../sass/common_2024.scss */
.img img {
  width: 100%;
  display: block;
}

/* line 76, ../sass/common_2024.scss */
.inner {
  width: 100%;
  max-width: 1280px;
}

/* line 82, ../sass/common_2024.scss */
header {
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  z-index: 101;
}
/* line 88, ../sass/common_2024.scss */
header .header {
  width: calc(100% - 300px);
  height: 100%;
  padding-left: 20px;
  background: #FFF;
  position: relative;
}
/* line 94, ../sass/common_2024.scss */
header .header .logo-area {
  display: flex;
  height: 100%;
  width: fit-content;
  align-items: center;
  /*gap: 18px;*/
  gap: 24px;
}
/* line 100, ../sass/common_2024.scss */
header .header .logo-area .logo {
  /*width: 62px;*/
  width: 200px;
}
/* line 103, ../sass/common_2024.scss */
header .header .logo-area .logo-text {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* line 107, ../sass/common_2024.scss */
header .header .logo-area .logo-text .img {
  width: 200px;
}
/* line 110, ../sass/common_2024.scss */
header .header .logo-area .logo-text .text {
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: fit-content;
  line-height: 1;
  border: 1px solid #231815;
  padding: 2px 2px 3px;
}
/* line 124, ../sass/common_2024.scss */
header .menu-btn {
  width: 80px;
  height: 80px;
  background: #1565C0;
  position: relative;
  cursor: pointer;
}
/* line 130, ../sass/common_2024.scss */
header .menu-btn .bar {
  width: 32px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 24px;
  z-index: 1;
}
/* line 137, ../sass/common_2024.scss */
header .menu-btn .bar:nth-of-type(1) {
  top: 29px;
}
/* line 140, ../sass/common_2024.scss */
header .menu-btn .bar:nth-of-type(2) {
  top: 39px;
}
/* line 143, ../sass/common_2024.scss */
header .menu-btn .bar:nth-of-type(3) {
  bottom: 29px;
}
/* line 148, ../sass/common_2024.scss */
header .common-btn-block {
  width: fit-content;
  position: relative;
  margin-left: auto;
}
/* line 152, ../sass/common_2024.scss */
header .common-btn-block .header-common-btn {
  width: 100%;
  height: 80px;
  background: #1565C0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}
/* line 163, ../sass/common_2024.scss */
header .common-btn-block .header-common-btn .in-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
header .common-btn-block .header-common-btn .in-text br {
  display: none;
}

/* line 174, ../sass/common_2024.scss */
.entry-block {
  width: 220px;
  position: relative;
  margin-left: auto;
}
/* line 178, ../sass/common_2024.scss */
.entry-block .entry-btn {
  width: 100%;
  height: 80px;
  background: #000032;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
/* line 187, ../sass/common_2024.scss */
.entry-block .entry-btn:before, .entry-block .entry-btn:after {
  z-index: 3;
  mix-blend-mode: normal;
}
/* line 193, ../sass/common_2024.scss */
.entry-block .entry-btn .in-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 4;
}
/* line 202, ../sass/common_2024.scss */
.entry-block .entry-chronologic {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  z-index: 1;
  transform: translateY(-105%);
  transition: all .3s;
}
/* line 211, ../sass/common_2024.scss */
.entry-block .entry-chronologic .list .entry-btn {
  width: 100%;
  height: 80px;
  background: #000032;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 219, ../sass/common_2024.scss */
.entry-block .entry-chronologic .list .entry-btn .in-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 4;
}
/* line 230, ../sass/common_2024.scss */
.entry-block:hover .entry-chronologic {
  transform: translateY(0);
}

/* line 237, ../sass/common_2024.scss */
footer {
  background: #ECECEC;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
/* line 244, ../sass/common_2024.scss */
footer .footer {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
/* line 249, ../sass/common_2024.scss */
footer .footer .navi {
  display: flex;
  height: 100%;
  gap: 24px;
}
/* line 253, ../sass/common_2024.scss */
footer .footer .navi .list {
  height: 100%;
}
/* line 255, ../sass/common_2024.scss */
footer .footer .navi .list .item {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 260, ../sass/common_2024.scss */
footer .footer .navi .list .item .in-text {
  font-size: 14px;
  position: relative;
  padding-right: 28px;
  letter-spacing: -0.02rem;
}
/* line 265, ../sass/common_2024.scss */
footer .footer .navi .list .item .in-text:before, footer .footer .navi .list .item .in-text:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 8px;
  border: 1px solid #666;
  background: #ECECEC;
  transform: translateY(10px);
}
/* line 276, ../sass/common_2024.scss */
footer .footer .navi .list .item .in-text:before {
  top: 6px;
  right: 4px;
}
/* line 280, ../sass/common_2024.scss */
footer .footer .navi .list .item .in-text:after {
  top: 2px;
  right: 0;
}
/* line 288, ../sass/common_2024.scss */
footer .footer .copyright {
  margin: 0 auto 0;
  font-size: 14px;
  text-align: center;
  color: #999;
  letter-spacing: 0;
  line-height: 60px;
}
/* line 296, ../sass/common_2024.scss */
footer .footer .copy-right {
  font-size: 14px;
  color: #888;
  margin-left: auto;
  letter-spacing: -0.02rem;
  font-weight: 300;
}

/* line 306, ../sass/common_2024.scss */
.navi-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 100;
  padding: 100px;
  transform: translateY(-105vh);
  transition: all .3s;
  overflow-y: scroll;
}
/* line 319, ../sass/common_2024.scss */
.navi-wrap .navi {
  display: flex;
  flex-direction: column;
}
/* line 322, ../sass/common_2024.scss */
.navi-wrap .navi .list {
  border-bottom: 1px solid #DDDDEE;
  padding-bottom: 20px;
}
.navi-wrap .navi .list div.link-block .link-list .item .in-text,
.navi-wrap .navi .list div.link-block .list-name{
  opacity: 0.35;
}

/* line 326, ../sass/common_2024.scss */
.navi-wrap .navi .list .list-name {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: -0.05rem;
  position: relative;
  width: fit-content;
  transition: all .2s;
}
/* line 336, ../sass/common_2024.scss */
.navi-wrap .navi .list .list-name .arrow-wrap {
  overflow: hidden;
  position: absolute;
  width: 60px;
  height: 8px;
  right: 0;
  right: -80px;
  bottom: 4px;
  display: block;
  line-height: 1.08;
  overflow: hidden;
}
/* line 347, ../sass/common_2024.scss */
.navi-wrap .navi .list .list-name .arrow-wrap .arrow {
  position: absolute;
  width: 60px;
  height: 8px;
  right: 0;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 1.08;
  overflow: hidden;
}
/* line 357, ../sass/common_2024.scss */
.navi-wrap .navi .list .list-name .arrow-wrap .arrow:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000032;
  transition: all .5s;
}
/* line 368, ../sass/common_2024.scss */
.navi-wrap .navi .list .list-name .arrow-wrap .arrow:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  right: 5px;
  transform: rotate(-45deg);
  width: 1px;
  height: 20px;
  background: #000032;
  transition: all .5s;
}
/* line 384, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list {
  margin-top: 8px;
  display: flex;
}
.navi-wrap .navi .list:first-child {
  margin-top: 16px;
  padding-bottom: 32px;
}
.navi-wrap .navi .list:first-child .link-list {
  margin-top: 0px;
  display: flex;
}
/* line 388, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list .item .in-text {
  font-size: 14px;
  transition: all .2s;
}
.navi-wrap .navi .list:first-child .link-list .item {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em !important;
  letter-spacing: 0;
}
/* line 393, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list.link-wrap {
  gap: 10px 66px;
  flex-wrap: wrap;
}
/* line 396, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list.link-wrap .item {
  position: relative;
  display: block;
  padding-right: 80px;
}
/* line 400, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list.link-wrap .item .arrow-wrap {
  overflow: hidden;
  position: absolute;
  width: 60px;
  height: 8px;
  right: 0;
  right: 0;
  bottom: 13px;
  display: block;
  line-height: 1.08;
  overflow: hidden;
}
/* line 411, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list.link-wrap .item .arrow-wrap .arrow {
  position: absolute;
  width: 60px;
  height: 8px;
  right: 0;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 1.08;
  overflow: hidden;
}
/* line 421, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list.link-wrap .item .arrow-wrap .arrow:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000032;
  transition: all .5s;
}
/* line 432, ../sass/common_2024.scss */
.navi-wrap .navi .list .link-list.link-wrap .item .arrow-wrap .arrow:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  right: 5px;
  transform: rotate(-45deg);
  width: 1px;
  height: 20px;
  background: #000032;
  transition: all .5s;
}
/* line 450, ../sass/common_2024.scss */
.navi-wrap .navi .list + .list {
  margin-top: 28px;
}
/* line 455, ../sass/common_2024.scss */
.navi-wrap .entry-block {
  display: none;
}

/* line 462, ../sass/common_2024.scss */
.sp {
  display: none;
}

/* line 465, ../sass/common_2024.scss */
.pcsp {
  display: block !important;
}

@media screen and (max-width: 1328px) {
  /* line 470, ../sass/common_2024.scss */
  .inner {
    padding: 0 24px;
    max-width: 1328px;
  }

  /* line 474, ../sass/common_2024.scss */
  .navi-wrap {
    padding: 100px 24px;
  }
}
@media screen and (max-width: 800px) {
  /* line 482, ../sass/common_2024.scss */
		header .common-btn-block .header-common-btn .in-text {
				line-height: 1.75;
		}
		header .common-btn-block .header-common-btn .in-text br {
				display: block;
		}
}

@media screen and (max-width: 767px) {
  /* line 482, ../sass/common_2024.scss */
  .sp {
    display: block;
  }

  /* line 485, ../sass/common_2024.scss */
  .inner {
    padding: 0;
  }

  /* line 488, ../sass/common_2024.scss */
  header {
    width: 100%;
    height: 45px;
    display: flex;
    position: relative;
    z-index: 101;
  }
  /* line 494, ../sass/common_2024.scss */
  header .header {
    width: calc(100% - 45px);
    padding-left: 20px;
  }
  /* line 497, ../sass/common_2024.scss */
  header .header .logo-area {
    gap: 14px;
  }
  /* line 500, ../sass/common_2024.scss */
  header .header .logo-area .logo {
    /*width: 30px;*/
    width: 110px;
  }
  /* line 503, ../sass/common_2024.scss */
  header .header .logo-area .logo-text {
    gap: 14px;
  }
  /* line 505, ../sass/common_2024.scss */
  header .header .logo-area .logo-text .img {
    width: 110px;
  }
  /* line 512, ../sass/common_2024.scss */
  header .menu-btn {
    width: 45px;
    height: 45px;
  }
  /* line 515, ../sass/common_2024.scss */
  header .menu-btn .bar {
    width: 18px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 521, ../sass/common_2024.scss */
  header .menu-btn .bar:nth-of-type(1) {
    top: 17px;
  }
  /* line 524, ../sass/common_2024.scss */
  header .menu-btn .bar:nth-of-type(2) {
    top: 22px;
  }
  /* line 527, ../sass/common_2024.scss */
  header .menu-btn .bar:nth-of-type(3) {
    bottom: 17px;
  }
  /* line 532, ../sass/common_2024.scss */
  header .common-btn-block,
  header .entry-block {
    display: none;
  }

  /* line 539, ../sass/common_2024.scss */
  .entry-block {
    width: 100%;
    position: static;
  }
  /* line 544, ../sass/common_2024.scss */
  .entry-block .entry-btn {
    display: none;
  }
  /* line 547, ../sass/common_2024.scss */
  .entry-block .entry-chronologic {
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    position: static;
    gap: 16px;
  }
  /* line 554, ../sass/common_2024.scss */
  .entry-block .entry-chronologic .list .entry-btn {
    height: 45px;
    padding: 0 15px;
    justify-content: flex-start;
  }

  /* line 562, ../sass/common_2024.scss */
  .navi-wrap {
    padding: 69px 20px 20px;
    overflow-y: scroll;
  }
  /* line 566, ../sass/common_2024.scss */
  .navi-wrap .navi {
    margin-top: 40px;
  }
  /* line 569, ../sass/common_2024.scss */
  .navi-wrap .navi .list .list-name {
    font-size: 28px;
  }
  /* line 573, ../sass/common_2024.scss */
  .navi-wrap .navi .list .link-list .item {
    line-height: 1.75;
  }
  /* line 578, ../sass/common_2024.scss */
  .navi-wrap .navi .list .link-list.link-wrap .item .arrow-wrap {
    bottom: 8px;
  }
  /* line 586, ../sass/common_2024.scss */
  .navi-wrap .entry-block {
    display: block;
  }

  /* line 590, ../sass/common_2024.scss */
  footer {
    height: auto;
    padding: 20px 20px 16px;
  }
  /* line 593, ../sass/common_2024.scss */
  footer .footer {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 598, ../sass/common_2024.scss */
  footer .footer .navi {
    flex-direction: column;
    height: auto;
    gap: 0 24px;
  }
  /* line 604, ../sass/common_2024.scss */
  footer .footer .navi .list .item .in-text {
    font-size: 14px;
    position: relative;
    padding-right: 28px;
    line-height: 1.75;
  }
  /* line 609, ../sass/common_2024.scss */
  footer .footer .navi .list .item .in-text:before {
    top: 0px;
    right: 8px;
  }
  /* line 613, ../sass/common_2024.scss */
  footer .footer .navi .list .item .in-text:after {
    top: -4px;
    right: 4px;
  }
  /* line 619, ../sass/common_2024.scss */
  footer .footer .navi .list + .list {
    margin-top: 8px;
  }
  /* line 625, ../sass/common_2024.scss */
  footer .footer .copy-right {
    font-size: 12px;
    margin-left: 0;
    margin-top: 32px;
    letter-spacing: -0.02rem;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  /* line 648, ../sass/common_2024.scss */
  .navi-wrap .navi .list .link-list.link-wrap {
    gap: 10px 20px;
  }
  /* line 650, ../sass/common_2024.scss */
  .navi-wrap .navi .list .link-list.link-wrap .item {
    width: calc((100% - 20px) / 2);
  }
  /* line 652, ../sass/common_2024.scss */
  .navi-wrap .navi .list .link-list.link-wrap .item .in-text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 389px) {
  /* line 665, ../sass/common_2024.scss */
  .entry-block .entry-chronologic .list .entry-btn .in-text {
    font-size: 14px;
  }

  /* line 668, ../sass/common_2024.scss */
  header .header .logo-area .logo-text .text {
    display: none;
  }
}
/* line 676, ../sass/common_2024.scss */
.type-banner .this-banner {
  display: flex;
}

/* line 680, ../sass/common_2024.scss */
.group-list .list .item,
.slider .list .card,
.group-list .list .item,
.group-list .list .item .description-area .btn,
.this-banner {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
/* line 689, ../sass/common_2024.scss */
.group-list .list .item:before, .group-list .list .item:after,
.slider .list .card:before,
.slider .list .card:after,
.group-list .list .item:before,
.group-list .list .item:after,
.group-list .list .item .description-area .btn:before,
.group-list .list .item .description-area .btn:after,
.this-banner:before,
.this-banner:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1565C0;
  transition: all .3s;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
/* line 703, ../sass/common_2024.scss */
.group-list .list .item:before,
.slider .list .card:before,
.group-list .list .item:before,
.group-list .list .item .description-area .btn:before,
.this-banner:before {
  transform: translate3d(105%, 105%, 0);
}
/* line 706, ../sass/common_2024.scss */
.group-list .list .item:after,
.slider .list .card:after,
.group-list .list .item:after,
.group-list .list .item .description-area .btn:after,
.this-banner:after {
  transform: translate3d(-105%, -105%, 0);
}
/* line 712, ../sass/common_2024.scss */
.group-list .list .item:hover .description-area .btn:before,
.slider .list .card:hover .description-area .btn:before,
.group-list .list .item:hover .description-area .btn:before,
.group-list .list .item .description-area .btn:hover .description-area .btn:before,
.this-banner:hover .description-area .btn:before {
  transform: translate3d(0, 0, 0);
}
/* line 716, ../sass/common_2024.scss */
.group-list .list .item:hover .description-area .btn:after,
.slider .list .card:hover .description-area .btn:after,
.group-list .list .item:hover .description-area .btn:after,
.group-list .list .item .description-area .btn:hover .description-area .btn:after,
.this-banner:hover .description-area .btn:after {
  transform: translate3d(0, 0, 0);
}
/* line 721, ../sass/common_2024.scss */
.group-list .list .item:hover:before,
.slider .list .card:hover:before,
.group-list .list .item:hover:before,
.group-list .list .item .description-area .btn:hover:before,
.this-banner:hover:before {
  transform: translate3d(0, 0, 0);
}
/* line 725, ../sass/common_2024.scss */
.group-list .list .item:hover:after,
.slider .list .card:hover:after,
.group-list .list .item:hover:after,
.group-list .list .item .description-area .btn:hover:after,
.this-banner:hover:after {
  transform: translate3d(0, 0, 0);
}
/* line 730, ../sass/common_2024.scss */
.group-list .list .item:hover .spec-details .copy,
.slider .list .card:hover .spec-details .copy,
.group-list .list .item:hover .spec-details .copy,
.group-list .list .item .description-area .btn:hover .spec-details .copy,
.this-banner:hover .spec-details .copy {
  color: #FFF;
}
/* line 733, ../sass/common_2024.scss */
.group-list .list .item:hover .spec-details .in-text,
.slider .list .card:hover .spec-details .in-text,
.group-list .list .item:hover .spec-details .in-text,
.group-list .list .item .description-area .btn:hover .spec-details .in-text,
.this-banner:hover .spec-details .in-text {
  color: #FFF;
}

/* line 741, ../sass/common_2024.scss */
.hover .this-banner:before {
  transform: translate3d(0, 0, 0);
}
/* line 745, ../sass/common_2024.scss */
.hover .this-banner:after {
  transform: translate3d(0, 0, 0);
}

/* line 751, ../sass/common_2024.scss */
.this_anime {
  opacity: 0;
}
/* line 753, ../sass/common_2024.scss */
.this_anime.start {
  animation: fadeIn .5s ease-in-out 0.2s forwards;
}

/* line 762, ../sass/common_2024.scss */
.menu-open header .menu-btn .bar:nth-of-type(1) {
  animation: menu1 .3s ease-in-out 0s forwards;
}
/* line 766, ../sass/common_2024.scss */
.menu-open header .menu-btn .bar:nth-of-type(2) {
  animation: menu2 .3s ease-in-out 0s forwards;
}
/* line 770, ../sass/common_2024.scss */
.menu-open header .menu-btn .bar:nth-of-type(3) {
  animation: menu3 .3s ease-in-out 0s forwards;
}
/* line 777, ../sass/common_2024.scss */
.menu-open .navi-wrap {
  transform: translateY(0);
}

/* line 786, ../sass/common_2024.scss */
.menu-close header .menu-btn .bar:nth-of-type(1) {
  transform: rotate(0);
  top: 29px;
  animation: re-menu1 .3s ease-in-out 0s forwards;
}
/* line 791, ../sass/common_2024.scss */
.menu-close header .menu-btn .bar:nth-of-type(2) {
  top: 39px;
  animation: re-menu2 .3s ease-in-out 0s forwards;
}
/* line 795, ../sass/common_2024.scss */
.menu-close header .menu-btn .bar:nth-of-type(3) {
  transform: rotate(0);
  bottom: 29px;
  animation: re-menu3 .3s ease-in-out 0s forwards;
}

@media screen and (max-width: 768px) {
  /* line 810, ../sass/common_2024.scss */
  .menu-open header .menu-btn .bar:nth-of-type(1) {
    animation: menu1-sp .3s ease-in-out 0s forwards;
  }
  /* line 814, ../sass/common_2024.scss */
  .menu-open header .menu-btn .bar:nth-of-type(2) {
    animation: menu2 .3s ease-in-out 0s forwards;
  }
  /* line 818, ../sass/common_2024.scss */
  .menu-open header .menu-btn .bar:nth-of-type(3) {
    animation: menu3-sp .3s ease-in-out 0s forwards;
  }

  /* line 832, ../sass/common_2024.scss */
  .menu-close header .menu-btn .bar:nth-of-type(1) {
    transform: rotate(0);
    top: 22px;
    animation: re-menu1-sp .3s ease-in-out 0s forwards;
  }
  /* line 837, ../sass/common_2024.scss */
  .menu-close header .menu-btn .bar:nth-of-type(2) {
    top: 22px;
    animation: re-menu2 .3s ease-in-out 0s forwards;
  }
  /* line 841, ../sass/common_2024.scss */
  .menu-close header .menu-btn .bar:nth-of-type(3) {
    transform: rotate(0);
    bottom: 22px;
    animation: re-menu3-sp .3s ease-in-out 0s forwards;
  }
}
/* line 854, ../sass/common_2024.scss */
a.link-block:hover .list-name {
  color: #1565C0;
}
/* line 857, ../sass/common_2024.scss */
a.link-block:hover .list-name .arrow-wrap .arrow {
  animation: navi-hover .2s ease-in-out 0s forwards;
}
/* line 860, ../sass/common_2024.scss */
a.link-block:hover .list-name .arrow-wrap .arrow:before {
  background: #1565C0 !important;
}
/* line 864, ../sass/common_2024.scss */
a.link-block:hover .list-name .arrow-wrap .arrow:after {
  background: #1565C0 !important;
}
/* line 871, ../sass/common_2024.scss */
a.link-block:hover .link-list .item .in-text {
  color: #1565C0;
}

/* line 879, ../sass/common_2024.scss */
.section .contents-wrap a.title-area:hover .contens-title,
.section .contents-wrap a.title-area:hover .in-text,
.navi-wrap .navi .list .link-list.link-wrap .item:hover .contens-title,
.navi-wrap .navi .list .link-list.link-wrap .item:hover .in-text {
  color: #1565C0;
}
/* line 884, ../sass/common_2024.scss */
.section .contents-wrap a.title-area:hover .arrow-wrap .arrow,
.navi-wrap .navi .list .link-list.link-wrap .item:hover .arrow-wrap .arrow {
  animation: navi-hover .2s ease-in-out 0s forwards;
}
/* line 887, ../sass/common_2024.scss */
.section .contents-wrap a.title-area:hover .arrow-wrap .arrow:before,
.navi-wrap .navi .list .link-list.link-wrap .item:hover .arrow-wrap .arrow:before {
  background: #1565C0 !important;
}
/* line 891, ../sass/common_2024.scss */
.section .contents-wrap a.title-area:hover .arrow-wrap .arrow:after,
.navi-wrap .navi .list .link-list.link-wrap .item:hover .arrow-wrap .arrow:after {
  background: #1565C0 !important;
}

@keyframes navi-hover {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu1 {
  0% {
    top: 29px;
    transform: rotate(0);
  }
  50% {
    top: 39px;
    transform: rotate(0);
  }
  100% {
    top: 39px;
    transform: rotate(45deg);
  }
}
@keyframes re-menu1 {
  0% {
    top: 39px;
    transform: rotate(45deg);
  }
  50% {
    top: 39px;
    transform: rotate(0);
  }
  100% {
    top: 29px;
    transform: rotate(0);
  }
}
@keyframes menu2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes re-menu2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu3 {
  0% {
    bottom: 29px;
    transform: rotate(0);
  }
  50% {
    bottom: 39px;
    transform: rotate(0);
  }
  100% {
    bottom: 39px;
    transform: rotate(-45deg);
  }
}
@keyframes re-menu3 {
  0% {
    bottom: 39px;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 39px;
    transform: rotate(0);
  }
  100% {
    bottom: 29px;
    transform: rotate(0);
  }
}
@keyframes menu1-sp {
  0% {
    top: 17px;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes re-menu1-sp {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 17px;
    transform: rotate(0);
  }
}
@keyframes menu3-sp {
  0% {
    bottom: 17px;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(-45deg);
  }
}
@keyframes re-menu3-sp {
  0% {
    bottom: 22px;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 17px;
    transform: rotate(0);
  }
}
@keyframes clipSlide {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes arrowIn {
  0% {
    transform: translateX(-185px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrowIn1 {
  0% {
    right: 200%;
  }
  100% {
    right: 0;
  }
}
@keyframes arrowIn2 {
  0% {
    right: 200%;
  }
  100% {
    right: 5px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=common_2024.css.map */
