@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*ヘッダー設定*/
/*pc基本設定*/
/*背景*/
/*ボーダー*/
/*ボタン*/
/*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 {
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
  height: 798px;
  box-sizing: border-box;
  margin: 0 auto;
}

.mv::before {
  position: absolute;
  content: "";
  width: calc(100% - 50%);
  height: 894px;
  background: linear-gradient(144deg, #90dcde 0%, #09727b 100%);
  top: 0px;
  left: 0;
  z-index: -1;
  border-radius: 0 0 50px 0;
}

@media only screen and (max-width: 768px) {
  .mv::before {
    border-radius: 0 0 30px 0;
    width: calc(100% - 50px);
    min-width: 300px;
    height: 700px;
  }
}

@media only screen and (max-width: 768px) {
  .mv {
    min-width: 320px;
    max-width: 100%;
    height: fit-content;
    margin-bottom: 100px;
  }
}

.mv_inner {
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
  height: 100%;
  position: relative;
}

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

.mv_img {
  width: fit-content;
  height: fit-content;
  margin-left: 200px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}

@media (max-width: 1400px) {
  .mv_img {
    border-radius: 0 0 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .mv_img {
    margin-left: 30px;
  }
}

.mv_img img {
  width: 1200px;
  height: 794px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .mv_img img {
    width: 738px;
    height: 600px;
    object-fit: cover;
    border-radius: 0 0 0 50px;
  }
}

.mv_text {
  width: calc(100% - 160px);
  height: 100%;
  position: absolute;
  top: 100px;
  left: 67px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mv_text {
    width: fit-content;
    height: fit-content;
    left: 10px;
    top: 250px;
  }
}

.mv_text_container {
  width: 100%;
  height: auto;
}

.mv_text_container .mv_h2 {
  color: #ffffff;
  font-weight: 700;
  display: inline;
  font-size: 60px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .mv_text_container .mv_h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.mv_text_container .mv_caption span {
  display: inline;
  font-size: 35px;
  line-height: 80px;
  padding: 8px 22px 8px 22px;
  background-color: #ffffff;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .mv_text_container .mv_caption span {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 2px 12px;
  }
}

/*スライド左右矢印*/
.top-strength-wrap .top-strength-img {
  flex-shrink: 0;
  margin-left: -220px;
  border-radius: 20px;
  overflow: hidden;
  width: 720px;
  height: 515px;
  order: 1;
  margin-right: 0;
  position: relative;
  margin-top: -50px;
}

.top-strength-wrap .top-strength-img img {
  object-fit: cover;
  border-radius: 20px;
}

.top-strength-wrap .top-strength-img .top-img01 {
  position: absolute;
  width: 460px;
  height: 276px;
  top: 0;
  right: 30px;
}

.top-strength-wrap .top-strength-img .top-img02 {
  position: absolute;
  width: 185px;
  height: 185px;
  bottom: 27px;
  left: 77px;
}

.top-strength-wrap .top-strength-img .top-img03 {
  position: absolute;
  width: 428px;
  height: 215px;
  bottom: 0;
  right: 0;
}

.top-strength-wrap .button01._arr {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .top-strength-wrap {
    margin-bottom: 100px;
  }
  .top-strength-wrap .top-strength-img {
    margin: 0;
    width: 100%;
    max-height: 392px;
    border-radius: 10px;
  }
  .top-strength-wrap .top-strength-img .top-img01 {
    width: 100%;
    height: 57%;
    border-radius: 10px;
    top: 0;
    left: 0;
  }
  .top-strength-wrap .top-strength-img .top-img02 {
    width: 33%;
    height: 33%;
    border-radius: 10px;
    bottom: 15px;
    left: 0;
  }
  .top-strength-wrap .top-strength-img .top-img03 {
    width: 60%;
    height: 37%;
    border-radius: 10px;
    bottom: 0;
    right: 0;
  }
  .top-strength-wrap .button01._arr {
    margin-bottom: 0;
  }
}

.top-company-wrap {
  margin-top: -100px;
  position: relative;
  overflow: hidden;
}

.top-company-wrap::before {
  content: "";
  position: absolute;
  width: calc(100% - 67px);
  height: 80%;
  top: 0;
  right: 0;
  border-radius: 50px 0 0 50px;
  background: #f3f8fb;
}

@media only screen and (max-width: 768px) {
  .top-company-wrap::before {
    border-radius: 30px 0 0 30px;
  }
}

.top-service-wrap {
  margin-top: -165px;
}

.top-service-wrap .top-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 960px;
  gap: 40px;
}

.top-service-wrap .top-service .top-service-card {
  width: fit-content;
  position: relative;
  border-radius: 20px;
}

.top-service-wrap .top-service .top-service-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2c2c2c;
  opacity: 0.25;
  border-radius: 20px;
}

.top-service-wrap .top-service .top-service-card .top-service-img {
  width: 480px;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 1040px) {
  .top-service-wrap .top-service .top-service-card .top-service-img {
    width: 460px;
  }
}

.top-service-wrap .top-service .top-service-card .top-service-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-service-wrap .top-service .top-service-card .top-service-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #ffffff;
}

.top-service-wrap .top-service .top-service-card .top-service-caption p {
  font-family: "source-sans-pro", "sans-serif";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 5px;
  line-height: 1.5;
}

.top-service-wrap .top-service .top-service-card .top-service-caption span {
  font-size: 18px;
  font-weight: 500;
}

.top-service-wrap .top-service .top-service-card:nth-child(2n + 2) {
  top: 40px;
}

@media only screen and (max-width: 768px) {
  .top-service-wrap {
    margin-top: -100px;
    display: block;
    min-width: none;
  }
  .top-service-wrap .top-service {
    display: block;
    min-width: 300px;
    width: 100%;
  }
  .top-service-wrap .top-service .top-service-card {
    margin-bottom: 30px;
    width: 100%;
    aspect-ratio: 16/10;
  }
  .top-service-wrap .top-service .top-service-card .top-service-img {
    width: 100%;
    height: 100%;
  }
  .top-service-wrap .top-service .top-service-card:nth-child(2n + 2) {
    top: 0;
  }
  .top-service-wrap ._top-service-btn {
    max-width: 768px;
  }
}

._top-contact-section {
  position: relative;
}

._top-contact-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(50% + 50px);
  bottom: -50px;
  right: 0;
  background: #09727b;
  z-index: -1;
  border-radius: 50px 50px 0 0;
}

@media only screen and (max-width: 768px) {
  ._top-contact-section::before {
    border-radius: 30px 30px 0 0;
  }
}

.top-contact-wrap {
  overflow: none;
  max-width: 1266px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50px;
  position: relative;
}

.top-contact-wrap .top-contact {
  border-right: 1px solid #09727b;
  width: 50%;
  text-align: center;
}

.top-contact-wrap .top-contact:first-child {
  border-left: 1px solid #09727b;
}

.top-contact-wrap .top-contact .telephone-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.top-contact-wrap .top-contact .telephone-number p {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}

.top-contact-wrap .top-contact .telephone-number img {
  width: 22px;
  height: 30px;
  margin-top: 5px;
  margin-right: 10px;
}

.top-contact-wrap .top-contact .telephone-number span {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .top-contact-wrap .top-contact .telephone-number p {
    font-size: 30px;
  }
  .top-contact-wrap .top-contact .telephone-number img {
    margin-top: 0;
  }
}

.top-contact-wrap .top-contact h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  color: #1b8e9a;
}

.top-contact-wrap .top-contact .button01 {
  text-align: left;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .top-contact-wrap {
    border-radius: 30px;
  }
  .top-contact-wrap .top-contact {
    border: none;
    border-bottom: 1px solid #09727b;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .top-contact-wrap .top-contact:first-child {
    border-left: none;
    border-top: 1px solid #09727b;
  }
  .top-contact-wrap .top-contact .telephone-number {
    flex-wrap: wrap;
  }
  .top-contact-wrap .top-contact h3 {
    margin-bottom: 20px;
  }
  .top-contact-wrap .top-contact .button01 {
    text-align: left;
    margin: 0 auto;
    min-width: 280px;
  }
}

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