@charset "UTF-8";
:root {
  --spad: 3%;
}

body {
  padding-top: 120px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main {
    display: block;
  }
}

@supports (-webkit-touch-callout: none) {
  input,
textarea {
    -webkit-border-radius: 0;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
  }
}

html {
  font-family: "kozuka-gothic-pr6n", "游ゴシック", "Yu Gothic UI", "YuGothic", "Yu Gothic", "sans-serif", "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "osaka", "Hiragino Kaku Gothic Pro W3";
  color: #000;
  font-size: 10px;
  min-width: 1060px;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

.layout {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .layout {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout__main {
  width: 77.55%;
}
@media screen and (max-width: 767px) {
  .layout__main {
    width: 100%;
  }
}
.layout__side {
  width: 19.9%;
  padding: 4px 4px 40px;
  background-color: #E2E2E3;
}
@media screen and (max-width: 767px) {
  .layout__side {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.layout__side img {
  width: 100%;
  display: block;
}
.layout__side-title {
  font-weight: 400;
  font-size: 2.2rem;
  padding: 6px 0 16px;
}
@media screen and (max-width: 767px) {
  .layout__side-title {
    font-size: 2rem;
  }
}
.layout__side-content {
  background-color: #FFF;
}
.layout__side-subtitle {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  border-top: 1px solid #949395;
  padding: 2px 9px;
}
.layout__side-subtitle.fs-12 {
  font-size: 1.2rem;
}
.layout__side-subtitle:not(:last-child) {
  border-bottom: 1px solid #949395;
}
.layout__side-inner {
  padding: 10px 9px;
  font-size: 1.1rem;
}
.layout__side-inner .inner-title {
  font-weight: 700;
}
.layout__side-list {
  margin-top: 5px;
}
.layout__side-list-item {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7272727273em;
  overflow: hidden;
}
.layout__side-list-item a {
  display: block;
}
.layout__side-list-item a:hover {
  color: #239EB3;
}
.layout__side-list-item > a::before, .layout__side-list-item > p::before {
  content: "・";
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.layout__side-list-item.has-sub > p {
  cursor: pointer;
}
.layout__side-list-item:not(:last-child) {
  padding-bottom: 5px;
}
.layout__side-list-item.active .layout__side-list-inner {
  max-height: initial;
}
.layout__side-list-inner {
  margin-top: 5px;
  padding-left: 15px;
  max-height: 0;
}
.layout__side-list-inner a:not(:last-child) {
  margin-bottom: 5px;
}

.title-bar {
  padding: 6px;
  background-color: rgba(37, 13, 172, 0.1);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .title-bar {
    font-size: 2.2rem;
  }
}
.title-bar--thick {
  padding: 16px 22px;
}
.title-bar.fs-26,
.title-bar .fs-26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .title-bar.fs-26,
.title-bar .fs-26 {
    font-size: 2.4rem;
  }
}
.title-bar.fs-28,
.title-bar .fs-28 {
  font-size: 2.85rem;
}
@media screen and (max-width: 767px) {
  .title-bar.fs-28,
.title-bar .fs-28 {
    font-size: 2.6rem;
  }
}
.title-bar.fs-19,
.title-bar .fs-19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .title-bar.fs-19,
.title-bar .fs-19 {
    font-size: 1.7rem;
  }
}
.title-bar.bg-purple906 {
  background-color: #906;
}

.title-block {
  margin-top: 35px;
  padding: 8.5px 20px;
  width: 100%;
  border-radius: 30px;
  background-color: #239EB3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .title-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
  }
}
.title-block h3 {
  font-size: 1.8rem;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .title-block h3 {
    font-size: 1.6rem;
  }
}
.title-block .fw-reg {
  font-weight: 400;
}
.title-block .fs-29 {
  font-size: 2.9rem;
  letter-spacing: 0.08;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .title-block .fs-29 {
    font-size: 2.6rem;
  }
}
.title-block .fs-small {
  font-size: 1rem;
  letter-spacing: 0;
}
.title-block .fs-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .title-block .fs-16 {
    font-size: 1.4rem;
  }
}
.title-block img {
  display: block;
}
.title-block__logo {
  line-height: 1;
}
.title-block__logo img {
  margin-bottom: 5px;
}
.title-block__logo span {
  padding-left: 7px;
}
.title-block__note {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-block__note {
    font-size: 1.2rem;
  }
}

.list-dot {
  max-width: 100%;
  display: table;
}
.list-dot > li {
  display: table-row;
}
.list-dot > li::before {
  content: "・";
  display: table-cell;
  -webkit-font-feature-settings: initial !important;
          font-feature-settings: initial !important;
}
.list-dot--big > li::before {
  content: "●";
  font-size: 7px !important;
  letter-spacing: 0.04em !important;
  padding-right: 5px;
}
.list-dot.dot-12 > li::before {
  font-size: 1.2rem !important;
  padding-right: 13px;
}
@media screen and (max-width: 767px) {
  .list-dot.dot-12 > li::before {
    font-size: 10px !important;
    padding-right: 5px;
  }
}
.list-dot.dot-lblue > li::before {
  color: #239EB3;
}
.list-dot.dot-orange > li::before {
  color: #FF7600;
}
.list-dot.dot-white > li::before {
  color: #FFF;
}

.header {
  width: 100%;
  padding: 20px 0;
  background-color: #FFF;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0 0;
  }
}
.header.scrolled {
  -webkit-box-shadow: 2px 2px 5px #ccc;
          box-shadow: 2px 2px 5px #ccc;
}
.header__content {
  width: 100%;
  margin-bottom: 15px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__content {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
.header__logo img {
  width: 334px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: auto;
    max-width: 260px;
  }
}

.nav {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nav {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .nav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav.active .nav__list {
    max-height: 100vh;
  }
}
.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 0;
  }
}
.nav__item {
  width: 100%;
  background-color: #0C62AE;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 12.5px;
  padding: 7px 5px 4px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav__item {
    padding: 10px var(--spad);
  }
}
.nav__item.bg-pink, .nav__item:hover {
  background-color: #E2337A;
}
.nav__item.bg-pink:hover {
  opacity: 0.8;
}
.nav__item:not(:last-child) {
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .nav__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
}

.menu-toggle {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .menu-toggle {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-4px, -6px);
          transform: rotate(-45deg) translate(-4px, -6px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-4px, 5px);
          transform: rotate(45deg) translate(-4px, 5px);
}
.menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #250DAC;
  margin: 6px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.menu-toggle span:nth-child(3) {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.footer {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  font-size: 1.3rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
  }
}
.footer img {
  width: 100%;
}
.footer__contact {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
.footer__contact-button {
  width: 175px;
  height: 60px;
  border: 1.5px solid #CD8F1C;
  border-radius: 5px;
  background-color: #F18E20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #FFF;
}
.footer__contact-button:hover {
  background-color: #FF7600;
}
.footer__top {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 25px;
  padding: 0 120px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2d2d2d;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__top {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .footer__top {
    margin-top: 15px;
    text-align: center;
  }
}
.footer__top .js-top {
  cursor: pointer;
}
.footer__top .js-top:hover {
  color: #239EB3;
  text-decoration: underline;
}
.footer__misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__misc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__adobe {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .footer__adobe {
    margin-left: 0;
    margin-top: 15px;
  }
}
.footer__adobe img {
  width: 112px;
  margin-right: 7px;
}
.footer__adobe p {
  font-weight: 500;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.4;
}
.footer__adobe:hover p {
  color: #239EB3;
  text-decoration: underline;
}
.footer__policy-links {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__policy-links {
    margin-top: 25px;
  }
}
.footer__policy-links a:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #333;
}
.footer__policy-links a:hover {
  color: #239EB3;
  text-decoration: underline;
}
.footer__copyright {
  margin-top: 4px;
  font-weight: 700;
  text-align: center;
}

.sticky-bar {
  position: absolute;
  top: 260px;
  right: 0;
  z-index: 990;
}
@media screen and (max-width: 767px) {
  .sticky-bar {
    margin-top: 0;
    position: fixed;
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: initial;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sticky-bar {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (min-width: 768px) {
  .sticky-bar.sticky {
    position: fixed;
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-bar.unstick {
    margin-top: 30px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .sticky-bar.unstick .sticky-bar__button {
    border-radius: 10px;
  }
}
.sticky-bar__button {
  width: 53px;
  height: 205px;
  padding: 15px 10px;
  background-color: #239EB3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  color: #FFF;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sticky-bar__button {
    width: calc(50% - 5px);
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 1.4rem;
  }
}
.sticky-bar__button:hover {
  opacity: 0.8;
}
.sticky-bar__button:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sticky-bar__button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.sticky-bar__button img {
  height: 27px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sticky-bar__button img {
    height: 22px;
    margin-bottom: 0;
    margin-right: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.top {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__intro {
    font-size: 1.3rem;
  }
}
.top__intro-link {
  width: 100%;
  padding: 1px 15px;
  margin-top: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4583333333em;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__intro-link {
    padding: 1px 10px;
  }
}
.top__intro-link a:hover {
  color: #FF7600;
}
.top__intro-slogan {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .top__intro-slogan {
    margin-top: 19.8px;
  }
}
.top__intro-slogan h2 {
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #239EB3;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__intro-slogan h2 {
    font-size: 1.4rem;
  }
}
.top__illust {
  margin-top: 40px;
}
.top__illust h2 {
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__illust h2 {
    font-size: 1.6rem;
  }
}
.top__illust-wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFF), to(rgba(0, 0, 0, 0.13)));
  background: linear-gradient(#FFF 20%, rgba(0, 0, 0, 0.13));
}
@media screen and (max-width: 767px) {
  .top__illust-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(40%, rgba(0, 0, 0, 0.13)));
    background: linear-gradient(#FFF, rgba(0, 0, 0, 0.13) 40%);
  }
}
.top__illust-content {
  margin-top: 35px;
  padding: 0 10px 15px;
  display: grid;
  grid-template-columns: [col1-start] 240px [col2-start] 215px [col3-start] 240px [col3-end];
  grid-template-rows: [row1-start] auto [row2-start] auto [row3-start] auto [row3-end];
  grid-gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .top__illust-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__illust-textbox {
  font-size: 1.4rem;
  line-height: 1.3768115942em;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__illust-textbox {
    font-size: 1.38rem;
  }
}
.top__illust-textbox:last-of-type {
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .top__illust-textbox:last-of-type {
    margin-bottom: initial;
  }
}
.top__illust-textbox span.fs-big {
  font-weight: 700;
  font-size: 1.73rem;
  line-height: 1.098265896em;
}
@media screen and (max-width: 767px) {
  .top__illust-textbox span.fs-big {
    font-size: 1.5rem;
  }
}
.top__illust-textbox:nth-child(1) {
  grid-column: col1-start;
  grid-row: row1-start;
}
.top__illust-textbox:nth-child(3) {
  grid-column: col3-start;
  grid-row: row1-start;
}
.top__illust-textbox:nth-child(4) {
  grid-column: col1-start;
  grid-row: row2-start;
}
.top__illust-textbox:nth-child(5) {
  grid-column: col3-start;
  grid-row: row2-start;
}
.top__illust-textbox:nth-child(6) {
  grid-column: col1-start/col3-end;
  grid-row: row3-start;
}
.top__illust-image {
  width: 215px;
  height: 215px;
  position: relative;
  grid-column: col2-start;
  grid-row: row1-start/row2-end;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__illust-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.top__illust-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background-color: #FFF;
  z-index: -1;
}
.top__connect {
  margin-top: 50px;
}
.top__connect h2 {
  font-size: 2.3rem;
  line-height: 1.3919753086em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__connect h2 {
    font-size: 2.1rem;
  }
}
.top__connect-content {
  margin-top: 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__connect-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top__connect-content img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .top__connect-content img.pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top__connect-content img.sp {
    display: block;
  }
}
.top__connect-title {
  font-size: 12.54px;
  line-height: 1.5741626794em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__connect-title {
    font-size: 1.15rem;
  }
}
.top__connect-title h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.0141176471em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top__connect-title h3 {
    font-size: 1.4rem;
  }
}
.top__connect-title h3:not(:last-child) {
  margin-bottom: 5px;
}
.top__connect-init .top__connect-title {
  margin-bottom: 15px;
}
.top__connect-arrow {
  display: block;
  min-width: 60px;
  position: relative;
  background-color: #FF7600;
  padding: 5.3px 2px 5.3px 10px;
  font-weight: 700;
  font-size: 1.54rem;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.02em;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(calc(-50% + 12px), calc(-50% - 13px));
          transform: translate(calc(-50% + 12px), calc(-50% - 13px));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__connect-arrow {
    padding: 7.3px 6px;
    margin: 15px 0 25px;
    position: relative;
    top: initial;
    right: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.top__connect-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border-style: solid;
  border-width: 32.5px 0 32.5px 30px;
  border-color: transparent transparent transparent #FF7600;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__connect-arrow::after {
    top: initial;
    right: initial;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    border-width: 17px 59.5px 0;
    border-color: #FF7600 transparent transparent;
  }
}
.top__connect-end .top__connect-title {
  margin-bottom: 20px;
}
.top__connect-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__connect-legend .line {
  width: 23.6px;
  height: 3px;
  background-color: #000;
}
.top__connect-legend .line.bg-aqua {
  background-color: #00AAB7;
}
.top__connect-legend .line.bg-purple {
  background-color: #AD0080;
}
.top__connect-legend .line.bg-indigo {
  background-color: #3F477D;
}
@media screen and (max-width: 767px) {
  .top__intro {
    margin-top: 30px;
  }
}
.top__intro-list {
  margin-top: 10px;
}
.top__intro-item {
  padding: 12px;
  border-bottom: 1px solid #FF7600;
  text-align: center;
}
.top__intro-item h2 {
  font-size: 2rem;
  color: #FF7600;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top__intro-item h2 {
    font-size: 1.8rem;
  }
}
.top__points {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .top__points {
    margin-top: 50px;
  }
}
.top__points-list {
  margin-top: 50px;
  list-style-type: none;
  counter-reset: point;
}
.top__points-item {
  width: 100%;
  counter-increment: point;
  position: relative;
  z-index: 1;
  border-top: 1px solid #239EB3;
}
.top__points-item span.item-count {
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top__points-item span.item-count::before, .top__points-item span.item-count::after {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top__points-item span.item-count::before, .top__points-item span.item-count::after {
    font-size: 2.2rem;
  }
}
.top__points-item span.item-count::before {
  content: "Point";
  display: inline-block;
  margin-right: 10px;
}
.top__points-item span.item-count::after {
  content: counter(point);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34.45px;
  height: 34.5px;
  border-radius: 50%;
  background-color: #239EB3;
  color: #FFF;
  text-align: center;
}
.top__points-item:not(:last-child) {
  padding-bottom: 30px;
}
.top__points-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__points-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__points-title {
  width: 36.4%;
  padding-right: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top__points-title {
    width: 100%;
    padding-right: 0;
  }
}
.top__points-title h3 {
  font-size: 2.2rem;
  line-height: 1.3090909091em;
  letter-spacing: 0.02em;
  color: #239EB3;
}
@media screen and (max-width: 767px) {
  .top__points-title h3 {
    font-size: 2rem;
  }
}
.top__points-details {
  width: 63.6%;
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.7504em;
  color: #666;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .top__points-details {
    width: 100%;
  }
}
.top__aruba {
  margin-top: 155px;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(#FFF));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.13), #FFF);
}
@media screen and (max-width: 767px) {
  .top__aruba {
    margin-top: 125px;
  }
}
.top__aruba-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__aruba-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top__aruba-intro .top__aruba-text {
  margin-right: 40px;
}
.top__aruba-intro .top__aruba-text h3 {
  line-height: 1.4285714286em;
  letter-spacing: 0.04em;
}
.top__aruba-intro .top__aruba-text *:not(:last-child) {
  margin-bottom: 10px;
}
.top__aruba-intro img {
  margin-top: -115px;
}
@media screen and (max-width: 767px) {
  .top__aruba-intro img {
    margin: -115px auto 10px;
    max-width: 100%;
  }
}
.top__aruba-content {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__aruba-content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__aruba-diagram {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 55px;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media screen and (max-width: 767px) {
  .top__aruba-diagram {
    margin: 24.2px auto 0;
  }
}
.top__aruba-list {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 53.4%;
}
@media screen and (max-width: 767px) {
  .top__aruba-list {
    width: 100%;
  }
}
.top__aruba-item {
  padding-right: 40px;
  border-right: 3px solid #FF7600;
}
@media screen and (max-width: 767px) {
  .top__aruba-item {
    padding-right: 0;
    border-right: none;
  }
}
.top__aruba-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top__aruba-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.top__aruba-text {
  font-size: 1.3rem;
  line-height: 1.75em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__aruba-text {
    font-size: 1.2rem;
  }
}
.top__aruba-text h2 {
  font-size: 2rem;
  line-height: 1.2147783251em;
}
@media screen and (max-width: 767px) {
  .top__aruba-text h2 {
    font-size: 1.8rem;
  }
}
.top__aruba-text h3 {
  font-size: 1.4rem;
  line-height: 1.2857142857em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__aruba-text h3 {
    font-size: 1.2rem;
  }
}
.top__aruba-text *:not(:last-child) {
  margin-bottom: 5px;
}
.top__services {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .top__services {
    margin-top: 45px;
  }
}
.top__services-item h2 {
  font-size: 2.4rem;
  line-height: 1.9945833333em;
}
@media screen and (max-width: 767px) {
  .top__services-item h2 {
    font-size: 2.2rem;
  }
}
.top__services-item > p {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.515625em;
  color: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .top__services-item > p {
    font-size: 1.2rem;
  }
}
.top__services-item:not(:last-child) {
  margin-bottom: 45px;
}
.top__services-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  margin-top: 10px;
  border-radius: 9.5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 0, 0.21)), color-stop(70%, transparent));
  background: linear-gradient(90deg, rgba(255, 118, 0, 0.21), transparent 70%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__services-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 0, 0.21)), color-stop(70%, transparent));
    background: linear-gradient(-180deg, rgba(255, 118, 0, 0.21), transparent 70%);
  }
}
.top__services-detail img {
  z-index: -1;
  display: block;
}
.top__accordion {
  width: 100%;
  position: relative;
}
.top__accordion.fullwidth .top__accordion-text {
  width: 100% !important;
}
.top__accordion.no-js .top__accordion-item {
  cursor: initial;
}
.top__accordion-item {
  width: 100%;
  cursor: pointer;
  --accl: 17px;
  --accr: 32px;
}
@media screen and (max-width: 767px) {
  .top__accordion-item {
    background-color: #FFF;
    border-radius: 11px;
    -webkit-box-shadow: 5px 5px 5px #ccc;
            box-shadow: 5px 5px 5px #ccc;
    --accl: 15px;
    --accr: 15px;
  }
}
.top__accordion-item.active .top__accordion-button {
  padding-top: 6px;
  color: #FF7600;
}
.top__accordion-item.active .top__accordion-details {
  max-height: 500px;
}
.top__accordion-item.active .top__accordion-image {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top__accordion-item.active .top__accordion-image {
    max-height: 500px;
  }
}
.top__accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.top__accordion-text {
  width: 410px;
  background-color: #FFF;
  border-radius: 11px;
  -webkit-box-shadow: 5px 5px 5px #ccc;
          box-shadow: 5px 5px 5px #ccc;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__accordion-text {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
  }
}
.top__accordion-image {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .top__accordion-image {
    position: static;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    padding: 0 var(--accl);
  }
}
.top__accordion-image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top__accordion-image img {
    margin: 10px auto 20px;
  }
}
.top__accordion-button {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3906666667em;
  color: #808080;
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 3px var(--accr) 1px var(--accl);
}
@media screen and (max-width: 767px) {
  .top__accordion-button {
    font-size: 1.3rem;
    padding: 5px var(--accr) 3px var(--accl);
  }
}
.top__accordion-details {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.top__accordion-content {
  padding: 6px var(--accr) 6px var(--accl);
  font-size: 12.5px;
  line-height: 1.6em;
  color: #333;
  text-align: justify;
}
.top__availability {
  margin-top: 103px;
}
@media screen and (max-width: 767px) {
  .top__availability {
    margin-top: 50px;
  }
}
.top__availability .top__tab {
  margin-top: 38px;
}
.top__tab {
  position: relative;
  z-index: 1;
}
.top__tab-index {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__tab-index {
    padding-top: 10px;
  }
}
.top__tab-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top__tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__tab-row {
    width: 100%;
    z-index: 2;
  }
}
.top__tab-row:not(:first-child) {
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  .top__tab-row:not(:first-child) {
    margin-left: 0;
    margin-top: -25px;
  }
}
.top__tab-item {
  width: 215px;
  height: 100px;
  padding: 10px 15px 27px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857em;
  border-radius: 16.7px;
  background-color: #FFF;
  text-align: center;
  -webkit-box-shadow: 5px 0 10px #ccc;
          box-shadow: 5px 0 10px #ccc;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__tab-item {
    width: calc(50% + 35px);
    font-size: 1.2rem;
  }
}
.top__tab-item:not(:first-child) {
  margin-left: -35px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .top__tab-item:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__tab-item:nth-child(even) {
    margin-left: -35px;
    padding-left: 40px;
  }
}
.top__tab-item:hover {
  background-color: #FFE4CC;
}
.top__tab-item.active {
  color: #FFF;
  background-color: #FF7600;
}
.top__tab-contents {
  margin-top: -25px;
  position: relative;
  z-index: 5;
}
.top__tab-item-content {
  display: none;
  position: relative;
  padding: 16px 20px 20px;
  border: 1px solid #FF7600;
  border-radius: 17px;
  background-color: #FFF;
  -webkit-box-shadow: 3px 0 10px #ccc;
          box-shadow: 3px 0 10px #ccc;
  z-index: 3;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0.04em;
  color: #4C4C4C;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .top__tab-item-content {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.top__tab-item-content img {
  max-width: 100%;
  margin: 15px auto 0;
}
.top__tab-item-content.active {
  display: block;
}
.top__tab-title {
  margin-bottom: 15px;
  font-size: 2.42rem;
  font-weight: 700;
  color: #FF7600;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .top__tab-title {
    font-size: 2rem;
  }
}
.top__tab-title.ls-n20 {
  letter-spacing: -0.02em;
}
.top__tab-section-wrap {
  margin-top: 16px;
}
.top__tab-section:not(:last-child) {
  margin-bottom: 20px;
}
.top__tab-section--block {
  background-color: #E8F0CE;
  border-radius: 17px;
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .top__tab-section--block {
    padding: 20px 15px;
  }
}
.top__tab-section--block:not(:first-child) {
  margin-top: 40px;
}
.top__tab-section--block .top__tab-section-title {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top__tab-section--block .top__tab-section-title {
    font-size: 1.6rem;
  }
}
.top__tab-section-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.top__tab-ul {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top__tab-ul {
    font-size: 1.2rem;
  }
}
.top__tab-ul > li p {
  padding-bottom: 8px;
}
.top__tab-subtitle {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3888888889em;
}
@media screen and (max-width: 767px) {
  .top__tab-subtitle {
    font-size: 1.6rem;
  }
}
.top__tab-subtitle.text-center {
  text-align: center;
}
.top__tab-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__tab-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__tab-col.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__tab-col-text {
  width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .top__tab-col-text {
    width: 100%;
    padding-right: 0;
  }
}
.top__tab-col-text .top__tab-ul {
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top__tab-col-text .top__tab-ul {
    font-size: 1.2rem;
  }
}
.top__tab-col-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top__tab-col-img {
    width: 100%;
    margin-top: 20px;
  }
}
.top__tab-col-img img {
  width: 100%;
}
.top__case {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .top__case {
    margin-top: 70px;
  }
}
.top__case-title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__case-title {
    font-size: 1.8rem;
  }
}
.top__case-title h2 {
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top__case-title h2 {
    font-size: 2.4rem;
  }
}
.top__case-content {
  margin-top: 10px;
}
.top__case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  padding: 18px 40px 20px 20px;
  border-radius: 12px;
  background-color: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .top__case-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 25px 14px 14px;
  }
}
.top__case-item:nth-child(2n) {
  background-color: rgba(35, 158, 179, 0.3);
}
.top__case-item:nth-child(3n) {
  background-color: #363795;
  color: #FFF;
}
.top__case-item-title {
  margin-right: 32px;
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top__case-item-title {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.top__case-button-wrap {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__case-button-wrap {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__case-button {
  width: 46.9%;
  padding: 30px 10px 15px;
  border-radius: 22.4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__case-button {
    width: 100%;
    padding: 20px 10px;
  }
}
.top__case-button:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .top__case-button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top__case-button-link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2rem;
  color: #FF7600;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__case-button-link {
    font-size: 1.8rem;
  }
}
.top__case-button-link:hover {
  opacity: 0.7;
}
.top__case-button-link span.fs-small {
  font-size: 1.2rem;
  color: #666;
}
.top__case-button-link .icon-play {
  position: relative;
  width: 31px;
  height: 31px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #FF7600;
}
@media screen and (max-width: 767px) {
  .top__case-button-link .icon-play {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-right: 5px;
  }
}
.top__case-button-link .icon-play::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 7.5px 0 7.5px 13.5px;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top__ent {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .top__ent {
    margin-top: 60px;
  }
}
.top__ent h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__ent h2 {
    font-size: 2rem;
  }
}
.top__ent-circles {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__ent-circles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top__circ {
  width: 185px;
  height: 185px;
  padding: 5px;
  border: 1px solid #239EB3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.46rem;
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.4285714286em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__circ {
    width: 155px;
    height: 155px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.top__circ:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .top__circ:not(:last-child) {
    margin-right: initial;
  }
}
@media screen and (max-width: 767px) {
  .top__circ:nth-child(odd) {
    margin-right: 10px;
  }
}
.top__circ:not(:nth-child(n+3)) {
  margin-bottom: 10px;
}
.top__ent-banner {
  margin-top: 45px;
}
.top__matl {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .top__matl {
    margin-top: 45px;
  }
}
.top__matl-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #239EB3;
}
@media screen and (max-width: 767px) {
  .top__matl-title {
    font-size: 2rem;
  }
}
.top__matl-banner {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__matl-banner {
    margin-top: 10px;
  }
}
.top__matl-banner-image {
  width: 100%;
  height: 186.55px;
  border-radius: 14px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__matl-banner-image {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.top__matl-banner-image img {
  border-radius: 14px;
}
.top__matl-banner-image::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #ff0;
  border-radius: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.top__matl-banner-content {
  width: 100%;
  padding: 20px 30px 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .top__matl-banner-content {
    padding: 25px 20px;
    position: static;
    -webkit-transform: initial;
            transform: initial;
    top: initial;
    left: initial;
  }
}
.top__matl-banner-content h3 {
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1.275862069em;
}
@media screen and (max-width: 767px) {
  .top__matl-banner-content h3 {
    font-size: 2.4rem;
  }
}
.top__matl-banner-content p {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top__matl-banner-content p {
    font-size: 1.3rem;
  }
}
.top__matl-button {
  width: 243px;
  height: 27px;
  margin: 10px auto 0;
  background-color: #ff0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.top__matl-button:hover {
  background-color: rgba(255, 118, 0, 0.9);
}
.top__solutions {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .top__solutions {
    margin-top: 50px;
  }
}
.top__solutions-list {
  margin-top: 30px;
  padding-left: 22px;
  padding-right: 5px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .top__solutions-list {
    margin-top: 20px;
    padding-left: 5px;
  }
}
.top__solutions-item > a {
  font-weight: 700;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__solutions-item > a {
    font-size: 1.8rem;
  }
}
.top__solutions-item > a:hover {
  text-decoration: underline;
}
.top__solutions-item:not(:last-child) {
  margin-bottom: 20px;
}
.top__solutions-item-content {
  margin-top: 5px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #2D2E2E;
}
@media screen and (max-width: 767px) {
  .top__solutions-item-content {
    font-size: 1.4rem;
  }
}

.mv {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 46px;
  position: relative;
  --pad: 27px;
}
@media screen and (max-width: 767px) {
  .mv {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .mv {
    --pad: 15px;
    margin-bottom: 20.24px;
  }
}
.mv__banner {
  width: 100%;
  height: 247px;
  background: url("./img/sd-mv.jpg") no-repeat center;
  padding: 40px var(--pad);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv__banner {
    height: auto;
  }
}
.mv__banner h2 {
  font-weight: 800;
  font-size: 2.96rem;
  line-height: 1.26943881em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv__banner h2 {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}
.mv__banner p {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.4652996845em;
}
@media screen and (max-width: 767px) {
  .mv__banner p {
    font-size: 1.2rem;
  }
}
.mv__menu {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding: 0 var(--pad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv__menu {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .mv__menu {
    margin-top: -14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
}
.mv__link {
  width: 170px;
  height: 28px;
  background-color: #239EB3;
  border-radius: 14px;
  -webkit-box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 700 1.5rem/1 "kozuka-gothic-pr6n", "游ゴシック", "Yu Gothic UI", "YuGothic", "Yu Gothic", "sans-serif", "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "osaka", "Hiragino Kaku Gothic Pro W3";
  color: #FFF;
  outline: none;
}
@media screen and (max-width: 767px) {
  .mv__link {
    width: calc(50% - 5px);
  }
}
.mv__link:hover, .mv__link:focus {
  background-color: #FF7600;
}
.mv__link:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mv__link:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__link:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv__link:not(:nth-child(n+3)) {
    margin-bottom: 10px;
  }
}

/* --- FONT COLOR --- */
.fc-white {
  color: #FFF;
}

.fc-black {
  color: #000;
}

.fc-lblue {
  color: #239EB3;
}

.fc-orange {
  color: #FF7600;
}

.fc-gray4c {
  color: #4C4C4C;
}

/* --- BACKGROUND --- */
.bg-white {
  background: #FFF;
}

.bg-black {
  background: #000;
}

.bg-lblue {
  background: #239EB3;
}

.bg-orange {
  background-color: #f39800;
}

/* --- MISC --- */
.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.obj-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -90px;
  }
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 1;
}

.wrapper {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}

.trim {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fw-bold {
  font-weight: 700;
}

.ffs-init {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.ffs-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.fullwidth {
  width: 100%;
}

.span-block {
  display: block;
}
