@charset "UTF-8";
/*============================================================
リセット
============================================================*/
/*! A Modern CSS Reset https://github.com/hankchizljaw/modern-css-reset*/
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul[role="list"], ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-skip: ink;
}
img, picture {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
/*============================================================
デフォルト
============================================================*/
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/anton/anton-v15-latin-regular.woff2") format("woff2"), url("../fonts/anton/anton-v15-latin-regular.woff") format("woff"), url("../fonts/anton/anton-v15-latin-regular.ttf") format("truetype"), url("../fonts/anton/anton-v15-latin-regular.svg#Anton") format("svg");
}
body {
  line-height: 1;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  word-wrap: break-word;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid #666;
}
.is-focus-hidden a {
  pointer-events: none;
}
a, a img {
  transition: .2s linear;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
form {
  margin: 0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 32px;
  padding: 0 5px;
}
.type-mobile input[type="text"], .type-mobile input[type="tel"], .type-mobile input[type="email"], .type-mobile input[type="password"] {
  min-height: 38px;
}
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  line-height: 150%;
}
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  transition: .2s linear;
  -webkit-tap-highlight-color: transparent;
}
input[type="submit"]:not([disabled]), input[type="reset"]:not([disabled]), input[type="button"]:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}
input[type="submit"]:focus:not(:focus-visible), input[type="reset"]:focus:not(:focus-visible), input[type="button"]:focus:not(:focus-visible), button:focus:not(:focus-visible) {
  outline: 0;
}
input[type="submit"]:focus-visible, input[type="reset"]:focus-visible, input[type="button"]:focus-visible, button:focus-visible {
  outline: 2px solid #666;
}
/*============================================================
レイアウト
============================================================*/
.l-wrapper.is-fixed {
  position: fixed;
  right: 0;
  left: 0;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .l-wrapper.is-fixed.pc {
  right: 17px;
}
@-moz-document url-prefix() {
  .l-wrapper.is-fixed {
    right: 17px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .l-wrapper.is-fixed {
  right: 17px;
}
@supports (-ms-ime-align: auto) {
  .l-wrapper.is-fixed {
    right: 16px;
  }
}
.l-wrapper.is-fixed .cmn-btn-01 {
  pointer-events: none;
}
.l-wrapper.is-fixed-footer {
  /*フッター下固定のため*/
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
_:-ms-lang(x)::-ms-backdrop, .l-wrapper.is-fixed-footer {
  display: block;
  position: relative;
}
/*----------------------------------------
メインエリア
----------------------------------------*/
.l-main {
  width: 100%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main {
    margin: 0 auto;
  }
}
/*----------------------------------------
ヘッダー
----------------------------------------*/
.header-column1 {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 0 24px;
  background: #43aae1;
  background: linear-gradient(90deg, #3faae0 0%, #1eaad7 40%, #04b0d7 100%);
  transition: .2s opacity;
}
.header-column1.is-opacity {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .header-column1 {
    top: 0;
    padding: 0 12px;
  }
}
.header-inner {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 952px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-inner {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    z-index: 10;
    min-width: 320px;
    height: 56px;
  }
  _:-ms-lang(x)::-ms-backdrop, .header-inner {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    display: flex;
    align-items: center;
  }
}
.header-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-pc .header-logo a:hover, .type-mobile .header-logo a:active {
  opacity: .7;
}
.header-logo span {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.header-logo img {
  margin: 0 0 0 20px;
  transition-property: opacity;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .header-logo a {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-logo img {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 120px;
    margin: 0 0 0 10px;
  }
}
.nav {
  margin-left: auto;
}
/*--- pcメニュー -------------------*/
.menu-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu-pc {
    display: none;
  }
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  .menu-pc li:not(:first-of-type) {
    font-size: 88%;
  }
}
.menu-pc a {
  position: relative;
  padding: 1em;
  color: #fff;
  font-size: 14px;
}
.type-pc .menu-pc a:hover::before, .type-mobile .menu-pc a:active::before {
  opacity: 1;
}
.menu-pc li:nth-last-child(-n + 2) {
  margin-left: 1em;
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  .menu-pc li:not(:nth-last-child(-n + 2)) a {
    padding: 1em .5em;
  }
}
.menu-pc li:not(:nth-last-child(-n + 2)) a::before {
  display: inline-block;
  opacity: 0;
  left: calc(50% - .5em);
  margin-right: 2px;
  content: "●";
  transition: .2s ease-out;
}
.menu-pc li:nth-last-child(-n + 2) a {
  border-radius: 2em;
  background: #fff;
  color: #333;
}
.menu-pc li:nth-last-child(-n + 2) a:hover {
  background: #c4e8fc;
}
/*--- spメニュー -------------------*/
.menu-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-sp {
    display: flex;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100vh;
    padding: 14px 12px 0;
    background: rgba(193, 229, 242, .95);
    transition: all .2s linear;
    transform: translateX(-100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 651px) {
  .menu-sp {
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media screen and (max-width: 767px) and (max-width: 650px) {
  .menu-sp {
    flex-direction: column;
    align-items: center;
  }
}
.menu-sp.is-visible {
  transform: translateX(-20vw);
}
.menu-sp.is-visible a {
  display: block;
}
.menu-sp li {
  width: 100%;
}
.menu-sp li:not(:first-of-type) {
  margin-top: .5em;
}
.menu-sp a {
  display: none;
  padding: 1em 12px .8em;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  color: inherit;
}
.menu-sp li:nth-last-child(-n + 2) a {
  border-radius: 1.5em;
  background: #2c4e68;
  color: #fff;
}
.type-pc .menu-sp a:hover, .type-mobile .menu-sp a:active {
  opacity: .8;
}
.menu-sp a:focus:not(:focus-visible) {
  outline: 0;
}
.menu-sp a:focus-visible {
  opacity: .8;
}
/*--- メニュー開閉ボタン -------------------*/
.menu-btn {
  display: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: flex;
    position: absolute;
    z-index: 13;
    top: calc(((56px - 38px)/2) - 5px);
    right: 0;
    width: 38px;
    height: 38px;
    background: transparent;
    cursor: pointer;
  }
}
.menu-btn::after {
  position: absolute;
  bottom: -.5em;
  left: 0;
  width: 38px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  content: "menu";
}
_:-ms-lang(x)::-ms-backdrop, .menu-btn::after {
  bottom: 0;
}
.menu-btn.is-active::after {
  content: "close";
}
/*--- ハンバーガーライン -------------------*/
.type-pc .menu-btn:not(.is-active):hover span:nth-of-type(1) {
  top: 11px;
}
.type-pc .menu-btn:not(.is-active):hover span:nth-of-type(3) {
  top: 25px;
}
.menu-btn span {
  display: block;
  position: absolute;
  left: 5px;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: .2s linear;
}
.menu-btn span:nth-of-type(1) {
  top: 10px;
  transform: scale(1);
}
.menu-btn span:nth-of-type(2) {
  top: 18px;
  background: none;
}
.menu-btn span:nth-of-type(2)::before, .menu-btn span:nth-of-type(2)::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  content: "";
  transition: all .2s;
  transform: rotate(0);
}
.menu-btn span:nth-of-type(3) {
  top: 26px;
  transform: scale(1);
}
.menu-btn.is-active span:nth-of-type(1) {
  top: 48%;
  transform: translateY(0) scale(0);
}
.menu-btn.is-active span:nth-of-type(2)::before {
  transform: rotate(45deg);
}
.menu-btn.is-active span:nth-of-type(2)::after {
  transform: rotate(-45deg);
}
.menu-btn.is-active span:nth-of-type(3) {
  top: 48%;
  transform: translateY(0) scale(0);
}
/*----------------------------------------
フッター
----------------------------------------*/
footer {
  width: 100%;
  background: #43aae1;
  background: linear-gradient(90deg, #43aae1 0%, #00b0d6 100%);
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
  }
}
.is-fixed-footer footer {
  margin-top: auto;
}
_:-ms-lang(x)::-ms-backdrop, .is-fixed-footer footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 46px 24px 60px;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 30px 12px 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    width: 140px;
    height: auto;
  }
}
.footer-logo-company {
  margin: 104px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-logo-company {
    margin: 70px 0 0;
  }
}
.footer-logo-company img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-logo-company img {
    width: 210px;
    height: auto;
  }
}
.footer-tel {
  margin: 20px 0 0;
  color: #fff;
}
.footer-tel-number {
  margin: 5px 0 0;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: bold !important;
}
.footer-tel-number::before {
  margin: 0 5px  0 0;
  font-size: 80%;
}
.footer-tel-time {
  margin: 5px 0 0;
  font-size: 14px;
}
.footer-link-kit {
  margin: 2em 0 0;
}
.footer-link-kit a {
  padding: .5em 1em;
  border: 1px solid #fff;
  border-radius: 2em;
  color: #fff;
}
.footer-link-kit a::after {
  display: inline-block;
  margin: 0 0 0 5px;
  font-family: "icomoon";
  content: "\ea7e";
  transform: translateY(1px);
}
.type-pc .footer-link-kit a:hover {
  background: #fff;
  color: #43aae1;
}
/*! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.*/
.footer-link-payment {
  margin: 60px 0 0;
}
.footer-link-payment li + li {
  margin-top: 0.75em;
}
.footer-link-payment a {
  color: #fff;
}
.footer-link-payment a::before {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M246.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-160%20160c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L178.7%20256%2041.4%20118.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l160%20160z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  content: "";
  transform: translateY(1px);
}
/*============================================================
汎用スタイル
============================================================*/
.cmn-ttl-01 {
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 120%;
}
.cmn-btn-01, .cmn-btn-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
}
.cmn-btn-01 {
  background: #ffc21d;
  background: linear-gradient(90deg, #ffc21d 40%, #ffdb17 100%);
  color: #fff;
}
.type-pc .cmn-btn-01:hover, .type-mobile .cmn-btn-01:active {
  transform: translateY(2px);
}
_:-ms-lang(x)::-ms-backdrop, .cmn-btn-01 {
  padding: 7px 0 0;
}
.cmn-btn-02 {
  background: #ffc21d;
  background: linear-gradient(90deg, #ffc21d 40%, #ffdb17 100%);
  color: #fff;
}
.type-pc .cmn-btn-02:hover, .type-mobile .cmn-btn-02:active {
  transform: translateY(2px);
}
_:-ms-lang(x)::-ms-backdrop, .cmn-btn-02 {
  padding: 7px 0 0;
}
.s-center {
  display: flex;
  justify-content: center;
}
/*----------------------------------------
トップへ戻るボタン
----------------------------------------*/
.pagetop {
  opacity: 0;
  position: fixed;
  z-index: 5;
  right: 12px;
  bottom: 12px;
  transition: .2s linear;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 6px;
    bottom: 6px;
  }
}
.pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #008cd6;
  color: #fff;
  transition: .2s linear;
  transform: scale(1);
}
.type-pc .pagetop a:hover, .type-mobile .pagetop a:active {
  opacity: .9;
  transform: scale(1.05);
}
.pagetop a span::before {
  color: #fff;
  font-size: 18px;
}
/*----------------------------------------
アイコンフォント
----------------------------------------*/
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/icon/icomoon.ttf?dpbb0n") format("truetype"), url("../fonts/icon/icomoon.woff?dpbb0n") format("woff"), url("../fonts/icon/icomoon.svg?dpbb0n#icomoon") format("svg");
}
[class^="fa-"], [class*=" fa-"] {
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
}
[class^="fa-"]::before, [class^="fa-"]::after, [class*=" fa-"]::before, [class*=" fa-"]::after {
  font-family: "icomoon";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-phone::before {
  content: "\f095";
}
.fa-angle-double-down::after {
  content: "\f103";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-arrow-right::before {
  display: inline-block;
  content: "\f062";
  transition: .2s;
  transform: rotate(270deg);
}
.fa-arrow-left::after {
  display: inline-block;
  content: "\f062";
  transition: .2s;
  transform: rotate(90deg);
}
:is(.case-article-contents-txt, .news-contents, .news-list-dd) a[target="_blank"]::after {
  font-family: "icomoon";
  content: "\ea7e";
}
.case-article-contents-txt a:not(.cmn-btn-01), .news-contents a:not(.cmn-btn-01) {
  color: #008cd6;
  text-decoration: underline;
}
.type-pc .case-article-contents-txt a:hover, .type-pc .news-contents a:hover {
  text-decoration: none;
}
.type-pc .fa-arrow-right:hover::before {
  transform: rotate(270deg) translateY(-2px);
}
.type-pc .fa-arrow-left:hover::after {
  transform: rotate(90deg) translateY(-2px);
}
/*============================================================
トップページ
============================================================*/
/*----------------------------------------
概要（ファーストビュー）
----------------------------------------*/
.sec-top-summary {
  position: relative;
  width: 100%;
}
.sec-top-summary::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
}
.sec-top-summary::after {
  top: 0;
  right: 0;
  width: 58%;
  max-width: 629px;
  height: 672px;
  background-image: url("../img/bg_top_firstview.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
_:-ms-lang(x)::-ms-backdrop, .sec-top-summary::after {
  background-image: url("../img/bg_top_firstview.png");
}
_::-webkit-full-page-media, _:future, :root .sec-top-summary::after {
  background-image: url("../img/bg_top_firstview.png");
}
@media screen and (max-width: 767px) {
  .sec-top-summary::after {
    width: 80%;
    height: 50vh;
  }
}
.top-summary {
  position: relative;
  z-index: 2;
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .top-summary {
    padding: 100px 0 0;
  }
}
.top-summary-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-shadow: 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff;
}
@media screen and (max-width: 767px) {
  .top-summary-contents {
    text-shadow: 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff;
  }
}
@media screen and (max-width: 767px) {
  .top-summary-contents {
    padding: 0 12px;
  }
}
.top-summary-maincopy {
  font-size: 34px;
  line-height: 150%;
}
@media screen and (min-width: 450px) {
  .top-summary-maincopy .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-summary-maincopy {
    font-size: 32px;
  }
}
.top-summary-subcopy {
  max-width: 640px;
  margin: 20px 0 0;
  line-height: 180%;
  text-shadow: 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff;
  display: inline-block;
}
.top-summary-subcopy .s-point {
  color: #008cd6;
}
.top-summary-subcopy-img {
  display: flex;
  font-size: 34px;
  line-height: 150%;
  font-weight: bold;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .top-summary-subcopy-img {
    font-size: 32px;
  }
}
/* サービス一覧
----------------------------------------*/
.sec-top-service {
  overflow: hidden;
  padding: 0 0 330px;
  background: url("../img/bg_top_service.jpg") no-repeat right 120px bottom;
  background-size: 300px 300px;
}
@media screen and (max-width: 767px) {
  .sec-top-service {
    padding: 0 0 300px;
    background-position: right 32px bottom;
    background-size: 250px 250px;
  }
}
.top-service-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .top-service-contents {
    max-width: 370px;
    margin: 60px auto 0;
    padding: 0 12px;
  }
}
.top-service-item {
  display: flex;
  position: relative;
  width: calc((100% - 68px)/3);
}
@media screen and (min-width: 1024px) {
  .top-service-item:nth-of-type(n+4) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-service-item {
    width: calc((100% - 30px)/2);
  }
  .top-service-item:nth-of-type(n+3) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-service-item {
    width: 100%;
  }
  .top-service-item + .top-service-item {
    margin: 12px 0 0;
  }
}
.top-servise-txt {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 146px;
  margin: 0 40px 0 0;
  padding: 40px 56px 40px 30px;
  border-radius: 14px;
  box-shadow: 0 0 32px rgba(0, 140, 214, .25);
  background: #fff;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .top-servise-txt {
    margin: 0 46px 0 0;
  }
  .top-servise-txt .pc-only {
    display: none;
  }
}
.top-servise-img {
  position: absolute;
  z-index: 3;
  top: 0;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .top-servise-img {
    right: -24px;
  }
}
/*----------------------------------------
おしらせ
----------------------------------------*/
@media screen and (max-width: 767px) {
  .sec-top-news {
    margin: 80px 0 0;
  }
}
.top-news-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .top-news-contents .cmn-ttl-01 {
    width: 5em;
  }
}
@media screen and (min-width: 768px) {
  .top-news-contents {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .top-news-contents {
    padding: 0 12px;
  }
}
.top-news-contents::before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 24px;
  color: #c1e5f2;
  font-size: 100px;
  letter-spacing: .05em;
  font-family: "Anton";
  content: "News";
}
@media screen and (max-width: 767px) {
  .top-news-contents::before {
    top: -24px;
    left: 24px;
    font-size: 88px;
  }
}
.top-news-list-wrap {
  position: relative;
  z-index: 2;
  margin: 7px 0 0 70px;
}
@media screen and (min-width: 768px) {
  .top-news-list-wrap {
    max-width: calc(100% - 6em - 70px);
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list-wrap {
    margin: 60px 0 0;
  }
}
.news-list {
  display: flex;
  align-items: center;
  padding: 0 0 .5em;
  border-bottom: 1px solid #b3b7ba;
}
.news-list + .news-list {
  padding-top: .5em;
}
.news-thumb {
  overflow: hidden;
  width: 125px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .news-thumb {
    width: 100px;
    height: 56px;
  }
}
.news-txt {
  width: calc(100% - 125px);
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .news-txt {
    width: calc(100% - 100px);
  }
}
.news-list-date {
  letter-spacing: 1px;
  font-weight: bold;
}
.news-list-dd {
  margin: .5em 0 0;
  line-height: 150%;
}
.news-list-dd a, .top-news-more a {
  color: #008cd6;
}
.top-news-more {
  margin: 1em 0 0;
  text-align: right;
}
.news-list-wrap {
  margin: 21px 0 0;
}
@media screen and (max-width: 767px) {
  .news-list-wrap {
    margin: 20px 0 0;
  }
}
/*----------------------------------------
なぜオンライン学会？
----------------------------------------*/
.sec-top-why {
  position: relative;
  margin: 153px 0 0;
}
.top-why-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .top-why-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .top-why-contents {
    padding: 0 12px;
  }
}
.top-why-contents::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 112px;
  left: 24px;
  color: #c1e5f2;
  font-size: 100px;
  letter-spacing: .05em;
  font-family: "Anton";
  content: "Why?";
}
@media screen and (max-width: 767px) {
  .top-why-contents::after {
    top: -24px;
    left: 24px;
    font-size: 88px;
  }
}
.top-why-txt {
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin: 64px 0 0 90px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .top-why-txt {
    margin: 62px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top-why-img {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-why-img {
    margin: -20px 0 0;
    text-align: right;
  }
  .top-why-img img {
    display: inline-block;
    width: 162px;
    height: auto;
  }
}
/*----------------------------------------
KIT-ONでできること
----------------------------------------*/
.sec-top-feature {
  position: relative;
  overflow: hidden;
  padding: 190px 0 163px;
  margin: -200px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-top-feature {
    padding: 126px 0 108px;
    margin: -60px 0 0;
  }
}
.sec-top-feature::before, .sec-top-feature::after {
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  content: "";
}
.sec-top-feature::before {
  top: 0;
  left: -510px;
  width: 924px;
  height: 924px;
  background: #43aae1;
  background: linear-gradient(90deg, rgba(67, 170, 225, 0.5) 0%, rgba(0, 176, 214, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  .sec-top-feature::before {
    left: -365px;
    width: 616px;
    height: 616px;
  }
}
.sec-top-feature::after {
  right: -566px;
  bottom: 54px;
  width: 1026px;
  height: 1026px;
  box-shadow: 0 0 54px rgba(0, 140, 214, 0.25);
}
@media screen and (max-width: 767px) {
  .sec-top-feature::after {
    display: none;
  }
}
.top-feature-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .top-feature-contents {
    padding: 0 12px;
  }
}
.top-feature-contents::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 52px;
  left: 24px;
  font-size: 100px;
  font-family: "Anton";
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 0 rgba(193, 229, 242, 0.5), -2px 2px 0 rgba(193, 229, 242, 0.5), 2px -2px 0 rgba(193, 229, 242, 0.5), -2px -2px 0 rgba(193, 229, 242, 0.5), 2px 0 0 rgba(193, 229, 242, 0.5), 0 2px 0 rgba(193, 229, 242, 0.5), -2px 0 0 rgba(193, 229, 242, 0.5), 0 -2px 0 rgba(193, 229, 242, 0.5);
  content: "It can";
}
@media screen and (max-width: 767px) {
  .top-feature-contents::after {
    top: -24px;
    left: 24px;
    font-size: 88px;
  }
}
.top-feature-list {
  position: relative;
  z-index: 2;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 60px 30px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-feature-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 767px) {
  .top-feature-list {
    grid-template-columns: repeat(1, auto);
    gap: 30px;
    max-width: 400px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .top-feature-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .top-feature-item:nth-of-type(-n+3) .top-feature-item-info {
    min-height: 232px;
  }
  .top-feature-item:nth-of-type(n+4) .top-feature-item-info {
    min-height: 285px;
  }
}
.top-feature-item-img {
  text-align: center;
  transform: translateY(20px);
}
.top-feature-item-img img {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .top-feature-item:nth-of-type(n+4) .top-feature-item-ttl {
    min-height: 3em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-feature-item:nth-of-type(n+5) .top-feature-item-ttl {
    min-height: 3em;
  }
}
.top-feature-item-info {
  padding: 50px 28px 40px;
  border-radius: 14px;
  box-shadow: 0 0 32px rgba(0, 140, 214, 0.25);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-feature-item-info {
    padding: 33px 20px 26px;
  }
}
.top-feature-item-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .top-feature-item-ttl {
    margin: 12px 0 0;
  }
}
.top-feature-item-txt {
  margin: 14px 0 0;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .top-feature-item-txt {
    margin: 9px 0 0;
  }
}
.top-feature-contact {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 180px 0 0;
}
@media screen and (max-width: 767px) {
  .top-feature-contact {
    margin: 120px 0 0;
  }
}
/*----------------------------------------
お申し込みからご利用まで
----------------------------------------*/
.top-flow-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 40px;
}
@media screen and (max-width: 767px) {
  .top-flow-contents {
    padding: 0 12px 20px;
  }
}
.top-flow-contents::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 24px;
  color: #c1e5f2;
  font-size: 100px;
  letter-spacing: .05em;
  font-family: "Anton";
  content: "Flow";
}
@media screen and (max-width: 767px) {
  .top-flow-contents::after {
    top: -24px;
    left: 24px;
    font-size: 88px;
  }
}
.top-flow-list {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 105px 0 0 80px;
  padding: 0 0 0 225px;
}
@media screen and (max-width: 767px) {
  .top-flow-list {
    margin: 90px 0 0;
    padding: 0;
  }
}
.top-flow-list::before {
  display: block;
  position: absolute;
  top: -15%;
  left: 225px;
  width: 15px;
  height: 120%;
  margin-left: -8px;
  background: #e6f4f9;
  content: "";
}
@media screen and (max-width: 767px) {
  .top-flow-list::before {
    display: none;
  }
}
.top-flow-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-flow-item {
    padding: 12px;
    border-radius: 14px;
    background: #e6f4f9;
  }
}
.top-flow-item:not(:last-child) {
  margin-bottom: 8vh;
}
@media screen and (max-width: 767px) {
  .top-flow-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-flow-item:not(:last-child)::after {
    display: block;
    position: absolute;
    bottom: -38px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 20px 30px 0 30px;
    border-style: solid;
    border-color: #43aae1 transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }
}
.top-flow-item .icon {
  display: block;
  position: absolute;
  z-index: 100;
  top: -17px;
  left: -225px;
  width: 10em;
  padding: 1em 0;
  background: #43aae1;
  background: linear-gradient(90deg, #43aae1 0%, #00b0d6 100%);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-flow-item .icon {
    position: static;
    width: 6em;
    padding: 6px;
  }
}
.top-flow-item .icon::after {
  position: absolute;
  top: 50%;
  left: 100%;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #00b0d6;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-flow-item .icon::after {
    display: none;
  }
}
.top-flow-item dl {
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .top-flow-item dl {
    margin: .75em 0 0;
    padding: 0;
  }
}
.top-flow-item dl::before, .top-flow-item dl::after {
  display: block;
  position: absolute;
  top: 7px;
  content: "";
}
@media screen and (max-width: 767px) {
  .top-flow-item dl::before, .top-flow-item dl::after {
    display: none;
  }
}
.top-flow-item dl::before {
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #008cd6;
}
@media screen and (max-width: 767px) {
  .top-flow-item dl::before {
    left: 8px;
  }
}
.top-flow-item dl::after {
  left: 5px;
  width: 80px;
  border-bottom: 1px dashed #84969f;
}
@media screen and (max-width: 767px) {
  .top-flow-item dl::after {
    left: 18px;
    width: 2em;
  }
}
.top-flow-item dt {
  color: #008cd6;
  font-weight: bold;
}
.top-flow-item dd {
  margin: .5em 0 0;
  line-height: 180%;
}
/*----------------------------------------
オンライン学会開催のメリット
----------------------------------------*/
.sec-top-merit {
  position: relative;
  overflow: hidden;
  padding: 230px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec-top-merit {
    padding: 153px 0 80px;
  }
}
.sec-top-merit::before, .sec-top-merit::after {
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  content: "";
}
.sec-top-merit::before {
  top: 0;
  left: -576px;
  width: 920px;
  height: 920px;
  background: #e6f4f9;
}
@media screen and (max-width: 767px) {
  .sec-top-merit::before {
    top: 20px;
    left: -348px;
    width: 612px;
    height: 612px;
  }
}
.sec-top-merit::after {
  right: -434px;
  width: 778px;
  height: 778px;
  background: #43aae1;
  background: linear-gradient(90deg, rgba(67, 170, 225, .5) 0%, rgba(0, 176, 214, .5) 100%);
}
@media screen and (min-width: 1024px) {
  .sec-top-merit::after {
    bottom: -370px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sec-top-merit::after {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-top-merit::after {
    display: none;
  }
}
.top-merit-contents {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .top-merit-contents {
    padding: 0 12px;
  }
}
.top-merit-contents::after {
  display: block;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 24px;
  background: linear-gradient(90deg, #43aae1 0%, #00b0d6 100%);
  -webkit-background-clip: text;
  color: #43aae1;
  font-size: 100px;
  letter-spacing: .05em;
  font-family: "Anton";
  content: "Merit";
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .top-merit-contents::after {
    top: -24px;
    left: 24px;
    font-size: 88px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .top-merit-contents::after {
  background: transparent;
}
.top-merit-slider {
  position: relative;
  z-index: 2;
}
.top-merit-item-ttl {
  text-align: center;
}
.top-merit-item-ttl-num {
  color: #048ed6;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .top-merit-item-ttl-num {
    font-size: 24px;
  }
}
.top-merit-item-ttl-chara {
  margin: 25px 0 0;
  color: #444;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -.5px;
}
@media screen and (max-width: 767px) {
  .top-merit-item-ttl-chara {
    font-size: 22px;
  }
}
.top-merit-item-txt {
  max-width: 480px;
  margin: 12px auto 0;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .top-merit-item-txt {
    box-sizing: content-box;
    padding: 0 24px;
  }
}
.top-merit-item-img {
  margin: 12px 0 0;
  text-align: center;
}
.top-merit-item-img img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-merit-item-img {
    margin-right: 24px;
    margin-left: 24px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
          user-select: none;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list-inner {
  padding: 40px 0;
  border-radius: 14px;
  box-shadow: 0 0 54px rgba(0, 140, 214, .4);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .slick-list-inner {
    padding: 20px 0;
  }
}
.draggable .slick-list-inner {
  cursor: grab;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: flex;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.draggable img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 60px 40px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .slick-initialized .slick-slide {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li + li {
  margin-left: 28px;
}
.slick-dots li.slick-active button {
  background: #008cd6;
}
.slick-dots button {
  width: 12px;
  height: 12px;
  border: 1px solid #008cd6;
  border-radius: 50%;
  background: transparent;
  color: transparent;
}
.slide-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  background: transparent;
  transform: translateY(-50%);
}
.slide-arrow .fa-arrow-circle-left::before {
  opacity: .9;
  color: #666;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .slide-arrow .fa-arrow-circle-left::before {
    font-size: 28px;
  }
}
.prev-arrow {
  left: calc(25% + 10px);
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .prev-arrow {
    left: calc(12% + 10px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .prev-arrow {
    left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .prev-arrow {
    left: 10px;
  }
}
.next-arrow {
  right: calc(25% + 10px);
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .next-arrow {
    right: calc(12% + 10px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .next-arrow {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .next-arrow {
    right: 10px;
  }
}
.next-arrow .fa-arrow-circle-left::before {
  display: inline-block;
  transform: rotate(180deg);
}
/*----------------------------------------
お客様の声
----------------------------------------*/
.sec-top-voice {
  padding: 123px 0 0;
  background-color: #e6f4f9;
  background-image: url("../img/bg_top_voice.png");
  background-position: right 10% top -10px;
  background-size: 225px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-top-voice {
    padding: 82px 0 0;
    background-size: 150px auto;
  }
}
.top-voice-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 120px;
  background-image: url("../img/bg_top_voice.png"), url("../img/bg_top_voice.png"), url("../img/bg_top_voice.png"), url("../img/bg_top_voice.png");
  background-position: left 24px top 120px , right 0 top 412px, left 3px top 712px, right 3px top 970px;
  background-size: 225px auto, 225px auto, 225px auto, 225px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .top-voice-contents {
    padding: 0 12px 80px;
    background-position: left -29px top 420px , right -20px top 725px, left 3px top 1070px, right 3px top 1590px;
    background-size: 150px auto, 150px auto, 150px auto, 150px auto;
  }
}
.top-voice-contents::after {
  display: block;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 24px;
  background: linear-gradient(90deg, #43aae1 0%, #00b0d6 100%);
  -webkit-background-clip: text;
  color: #43aae1;
  font-size: 100px;
  letter-spacing: .05em;
  font-family: "Anton";
  content: "Reviews";
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .top-voice-contents::after {
    top: -24px;
    left: 24px;
    font-size: 88px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .top-voice-contents::after {
  background: transparent;
}
.top-voice-list {
  position: relative;
  z-index: 2;
  margin: 72px auto 0;
}
@media screen and (max-width: 767px) {
  .top-voice-list {
    margin-top: 38px;
  }
}
.top-voice-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .top-voice-item {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .top-voice-item {
    flex-direction: column-reverse;
  }
}
.top-voice-item + .top-voice-item {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .top-voice-item + .top-voice-item {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top-voice-item.type-reverse {
    flex-direction: row-reverse;
  }
}
.top-voice-item-img {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .top-voice-item-img {
    width: auto;
    margin: -50px 0 0;
  }
  .top-voice-item-img img {
    width: 90px;
    height: auto;
  }
}
.type-reverse .top-voice-item-img {
  text-align: right;
}
.type-reverse .top-voice-item-img img {
  display: inline-block;
}
.top-voice-item-balloon {
  position: relative;
  max-width: 640px;
  padding: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
}
@media screen and (max-width: 767px) {
  .top-voice-item-balloon {
    align-self: flex-end;
    width: calc(100% - 90px);
    margin: 23px 0 0;
    padding: 12px;
    background: #fff;
  }
}
.top-voice-item-balloon::after {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  margin-top: -15px;
  border: solid transparent;
  border-width: 15px 19px;
  border-right-color: rgba(255, 255, 255, .9);
  content: "";
}
@media screen and (max-width: 767px) {
  .top-voice-item-balloon::after {
    z-index: 1;
    top: auto;
    bottom: 9%;
    border-width: 8px 10px;
    border-right-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .type-reverse .top-voice-item-balloon {
    align-self: flex-start;
  }
}
.type-reverse .top-voice-item-balloon::after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: rgba(255, 255, 255, .9);
}
@media screen and (max-width: 767px) {
  .type-reverse .top-voice-item-balloon::after {
    border-left-color: #fff;
  }
}
.top-voice-item-ttl {
  font-size: 16px;
  line-height: 180%;
}
.top-voice-item-txt {
  margin: 27px 0 0;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .top-voice-item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice-item-img {
    position: relative;
    z-index: 2;
  }
}
/*----------------------------------------
メタバース学会にも対応可能
----------------------------------------*/
.sec-top-metaverse {
  padding: 123px 0 0;
  background-color: #e6f4f9;
}
@media screen and (max-width: 767px) {
  .sec-top-metaverse {
    padding: 82px 0 0;
  }
}
.top-metaverse-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 120px;
}
@media screen and (max-width: 767px) {
  .top-metaverse-contents .cmn-ttl-01 {
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5), -2px 2px 1px rgba(255, 255, 255, 0.5), 2px -2px 1px rgba(255, 255, 255, 0.5), -2px -2px 1px rgba(255, 255, 255, 0.5), 2px 0px 1px rgba(255, 255, 255, 0.5), 0px 2px 1px rgba(255, 255, 255, 0.5), -2px 0px 1px rgba(255, 255, 255, 0.5), 0px -2px 1px rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .top-metaverse-contents {
    padding: 0 12px 80px;
  }
}
.top-metaverse-contents::after {
  display: block;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 24px;
  background: linear-gradient(90deg, #43aae1 0%, #00b0d6 100%);
  -webkit-background-clip: text;
  font-size: 100px;
  font-family: "Anton";
  color: #43aae1;
  letter-spacing: 0.05em;
  content: "Metaverse";
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .top-metaverse-contents::after {
    top: -24px;
    left: 24px;
    font-size: 64px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .top-voice-contents::after {
  background: transparent;
}
.top-metaverse-link {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.type-pc .top-metaverse-link a:hover {
  opacity: 0.8;
}
/*----------------------------------------
お問合せボタン
----------------------------------------*/
.sec-top-contact {
  margin: 40px 0 0;
  padding: 0 12px;
}
.sec-top-contact.s-pd-wide {
  margin: 60px 0;
}
/*============================================================
お問い合わせ
============================================================*/
.sec-faq {
  padding: 174px 0 72px;
  background: #e6f4f9;
}
@media screen and (max-width: 767px) {
  .sec-faq {
    padding: 130px 0 38px;
  }
}
.faq-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .faq-contents {
    padding: 0 12px;
  }
}
.faq-list {
  margin: 72px 0 0;
}
@media screen and (max-width: 767px) {
  .faq-list {
    margin: 38px 0 0;
  }
}
.faq-item {
  border-radius: 32px;
  background: #fff;
  line-height: 150%;
  transition: .2s linear;
}
.type-pc .faq-item:hover {
  background: white;
}
.faq-item + .faq-item {
  margin: 4px 0 0;
}
.faq-item:focus:not(:focus-visible) {
  outline: 0;
}
.faq-item:focus-visible {
  outline: 2px solid #666;
}
.type-mobile .faq-item {
  outline: 0;
}
.faq-txt-q, .faq-txt-a {
  position: relative;
  line-height: 150%;
}
.faq-txt-q::before, .faq-txt-a::before {
  position: absolute;
  left: 24px;
  color: #008cd6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .faq-txt-q::before, .faq-txt-a::before {
    left: 12px;
  }
}
.faq-txt-q {
  padding: 20px 40px 20px 47px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .faq-txt-q {
    padding: 10px 34px 10px 34px;
  }
}
.faq-txt-q::before {
  top: 19px;
  content: "Q.";
}
_:-ms-lang(x)::-ms-backdrop, .faq-txt-q::before {
  top: 16px;
}
@media screen and (max-width: 767px) {
  .faq-txt-q::before {
    top: 9px;
  }
}
.faq-txt-q::after {
  position: absolute;
  top: calc(50% - .5em);
  right: 24px;
  color: #ffc21d;
  font-size: 20px;
  transition: .2s linear;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .faq-txt-q::after {
    right: 12px;
  }
}
.type-pc .faq-txt-q:not(.is-active):hover::after {
  top: calc(50% - .25em);
}
.faq-txt-q.is-active::after {
  transform: rotate(180deg);
}
.faq-txt-a {
  overflow: hidden;
  box-sizing: content-box;
  padding: 0 40px 0 47px;
  border-top: 2px solid transparent;
  font-size: 14px;
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .faq-txt-a {
    padding: 0 34px 0 34px;
  }
}
.faq-txt-a.is-visible {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #e6f4f9;
}
@media screen and (max-width: 767px) {
  .faq-txt-a.is-visible {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.faq-txt-a::before {
  content: "A.";
}
.sec-contact {
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 38px 0;
  }
}
.contact-notice-list {
  margin: 72px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-notice-list {
    margin: 38px 0 0;
  }
}
.contact-notice-list li {
  position: relative;
  padding-left: 1.25em;
  line-height: 150%;
}
.contact-notice-list li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.contact-notice-list li + li {
  margin: .5em 0 0;
}
.sec-confirm, .sec-thanks {
  padding: 174px 0 72px;
}
@media screen and (max-width: 767px) {
  .sec-confirm, .sec-thanks {
    padding-top: 130px;
  }
}
.contact-contents, .confirm-contents, .thanks-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .contact-contents, .confirm-contents, .thanks-contents {
    padding: 0 12px;
  }
}
.contact-form {
  margin: 20px 0 0;
}
.thanks-txt {
  margin: 2em 0 0;
}
.thanks-txt p {
  line-height: 150%;
}
.thanks-link {
  margin: 24px 0 0;
}
/*============================================================
お知らせ一覧
============================================================*/
.sec-news {
  position: relative;
  max-width: 1000px;
  margin: 140px auto 0;
  padding: 0 24px 60px;
}
@media screen and (max-width: 767px) {
  .sec-news {
    margin: 100px auto 0;
    padding: 0 12px 60px;
  }
}
/*.news-list {
  //margin: 7px 0 0;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .news-list {
    min-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .news-list {
    margin: 20px 0 0;
  }
}
.news-list dt {
  padding: .75em 0 .5em;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news-list dt {
    float: left;
    clear: both;
    width: 7em;
  }
}
@media screen and (max-width: 767px) {
  .news-list dt {
    padding: .5em 0 0;
  }
}
.news-list dd {
  padding: .75em 0 .5em 7em;
  border-bottom: 1px solid #b3b7ba;
}
@media screen and (max-width: 767px) {
  .news-list dd {
    padding: 0 0 .5em;
  }
}
.news-list dd a {
  color: #008cd6;
}*/
/*============================================================
お知らせ個別
============================================================*/
.news-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 24px 60px;
}
@media screen and (max-width: 767px) {
  .news-contents {
    margin: 0 auto 0;
    padding: 100px 12px 60px;
  }
}
.news-ttl {
  font-size: 22px;
  line-height: 150%;
}
.news-date {
  margin: .5em 0 0;
  text-align: right;
}
.news-body {
  margin: 40px 0 0;
  line-height: 180%;
}
.news-body p + p {
  margin: .75em 0 0;
}
.news-body ul, .news-body ol {
  margin: 2em 0 0;
}
.news-link-back {
  margin: 40px 0 0;
  text-align: right;
}
.news-link-back a {
  color: #008cd6;
}
/*============================================================
事例紹介
============================================================*/
.sec-case {
  background: #e6f4f9;
}
.case-link-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 24px 60px;
}
@media screen and (max-width: 767px) {
  .case-link-contents {
    padding: 100px 12px 60px;
  }
}
.case-link {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .case-link {
    flex-direction: column;
    max-width: 300px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .case-link li {
    display: flex;
    width: calc((100% - 25px*2)/3);
  }
  .case-link li:not(:nth-child(3n)):not(:last-of-type) {
    margin-right: 25px;
  }
  .case-link li:nth-child(n+4) {
    margin-top: 25px;
  }
  _:-ms-lang(x)::-ms-backdrop, .case-link li {
    width: calc((100% - 26px*2)/3);
  }
}
@media screen and (max-width: 767px) {
  .case-link li {
    width: 100%;
    margin: 12px 0 0;
  }
}
.case-link li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
  border-radius: 14px;
  box-shadow: 0 0 32px rgba(0, 140, 214, .25);
  background: #fff;
  color: #008cd6;
}
.type-pc .case-link li a:hover {
  background: #cee8f5;
  color: #ffb71d;
}
.type-pc .case-link li a:hover img {
  opacity: .8;
  transform: scale(1.05);
}
.type-pc .case-link li a:hover::after {
  opacity: .8;
}
.case-link li a::after {
  display: block;
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 32px;
  height: 32px;
  background: #1aaad7;
  content: "";
  transition: .2s;
  transform: rotate(45deg);
}
.case-link-img {
  overflow: hidden;
  border-radius: 14px;
}
.case-link-img img {
  transition: .2s ease-out;
}
.case-link-ttl {
  margin: 5px 0 0;
  line-height: 180%;
  text-decoration: underline;
}
.case-article {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 24px 40px;
}
@media screen and (max-width: 767px) {
  .case-article {
    padding: 60px 12px 40px;
  }
}
.case-article + .case-article::before {
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 2px;
  background: #1aaad7;
  content: "";
}
@media screen and (max-width: 767px) {
  .case-article + .case-article::before {
    left: 12px;
    width: calc(100% - 24px);
  }
}
.case-article-ttl {
  font-size: 36px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .case-article-ttl {
    font-size: 30px;
  }
}
.case-article-contents {
  margin: 40px 0 0;
}
.case-article-contents::after {
  display: block;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .case-article-contents-img {
    float: right;
    width: 50%;
    padding: 6px 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .case-article-contents-img {
    padding: 0 0 15px;
  }
  .case-article-contents-img img {
    margin: 0 auto;
  }
}
.case-article-contents-img .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .case-article-contents-img .flex {
    display: none;
  }
}
.case-article-contents-img .flex img {
  width: 49%;
  height: auto;
}
.case-article-contents-txt {
  line-height: 180%;
}
.case-article-contents-txt p strong {
  background: linear-gradient(transparent 70%, #f1ff1d 70%);
}
.case-article-contents-txt p + p {
  margin: 1em 0 0;
}
.case-article-contents-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.case-article-contents-txt ul li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 0 .25em 0 0;
  content: "●";
  transform: scale(.75);
}
.case-article-contents-img02-aside {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 0;
}
.case-article-contents-img02-aside img {
  width: 49%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .case-article-contents-img02-aside {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .case-article-contents-img03-aside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px 0 0;
  }
  .case-article-contents-img03-aside img {
    width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .case-article-contents-img03-aside {
    max-width: 300px;
    margin: 20px auto 0;
  }
  .case-article-contents-img03-aside img + img {
    margin: 10px 0 0;
  }
}
/* オンライン学会とは
----------------------------------------*/
.about-txt {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .about-txt {
    margin: 1em 0 0;
  }
}
.cmn-ttl-01 + .about-txt {
  margin: 2em 0 0;
}
.about-link {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.about-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 24px 60px;
}
@media screen and (max-width: 767px) {
  .about-contents {
    padding: 100px 12px 60px;
  }
}
.about-article {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 24px 40px;
}
@media screen and (max-width: 767px) {
  .about-article {
    padding: 60px 12px 40px;
  }
}
.about-article + .about-article::before {
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 2px;
  background: #1aaad7;
  content: "";
}
@media screen and (max-width: 767px) {
  .about-article + .about-article::before {
    left: 12px;
    width: calc(100% - 24px);
  }
}
.about-article-ttl {
  font-size: 36px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .about-article-ttl {
    font-size: 30px;
  }
}
.about-article-contents {
  margin: 40px 0 0;
}
.about-article-contents::after {
  display: block;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .about-article-contents-img {
    float: right;
    width: 50%;
    padding: 6px 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-article-contents-img {
    padding: 0 0 15px;
  }
  .about-article-contents-img img {
    width: 100%;
    margin: 0 auto;
  }
}
.about-article-contents-txt {
  line-height: 180%;
}
.about-article-contents-txt p + p {
  margin: 1em 0 0;
}
.sec-about-link {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .sec-about-link {
    padding: 0 12px;
  }
}
/*============================================================
特定商取引法に基づく表記
============================================================*/
.law-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 24px 60px;
}
@media screen and (max-width: 767px) {
  .law-contents {
    padding: 100px 12px 60px;
  }
}
.law-ttl {
  font-size: 22px;
  line-height: 150%;
}
.law-table {
  margin: 40px 0 0;
}
.law-table th, .law-table td {
  border: 1px solid #b3b7ba;
  padding: 0.5em 1em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .law-table th, .law-table td {
    display: block;
    border: none;
  }
}
.law-table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .law-table th {
    width: 14em;
  }
}
@media screen and (max-width: 767px) {
  .law-table th {
    background: #e9f6ff;
  }
}
@media screen and (max-width: 767px) {
  .law-table tr:nth-of-type(n+2) th {
    margin-top: 1em;
  }
}
/*============================================================
利用規約
============================================================*/
.terms-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 24px 60px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .terms-contents {
    padding: 100px 12px 60px;
  }
}
.terms-contents ol {
  margin-left: 1.25em;
}
.terms-contents ol li:nth-of-type(n+2) {
  margin: 0.25em 0 0;
}
.terms-contents ol ol {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
}
.terms-contents ol ol > li {
  position: relative;
  padding-left: 1.75em;
}
.terms-contents ol ol > li::before {
  position: absolute;
  left: -0.5em;
  width: 2em;
  text-align: right;
  counter-increment: item;
  content: "(" counters(item, "-") ")";
}
.terms-ttl {
  font-size: 22px;
  line-height: 150%;
}
.terms-desc {
  margin: 40px 0 0;
}
.terms-ttl-secondary {
  font-size: 16px;
  margin: 2em 0 0;
}
.set-right {
  text-align: right;
}