@charset "UTF-8";
/*ヘッダー設定*/
/*pc基本設定*/
/*sp基本設定*/
/*背景*/
/*ボーダー*/
/*ボタン*/
/*svg(#なしで記述)*/
/*aigis--*/
/*
---
name: アイコンフォント一覧
category:
  - iconfont
---

cssで直接追加する場合は  
```
content: $icon_アイコン名;  
@include iconFont();  
```

```html
<ul class="aigis-glyph js-aigis-hidden">
  <li>
    <div class="f-icon _arrow"></div>
    <div class="name">arrow</div>
    <div class="codepoint">EA01</div>
  </li>
  <li>
    <div class="f-icon _ex"></div>
    <div class="name">ex</div>
    <div class="codepoint">EA02</div>
  </li>
  <li>
    <div class="f-icon _beginner"></div>
    <div class="name">beginner</div>
    <div class="codepoint">EA03</div>
  </li>
  <li>
    <div class="f-icon _voice"></div>
    <div class="name">voice</div>
    <div class="codepoint">EA04</div>
  </li>
</ul>
```

```html 
<span class="f-icon _arrow" aria-hidden="true"></span>
<span class="f-icon _ex" aria-hidden="true"></span>
<span class="f-icon _beginner" aria-hidden="true"></span>
<span class="f-icon _voice" aria-hidden="true"></span>

``` 

*/
/*--aigis*/
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot");
  src: url("fonts/icons.eot?#iefix") format("eot"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.f-icon:before {
  display: inline-block;
  font-family: "icons";
  font-style: inherit;
  font-weight: inherit;
  font-variant: inherit;
  text-transform: none;
  vertical-align: middle;
  height: 1em;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f-icon._arrow:before {
  content: "\EA01";
}

.f-icon._ex:before {
  content: "\EA02";
}

.f-icon._beginner:before {
  content: "\EA03";
}

.f-icon._voice:before {
  content: "\EA04";
}

.mv {
  background-color: #636363;
  width: 100%;
  min-width: 1000px;
  height: 100vh;
  box-sizing: border-box;
}

.mv_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .mv .mv_inner {
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .mv {
    height: 100vw;
    min-height: 320px;
    min-width: 320px;
  }
  .mv_inner {
    height: 100vw;
  }
}

.slider_wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .slider_wrap {
    bottom: auto;
    top: 0;
    height: 100%;
  }
}

.slider_wrap .slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider_wrap .slider .bg {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  overflow: hidden;
}

.slider_wrap .slider .bg.n01 {
  background-image: url(../images/top/mv1.webp);
}

.slider_wrap .slider .bg.n02 {
  background-image: url(../images/top/mv2.webp);
}

.slider_wrap .slider .bg.n03 {
  background-image: url(../images/top/mv3.webp);
}

@media only screen and (max-width: 768px) {
  .slider_wrap .slider .bg {
    height: 100vw;
  }
}

.mv_bg01,
.mv_bg02,
.mv_bg03 {
  width: 12%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(192deg, #006276 0%, rgba(105, 176, 188, 0.5) 100%);
  opacity: 0.5;
  transition: all .3s;
  transform: skewX(-10deg);
  left: -62px;
}

@media only screen and (max-width: 768px) {
  .mv_bg01,
  .mv_bg02,
  .mv_bg03 {
    transform: skewX(-46deg);
    left: 85%;
    width: 22%;
    min-height: 30%;
  }
}

.mv_bg02 {
  width: 24%;
}

@media only screen and (max-width: 768px) {
  .mv_bg02 {
    width: 48%;
  }
}

.mv_bg03 {
  width: 36%;
}

@media only screen and (max-width: 768px) {
  .mv_bg03 {
    width: 68%;
  }
}

.mv_text_container {
  z-index: 3;
  position: absolute;
  width: auto;
  text-align: center;
  padding: 30px 45px;
  top: 60%;
  left: 5%;
  transform: translateY(-30%);
  text-shadow: 0 0 4px #222222;
}

@media only screen and (max-width: 768px) {
  .mv_text_container {
    left: 10px;
    bottom: 0;
    top: 78%;
    padding: 0;
  }
}

.mv_text_container .catchcopy {
  text-align: left;
}

.mv_text_container .catchcopy span {
  display: inline;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 81px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .mv_text_container .catchcopy span {
    font-size: 52px;
    line-height: 28px;
  }
}

.mv_text_container .caption {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .mv_text_container .caption {
    margin-top: 25px;
  }
}

.mv_text_container .caption span {
  display: inline;
  color: #ffffff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 54px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .mv_text_container .caption span {
    font-size: 26px;
    line-height: 33px;
  }
}

/*スライド左右矢印*/
.mv .slick-prev,
.mv .slick-next {
  display: block;
  height: 100%;
  width: 40px;
  background: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  border: none;
  outline: none;
  color: #006276;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  cursor: pointer;
  transition: 0.5s;
  /*矢印*/
}

.mv .slick-prev:hover, .mv .slick-prev:focus,
.mv .slick-next:hover,
.mv .slick-next:focus {
  outline: none;
}

.mv .slick-prev:hover:before, .mv .slick-prev:focus:before,
.mv .slick-next:hover:before,
.mv .slick-next:focus:before {
  transition: 0.5s;
  opacity: 0.6;
}

.mv .slick-prev.slick-disabled:before,
.mv .slick-next.slick-disabled:before {
  opacity: 0.6;
}

.mv .slick-prev:before,
.mv .slick-next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transition: 0.5s;
}

.mv .slick-prev {
  left: 0;
}

[dir="rtl"] .mv .slick-prev {
  left: auto;
  right: 0;
}

.mv .slick-next {
  right: 0;
}

[dir="rtl"] .mv .slick-next {
  left: 0;
  right: auto;
}

/*スライドカウント*/
.mv .slick-num {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 20px;
  display: none;
}

.mv .slick-num span {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.16em;
}

.mv .slick-num span:before {
  content: "0";
}

.mv .slick-num .now-count:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 60px;
  margin: 0 10px 5px 10px;
  background-color: #ffffff;
}

/*スライダーのドット*/
.mv .slider_dot {
  position: absolute;
  left: 70%;
  bottom: 5%;
  z-index: 4;
  display: none;
}

@media only screen and (max-width: 768px) {
  .mv .slider_dot {
    display: none;
  }
}

.mv .slider_dot .slick-dots {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv .slider_dot .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}

.mv .slider_dot .slick-dots li:last-child {
  margin-right: 0;
}

.mv .slider_dot .slick-dots li button {
  display: block;
  border: 0;
  background: #FAC62C;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
}

.mv .slider_dot .slick-dots li.slick-active button {
  background: #006276;
}

.c_box.w50-w50top {
  display: flex;
  align-items: center;
  gap: 36px;
}

.c_box.w50-w50top .child.text_container {
  padding: 0 50px;
  flex-shrink: 0;
}

.c_box.w50-w50top.text_box {
  padding: 0 80px 60px 0;
}

.c_box.w50-w50top .child.img_wrapper {
  width: 670px;
  height: 0%;
  flex-shrink: 0;
}

.c_box.w50-w50top .child.img_wrapper:before {
  content: "";
  display: block;
  padding-top: 0%;
}

.c_box.w50-w50top._reverse .child.text_container {
  order: 2;
}

.c_box.w50-w50top._reverse .child.img_wrapper {
  order: 1;
  margin-left: -200px;
}

.c_box.w50-w50top._reverse .child.img_wrapper._slide {
  height: 850px;
  margin-left: -55px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c_box.w50-w50top._reverse .child.img_wrapper._slide {
    margin-left: 0;
    height: 250px;
  }
}

.img_box {
  display: flex;
  gap: 12px;
}

@media only screen and (max-width: 768px) {
  .img_box {
    width: 100%;
    justify-content: space-between;
    gap: 6px;
  }
}

.img_box .img_01, .img_box .img_02, .img_box .img_03 {
  width: 180px;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .img_box .img_01, .img_box .img_02, .img_box .img_03 {
    height: 400px;
    width: 100%;
  }
}

.img_box .img_01 {
  background: url(../images/top/about01.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -10px;
}

@media only screen and (max-width: 768px) {
  .img_box .img_01 {
    margin-top: 0;
  }
}

.img_box .img_02 {
  background: url(../images/top/about02.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -40px;
}

@media only screen and (max-width: 768px) {
  .img_box .img_02 {
    margin-top: 0;
  }
}

.img_box .img_03 {
  background: url(../images/top/about03.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -10px;
}

@media only screen and (max-width: 768px) {
  .img_box .img_03 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c_box.w50-w50top {
    gap: 20px;
  }
  .c_box.w50-w50top,
  .c_box.w50-w50top._reverse {
    flex-direction: column;
  }
  .c_box.w50-w50top .child.text_container,
  .c_box.w50-w50top._reverse .child.text_container {
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
  .c_box.w50-w50top .child.img_wrapper,
  .c_box.w50-w50top._reverse .child.img_wrapper {
    order: 1;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
  }
}

@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

.slider-container {
  display: flex;
  flex-direction: column;
  animation: slideUp 50s linear infinite;
  /* アニメーションの速度を維持 */
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
    /* 初期位置 */
  }
  100% {
    transform: translateY(-1600px);
    /* 1セット分の高さでループ */
  }
}

.slider-wrapper {
  display: flex;
  flex-direction: column;
  /* 縦方向の画像をスタック */
  align-items: center;
}

.slide {
  width: 560px;
  margin-bottom: 20px;
}

.slide:last-child {
  margin-bottom: 0;
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: static;
}

@media (hover: hover) {
  .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
}

/*# sourceMappingURL=_maps/top.css.map */
