@font-face {
  font-family: Arson Pro;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/arson-pro/ArsonPro-Medium.eot?") format("eot"), url("../font/arson-pro/ArsonPro-Medium.woff2") format("woff2"), url("../font/arson-pro/ArsonPro-Medium.woff") format("woff")
}

@font-face {
  font-family: Arson Pro;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/arson-pro/ArsonPro-Bold.eot?") format("eot"), url("../font/arson-pro/ArsonPro-Bold.woff2") format("woff2"), url("../font/arson-pro/ArsonPro-Bold.woff") format("woff")
}

@font-face {
  font-family: Arson Pro;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/arson-pro/ArsonPro-Black.eot?") format("eot"), url("../font/arson-pro/ArsonPro-Black.woff2") format("woff2"), url("../font/arson-pro/ArsonPro-Black.woff") format("woff")
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

strong, b {
  font-weight: 700;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #000;
  font-weight: 800;
  font-style: normal;
}

a span {
  color: #d8381a;
  font-weight: 800;
  font-style: normal;
}

a img {
  border: none;
}

html {
  background: #fff;
}

body {
  font-family: Arson Pro, source-han-sans-japanese, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin: 0;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06rem
}

@media only screen and (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
}

/* フォーム一体型へ変更 */
.left-wrapper {
  width: calc(100vw - 330px);
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 50px -10px #0000000f;
  box-shadow: 0px 0px 50px -10px #0000000f;
}

.cvbtn {
  position: fixed;
  top: 50px;
  right: 50px;
  letter-spacing: 0.03rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 4vw;
  font-size: 1.25vw;
  background: #1bbb6d;
  color: #fff;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
  padding: 0 1.6vw;
  padding-top: 2px;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  border-radius: 0.8vw;
  border: 0.2vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px #11bb67;
          box-shadow: 5px 7px 24px -7px #11bb67;
  line-height: 100%;
}

.left-wrapper .cvbtn {
  display: none;
}

.rect {
  position: absolute;
  background: url(../img/rect.png) no-repeat bottom left;
  width: 29%;
  padding-bottom: 7%;
  height: 0;
  background-size: contain;
  top: -10px;
  left: 0;
  z-index: 0;
}

.webp .rect {
  background: url(../img/webp/rect.webp) no-repeat bottom left;
  background-size: contain;
}

.no-webp .rect {
  background: url(../img/rect.png) no-repeat bottom left;
  background-size: contain;
}

.rect.bg-lazy {
  background-image: none!important;
}

.all .left-wrapper .rect {
  /* display: none; */
  z-index: -10;
}

nav {
  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;
  padding-top: 60px;
  position: relative;
}

.left-wrapper nav {
  padding-top: 70px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-wrapper nav ul {
  gap: 20px;
}

nav ul li a {
  position: relative;
  margin-right: 1.5vw;
  font-size: 1.25vw;
  -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

nav ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: -19px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #1bbb6b transparent transparent transparent;
  border-width: 7px 5px 0 5px;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
}

nav ul li:last-child a {
  margin-right: 0;
}

.toplogo {
  position: absolute;
  left: 50px;
  top: 46px;
  z-index: 999;
  background: url(../img/logo.png) no-repeat center bottom;
  width: 200px;
  padding-bottom: 55px;
  height: 0;
  margin-top: 0;
  background-size: contain;
}


/*
.mv{
  width: 990px;
  display: flex;
  margin: 90px auto 0;
  justify-content: space-between;
}
.mv .left{
}
.mv .left h1{
  background: url(../img/logo.png) no-repeat center center;
    width: 315px;
    height: 87px;
    margin-top: 35px;
    background-size: contain;
}
.mv .left h2{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.15rem;
    margin-top: 28px;	
}
.mv .left p{
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 180%;
    margin-top: 21px;	
}
.mv .right{
  background: url(../img/mv.png) no-repeat center center;
    width: 534px;
    height: 433px;
    background-size: contain;
}
*/

.mv {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4vw 0 0 0;
  height: 40vw;
  padding-left: 12.2vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 999;
}

.left-wrapper .mv {
  width: 100%;
  /* height: 30vw; */
  height: 25vw;
  /* padding-left: 5vw; */
  padding-left: 4vw;
}

.left .spmodify{
  width: 80% !important;margin-right: 5%;justify-content: center;margin-top: 40px;
}

@media only screen and (min-width: 1400px) {
  .left-wrapper .mv {
    height: 33vw;
    padding-left: 10vw;
  }
}

.mv .left {
  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;
  z-index: 9999;
  /* margin-top: 2.6vw; */
  margin-top: 0;
}

/* .left-wrapper .mv .left {
  margin-top: 0;
} */

.mv .left h1 {
  font-size: 3.7vw;
  font-weight: 900;
  display: flex;
  align-items: center
}

.left-wrapper .mv .left h1 {
  font-size: 3.7vw;
}

.mv .left h1 span {
  display: block;
  background: url(../img/menter-log.png) no-repeat center left;
  width: 20%;
  padding-bottom: 21%;
  height: 0;
  margin-top: 0;
  background-size: contain;
}

.webp .mv .left h1 span {
  background: url(../img/webp/menter-log.webp) no-repeat center left;
  background-size: contain;
}

.no-webp .mv .left h1 span {
  background: url(../img/menter-log.png) no-repeat center left;
  background-size: contain;
}

.mv .left h1 span.bg-lazy {
  background-image: none !important;
}

/* h1,h2タグの用途変更に伴い修正 */
/*.mv .left h2 {
  font-size: 3.1vw;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.2rem;
}*/

.mv .left h1.inview.ms {
  font-size: 2.5vw;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.2rem;
}

.left-wrapper .mv .left h1.inview.ms {
  font-size: 2vw;
}

/* .left-wrapper .mv .left h1.inview.ms {
  font-size: 2.2vw;
} */

/*.mv .left h3 {
    font-size: 1.6vw;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 180%;
    margin-top: 21px;
}*/

.mv .left h2.inview.ss {
    font-size: 1.6vw;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 180%;
    margin-top: 21px;
}

.left-wrapper .mv .left h2.inview.ss {
  font-size: 1.6vw;
}

.mv .left a {
  width: 21vw;
  background: #1dba6d;
  border-radius: 0.8vw;
  height: 4.4vw;
  border: 0.2vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px #11bb67;
          box-shadow: 5px 7px 24px -7px #11bb67;
  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.4vw;
  line-height: 100%;
  color: #fff;
  margin-top: 0.8vw;
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

.mv .left a.download_btn {
  display: none;
}

.mv .left a:hover {
  background: #0ad46f;
  -webkit-box-shadow: 0px 8px 20px #1094536b;
  box-shadow: 0px 8px 20px #1094536b;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.mv .left a i {
  background: url(../img/contact.svg) no-repeat center top;
  background-size: contain;
  width: 7%;
  height: 0;
  padding-bottom: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}

.btn-txt_top {
  width: 21vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15vw;
  line-height: 100%;
  margin-top: 3vw;
  font-weight: bold;
  
  margin-bottom: 0px !important;
  margin-right: 0 !important;
}

.all .left-wrapper .btn-txt_top {
  display: none;
}

.btn-txt {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1vw;
  line-height: 100%;
  margin-top: 1vw;
  font-weight: bold;
  color:#333;
  margin-bottom: 6px !important;
  margin-right: 0 !important;

}


.mv .right{
  position: absolute;
  right: 0;
  top: -1vw;
  width: 65%;
  -webkit-animation: horizontal 1.5s ease-in-out infinite alternate;
          animation: horizontal 1.5s ease-in-out infinite alternate;
}

.left-wrapper .mv .right {
  /* width: 62%; */
  width: 53%;
  margin-top: 0.6vw;
}

.mv .right:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: url(../img/device.jpg) no-repeat top right -1vw;
  width: 100%;
  padding-bottom: 68%;
  background-size: contain;
  margin-top: 0;
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
}

.webp .mv .right:before {
  background: url(../img/webp/device.webp) no-repeat top right -1vw;
  background-size: contain;
}

.no-webp .mv .right:before {
  background: url(../img/device.jpg) no-repeat top right -1vw;
  background-size: contain;
}

.mv .right.bg-lazy:before {
  background-image: none !important;
}

@-webkit-keyframes horizontal {
    0% { -webkit-transform:translateX( -5px); transform:translateX( -5px); }
  100% { -webkit-transform:translateX(  2px); transform:translateX(  2px); }
}

@keyframes horizontal {
    0% { -webkit-transform:translateX( -5px); transform:translateX( -5px); }
  100% { -webkit-transform:translateX(  2px); transform:translateX(  2px); }
}
@-webkit-keyframes vertical {
    0% { -webkit-transform:translateY(-6px); transform:translateY(-6px); }
  100% { -webkit-transform:translateY(  7px); transform:translateY(  7px); }
}
@keyframes vertical {
    0% { -webkit-transform:translateY(-6px); transform:translateY(-6px); }
  100% { -webkit-transform:translateY(  7px); transform:translateY(  7px); }
}


/*
.c01{
  width: 940px;
    display: flex;
    margin: 80px auto 0;
    justify-content: space-between;	
}
.c01 .left{
    background: url(../img/c01.png) no-repeat center center;
    width: 417px;
    height: 270px;
    background-size: contain;	
}
.c01 .right{
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c01 .right h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;	
}
.c01 .right p{
    font-size: 16px;
    line-height: 190%;	
}
*/

.clients {
  width: 100vw;
  /* margin: 20px 0 0; */
  margin: 0;
  overflow: hidden;
}

.left-wrapper .clients {
  width: 100%;
}

.clients .img {
  position: relative;
  width: calc( 1862px + 100vw);
  height: 150px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  z-index: 20;
  left: 0;
  background-position: 500px;
  background-size: 1862px;
  background-repeat: repeat-x;
  background-image: url(../img/clients220413v3.png);
  -webkit-animation: clientsSlide 22s infinite linear;
  animation: clientsSlide 22s infinite linear;
  opacity: 1;
}

.webp .clients .img {
  background-image: url(../img/webp/clients220413v3.webp);
  background-size: contain;
}

.no-webp .clients .img {
  background-image: url(../img/clients220413v3.png);
  background-size: contain;
}

.clients .img.bg-lazy {
  background-image: none !important;
}

@-webkit-keyframes clientsSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1862px);
    transform: translateX(-1862px);
  }
}

@keyframes clientsSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1862px);
    transform: translateX(-1862px);
  }
}

.problem {
  margin-top: 5.5vw;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.problem h2 {
  min-width: 100%;
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 24px;
  text-align: center;
  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;
}
.problem h2 span{
  display: contents;
  font-size: 2.7vw;
  font-weight: bold;
}
/* .solution_title .swiper-slide {
  text-align: center;
  height: 323px;
  line-height: 300px;
}
.solution_title .swiper-slide div span {
  position: relative;
  bottom: 15vw;
  color: #333;
  z-index: 99999;
  font-size: 18px;
  font-weight: bold;
  background: #f2f5f7;
  padding: 12px 20px 10px;
  border: 2px solid #00d773;
  border-radius: 8px;
  line-height: 100%;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.solution_title .swiper-button-next, .solution_title .swiper-button-prev {
  top: 45% !important;
  border-radius: 50%;
  background: #f2f2f2;
  width: 50px;
  height: 50px;
  color: #1bbb6c;
}
.solution_title .swiper-button-next:after, .solution_title .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.solution_title .swiper-slide-prev, .solution_title .swiper-slide-next {
  opacity: 0.7;
} */
.problem h2 i:first-child {
  background: url(../img/left_deco.png) no-repeat center center;
  background-size: contain;
  width: 8.5%;
  height: 0;
  padding-bottom: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.problem h2 i:last-child {
  background: url(../img/right_deco.png) no-repeat center center;
  background-size: contain;
  width: 8%;
  height: 0;
  padding-bottom: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.webp .problem h2 i:first-child {
  background: url(../img/webp/left_deco.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .problem h2 i:first-child {
  background: url(../img/left_deco.png) no-repeat center center;
  background-size: contain;
}

.webp .problem h2 i:last-child {
  background: url(../img/webp/right_deco.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .problem h2 i:last-child {
  background: url(../img/right_deco.png) no-repeat center center;
  background-size: contain;
}

.problem h2 i.bg-lazy:first-child, .problem h2 i.bg-lazy:last-child {
  background-image: none !important;
}

.problem ul {
  width: 76%;
  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;
  text-align: center;
  margin-top: 26px;
}

.left-wrapper .problem ul {
  width: 90%;
}

.problem ul li:first-child {
  width: 30%;
  border-radius: 18px;
  background: url(../img/left_illust.png) no-repeat center bottom;
  background-size: 47%;
  height: 0;
  padding-bottom: 22%;
  padding-top: 3.5%;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
  color: #0059ce;
}

.webp .problem ul li:first-child {
  background: url(../img/webp/left_illust.webp) no-repeat center bottom;
  background-size: 47%;
}

.no-webp .problem ul li:first-child {
  background: url(../img/left_illust.png) no-repeat center bottom;
  background-size: 47%;
}

.problem ul li:nth-child(2) {
  width: 30%;
  border-radius: 18px;
  background: url(../img/center_illust.png) no-repeat center bottom;
  background-size: 43%;
  height: 0;
  padding-bottom: 22%;
  padding-top: 3.5%;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
  color: #0baf5e;
}

.webp .problem ul li:nth-child(2) {
  background: url(../img/webp/center_illust.webp) no-repeat center bottom;
  background-size: 43%;
}

.no-webp .problem ul li:nth-child(2) {
  background: url(../img/center_illust.png) no-repeat center bottom;
  background-size: 43%;
}

.problem ul li:last-child {
  width: 30%;
  border-radius: 18px;
  background: url(../img/right_illust.png) no-repeat center bottom;
  background-size: 50%;
  height: 0;
  padding-bottom: 22%;
  padding-top: 3.5%;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
  color: #0059ce;
}

.webp .problem ul li:last-child {
  background: url(../img/webp/right_illust.webp) no-repeat center bottom;
  background-size: 50%;
}

.no-webp .problem ul li:last-child {
  background: url(../img/right_illust.png) no-repeat center bottom;
  background-size: 50%;
}

.problem ul li.bg-lazy:first-child, .problem ul li.bg-lazy:nth-child(2), .problem ul li.bg-lazy:last-child {
  background-image: none !important;
}

.problem ul li h3 {
  font-weight: bold;
  font-size: 1.3vw;
  line-height: 164%;
}

.solution_title {
  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;
  margin-top: 8.8vw;
}

.solution_title {
  flex-flow: wrap;
  gap: 10px;
  margin-top: 50px;
}

.solution_title p {
  font-size: 2.4vw;
  font-weight: bold;
}

.solution_title h2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7vw;
  font-weight: 900;
  line-height: 160%;
  margin-bottom: 30px;
  padding-bottom: 6%;
  border-bottom: 1px solid #f2f2f2;
}

.solution_title h2 span {
  background: url(../img/menter-log.png) no-repeat center left;
  background-size: contain;
  width: 6%;
  height: 0;
  display: block;
  padding-bottom: 7%;
  margin-top: 0;
}

.solution_title h2 span.bg-lazy {
  background: url(../img/webp/menter-log.webp) no-repeat center left;
}

.webp .solution_title h2 span {
  background: url(../img/webp/menter-log.webp) no-repeat center left;
  background-size: contain;
}

.no-webp .solution_title h2 span {
  background: url(../img/menter-log.png) no-repeat center left;
  background-size: contain;
}

.solution_title img {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.comic-mv h2 {
  font-size: 2.7vw;
  font-weight: 900;
  line-height: 140%;
  margin: 24px auto 48px;
  text-align: center;
  letter-spacing: 0.15rem;
}

section.comic-mv h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0067f7;
}

.comic-mv h3 {
  position: relative;
  padding: 2%;
  border: 3px solid #1bbb6c;
  border-radius: 10px;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 40px auto 40px;
  width: 90%;
  display: block;
}

.comic-mv h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #1bbb6c transparent transparent transparent;
}

.comic-mv h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.comic-mv h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  -webkit-text-stroke: 0.5px #000!important;
  display: inherit;
  margin-bottom: 10px;
}

.comic-mv div.swiper-wrapper {
  padding: 20px 0;
}

.comic-mv .swiper-container {
  margin: 0 auto;
  padding-bottom: 60px;
}

.comic-mv .swiper-slide {
  line-height: 100%;
}

.comic-mv .swiper-slide-active {
  transform: scale(1.1) !important;
}

.comic-mv .swiper-slide>div {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 140%;
  margin-top:10px;
}

.comic-mv .swiper-slide>div>span {
  position: absolute;
  top: 0;
  right: -0.3px;
  z-index: 9999;
  background: #d8efe3;
  padding: 0px 15px;
  color: #04cc67;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 8px 0 8px;
}

.comic-mv .swiper-slide>div>span+iframe {
  border-radius: 8px;
  box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), 0px -9px 16px rgb(255 255 255 / 50%)!important;
}

.comic-mv .swiper-slide-prev, .comic-mv .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.9) !important;
}

.comic-mv .swiper-button-next, .comic-mv .swiper-button-prev {
  top: 90% !important;
  border-radius: 50%;
  border: 2px solid #1bbb6c;
  background: #ffffff;
  width: 50px;
  height: 50px;
  color: #1bbb6c;
}

.comic-mv .swiper-button-next:hover, .comic-mv .swiper-button-prev:hover {
  background: #ffffff;
  color: #1bbb6c;
  border: 2px solid #1bbb6c;
  transform: translateY(-2px);
  -ms-box-shadow: 5px 10px 10px -10px rgba(107, 107, 107, 0.94);
  box-shadow: 5px 10px 10px -10px rgba(107, 107, 107, 0.94);
}

.comic-mv .swiper-button-next:after, .comic-mv .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.comic-mv .swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: auto;
  left: 40%;
}

.comic-mv .swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 40%;
}

section.c01.point2 {
  width: 90%;
  flex-wrap: wrap;
  padding-top: 0;
}

@media only screen and (max-width: 1030px) {
  section.c01.point2 {
    flex-direction: column !important;
  }
  .left-wrapper .c01.point2 .right {
    width: 100% !important;
    margin: 30px auto 0 !important;
  }
}

.c01 {
  width: 87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6.4%;
}

.c01.point2 h3 {
  position: relative;
  padding: 2%;
  border: 3px solid #1bbb6c;
  border-radius: 10px;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 40px auto 40px;
  width: 100%;
  display: block;
}

.c01.point2 h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #1bbb6c transparent transparent transparent;
}

.c01.point2 h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.c01.point2 h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  -webkit-text-stroke: 0.5px #000!important;
  display: inherit;
  margin-bottom: 10px;
}

section.c01.point2 .marvel-device.iphone-x {
  height: 502px;
  margin: 0 auto;
  padding: 23px 18px 21px;
  width: 240px;
}

section.c01.point2 .marvel-device.iphone-x .notch {
  top: 18px;
  left: 67px;
  width: 151px;
  height: 20px;
}

section.c01.point2 .marvel-device.iphone-x .notch .camera {
  left: 123px;
}

section.c01.point2 .marvel-device.iphone-x .screen {
  background: unset;
}

section.c01.point2 .marvel-device.iphone-x .screen img {
  width: 100%;
  height: 100%;
}

.c01.point2 .left {
  background: url(../img/chat-mv.gif) no-repeat center left;
  width: 55%;
}

.c01 .left {
  background: url(../img/iphone01.jpg) no-repeat center left;
  width: 60%;
  padding-bottom: 35%;
  height: 0;
  background-size: contain;
  margin-top: -3.5%;
  z-index: 999;
  margin-left: -1%;
}

.webp .c01 .left {
  background: url(../img/webp/iphone01.webp) no-repeat center left;
  background-size: contain;
}

.webp .c01.point2 .left {
  background: url(../img/chat-mv.gif) no-repeat center left;
  background-size: contain;
}

.no-webp .c01 .left {
  background: url(../img/iphone01.jpg) no-repeat center left;
  background-size: contain;
}

.c01 .left.bg-lazy {
  background-image: none !important;
}

.c01 .right {
  width: 40%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1%;
}

.left-wrapper .c01.point2 .right {
  margin-right: 5%;
  justify-content: center;
  margin-left: 4%;
}

.left-wrapper .c01 .right {
  width: 50%;
}

.c01 .right h3 {
  letter-spacing: 0.05rem;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 4.4%;
}

.left-wrapper .c01 .right h3 {
  font-size: 1.9vw;
}

.c01 .right p {
  font-size: 1.3vw;
  width: 100%;
  line-height: 208%;
}

.left-wrapper .c01 .right p {
  font-size: 1.2vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.left-wrapper .c01 .right p span {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  font-weight: bold;
  font-size: 1.4vw;
}

.left-wrapper a.btn.btn-c {
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 60px auto 20px;
  padding: 2% 4%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
  width: 60% !important;
}

.left-wrapper a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

.left-wrapper a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

.left-wrapper a.btn-c span {
  font-size: 1.2vw !important;
  position: absolute;
  top: -10px;
  /* left: calc(50% - 150px); */
  display: block;
  width: 200px;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff !important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.c02 {
  width: 95%;
  padding-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.4% auto 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.c02.point3 {
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 0;
  padding-top: 3%;
  padding-bottom: 6.4%;
}

.left-wrapper .c02 {
  margin: 7.4% auto 3%;
}

section.c02.point3 h3 {
  position: relative;
  padding: 2%;
  border: 3px solid #1bbb6c;
  border-radius: 10px;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 40px auto 40px;
  width: 90%;
  display: block;
  z-index: 999;
}

section.c02.point3 h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #1bbb6c transparent transparent transparent;
}

section.c02.point3 h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

section.c02.point3 h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  -webkit-text-stroke: 0.5px #000!important;
  display: inherit;
  margin-bottom: 10px;
}

.c02 .left {
  width: 34%;
  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;
  z-index: 999;
}

div.left.spmodify{
  width: 40% !important;margin-right: 5%;justify-content: center;margin-top: 0px;
}

.c02 .left h3 {
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 5.2%;
  letter-spacing: 0.05rem;
  font-size: 2.6vw;
  width: 120%;
}

.left-wrapper .c02 .left h3 {
  font-size: 1.9vw;
}

.c02 .left p {
  font-size: 1.3vw;
  line-height: 208%;
  width: 150%;
}

section.c02.point3 .left p {
  width: 100%;
  margin-left: 11%;
  font-size: 1.2vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.c02.point3 .left p span {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  font-weight: bold;
  font-size: 1.4vw;
}

.c02 .right {
  /* background: url(../img/iphone02.jpg) no-repeat center center; */
  width: 67%;
  padding-bottom: 39.5%;
  height: 0;
  background-size: contain;
  -webkit-transform: rotate( 5deg);
      -ms-transform: rotate( 5deg);
          transform: rotate( 5deg);
  margin-top: -5.5%;
  margin-right: 0.5%;
}

.webp .c02 .right {
  /* background: url(../img/webp/iphone02.webp) no-repeat center center; */
  background-size: contain;
}

.no-webp .c02 .right {
  /* background: url(../img/iphone02.jpg) no-repeat center center; */
  background-size: contain;
}

.c02 .right.bg-lazy {
  background-image: none !important;
}

.left-wrapper .c02 .right {
  width: 45%;
  margin-right: -5%;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.left-wrapper section.c02.point3 .right {
  margin-right: 5%;
  margin-top: 1%;
  margin-left: 5%;
}

.swiper-container2 .swiper-slide img {
  width: 100%;
}

.point3 .swiper-button-prev, .point3 .swiper-button-next {
  top: 88% !important;
  border-radius: 50%;
  border: 2px solid #1bbb6c;
  background: #ffffff;
  width: 50px;
  height: 50px;
  color: #1bbb6c;
}

.point3 .swiper-button-prev:hover, .point3 .swiper-button-next:hover {
  background: #ffffff;
  color: #1bbb6c;
  border: 2px solid #1bbb6c;
  transform: translateY(-2px);
  -ms-box-shadow: 5px 10px 10px -10px rgba(107, 107, 107, 0.94);
  box-shadow: 5px 10px 10px -10px rgb(107 107 107 / 94%);
}

.point3 .swiper-button-prev:after, .point3 .swiper-button-next::after {
  font-size: 15px;
  font-weight: bold;
}

.point3 .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 30%;
  right: auto;
}

.point3 .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 30%;
  left: auto;
}

@media only screen and (max-width: 1030px) {
  section.c02.point3 {
    flex-direction: column;
  }
  section.c02.point3 .left {
    width: 100%;
  }
  section.c02.point3 .left p {
    margin: auto 5% 20px !important;
  }
  .left-wrapper section.c02.point3 .right {
    width: 90% !important;
    margin: 0 auto !important;
    height: 425px !important;
    padding-bottom: 75%;
  }
  .point3 .swiper-button-prev, .point3 .swiper-button-next{
    top: 90% !important;
  }

}

.c03 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 3.3%;
}

.c03 .center {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c03 .center h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 2vw;
}

.c03 .center p {
  font-size: 1.3vw;
  line-height: 208%;
  margin-bottom: 3.4vw;
}

.c03 .center .img {
  background: url(../img/browser.jpg) no-repeat center top;
  width: 81%;
  padding-bottom: 44.8%;
  height: 0;
  background-size: cover;
}

.webp .c03 .center .img {
  background: url(../img/webp/browser.webp) no-repeat center top;
  background-size: cover;
}

.no-webp .c03 .center .img {
  background: url(../img/browser.jpg) no-repeat center top;
  background-size: cover;
}

/*
#cs{
    background: #f3f5f7;
    text-align: center;
    padding-top: 110px;	
    padding-bottom: 250px;    
}

#cs h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;	
}

#cs p{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 52px;	
}

#cs > ul{
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cs > ul > li{
  background: #fff;
    width: 23%;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 26px 0 34px;
    margin-bottom: 24px;	
}

#cs > ul > li .img{
  width: 85px;
    height: 85px;
    background: url(../img/digital.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;	
}

#cs > ul > li h3{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;	
}
#cs > ul > li ul{
  text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cs > ul > li ul li{
    font-size: 12px;
    line-height: 170%;	
}
*/

#cs {
  background: #f3f5f7;
  text-align: center;
  padding-top: 9vw;
  padding-bottom: 3.8vw;
}

#cs h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
  letter-spacing: 0.15rem;
}

#cs h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0067f7;
}

#cs h3 {
  font-size: 2vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
  letter-spacing: 0.15rem;
  color: #333;
}

#cs>p {
  font-size: 1.3vw;
  letter-spacing: 0.1rem;
  line-height: 200%;
  margin-bottom: 42px;
}

#cs p.inview.delay3.inview_show {
  margin-bottom: 30px;
}

h3.inview.delay3.inview_show:first-letter {
  font-size: 150%;
}

#cs .cs_list {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cs .cs_list>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cs .cs_list>ul li {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  background-size: 50%;
  height: auto;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
  color: #2d2d2d;
  padding: 3.3% 3.5% 3.3% 4.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}

#cs .cs_list>ul li header {
  border-radius: 6px;
  font-size: 2.0vw;
  font-weight: bold;
  background: #086bec;
  padding: 2.5% 0% 2.2%;
  line-height: 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;
  color: #fff;
  width: 17%;
}

#cs .cs_list>ul li:nth-child(2) header {
  background: #1dba6d;
}

#cs .cs_list>ul li h3 {
  font-size: 2vw;
  font-weight: bold;
  padding: 0% 0% 0% 4%;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 35%;
}

#cs .cs_list>ul li p {
  width: 48%;
  text-align: left;
  padding-left: 4.4%;
  letter-spacing: 0.04rem;
  border-left: 1px solid #d7d8db;
  font-size: 1.1vw;
  line-height: 220%;
  position: relative;
  height: 6.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}



#cs .cs_list>ul li p span:last-child {
  right: -4px;
  position: absolute;
  bottom: 0;
  height: 6.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 220%;
  font-weight: bold;
  font-size: 0.8vw;
  background: #f1f4f6;
  border-radius: 7px;
  padding: 0 15px;
}

#cs .alert {
  margin-bottom: 20px;
  margin-top: 16px;
}

#cs .alert a {
  text-decoration: underline;
  color: #1dba6b;
  font-weight: normal;
}

#cs .alert a:hover {
  text-decoration: none;
  color: #01c864;
  font-weight: normal;
}

#cs .cs_list:before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#cs .cs_list:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

.left-wrapper #cs .cs_list::after {
  content: "";
  display: block;
  width: 32%;
}

article.col_course {
  display: block;
  width: 23%;
  position: relative;
}

.left-wrapper article.col_course {
  width: 32%;
}

#cs .cs_list a {
  background: #fff;
  width: 23%;
  border-radius: 7px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0 34px;
  margin-bottom: 2.7%;
  -webkit-transition: all 0.7s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.7s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.7s cubic-bezier(.19, 1, .22, 1);
}

#cs .cs_list.new_list a {
  background: #fff;
  width: 23%;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 0 34px;
  margin-bottom: 2.7%;
  transition: all 0.7s cubic-bezier(.19,1,.22,1);
  box-shadow: 0px 20px 25px #232c381f;
}

.left-wrapper #cs .cs_list.new_list a {
  width: 32%;
}

#cs .cs_list.new_list a.add {
  background: transparent;
  width: 100%;
}

#cs .cs_list.new_list.training a {
  width: 100%;
  padding: 26px 10px 34px;
  height: 350px;
  margin-bottom: 10%;
}

#cs .cs_list.new_list.training a {
  height: 25vw;
}

@media only screen and (max-width: 1330px) {
  #cs .cs_list.new_list.training a {
    height: 27vw;
  }
}

@media only screen and (max-width: 1200px) {
  #cs .cs_list.new_list.training a {
    height: 36vw;
  }
}

#cs .cs_list.new_list.training p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: #1bbb6d;
  border-radius: 0px 7px 0;
  padding: 5px;
  width: 130px;
}

#cs .cs_list.new_list .alert a {
  background: none;
  width: unset;
  display: initial;
  box-shadow: unset;
  pointer-events: auto;
}

#cs .alert_chat {
  margin: 16px auto 58px;
  width: 100%;
}

#cs .cs_list a .img {
  width: 40%;
  padding-bottom: 40%;
  height: 0;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* new list style */
#cs .cs_list a.course1 .img {
  background: url(../img/c1-onboarding.png) no-repeat center center;
  background-size: contain;
  width: 30%;
}

.webp #cs .cs_list a.course1 .img {
  background: url(../img/webp/c1-onboarding.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.course1 .img {
  background: url(../img/c1-onboarding.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.course2 .img {
  background: url(../img/c2-software.png) no-repeat center center;
  background-size: contain;
  width: 30%;
}

.webp #cs .cs_list a.course2 .img {
  background: url(../img/webp/c2-software.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.course2 .img {
  background: url(../img/c2-software.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.course3 .img {
  background: url(../img/c3-google-search.png) no-repeat center center;
  background-size: contain;
  width: 30%;
}

.webp #cs .cs_list a.course3 .img {
  background: url(../img/webp/c3-google-search.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.course3 .img {
  background: url(../img/c3-google-search.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.course4 .img {
  background: url(../img/c4-shortcut.png) no-repeat center center;
  background-size: contain;
  width: 30%;
}

.webp #cs .cs_list a.course4 .img {
  background: url(../img/webp/c4-shortcut.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.course4 .img {
  background: url(../img/c4-shortcut.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.course5 .img {
  background: url(../img/c5-software-automation.png) no-repeat center center;
  background-size: contain;
  width: 30%;
}

.webp #cs .cs_list a.course5 .img {
  background: url(../img/webp/c5-software-automation.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.course5 .img {
  background: url(../img/c5-software-automation.webp) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.course6 .img {
  background: url(https://manage.menter.jp/upload/fr_crop/03/1x/_course/64e45caa-6fe4c5af.png?v=20230824105903) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.course7 .img {
  background: url(https://manage.menter.jp/upload/fr_crop/03/1x/_course/64e45caa-6792b895.png?v=20230822160727) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.course8 .img {
  background: url(https://manage.menter.jp/upload/fr_crop/03/1x/_course/64e45cab-bb5d392c.png?v=20230824105559) no-repeat center center;
  background-size: contain;
}


#cs .cs_list a.course1 .img.bg-lazy,
#cs .cs_list a.course2 .img.bg-lazy,
#cs .cs_list a.course3 .img.bg-lazy,
#cs .cs_list a.course4 .img.bg-lazy,
#cs .cs_list a.course5 .img.bg-lazy {
  background-image: none !important;
}

/* training style */
#cs .cs_list a.excel1 .img {
  background: url(../img/lp-excel-1.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.excel1 .img {
  background: url(../img/webp/lp-excel-1.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.excel1 .img {
  background: url(../img/lp-excel-1.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.word1 .img {
  background: url(../img/lp-word-1.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.word1 .img {
  background: url(../img/webp/lp-word-1.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.word1 .img {
  background: url(../img/lp-word-1.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.ppt1 .img {
  background: url(../img/lp-powerpoint-1.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.ppt1 .img {
  background: url(../img/webp/lp-powerpoint-1.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.ppt1 .img {
  background: url(../img/lp-powerpoint-1.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.it1 .img {
  background: url(../img/lp-It-literacy-1.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.it1 .img {
  background: url(../img/webp/lp-It-literacy-1.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.it1 .img {
  background: url(../img/lp-It-literacy-1.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.html1 .img {
  background: url(../img/lp-html-1.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.html1 .img {
  background: url(../img/webp/lp-html-1.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.html1 .img {
  background: url(../img/lp-html-1.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.excel2 .img {
  background: url(../img/lp-excel-2.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.excel2 .img {
  background: url(../img/webp/lp-excel-2.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.excel2 .img {
  background: url(../img/lp-excel-2.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.excel3 .img {
  background: url(../img/lp-excel-3.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.excel3 .img {
  background: url(../img/webp/lp-excel-3.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.excel3 .img {
  background: url(../img/lp-excel-3.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.auto1 .img {
  background: url(../img/lp-auto-1.png) no-repeat center center;
  background-size: contain;
}

.webp #cs .cs_list a.auto1 .img {
  background: url(../img/webp/lp-auto-1.webp) no-repeat center center;
  background-size: contain;
}

.no-webp #cs .cs_list a.auto1 .img {
  background: url(../img/lp-auto-1.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.excel1 .img.bg-lazy,
#cs .cs_list a.word1 .img.bg-lazy,
#cs .cs_list a.ppt1 .img.bg-lazy,
#cs .cs_list a.it1 .img.bg-lazy,
#cs .cs_list a.html1 .img.bg-lazy,
#cs .cs_list a.excel2 .img.bg-lazy,
#cs .cs_list a.excel3 .img.bg-lazy,
#cs .cs_list a.auto1 .img.bg-lazy {
  background-image: none !important;
}

/* old style */
#cs .cs_list a.digital .img {
  background: url(../img/digital.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.remote .img {
  background: url(../img/remote.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.excel .img {
  background: url(../img/excel.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.html .img {
  background: url(../img/html.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.office .img {
  background: url(../img/office.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.data .img {
  background: url(../img/data.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.system .img {
  background: url(../img/system.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.growth .img {
  background: url(../img/growth.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.ec .img {
  background: url(../img/ec.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 13px;
}

#cs .cs_list.new_list a.add h3 {
  margin: 0 auto 13px;
}

#cs .cs_list a ul {
  text-align: left;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cs .cs_list a ul li {
  font-size: 12px;
  line-height: 170%;
}

/* コンタクト */
section.f-contact {
  display: none;
}
/*
.cvarea{
  
}

.cvarea .wrap{
    width: 990px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #1bbb6c;
    border-radius: 10px;
    padding: 70px 0 75px;
    background: #fff;	
}

.cvarea.top .wrap{
    margin-top: -163px;
}

.cvarea .wrap h2{
  font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 19px;	
}

.cvarea .wrap p{
    font-size: 16px;
    margin-bottom: 34px;	
}

.cvarea .wrap .btn{
  display: flex;
    justify-content: center;
    align-items: center;	
}

.cvarea .wrap .btn a:first-child{
  width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1bbb6c;
    border-radius: 5px;	
}

.cvarea .wrap .btn a:last-child{
  width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #1bbb6b;	
}

.cvarea .wrap .btn span{
    display: block;
    margin: 0 20px;
    font-size: 22px;
    font-weight: bold;	
}
*/

/***************導入事例***************/
section.case-wrapper {
  width: 100%;
  margin: 0 auto 50px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

section.case-wrapper h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.15rem;
  margin: 24px auto 48px;
  text-align: center;
}

section.case-wrapper h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0067f7;
}

section.case-wrapper .l-case {
  width: 90%;
  margin: 0 auto;
}

section.case-wrapper .box.single {
  display: grid;
  gap: 30px 15px;
  /* grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); */
  grid-template-columns: repeat(2, 49%) !important;
}

@media only screen and (max-width: 1079px) {
  .case-wrapper .box {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
  .case-wrapper .box.single {
    display: flex !important;
    overflow: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .case-wrapper .box.single::-webkit-scrollbar {
    height: 10px;
  }
  .case-wrapper .box.single::-webkit-scrollbar-thumb {
    background: #1dd27c;
    border-radius: 5px;
  }
  .case-wrapper .box.single::-webkit-scrollbar-track {
    background: #d0dbe4;
    border-radius: 5px;
  }
  .case-wrapper .single a.item-link {
    display: inline-flex;
    margin-bottom: 20px;
    width: 80%;
  }
  .case-wrapper .single .item {
    width: 90vw;
    display: inline-grid;
  }
}

section.case-wrapper .item {
  height: 100%;
  border-radius: 10px;
  background: #eef1f4;
  padding: 0 0 10px;
  box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), 0px -9px 16px rgb(255 255 255 / 50%);
}

section.case-wrapper .item:hover {
  -webkit-box-shadow: 4px 4px 14px rgb(163 177 198 / 14%), inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
  box-shadow: 4px 4px 14px rgb(163 177 198 / 14%), inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
  color: #384653;
}

section.case-wrapper .entry_image.single {
  height: 20vw;
  overflow: hidden !important;
  width: 100%;
  height: 20vw;
  border-radius: 10px 10px 0 0;
}

section.case-wrapper .entry_image.single img {
  border-radius: 10px 10px 0 0;
  transition-duration: .3s;
  height: 20vw;
  object-fit: cover;
  width: 100%;
}

section.case-wrapper .entry_image.single img:hover {
  height: 20vw;
  object-fit: cover;
  transform: scale(1.2);
  transition: .6s;
  overflow: hidden;
}

section.case-wrapper .entry_content {
  padding: 15px 0;
  width: 90%;
  margin: 0 auto;
}

section.case-wrapper ul.tags {
  display: flex;
  gap: 5px 10px;
  flex-flow: wrap;
}

section.case-wrapper li.l-tag {
  background: #0f6bed;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  display: inline-flex;
  align-items: center;
}

section.case-wrapper li.l-tag:before {
  content: '#';
}

section.case-wrapper .entry_content h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

section.case-wrapper h4.company_name {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #256bed;
}

section.case-wrapper .info p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

section.case-wrapper .case-btn {
  width: 90%;
  margin: 0px auto;
  text-align: center;
  padding: 0px 20%;
}

section.case-wrapper a.btn.btn-c {
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #166bed !important;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  padding: 3% 6%;
  border: 3px solid #166bed;
  font-weight: bold;
  box-shadow: unset;
}

section.case-wrapper a.btn.btn-c:hover {
  color: #fff !important;
  background: #166bed;
  -webkit-box-shadow: 0px 8px 20px #166bed54;
  box-shadow: 0px 10px 20px #166bed54;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -5px);
}

section.case-wrapper .special {
  margin: 60px auto 20px;
  width: 90%;
}

section.case-wrapper .special .pc_only {
  display: flex;
}

section.case-wrapper .special .sp_only {
  display: flex;
  flex-wrap: wrap;
}

section.case-wrapper .special img {
  width: 55%;
  height: 100%;
  margin: 0 auto 0 0;
  object-fit: cover;
}

.special p {
  font-size: 1.2vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 40%;
}

.special p span {
  display: flex;
  justify-content: center;
  font-size: 1.8vw;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  width: 80%;
  margin: -5px auto 10px;
}

section.case-wrapper .special a {
  margin: 20px auto 10px;
  width: 90%;
  padding: 5% 8%;
  font-size: 1.2vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1bbb6b;
  background: #ffffff;
  border-radius: 5px;
  border: 3px solid #1bbb6b;
  -webkit-box-shadow: 5px 7px 24px -7px #05884785;
  box-shadow: 5px 7px 24px -7px #05884785;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

section.case-wrapper .special a:hover {
  background: #00c063;
  /* border: 0.22vw solid #fff; */
  color: #fff;
  -webkit-box-shadow: 0px 8px 20px #01a05238;
  box-shadow: 0px 8px 20px #01a05238;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -4px);
}

/***************クイズ***************/

#quiz {
  margin-top: -220px;
}

.left-wrapper #quiz {
  margin-top: 20px;
  background: #f2f2f2;
  padding-bottom: 20px;
}

.quiz_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 10vw);
  margin: 0;
  padding: 0 0 0 10vw;
}

.left-wrapper .quiz_wrap {
  width: calc(100% - 8vw);
  padding: 0 0 0 8vw;
}

.quiz_wrap>header {
  background: #1bbb6c;
  position: relative;
  border-radius: 10px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 388px;
  margin: 40px 0;
}

.quiz_wrap>header h2 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}

.quiz_wrap>header .arw {
  width: 45px;
  height: 0;
  padding-bottom: 25px;
  margin-top: 30px;
  background: url(../img/arw_three.png) no-repeat center center;
  background-size: contain;
}

.webp .quiz_wrap>header .arw {
  background: url(../img/webp/arw_three.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .quiz_wrap>header .arw {
  background: url(../img/arw_three.png) no-repeat center center;
  background-size: contain;
}

.quiz_wrap>header .arw.bg-lazy {
  background-image: none !important;
}

.quiz_wrap>header p {
  color: #fff;
  font-size: 12px;
  width: 88%;
  margin-top: 80px;
  font-weight: 500;
  line-height: 170%;
}

.quiz-card {
  scrollbar-color: #312d3c #201c29;
  scrollbar-width: thin;
  scrollbar-gutter: always;
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.card {
  clear: both;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}

.card {
  min-width: 300px;
  width: 300px;
  padding: 34px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: -10px 0 20px #232c3814;
          box-shadow: -10px 0 20px #232c3814;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: 0;
}

.last-card {
  min-width: 50px;
  min-height: 350px;
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: 0;
  opacity: 0;
}

.card:not(:first-child) {
  margin-left: -100px;
}

.card header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1bbb6c;
}

.card header .num {
  font-size: 30px;
  font-weight: 600;
  height: 26px;
}

.card header .course {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  font-weight: 500;
  height: 27px;
  padding: 0px 12px;
  border-radius: 99px;
  border: 1px solid #1bbb6c;
}

.card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  margin: 16px 0;
  height: 74px;
}

.card .btn {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
  background: #e9edf1;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 48px 0 18px;
  -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

.card .btn:last-child {
  margin-bottom: 0;
}

.card .btn.open {
  cursor: default;
}

.card .btn.no.open.focus {
  border: 1px solid #20b468;
}

.card .btn.open.yes {
  cursor: default;
  background: #1bbb6c;
  color: #fff !important;
}

.card .btn.yes:after {
  width: 22px;
  height: 22px;
  content: "";
  background: url(../img/correct.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -20px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}

.webp .card .btn.yes:after {
  background: url(../img/webp/correct.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .card .btn.yes:after {
  background: url(../img/correct.png) no-repeat center center;
  background-size: contain;
}

.card .btn.no:after {
  width: 20px;
  height: 20px;
  content: "";
  background: url(../img/wrong.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -20px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}

.webp .card .btn.no:after {
  background: url(../img/webp/wrong.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .card .btn.no:after {
  background: url(../img/wrong.png) no-repeat center center;
  background-size: contain;
}

.card .btn.yes.bg-lazy:after, .card .btn.no.bg-lazy:after {
  background-image: none !important;
}

.card .btn.yes.open:after {
  width: 22px;
  height: 22px;
  content: "";
  background: url(../img/correct.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 13px;
  opacity: 1;
}

.card .btn.no.open:after {
  width: 20px;
  height: 20px;
  content: "";
  background: url(../img/wrong.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 14px;
  opacity: 1;
}

.webp .card .btn.no.open:after {
  background: url(../img/webp/wrong.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .card .btn.no.open:after {
  background: url(../img/wrong.png) no-repeat center center;
  background-size: contain;
}

.card .btn.yes.open.bg-lazy:after, .card .btn.no.open.bg-lazy:after {
  background-image: none !important;
}

.answer {
  width: calc(100% - 68px);
  background: #e9edf1;
  height: 174px;
  position: absolute;
  z-index: -1;
  bottom: 24px;
  opacity: 0;
  left: 34px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

.answer.front {
  bottom: 34px;
  opacity: 1;
  z-index: 9999;
}

.answer.correct .icn {
  width: 70px;
  height: 0;
  padding-bottom: 70px;
  background: url(../img/correct.png) no-repeat center center;
  background-size: contain;
}

.webp .answer.correct .icn {
  background: url(../img/webp/correct.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .answer.correct .icn {
  background: url(../img/correct.png) no-repeat center center;
  background-size: contain;
}

.answer.wrong .icn {
  width: 70px;
  height: 0;
  padding-bottom: 70px;
  background: url(../img/wrong.png) no-repeat center center;
  background-size: contain;
}

.webp .answer.wrong .icn {
  background: url(../img/webp/wrong.webp) no-repeat center center;
  background-size: contain;
}

.no-webp .answer.wrong .icn {
  background: url(../img/wrong.png) no-repeat center center;
  background-size: contain;
}

.answer.correct .icn.bg-lazy, .answer.wrong .icn.bg-lazy {
  background-image: none !important;
}

.cvarea {
  margin-top: 70px;
}
.cvarea.top {
  margin-top: 0;
  background: #f3f5f7;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 300px;
}
.point3 div.cvarea.top {
  margin-top: 0;
  background: #ffffff;
  text-align: center;
  padding-top: 21px;
  width: 100%;
  padding-bottom: 0;
}
.point3 div.cvarea .wrap {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #1bbb6c;
  border-radius: 10px;
  padding: 70px 0 75px;
  background: #f9f9f9;
}

.cvarea .wrap {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #1bbb6c;
  border-radius: 10px;
  padding: 70px 0 75px;
  background: #fff;
}

.left-wrapper .cvarea .wrap {
  padding: 70px 0 45px;
}


/*
.cvarea.top .wrap{
    margin-top: -163px;
}
*/

.cvarea .wrap h2 {
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 19px;
}

.cvarea .wrap p {
  font-size: 1.3vw;
  margin-bottom: 34px;
  line-height: 190%;
}

.left-wrapper .cvarea .wrap p {
  padding: 0 30px;
}

.left-wrapper .cvarea .wrap p.comment {
  padding: 0;
  margin: -30px 0 0;
}

.cvarea .wrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



/* .cvarea .wrap .btn a:first-child {
  width: auto;
  font-size: 1.35vw;
  padding: 16px 40px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #1bbb6c;
  border-radius: 0.7vw;
  border: 0.22vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px #11bb67;
          box-shadow: 5px 7px 24px -7px #11bb67;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
} */


.btn .trial-btn a {
  width: auto;
  font-size: 1.35vw;
  padding: 16px 40px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #1bbb6c;
  border-radius: 0.7vw;
  border: 0.22vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px #11bb67;
          box-shadow: 5px 7px 24px -7px #11bb67;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);

}

.btn .contact-btn a {
  width: auto;
  padding: 14px 40px;
  font-size: 1.35vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1bbb6b;
  background: #ffffff;
  border-radius: 0.63vw;
  border: 0.22vw solid #1bbb6b;
  -webkit-box-shadow: 5px 7px 24px -7px #05884785;
          box-shadow: 5px 7px 24px -7px #05884785;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

.point3 div.cvarea.top .btn .contact-btn a {
  width: 45%;
  margin: 10px auto 0;
  padding: 2% 6%;
  font-size: 1.4vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1bbb6b;
  background: #ffffff;
  border-radius: 0.63vw;
  border: 3px solid #1bbb6b;
  -webkit-box-shadow: 5px 7px 24px -7px #05884785;
          box-shadow: 5px 7px 24px -7px #05884785;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

.point3 div.cvarea.top .btn .contact-btn a:hover {
  background: #00c063;
  /* border: 0.22vw solid #fff; */
  color: #fff;
  -webkit-box-shadow: 0px 8px 20px #01a05238;
  box-shadow: 0px 8px 20px #01a05238;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -4px);
}

.cvarea .wrap .btn span {
  display: block;
  margin: 0 20px;
  font-size: 1.8vw;
  font-weight: bold;
}

#price {
  text-align: center;
  background: #f3f5f7;
  width: 80%;
  margin: 70px auto 110px;
  padding: 62px 0 73px;
  border-radius: 14px;
  -webkit-box-shadow: 4px 4px 14px rgb(163 177 198 / 4%), inset 3px 3px 7px rgb(136 165 191 / 9%), inset -3px -3px 17px #bfc8ce0a;
          box-shadow: 4px 4px 14px rgb(163 177 198 / 4%), inset 3px 3px 7px rgb(136 165 191 / 9%), inset -3px -3px 17px #bfc8ce0a;
}

#price h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}

#price>p {
  font-size: 1.3vw;
  line-height: 190%;
  margin-bottom: 35px;
}

#price>p.new-price {
  margin-top: 35px;
  margin-bottom: 0 !important;
}

#price>div {
  width: 83%;
  margin: 0 auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  height: auto;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
  box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
  color: #2d2d2d;
  padding: 4% 4.6% 5% calc(4.6% + 10px);
  position: relative;
  overflow: hidden;
}

#price>div:before {
  content: "";
  background: #1dba6d;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#price>div .top {
  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;
  min-width: 100%;
}

#price>div .top h4 {
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 100%;
  padding-top: 0.5%;
  padding-left: 3px;
}

#price.new>div .top h4 {
  font-size: 2.8vw;
  /* width: 70%; */
}

#price>div .top h5 {
  font-size: 1.23vw;
  font-weight: normal;
  line-height: 169%;
}

#price>div .top h5 span {
  text-decoration: underline;
  color: #1dba6b;
  font-weight: normal;
}


#price>div .top p {
  font-size: 1.1vw;
  background: #f2f5f7;
  border-radius: 5px;
  line-height: 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;
  height: 3.8vw;
  padding: 0 1.6vw;
}

#price.new>div .top p {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 2px 1.9vw 0;
}

#price.new>div .top p a {
  color: #1bbb6d;
  text-decoration: revert;
}

#price>div .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 100%;
  color: #1bbb6b;
  background: #ffffff;
  border-radius: 7px;
  border: 1px solid #1bbb6b;
  padding: 2.4% 1% 2.4% 3.6%;
  font-size: 1.6vw;
  font-weight: bold;
  margin-top: 3%;
}

#price>div .btm h5 {
  font-weight: bold;
  line-height: 100%;
}

#price>div .btm p {
  font-size: 1.1vw;
  color: #000;
  letter-spacing: 0.015rem;
  line-height: 100%;
  margin-left: 5%;
}

#price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#price ul li {
  width: 31%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  padding-bottom: 44px;
}

#price ul li h3 {
  width: 100%;
  font-size: 18px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1bbb6c;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  margin-bottom: 40px;
}

#price ul li h3 span {
  font-size: 80%;
  font-weight: 500;
  margin-left: 3px;
}

#price ul li>span {
  background: #f0f8f1;
  color: #1bbb6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  border-radius: 50px;
  height: 32px;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#price ul li .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  margin-bottom: 20px;
}

#price ul li .price .note {
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -1px;
  margin-right: 11px;
}

#price ul li .price .num {
  font-size: 40px;
  letter-spacing: -0.15rem;
  font-weight: 600;
}

#price ul li .comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 240%;
}

#price ul li .comp .left {
  text-align: left;
}

#price ul li .comp .right {
  color: #1bbb6b;
}

#price ul li .comp .right span {
  color: #8a8e93;
  font-size: 136%;
  line-height: 100%;
}


/*
#qa{
    background: #f3f5f7 url(../img/qa.png) no-repeat top right 9%;
    background-size: 38%;
    padding-bottom: 100px;
    margin-bottom: 120px;
}

#qa .wrap{
    width: 990px;
    margin: 0 auto;
    padding-top: 114px;	
}

#qa .wrap h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;
}

#qa .wrap > p{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 52px;	
}

#qa .wrap ul{
  
}

#qa .wrap ul li{
    margin-bottom: 40px;	
}

#qa .wrap ul li h3{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 17px;	
}

#qa .wrap ul li h3 span{
    color: #1bbb6c;	
}

#qa .wrap ul li p{
    font-size: 16px;
    line-height: 190%;	
}
*/

#qa {
  background: #f3f5f7 url(../img/qa.png) no-repeat top right 9%;
  background-size: 38%;
  padding-bottom: 80px;
  margin-bottom: 120px;
  margin-top: 120px;
}

.webp #qa {
  background: #f3f5f7 url(../img/webp/qa.webp) no-repeat top right 9%;
  background-size: 38%;
}

.no-webp #qa {
  background: #f3f5f7 url(../img/qa.png) no-repeat top right 9%;
  background-size: 38%;
}

#qa.bg-lazy {
  background-image: none !important;
}

.left-wrapper #qa {
  background-size: 34%;
}

#qa .wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 114px;
}

#qa .wrap h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}

#qa .wrap>p {
  font-size: 1.3vw;
  line-height: 190%;
  margin-bottom: 52px;
}


#qa .wrap ul li {
  margin-bottom: 40px;
}

#qa .wrap ul li h3 {
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: 17px;
}

#qa .wrap ul li h3 span {
  color: #1bbb6c;
  font-size: 114%;
}

#qa .wrap ul li p {
  font-size: 1.3vw;
  line-height: 190%;
}

footer .wrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

footer .wrap h2 {
  background: url(../img/logo.png) no-repeat center left;
  width: 23%;
  padding-bottom: 7%;
  height: 0;
  margin-right: auto;
  margin-top: -18px;
  background-size: contain;
}

.webp footer .wrap h2 {
  background: url(../img/webp/logo.webp) no-repeat center left;
  background-size: contain;
}

.no-webp footer .wrap h2 {
  background: url(../img/logo.png) no-repeat center left;
  background-size: contain;
}

footer .wrap h2.bg-lazy {
  background-image: none !important;
}

footer .wrap > dl {
  margin-right: 0;
}

footer .wrap > dl:nth-child(3n) {
  margin-right: 0;
}

footer .wrap > dl:last-child {
  margin-right: 0;
}

footer .wrap dl dt {
  font-weight: bold;
  margin-bottom: 26px;
}

footer .wrap dl dd a {
  font-weight: 300;
  line-height: 220%;
  font-size: 14px;
  -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
}

/* Footer: first column wrapper (logo + nav links) */
footer .wrap .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  width: 23%;
}

footer .wrap .footer-col h2 {
  margin-right: 0;
  width: 100%;
  padding-bottom: 30%;
  margin-bottom: 10px;
}

footer .wrap .footer-col > dl {
  margin-right: 0;
}

footer .wrap .footer-col > dl dd {
  font-size: 14px;
  line-height: 220%;
  color: #333;
}

footer p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #a5aaaa;
  padding: 100px 0;
}


/****************COURSE****************/

#cs_detail #quiz {
  margin-top: 0;
}

#cs_detail #head {
  margin-top: 70px;
}

#cs_detail #head h1 {
  font-size: 35px;
  font-weight: 600;
  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;
}

#cs_detail.digitalskill_detail #head h1 .icon {
  background: url(../img/digital.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.excel_detail #head h1 .icon {
  background: url(../img/excel.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.growthhacker_detail #head h1 .icon {
  background: url(../img/growth.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.ec_detail #head h1 .icon {
  background: url(../img/ec.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.officework_detail #head h1 .icon {
  background: url(../img/office.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.html_detail #head h1 .icon {
  background: url(../img/html.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.system_detail #head h1 .icon {
  background: url(../img/system.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.data_detail #head h1 .icon {
  background: url(../img/data.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail.remote_detail #head h1 .icon {
  background: url(../img/remote.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}

#cs_detail #head h2 {
  font-size: 16px;
  text-align: center;
  line-height: 190%;
  font-weight: 500;
  margin-top: 32px;
}

#cs_detail #head a {
  width: 410px;
  height: 54px;
  background: #1bbb6c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  margin-top: 40px;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

#cs_detail #detail {
  background: #f3f5f7;
  width: 80%;
  border-radius: 10px;
  margin: 70px auto 60px;
  padding: 65px 75px 55px;
}

#cs_detail #detail .target {
  background: #fff;
  border-radius: 5px;
  padding: 32px 40px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cs_detail #detail .target header {
  width: 170px;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  font-weight: 600;
  padding-right: 30px;
  padding-bottom: 3px;
}

#cs_detail #detail .target p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 180%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cs_detail #detail .target p:before {
  content: "";
  height: 90%;
  width: 1px;
  background: #ddd;
  display: block;
  position: inherit;
  margin-right: 7%;
}

#cs_detail #detail .contents {
  margin-top: 40px;
}

#cs_detail #detail .contents header {
  font-size: 23px;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cs_detail #detail .contents header:before {
  display: block;
  content: "";
  height: 1px;
  width: 38%;
  background: #c6c8cf;
}

#cs_detail #detail .contents header:after {
  display: block;
  content: "";
  height: 1px;
  width: 38%;
  background: #c6c8cf;
}

#cs_detail #detail .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

#cs_detail #detail .contents ul li {
  width: 30%;
  margin-right: 5%;
  font-size: 14px;
  margin-bottom: 10px;
}

#cs_detail #detail .contents ul li span {
  color: #1bbb6c;
  font-size: 94%;
  margin-right: 2px;
}

#cs_detail #detail .contents ul li:nth-child(3n) {
  margin-right: 0;
}

#form h1{
  width: 100%;
  display: flex;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;	
}

.form-h2 {
  width: 60%;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 11% auto 7%;
}


#form .container {
  margin-bottom: 130px;
}

#form .container #formWrapper #myform .form_list {
  width: 660px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

#form .container #formWrapper #myform .form_list .frame {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border: 1px solid #b5b5b5;
  margin-bottom: -1px;
  border-radius: 0;
  padding: 15px 0 5px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

#form .container #formWrapper #myform .form_list .frame:nth-child(2) {
  border-radius: 7px 7px 0px 0px;
}

#form .container #formWrapper #myform .form_list .frame:last-child {
  border-radius: 0 0 7px 7px;
}

#form .container #formWrapper #myform .form_list .frame.fcs {
  border: 1px solid #1bbb6d;
  z-index: 999;
}

#form .container #formWrapper #myform .form_list .frame.disapp {
  opacity: 0;
}

#form .container #formWrapper #myform .form_list .frame label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  width: 94%;
  margin: 0 auto;
}

#form .container #formWrapper #myform .form_list .frame.fcs label {
  color: #1bbb6d;
}

#form .container #formWrapper #myform .form_list .frame input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: none;
  font-size: 16px;
  width: 95%;
  margin: 0 auto;
  height: 44px;
}

#form .container #formWrapper #myform .form_list .frame textarea {
  border: 1px solid #ddd;
  width: 94%;
  margin: 0 auto;
  height: 90px;
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: 16px;
}

#form .container #formWrapper #myform .form_list .frame textarea:focus {
  outline: 2px #1bbb6d solid;
  border: none;
}

#form .container #formWrapper #myform .pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-top: 25px;
}

#form .container #formWrapper #myform .pp a {
  color: #1bbb6d;
  text-decoration: underline;
}

#form .container #formWrapper #myform button {
  border-radius: 7px;
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 80px;
  border: none;
  font-size: 21px;
  color: #fff;
  background: #1bbb6d;
  margin-top: 35px;
  font-weight: 600;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  cursor: pointer;
}

#form .container #formWrapper #myform button:focus, #form .container #formWrapper #myform button:active {
  outline: none;
  border: none;
}

.formError {
  position: absolute!important;
  top: 14px!important;
  left: unset!important;
  right: 19px!important;
  margin-top: unset!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  width: auto;
  font-weight: 500;
  color: #ffffff;
  background: #ff4e7f;
  border-radius: 4px;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 7px 4px;
  line-height: 100%;
}

.formErrorContent {
  font-weight: 500;
}

input::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder {
  color: #bbb;
}

input::placeholder {
  color: #bbb;
}


/* IE */

input:-ms-input-placeholder {
  color: #bbb;
}


/* Edge */

input::-ms-input-placeholder {
  color: #bbb;
}

#lottie {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -ms-transform: translate(0, 60px) scale(0.8);
      transform: translate(0, 60px) scale(0.8);
  -webkit-transform: translate(0, 60px) scale(0.8);
}

#lottie.app {
  opacity: 1;
  -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
  -webkit-transform: translate(0, 0) scale(1);
}

#lottie svg {
  width: 70%!important;
  height: 70%!important;
  -webkit-transform: translate3d(0px, 0px, 0px)!important;
          transform: translate3d(0px, 0px, 0px)!important;
}

#thanks .thanks {
  width: 100vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#thanks .thanks div {
  font-size: 40px;
  font-weight: 800;
  color: #1bbb6d;
  margin-top: 90px;
}

#thanks .thanks a {
  width: 340px;
  height: 54px;
  background: #1bbb6c;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  margin-top: 40px;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

#thanks .thanks{
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;	
}

#thanks .thanks div{
  font-size: 40px;
  font-weight: 800;
  color: #1bbb6d;
  margin-top: 90px;
}

#thanks .thanks a{
width: 340px;
  height: 54px;
  background: #1bbb6c;
  font-weight: 500;
  color: #fff;
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  margin-top: 40px;
  transition: all 0.3s cubic-bezier(.19,1,.22,1);
}

#thanks .thanks-wrap h1{
font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
  line-height: 190%;
  font-weight: bold;
}

#thanks .thanks a span{
font-size: 110%;
color: #fff;
font-weight: 400;
  display: contents;	
}

.thanks-wrap {
  max-width: 700px;
  text-align: center;
  color: #333 !important;
  margin-top: 20px !important;
}

.thanks-wrap p {
  font-size: 15px;
  line-height: 190%;
}

body.shindan .thanks-wrap p {
  font-size: 15px;
  line-height: 190%;
  text-align: left;
  margin-bottom: 10px;
}

.thanks-btn {
  font-size: 14px;
  font-weight: bold !important;
}

.contact {
  width: 46%;
}

.container section.right {
  width: 45%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.container section.right p.chat-head {
  position: absolute;
  top: -5%;
  left: 15%;
  font-size: 18px;
  font-weight: bold;
}

.marvel-device.iphone-x {
  margin-top: 7%;
}

.container section.right .embed-chat {
  margin-top: 10px;
}

.container section.right .info-bar {
  width: 20%;
  text-align: center;
  background: #eff2f5;
  padding: 1% 0%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 10px;
}

.container section.right .info-bar p {
  font-weight: bold;
  font-size: 14px;
}

.container section.right .info-bar a {
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #166bed;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  padding: 2%;
  border: 2px solid #166bed;
  font-weight: bold;
  width: 80%;
  margin: 10px auto 0;
}

.container section.right .info-bar a:hover {
  color: #fff;
  background: #166bed;
  -webkit-box-shadow: 0px 8px 20px #166bed54;
  box-shadow: 0px 10px 20px #166bed54;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -3px);
}

.sp-chat {
  display: none;
}

.contact-left {
width: 54%;
}

.container section.left {
  width: 55%;
}

.contact-left_top {
  text-align: center;
}

.left .contact-left_top h1 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.intro-txt .intro-sctn>h2 {
  position: relative;
  padding: 2%;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 40px;
}

.intro-txt .intro-sctn>h2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.intro-txt .intro-sctn>h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.intro-txt p {
  text-align: left;
  margin: 2% 0;
}

/* swiper start */
.swiper h2.green {
  position: relative;
  padding: 1rem 0;
  border-bottom: 6px solid #094;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  /* border-top: 1px solid #d2d7dd; */
  margin-top: 10px;
}

.swiper h2.green:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

.swiper h2.blue {
  position: relative;
  padding: 1rem 0;
  border-bottom: 6px solid #086bec;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  /* border-top: 1px solid #d2d7dd; */
  margin-top: 10px;
}

.swiper h2.blue:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00a6ff;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 476px;
}

.left .swiper-wrapper {
  margin: 20px 0 0;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
}

.left .swiper-slide img {
  width: 75%;
  object-fit: cover;
}

.mySwiper2, .mySwiper4 {
  height: 476px;
  width: 100%;
}

.mySwiper, .mySwiper3 {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide,.mySwiper3 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper3 .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  top: 60% !important;
}
/* swiper end */

.contact-left img {
  width: 96%;
}

.contact-txt{
  margin: 1.2rem 2.6rem;
  font-size: 1.2vw;
  line-height: 190%;
  
}

.contact-box {
  width: 45vw;
  margin: 2rem auto 0;
  border: 4px solid #1bbb6c;
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
  background: #fff;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 2rem;
}

.contact-box ul li {
  font-weight: bold;
  position: relative;
  font-size: 18px;
  line-height: 150%;
}

.contact-box ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 0.5rem;
  line-height: 100% !important;
  width: 0.8rem;
  height: 0.3rem;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}

.contact-flex {
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.contact-flex.container {
  margin: 50px auto 0;
}

.inview {
  opacity: 0;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}
.inview_show {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -webkit-transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
  transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
}
.inview_show.delay1 {
  -webkit-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
      transition-delay: 0.1s;
}
.inview_show.delay2 {
  -webkit-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
}
.inview_show.delay3 {
  -webkit-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
      transition-delay: 0.3s;
}
.inview_show.delay4 {
  -webkit-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
      transition-delay: 0.4s;
}
.inview_show.delay5 {
  -webkit-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
      transition-delay: 0.5s;
}
.inview_show.delay6 {
  -webkit-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
}
.inview_show.delay7 {
  -webkit-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
      transition-delay: 0.7s;
}
.inview_show.delay8 {
  -webkit-transition-delay: 0.8s;
   -o-transition-delay: 0.8s;
      transition-delay: 0.8s;
}
.inview_show.delay9 {
  -webkit-transition-delay: 0.9s;
   -o-transition-delay: 0.9s;
      transition-delay: 0.9s;
}


/* hubspotフォームのスタイル */
#form-hs-Wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#target {
  display: none !important;
}

.hubspot-link__container {
  display: none !important;
  opacity: 0;
}

/* 0408_hubspotフォームのスタイル */
.form .logo {
  background: url(../img/formlogo.png) no-repeat center bottom;
  width: 150px;
  padding-bottom: 34px;
  margin-top: 20px;
  height: 0;
  background-size: contain;
}

.webp .form .logo {
  background: url(../img/webp/formlogo.webp) no-repeat center bottom;
  background-size: contain;
}

.no-webp .form .logo {
  background: url(../img/formlogo.png) no-repeat center bottom;
  background-size: contain;
}

.form .logo.bg-lazy {
  background-image: none !important;
}

.form h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
  letter-spacing: 0.03rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

.form .hbspt-form iframe {
  /* height: 625px !important; */
  padding: 0 30px !important;
}

.form span.hidden {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12%;
  background: #f2f5f7;
  z-index: 10000;
}

/* left form area */
.left-wrapper .cvarea .wrap .btn {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.left-wrapper .cvarea .wrap .btn .hbspt-form iframe {
  height: 705px !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

@media only screen and (min-width: 768px) {

  .cvbtn:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  nav ul li a:hover {
    color: #1bbb6d;
  }
  nav ul li a:hover:before {
    opacity: 1;
    top: -22px;
  }
  #cs .cs_list a:hover {
    -webkit-box-shadow: 0px 20px 25px #232c381f;
            box-shadow: 0px 20px 25px #232c381f;
  }

  #cs .cs_list.new_list a.add:hover {
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  .card:focus-within, .card:hover {
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .card:focus-within~.card, .card:hover~.card {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
  .card .btn:hover {
    background: #1bbb6c;
    color: #fff;
    -webkit-box-shadow: 0px 5px 14px #1bbb6c69;
            box-shadow: 0px 5px 14px #1bbb6c69;
  }
  .card .btn.open:hover {
    background: #e9edf1;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none;
  }
  .card .btn.open.yes:hover {
    cursor: default;
    background: #1bbb6c;
  }
  .cvarea .wrap .btn a:first-child:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  .cvarea .wrap .btn a:last-child:hover {
    -webkit-box-shadow: 0px 8px 20px #01a05238;
            box-shadow: 0px 8px 20px #01a05238;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  footer .wrap dl dd a:hover {
    color: #1bbb6d;
    text-decoration: underline;
  }
  #form .container #formWrapper #myform button:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  #thanks .thanks a:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  #cs_detail #head a:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
}

@media only screen and (max-width: 768px) {


div.left.spmodify{
  width: 40% !important;margin-right: 0%;justify-content: center;margin-top: 40px;
}

  div.left.spmodify{
    width:80%!important;
  }

  div.right.spmodify{
    width:80%!important;
  }

  .pc_only {
    display: none!important;
  }
  .cvbtn {
    top: unset;
    bottom: 26px;
    right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 52px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #fff;
    -webkit-box-shadow: 5px 7px 24px -7px #11bb67;
    box-shadow: 5px 7px 24px -7px #11bb67;
  }
  .rect {
    position: absolute;
    background: url(../img/rect.png) no-repeat bottom left;
    width: 34%;
    padding-bottom: 7%;
    height: 0;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .webp .rect {
    background: url(../img/webp/rect.webp) no-repeat bottom left;
    background-size: contain;
  }
  .no-webp .rect {
    background: url(../img/rect.png) no-repeat bottom left;
    background-size: contain;
  }
  .mv {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8vw auto 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding: 0 0 0 12vw;*/
    padding: 0 0 0 9vw;
  }
  .mv .left a{
    display: none;
  }
  .mv .left {
    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;
    margin-top: 0;
  }
  .mv .left h1 {
    font-size: 8.4vw;
    font-weight: 900;
    width: 100%;
    padding-bottom: 5%;
    margin-top: 5%;
    display: flex;
    align-items: center;
  }
  .mv .left h1 span {
    background: url(../img/menter-log.png) no-repeat center left;
    width: 20%;
    padding-bottom: 21%;
    height: 0;
    margin-top: 0;
    background-size: contain;
  }
  .webp .mv .left h1 span {
    background: url(../img/webp/menter-log.webp) no-repeat center left;
    background-size: contain;
  }
  .no-webp .mv .left h1 span {
    background: url(../img/menter-log.png) no-repeat center left;
    background-size: contain;
  }
  /* h1,h2タグの用途変更に伴い修正 */
  /*.mv .left h2 {
    font-size: 7.3vw;
    font-weight: bold;
    letter-spacing: 0.15rem;
    margin-top: 6%;
  }
  .mv .left h3 {
    font-size: 4.2vw;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 180%;
    margin-top: 6%;
  }*/
  .mv .left h1.inview.ms {
    font-size: 7.3vw;
    font-weight: bold;
    letter-spacing: 0.15rem;
    margin-top: 6%;
  }
  .mv .left h2.inview.ss {
    font-size: 4.2vw;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 180%;
    margin-top: 6%;
  }
  .mv .right {
    position: relative;
    right: unset;
    top: unset;
    width: 100vw;
    height: auto;
    margin-left: -12vw;
    -webkit-animation: unset;
            animation: unset;
  }
  .mv .right:before{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "";
    background: url(../img/device.jpg) no-repeat center center;
    width: 100%;
    padding-bottom: 96%;
    background-size: 132vw;
    margin-top: 3vw;
    -webkit-animation: unset;
            animation: unset;
  }
  .webp .mv .right:before{
    background: url(../img/webp/device.webp) no-repeat center center;
    background-size: 132vw;
  }
  .no-webp .mv .right:before{
    background: url(../img/device.jpg) no-repeat center center;
    background-size: 132vw;
  }
  .clients {
    width: 100vw;
    margin: -20px 0 -5px;
    overflow: hidden;
  }
  .clients .img {
    position: relative;
    width: calc( 1500px + 100vw);
    height: 150px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: 300px;
    background-size: 1500px;
    background-repeat: repeat-x;
    background-image: url(../img/clients220413v3.png);
    -webkit-animation: clientsSlideSp 22s infinite linear;
    animation: clientsSlideSp 22s infinite linear;
    opacity: 1;
  }
  .webp .clients .img {
    background-position: 300px;
    background-size: 1500px;
    background-repeat: repeat-x;
    background-image: url(../img/webp/clients220413v3.webp);
  }
  .no-webp .clients .img {
    background-position: 300px;
    background-size: 1500px;
    background-repeat: repeat-x;
    background-image: url(../img/clients220413v3.png);
  }
  @-webkit-keyframes clientsSlideSp {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
  }
  @keyframes clientsSlideSp {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
  }
  .problem {
    margin-top: 5.5vw;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .problem ul {
    width: 74%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-top: 0;
  }
  .problem ul li:first-child {
    width: 100%;
    border-radius: 18px;
    background: url(../img/left_illust.png) no-repeat center bottom;
    background-size: 32%;
    height: 0;
    padding-bottom: 54%;
    padding-top: 8.5%;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    color: #0059ce;
    margin-bottom: 7%;
  }
  .webp .problem ul li:first-child {
    background: url(../img/webp/left_illust.webp) no-repeat center bottom;
    background-size: 32%;
  }
  .no-webp .problem ul li:first-child {
    background: url(../img/left_illust.png) no-repeat center bottom;
    background-size: 32%;
  }
  .problem ul li:nth-child(2) {
    width: 100%;
    border-radius: 18px;
    background: url(../img/center_illust.png) no-repeat center bottom;
    background-size: 31%;
    height: 0;
    padding-bottom: 54%;
    padding-top: 8.5%;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    color: #0baf5e;
    margin-bottom: 7%;
  }
  .webp .problem ul li:nth-child(2) {
    background: url(../img/webp/center_illust.webp) no-repeat center bottom;
    background-size: 31%;
  }
  .no-webp .problem ul li:nth-child(2) {
    background: url(../img/center_illust.png) no-repeat center bottom;
    background-size: 31%;
  }
  .problem ul li:last-child {
    width: 100%;
    border-radius: 18px;
    background: url(../img/right_illust.png) no-repeat center bottom;
    background-size: 35%;
    height: 0;
    padding-bottom: 54%;
    padding-top: 8.5%;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    color: #0059ce;
  }
  .webp .problem ul li:last-child {
    background: url(../img/webp/right_illust.webp) no-repeat center bottom;
    background-size: 35%;
  }
  .no-webp .problem ul li:last-child {
    background: url(../img/right_illust.png) no-repeat center bottom;
    background-size: 35%;
  }
  .problem ul li h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 164%;
  }
  .problem h2 {
    min-width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 7vw;
    text-align: center;
    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;
  }
  .problem h2 i:first-child {
    background: url(../img/left_deco.png) no-repeat center center;
    background-size: contain;
    width: 8.5%;
    height: 0;
    padding-bottom: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-2px,-30px);
    -ms-transform: translate(-2px,-30px);
    transform: translate(-2px,-30px);
  }
  .webp .problem h2 i:first-child {
    background: url(../img/webp/left_deco.webp) no-repeat center center;
    background-size: contain;
  }
  .no-webp .problem h2 i:first-child {
    background: url(../img/left_deco.png) no-repeat center center;
    background-size: contain;
  }
  .problem h2 i:last-child {
    background: url(../img/right_deco.png) no-repeat center center;
    background-size: contain;
    width: 8%;
    height: 0;
    padding-bottom: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(2px,-30px);
    -ms-transform: translate(2px,-30px);
    transform: translate(2px,-30px);
  }
  .webp .problem h2 i:last-child {
    background: url(../img/webp/right_deco.webp) no-repeat center center;
    background-size: contain;
  }
  .no-webp .problem h2 i:last-child {
    background: url(../img/right_deco.png) no-repeat center center;
    background-size: contain;
  }
  .solution_title {
    margin-top: 19vw;
  }
  .solution_title p {
    font-size: 18px;
  }
  .solution_title h2 {
    width: 90%;
    font-size: 25px;
    line-height: 220%;
    background: #fff;
  }
  .solution_title h2 span {
    width: 11%;
    padding-bottom: 12%;
  }
  .solution_title img {
    width: 66%;
  }
  section.comic-mv h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .comic-mv h3 {
    padding: 4%;
  }
  .comic-mv h3 span {
    font-size: 20px;
  }
  section.comic-mv .swiper {
    width: 100%;
  }
  section.comic-mv .swiper .swiper-container {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
  }
  .comic-mv .swiper-slide-active {
    transform: unset !important;
  }
  .comic-mv .swiper-button-next, .comic-mv .swiper-button-prev {
    top: 90% !important;
    border-radius: 55%;
    background: #ffffff;
    width: 50px;
    height: 50px;
    color: #1bbb6c;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
  }
  .comic-mv .swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: auto;
    left: 30%;
  }
  .comic-mv .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 30%;
  }
  .c01 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -9vw auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: unset;
    padding: 22vw 0 0 0;
    border-top: 1px solid #d2d7dd;
    overflow: hidden;
  }
  section.c01.point2 {
    width: 100%;
    margin-bottom: 40px;
    border-top: unset;
  }
  .c01.point2 h3 {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 4%;
  }
  .c01.point2 h3 span {
    font-size: 20px;
  }
  section.c01.point2 .marvel-device.iphone-x {
    display: block;
    margin-top: 30px;
  }
  .c01 .right {
    width: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .c01 .right h3 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    border-radius: 1px;
    letter-spacing: 0.01rem;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .c01 .right .sp_img {
    display: none;
  }
  .webp .c01 .right .sp_img {
    display: none;
  }
  .c01 .right .sp_img {
    background: url(../img/iphone01.jpg) no-repeat center bottom;
    width: 100%;
    padding-bottom: 90%;
    height: 0;
    background-size: 154vw;
  }
  .webp .c01 .right .sp_img {
    background: url(../img/webp/iphone01.webp) no-repeat center bottom;
    background-size: 154vw;
  }
  .no-webp .c01 .right .sp_img {
    background: url(../img/iphone01.jpg) no-repeat center bottom;
    background-size: 154vw;
  }
  .c01 .right .sp_img.bg-lazy {
    background-image: none !important;
  }
  .c01 .right p {
    width: 82%;
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin-top: 2%;
    letter-spacing: 0.02rem;
  }
  .c02 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12vw auto 3%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13vw 0 0 0;
    border-top: 1px solid #d2d7dd;
    overflow: hidden;
  }
  section.c02.point3 {
    padding-top: 0;
    padding-bottom: 0%;
    border-top: unset;
    border-bottom: 1px solid #d9d9d9;
  }
  section.c02.point3 h3 {
    margin: 0 auto 40px;
    padding: 4%;
  }
  section.c02.point3 h3 span {
    font-size: 20px;
  }
  .point3 .swiper-button-prev, .point3 .swiper-button-next {
    top: 90% !important;
  }
  .left-wrapper section.c02.point3 .right {
    padding-bottom: 87%;
  }
  .c02 .left {
    width: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c02 .left h3 {
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  /* .c02 .sp_img {
    background: url(../img/iphone02.jpg) no-repeat center center;
    width: 200vw;
    padding-bottom: 112vw;
    height: 0;
    background-size: 170vw;
    -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
            transform: rotate(22deg);
    z-index: -1;
    margin-top: -11vw;
    margin-bottom: -15vw;
  }
  .webp .c02 .sp_img {
    background: url(../img/webp/iphone02.webp) no-repeat center center;
    background-size: 170vw;
  }
  .no-webp .c02 .sp_img {
    background: url(../img/iphone02.jpg) no-repeat center center;
    background-size: 170vw;
  } */
  .c02 .sp_img.bg-lazy {
    background-image: none !important;
  }
  .c02 .left p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin-top: 0;
    letter-spacing: 0.02rem;
    width: 82%;
  }
  section.c02.point3 .left p {
    margin: 0% 5% 8%;
    font-size: 3.8vw;
  }
  section.c02.point3 .left p span {
    font-size: 4.2vw;
  }
  .left-wrapper section.c02.point3 .right {
    height: 250px !important;
    width: 100% !important;
  }
  .c03 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12vw auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13vw 0 0 0;
    border-top: 1px solid #d2d7dd;
    overflow: hidden;
  }
  .c03 .center h2 {
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  .c03 .center p {    
    font-size: 3.8vw;
    line-height: 190%;
    width: 82%;
    text-align: justify;
    margin-top: 6%;
    margin-bottom: 7%;
    letter-spacing: 0.02rem;
  }
  .c03 .center .img {
    background: url(../img/browser.jpg) no-repeat center bottom;
    width: 100%;
    padding-bottom: 83%;
    height: 0;
    background-size: 129vw;
  }
  .webp .c03 .center .img {
    background: url(../img/webp/browser.webp) no-repeat center bottom;
    background-size: 129vw;
  }
  .no-webp .c03 .center .img {
    background: url(../img/browser.jpg) no-repeat center bottom;
    background-size: 129vw;
  }
  #cs {
    background: #f3f5f7;
    text-align: center;
    padding-top: 14%;
    padding-bottom: 8%;
  }
  #cs h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  #cs h3 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 15px auto;
  }
  #cs .cs_list.new_list.training h3 {
    width: 90%;
  }
  #cs p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align:justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
  }
  #cs h2 + p.inview.delay2.inview_show {
    margin-top: 20px;
  }
  #cs .cs_list>ul li {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    background-size: 50%;
    height: auto;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
    color: #2d2d2d;
    padding: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  #cs .cs_list>ul li header {
    border-radius: 8px 8px 0 0;
    font-size: 4.4vw;
    font-weight: bold;
    background: #086bec;
    padding: 0;
    line-height: 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;
    height: 33px;
    color: #fff;
    width: 100%;
    padding-top: 4px;
  }
  #cs .cs_list>ul li h3 {
    font-size: 5.5vw;
    font-weight: bold;
    padding: 0;
    line-height: 150%;
    letter-spacing: 0.08rem;
    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: start;
        justify-content: flex-start;
    text-align: left;
    width: 82%;
    margin-top: 7%;
  }
  #cs .cs_list>ul li p {
    width: 100%;
    text-align: left;
    padding-left: 9%;
    letter-spacing: 0rem;
    border-left: none;
    font-size: 3.333vw;
    line-height: 180%;
    position: relative;
    height: auto;
    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-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 3%;
    margin-bottom: 9%;
  }
  #cs .cs_list>ul li p span:last-child {
    right: unset;
    position: relative;
    bottom: unset;
    height: 26px;
    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;
    line-height: 0%;
    font-weight: bold;
    font-size: 13px;
    background: #f1f4f6;
    border-radius: 6px;
    padding: unset;
    width: 90%;
    margin-top: 4%;
  }
  #cs .alert {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 13px;
  }
  #cs .new_list .alert_chat {
    margin: 20px 0 30px;
}
  #cs .cs_list {
    width: 84%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  article.col_course {
    width: 48%;
  }
  #cs .cs_list a {
    background: #fff;
    width: 48%;
    border-radius: 7px;
    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: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.5% 0 6%;
    margin-bottom: 4%;
  }
  #cs .cs_list.new_list a {
    background: #fff;
    width: 48%;
    border-radius: 7px;
    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: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.5% 0 6%;
    margin-bottom: 4%;
  }
  #cs .cs_list.new_list.training a {
    width: 100% !important;
    padding: 26px 10px 34px;
    height: 90%;
    margin-bottom: 10%;
  }
  #cs .cs_list a.add {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cs .cs_list.new_list.training p {
    margin-top: 0 !important;
    font-size: 10px;
    width: 27vw;
    text-align: center;
    padding: 2px 4px;
  }
  #cs .cs_list a h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 13px;
    letter-spacing: -0.03rem;
  }
  #cs .cs_list a ul li {
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0rem;
  }
  #cs .cs_list.new_list.training a .img {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .cvarea {
    margin-top: 35px;
  }
  .cvarea.top{
    padding-top:7%;
    padding-bottom: 80%;
  }
  .point3 div.cvarea.top {
    margin-top: 10%;
  }
  .cvarea .wrap {
    width: 84%;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #1bbb6c;
    border-radius: 10px;
    padding: 10% 0 11%;
    background: #fff;
  }
  .cvarea.top .wrap {
    margin-top: 0;
  }
  .cvarea .wrap h2 {
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.04rem;
  }
  .cvarea .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 90%;
  }
  .cvarea.foot .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
  }
  .cvarea.foot .wrap h2 {
    letter-spacing: 0.06rem;
  }
  .cvarea .wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }


  .btn .trial-btn a {
    width: 100%;
    font-size: 15px;
    padding: 14px 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #1bbb6c;
    border-radius: 6px;
  }

  .trial-btn {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    
  }

  .contact-btn {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
   
  .btn .contact-btn a {
    width: 100%;
    padding: 12px 0;
    font-size: 15px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #1bbb6b;
  }
  .cvarea .wrap .btn span {
    display: block;
    margin: 11px 0;
    font-size: 22px;
    font-weight: bold;
    color: #1dba6b;
  }
  section.case-wrapper {
    width: 90%;
    margin: 0 auto 50px;
  }
  section.case-wrapper h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 8% auto 8%;
    letter-spacing: 0.15rem;
  }
  section.case-wrapper .l-case {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 110%;
    letter-spacing: 0.05rem;
  }
  .case-wrapper .single a.item-link {
    width: 90%;
  }
  .case-wrapper .box.single {
    display: flex !important;
    overflow: scroll;
    overflow-y: hidden;
    width: 100%;
    gap: 15px !important;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
  }
  .case-wrapper .single .item {
    width: 90vw;
    display: inline-grid;
  }
  section.case-wrapper .entry_image.single {
    height: 45vw;
  }
  section.case-wrapper .entry_image.single img {
    height: 45vw;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition-duration: .3s;
  }
  section.case-wrapper .entry_image.single img:hover {
    height: 45vw;
  }
  section.case-wrapper ul.tags {
    display: flex;
    gap: 10px;
  }
  section.case-wrapper li.l-tag {
    background: #0f6bed;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vw;
    letter-spacing: 0.2em;
    display: inline-flex;
    align-items: center;
  }
  .case-wrapper .single a.item-link:last-child {
    margin-right: 10px;
  }
  section.case-wrapper h4.company_name {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #256bed;
  }
  section.case-wrapper .info p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 290px;
    margin: 0;
  }
  section.case-wrapper .case-btn {
    width: 100%;
    padding: 0;
  }
  section.case-wrapper a.btn.btn-c {
    margin: 40px auto 0;
    height: 52px;
    font-size: 16px;
    border-radius: 8px;
    width: 80% !important;
  }
  section.case-wrapper .special img {
    width: 100%;
  }
  section.case-wrapper .special a {
    margin: 30px auto 0;
    height: 52px;
    font-size: 16px;
    border-radius: 8px;
    padding: 3% 6%;
    width: 88%;
  }
  .special p {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  .special p span {
    font-size: 20px;
  }

  #price {
    background: #fff;
    text-align: center;
    padding: 9% 0 15% 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin: 0;
    width: 100vw;
  }
  #price h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  #price>p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
    letter-spacing: 0.03rem;
  }
  #price>div {
    background: #fff;
    padding: 10% 8% 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    margin-bottom: 0;
    text-align: justify;
    width: 84%;
    letter-spacing: 0.03rem;
    -webkit-box-shadow: 2px 6px 22px rgb(163 177 198 / 35%);
    box-shadow: 2px 6px 22px rgb(163 177 198 / 35%);
  }
  #price>div:before {
    content: "";
    background: #1dba6d;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #price>div .top {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100%;
  }
  #price>div .top h4 {
    font-size: 37px;
    font-weight: bold;
    line-height: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  #price.new>div .top h4 {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
  #price>div .top h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    margin-top: 3%;
  }

  #price>div .top h5 span {
    text-decoration: underline;
    color: #1dba6b;
    font-weight: normal;
  }

  #price>div .top p {
    font-size: 13px;
    background: #eef2f5;
    border-radius: 7px;
    line-height: 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;
    height: auto;
    padding: 6% 7.7% 5%;
    text-align: justify;
    line-height: 170%;
    margin-top: 7%;
  }
  #price.new>div .top p {
    padding: 6% 7.7% 5%;
  }
  #price>div .btm {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 100%;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid #1bbb6b;
    padding: 8.4% 8% 7.4% 8%;
    font-size: 1.6vw;
    font-weight: bold;
    margin-top: 9%;
  }
  #price>div .btm h5 {
    font-weight: bold;
    line-height: 100%;
    font-size: 20px;
    letter-spacing: 0.08rem;
    margin-bottom: 5%;
  }
  #price>div .btm p {
    font-size: 13px;
    color: #000;
    letter-spacing: 0;
    line-height: 170%;
    margin-left: 0;
  }
  #price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    margin: 0 auto;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #price ul li {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
  #price ul li h3 {
    width: 100%;
    font-size: 18px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1bbb6c;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin-bottom: 11%;
  }
  #price ul li>span {
    background: #f0f8f1;
    color: #1bbb6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 72%;
    border-radius: 50px;
    height: 30px;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  #price ul li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7%;
    margin-bottom: 5%;
  }
  #price ul li .price .note {
    text-align: left;
    font-size: 13px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: -1px;
    margin-right: 11px;
  }
  #price ul li .price .num {
    font-size: 36px;
    letter-spacing: -0.15rem;
    font-weight: 600;
  }
  #price ul li .comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 220%;
  }
  #qa {
    background: #f3f5f7 url(../img/qa.png) no-repeat top right -7%;
    background-size: 50%;
    padding-bottom: 8%;
    margin-bottom: 15%;
    margin-top: 0;
  }
  .webp #qa {
    background: #f3f5f7 url(../img/webp/qa.webp) no-repeat top right -7%;
    background-size: 50%;
  }
  .no-webp #qa {
    background: #f3f5f7 url(../img/qa.png) no-repeat top right -7%;
    background-size: 50%;
  }
  #qa .wrap {
    width: 84%;
    margin: 0 auto;
    padding-top: 14%;
  }
  #qa .wrap h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  #qa .wrap>p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 8%;
    width: 100%;
    letter-spacing: 0.03rem;
  }
  #qa .wrap ul li {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 7% 9%;
    margin-bottom: 7%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 30px -8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 30px -8px rgba(0, 0, 0, 0.1);
  }
  #qa .wrap ul li h3 {
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 3.5%;
    letter-spacing: 0.02rem;
    text-align: justify;
  }
  #qa .wrap ul li p {
    font-size: 3.6vw;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.02rem;
  }
  #qa .wrap ul li p a {
    color: #1bbb6c;
    text-decoration: underline;
  }
  footer {
    border-top: 1px solid #ddd;
    margin-top: 16%;
  }
  footer .wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  footer .wrap .footer-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  footer .wrap .footer-col h2 {
    width: 60%;
    padding-bottom: 17%;
    margin-bottom: 5%;
  }
  footer .wrap .footer-col > dl {
    display: block;
    margin-right: 0;
    margin-top: 0;
    width: auto;
  }
  footer .wrap h2 {
    background: url(../img/logo.png) no-repeat center left;
    width: 60%;
    padding-bottom: 17%;
    height: 0;
    margin-right: auto;
    margin-top: 0;
    background-size: contain;
    margin-bottom: 15%;
  }
  .webp footer .wrap h2 {
    background: url(../img/webp/logo.webp) no-repeat center left;
    background-size: contain;
  }
  .no-webp footer .wrap h2 {
    background: url(../img/logo.png) no-repeat center left;
    background-size: contain;
  }
  footer .wrap > dl {
    margin-right: 13%;
    margin-top: 10%;
  }
  footer .wrap > dl:nth-child(3n) {
    margin-right: 0;
  }
  footer .wrap > dl:last-child {
    margin-right: 0;
    margin-top: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  footer .wrap > dl:last-child dt {
    margin-bottom: 0;
    margin-right: 14%;
  }
  footer .wrap > dl:last-child dd {
    margin-right: 10%;
  }
  footer p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #a5aaaa;
    padding: 13% 0 38%;
  }
  .menu {
    width: 40px;
    height: 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    position: fixed;
    z-index: 9998;
    top: 24px;
    right: 18px;
    cursor: pointer;
    padding: 10px;
    background: url(../img/menu.png) 10px 10px / 36px no-repeat;
    background-position: 10px 10px;
  }
  .webp .menu {
    background: url(../img/webp/menu.webp) 10px 10px / 36px no-repeat;
    background-position: 10px 10px;
  }
  .no-webp .menu {
    background: url(../img/menu.png) 10px 10px / 36px no-repeat;
    background-position: 10px 10px;
  }
  .remove {
    width: 32px;
    height: 32px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: fixed;
    top: 38px;
    right: 38px;
    cursor: pointer;
    background: url(../img/close.png) center center / cover no-repeat;
  }
  .webp .remove {
    background: url(../img/webp/close.webp) center center / cover no-repeat;
  }
  .no-webp .remove {
    background: url(../img/close.png) center center / cover no-repeat;
  }
  nav {
    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;
    padding-top: 60px;
    position: relative;
  }
  nav ul.nav {
    opacity: 0;
    z-index: -100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    background: rgba(255, 255, 255, 0.97);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    border: 7px solid #1bbb6c;
  }
  nav ul.nav.front {
    opacity: 1;
    z-index: 999999;
  }
  nav ul li a {
    margin-right: 0;
    font-size: 6.2vw;
    line-height: 220%;
  }
  #quiz {
    margin-top: -64%;
  }
  #quiz>h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 5.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
    width: 84%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 3px;
    height: 94px;
    color: #fff;
    background: #1bbb6c;
    border-radius: 8px;
    position: relative;
  }
  #quiz>h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1bbb6b transparent transparent transparent;
    border-width: 20px 12px 0 12px;
  }
  #quiz>h2 span {
    color: #fff;
    font-size: 11px;
    width: 88%;
    margin-top: 2px;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
  }
  .quiz_wrap {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin: 0;
    padding: 0;
    margin-top: 3%;
  }
  .quiz-card {
    scrollbar-color: #312d3c #201c29;
    scrollbar-width: thin;
    scrollbar-gutter: always;
    padding: 8% 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .card {
    -webkit-box-shadow: -10px 10px 20px #232c3814;
            box-shadow: -10px 10px 20px #232c3814;
  }
  #cs_detail .card {
    -webkit-box-shadow: -10px 4px 28px #0b0f1526;
            box-shadow: -10px 4px 28px #0b0f1526;
  }
  .card:not(:first-child) {
    margin-left: 0;
  }
  .card:focus-within~.card, .card:hover~.card {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .last-card {
    min-width: 8vw;
    width: 8vw;
  }
  /****************course*****************/
  #cs_detail .toplogo, #form .toplogo, #thanks .toplogo {
    position: absolute;
    left: 32%;
    top: unset;
    z-index: 999;
    background: url(../img/logo.png) no-repeat center bottom;
    width: 34%;
    padding-bottom: 16.5%;
    height: 0;
    margin-top: 0;
    background-size: contain;
  }
  #cs_detail #head {
    margin-top: 10%;
  }
  #cs_detail #head h1 {
    font-size: 24px;
    font-weight: 600;
    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;
  }
  #cs_detail.digitalskill_detail #head h1 .icon {
    background: url(../img/digital.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.excel_detail #head h1 .icon {
    background: url(../img/excel.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.growthhacker_detail #head h1 .icon {
    background: url(../img/growth.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.ec_detail #head h1 .icon {
    background: url(../img/ec.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.officework_detail #head h1 .icon {
    background: url(../img/office.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.html_detail #head h1 .icon {
    background: url(../img/html.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.system_detail #head h1 .icon {
    background: url(../img/system.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.data_detail #head h1 .icon {
    background: url(../img/data.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail.remote_detail #head h1 .icon {
    background: url(../img/remote.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #cs_detail #head h2 {
    font-size: 14px;
    text-align: left;
    line-height: 180%;
    font-weight: 500;
    width: 84%;
    margin: 0 auto;
    margin-top: 6%;
  }
  #cs_detail #head a {
    width: 84%;
    height: 50px;
    background: #1bbb6c;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    margin-top: 6%;
    font-size: 15px;
  }
  #cs_detail #detail {
    background: #f3f5f7;
    width: 84%;
    border-radius: 10px;
    margin: 11% auto;
    padding: 7% 7% 5% 7%;
  }
  #cs_detail #detail .target {
    background: #fff;
    border-radius: 5px;
    padding: 8% 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cs_detail #detail .target header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 600;
    padding-right: 0;
    padding-bottom: 0;
  }
  #cs_detail #detail .target p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    line-height: 180%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
  }
  #cs_detail #detail .target p:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd;
    display: block;
    position: inherit;
    margin-right: 0;
    margin: 14px 0 17px;
  }
  #cs_detail #detail .contents {
    margin-top: 12%;
  }
  #cs_detail #detail .contents header {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cs_detail #detail .contents header:before {
    display: block;
    content: "";
    height: 1px;
    width: 20%;
    background: #c6c8cf;
  }
  #cs_detail #detail .contents header:after {
    display: block;
    content: "";
    height: 1px;
    width: 20%;
    background: #c6c8cf;
  }
  #cs_detail #detail .contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 9%;
  }
  #cs_detail #detail .contents ul li {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 9px;
  }
  #cs_detail #detail .contents ul li span {
    color: #1bbb6c;
    font-size: 94%;
    margin-right: 3px;
  }
  #form h1{
    width: 100%;
    display: flex;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 40px;	
}

.form-h2 {
    width: 60%;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 11% auto 7%;
}

#form .container{
    margin-bottom: 130px;	
}
  #form .container #formWrapper #myform .form_list {
    width: 85%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    position: relative;
  }
  #lottie {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: -10px;
    top: unset;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -ms-transform: translate(0, 60px) scale(0.8);
        transform: translate(0, 60px) scale(0.8);
    -webkit-transform: translate(0, 6px) scale(0.8);
  }
  #lottie svg {
    width: 100%!important;
    height: 100%!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
            transform: translate3d(0px, 0px, 0px)!important;
  }
  #lottie.app {
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
  }
  #form .container #formWrapper #myform .form_list .frame {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border: 1px solid #b5b5b5;
    margin-bottom: -1px;
    border-radius: 0;
    padding: 15px 0 5px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  #form .container #formWrapper #myform .form_list .frame.disapp {
    opacity: 0;
  }
  #form .container #formWrapper #myform .form_list .frame label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: 89%;
    margin: 0 auto;
  }
  #form .container #formWrapper #myform .form_list .frame input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    border: none;
    font-size: 16px;
    width: 91%;
    margin: 0 auto;
    height: 44px;
  }
  #form .container #formWrapper #myform .form_list .frame textarea {
    border: 1px solid #ddd;
    width: 89%;
    margin: 0 auto;
    height: 90px;
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 16px;
  }
  #form .container #formWrapper #myform button {
    border-radius: 7px;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    height: 60px;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #1bbb6d;
    margin-top: 7%;
    font-weight: 600;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
  }
  #form .container #formWrapper #myform .pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    margin-top: 5%;
  }
  .formError {
    position: absolute!important;
    top: 14px!important;
    left: unset!important;
    right: 12px!important;
    margin-top: unset!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    width: auto;
    font-weight: 500;
    color: #ffffff;
    background: #ff4e7f;
    border-radius: 4px;
    display: flex!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 7px 4px;
    line-height: 100%;
  }
  #thanks .thanks {
    width: 100vw;
    height: 60vh;
    padding-top: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.shindan .thanks {
    height: auto !important;
  }
  body.shindan .thanks img {
    width: 100%;
  }
  #thanks .thanks div {
    font-size: 32px;
    font-weight: 800;
    color: #1bbb6d;
    margin-top: 0;
  }
  #thanks .thanks h1 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5%;
    text-align: center;
    line-height: 190%;
  }
  #thanks .thanks a {
    width: 64%;
    height: 50px;
    background: #1bbb6c;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    margin-top: 7%;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }

  .thanks-wrap {
    width: 90%;
    text-align: left;
    color: #333 !important;
    margin-top: 20px !important ;
}

.thanks-wrap p {
    font-size: 13px;
}

.thanks-btn {
    font-size: 14px;
    font-weight: bold;
}


.contact {
    width: 100%;
}


.contact-left {
  width: 100%;
}

.contact-left_top {
    text-align: center;
}


.contact-left img {
    width: 100%;
}

.contact-txt{
    margin: 1.2rem 1rem;
    font-size: 15px;
    line-height: 190%;
    
}

.contact-box {
    width: 100%;
    margin: 2rem auto 0;
    border: 2px solid #1bbb6c;
    border-radius: 10px;
    padding: 10px 10px 10px 30px ;
    background: #fff;
    font-weight: bold;
}

.contact-box ul li {
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding-left: 5px;
    line-height: 1.6rem;
}

.contact-box ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #9c9c9c;
    border-bottom: 3px solid #9c9c9c;
    transform: rotate(-45deg);  

}

.contact-flex {
    margin: 3rem auto 0;
    display: flex;
    flex-flow: column;
    width: 100%;
}

/* ITスキル診断page */
.contact-flex.container {
  width: 90%;
}

.intro-txt p {
  margin: 4% 0;
}

.container section.left {
  width: 100%;
}

.container section.right {
  width: 100%;
}

.mySwiper2, .mySwiper4 {
  height: 351px;
}

.swiper-button-next, .swiper-button-prev {
  top: 65% !important;
}

div#modalOpen {
  width: 100%;
  background: #ffffff5c;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(4px) brightness(100%) opacity(1);
  -webkit-backdrop-filter: blur(4px) brightness(100%) opacity(1);
}

div#modalOpen span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  height: 50px;
  font-size: 18px;
  letter-spacing: 0.02rem;
  border-radius: 6px;
  background: #01af5a;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

div.contact.sp_only.shindan {
  width: 100%;
  background: #ffffff5c;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(4px) brightness(100%) opacity(1);
  -webkit-backdrop-filter: blur(4px) brightness(100%) opacity(1);
}

div.contact.sp_only.shindan span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  height: 50px;
  font-size: 18px;
  letter-spacing: 0.02rem;
  border-radius: 6px;
  background: #01af5a;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

.marvel-device.iphone-x {
  display: block;
}

.container section.right .info-bar {
  display: none;
}

.sp-chat {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: scroll;
  background-color: rgb(255 255 255);
  margin-top: 0;
}

.modal-header {
  display: none;
  padding: 6%;
  background: #eff1f4;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

span.modalClose {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  top: 1.7%;
  right: 15px;
  cursor: pointer;
}

span.modalClose img {
  width: 30%;
}

.embed-container {
  overflow: hidden;
  /* height: 130vh; */ 
  position: relative;
}
.embed-container iframe{
  overflow: hidden;
  /* height: 100vh; */
  position: relative;
}

/* フォーム一体型 */
.all .form {
  display: none;
}
.all .left-wrapper {
  width: 100%;
}
.all .left-wrapper .mv .left h1 {
  font-size: 8.4vw;
}
.all .left-wrapper .rect {
  display: block;
}
.left-wrapper .cvbtn {
  display: flex;
}
.all .left-wrapper .mv {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8vw auto 0;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding: 0 0 0 12vw; */
  padding: 0 0 0 7vw;
}
.all .left-wrapper h1.inview.inview_show {
  font-size: 8.0vw;
  font-weight: 900;
  width: 100%;
  padding-bottom: 5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.all .left-wrapper .mv .left h1.inview.ms {
  font-size: 5.3vw;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-top: 6%;
}
.all .left-wrapper .mv .left h2.inview.ss {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 180%;
  margin-top: 1%;
}
.all .left-wrapper .mv .right {
  position: relative;
  right: unset;
  top: unset;
  width: 100vw;
  height: auto;
  margin-left: -12vw;
  -webkit-animation: unset;
  animation: unset;
}
.left-wrapper .c01 .right {
  width: 100%;
}
.left-wrapper .c01 .right h3 {
  font-size: 6vw;
}
.left-wrapper .c01 .right p {
  font-size: 3.8vw;
  width: 90%;
}
.left-wrapper .c01 .right p span {
  font-size: 4.2vw;
}
.left-wrapper .c02 .left h3 {
  font-size: 6vw;
}
.left-wrapper #cs .cs_list.new_list a {
  width: 48%;
}
#cs .cs_list.new_list a.added {
  display: flex;
  justify-content: center;
}
.left-wrapper article.col_course {
  width: 48%;
}
.all .left-wrapper .cvarea.top .wrap {
  padding: 10% 0;
}
.left-wrapper .cvarea .wrap p {
  padding: 0;
  font-size: 16px;
}
.left-wrapper .cvarea .wrap p.comment {
  padding: 0;
  margin: -7% auto 7%;
}
.contact-btn.it-shindan {
  width: 100%;
}
.contact-btn.it-shindan p.btn-txt {
  font-size: 3.5vw;
  margin: 0;
}
.point3 div.cvarea.top .btn .contact-btn a {
  width: 100%;
  margin: 2vw auto 0;
  font-size: 16px;
}
.left-wrapper .cvarea .wrap .btn .hbspt-form iframe {
  /* height: 510px !important; */
}
.all .left-wrapper #quiz {
  padding-top: 10%;
}
section.f-contact {
  width: 80%;
  margin: 0 auto;
  margin-top: 16%;
  display: block;
}
.f-contact span.hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 40%; */
  background: #f4f4f4;
  z-index: 10000;
}
.all .left-wrapper footer {
  margin-top: 0;
}
.f-contact h2 {
  width: 100%;
  font-size: 6vw;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 0;
  height: auto;
  text-align: center;
  color: #fff;
}
.f-contact.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.5);
  margin-top: 0;
}
.f-contact .modal-content {
  background-color: #f4f4f4;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}
@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}
.f-contact .modal-header h1 {
  margin: 1rem 0;
}
.f-contact .modal-header {
  background: #1bbb6d;
  margin-bottom: 10%;
  padding: 3% 5%;
  display: flex;
  justify-content: space-between;
}
.f-contact .modalClose {
  font-size: 2rem;
  color: #fff;
}
.f-contact .modalClose:hover {
  cursor: pointer;
}
.f-contact .modal-body {
  padding: 20% 20px 60px;
  color: #333;
  position: relative;
  min-height: 100vh;
}
.f-contact .hbspt-form iframe {
  /* height: 100vh !important; */
}
.left-wrapper .cvarea {
  margin-bottom: 15%;
}
.all #hubspot-messages-iframe-container {
  display: none !important;
}
}

/* ===== 共通セクションパーツ ===== */

/* セクション共通 */
.section-block {
  padding: 60px 5% 40px;
}
.section-block--gray {
  background: #f8fafb;
}
.section-block--white {
  background: #fff;
}

/* セクション見出し */
.section-heading {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 15px;
}
.section-subtext {
  text-align: center;
  font-size: 0.95em;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* タグ一覧（業界、メディア名など横並びタグ） */
.tag-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.tag-item {
  display: inline-block;
  background: #fff;
  border: 1px solid #d0e3ff;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.9em;
  font-weight: 600;
  color: #333;
}
.tag-item--compact {
  padding: 10px 18px;
}

/* クレデンシャルカード（公的機関紹介などグリッドカード） */
.credential-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.credential-card {
  background: #fff;
  border-radius: 0px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-left: 4px solid #0D6BED;
  display: flex;
  flex-direction: column;
}
.credential-card__badge {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  background: #0D6BED;
  border-radius: 4px;
  padding: 3px 10px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.credential-card__badge--green {
  background: #19c371;
}
.credential-card__title {
  font-size: 1.05em;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
}
.credential-card__text {
  font-size: 0.88em;
  line-height: 1.7;
  color: #555;
  flex: 1;
}
.credential-card__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.85em;
  color: #0D6BED;
  font-weight: 600;
  text-decoration: none;
}
.credential-card__link:hover {
  text-decoration: underline;
}

/* メディアタグ（メディア掲載セクション用） */
.media-tag-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}
.media-tag {
  font-size: 0.95em;
  font-weight: 600;
  color: #333;
  padding: 0 0.6em;
  line-height: 2;
}
.media-tag::after {
  content: "/";
  margin-left: 1.2em;
  color: #c0c8d0;
}
.media-tag:last-child::after {
  content: "";
  margin-left: 0;
}

@media (max-width: 767px) {
  .credential-grid {
    grid-template-columns: 1fr;
  }
}


/* ====================================================
   ai-jinzai 共通コンポーネント
   ==================================================== */

/* --- ヒーロー上書き --- */
.hero-mv {
  height: auto !important;
  padding: 5vw 4vw 0 5vw !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  gap: 3vw;
}
.hero-mv__left {
  flex: 1 1 50%;
  z-index: 10;
  align-self: center;
}
.hero-mv__left h1 span.bg-lazy,
.hero-mv__left h1 span {
  display: none !important;
}
.hero-mv__right {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  width: 48% !important;
  flex: 0 0 48%;
  animation: none !important;
  -webkit-animation: none !important;
  overflow: hidden;
}
.hero-mv__right:before {
  display: none !important;
}
.hero-mv .hero-mv__left h1.hero-mv__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  line-height: 1.35;
  font-weight: 900;
}
.hero-mv__subtitle {
  margin-top: 16px;
}
.hero-mv__cta-wrapper a.download_btn {
  display: flex !important;
  width: 280px;
  height: 52px;
  font-size: 1em;
  border-radius: 8px;
  margin-top: 12px;
}
.all .left-wrapper .hero-mv__cta-wrapper .btn-txt_top {
  display: flex !important;
  width: 280px;
  font-size: 0.85em;
  margin-top: 2vw;
}

/* --- ヒーロースライダー --- */
.hero-swiper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 32px !important;
  position: relative;
}
.hero-swiper .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}
.hero-swiper .swiper-pagination-bullet {
  background: #c0c8d0;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.hero-swiper .swiper-pagination-bullet-active {
  background: #0D6BED;
  width: 28px;
  border-radius: 5px;
}
.hero-slide-description {
  text-align: center;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  font-weight: 700;
  color: #333;
  margin-top: 12px;
  transition: opacity 0.4s ease;
  min-height: 3em;
}
.hero-slide-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

/* --- 特徴セクション --- */
.features-section {
  padding: 60px 5% 40px;
  background: #f8fafb;
}
.features-section__title {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 40px;
}

/* --- POINTカード --- */
.point-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.point-card--reverse {
  flex-wrap: wrap-reverse;
}
.point-card__image {
  flex: 0 0 40%;
  min-width: 280px;
}
.point-card__image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.point-card__body {
  flex: 1 1 50%;
  padding: 30px 30px 30px 0;
}
.point-card--reverse .point-card__body {
  padding: 30px 0 30px 30px;
}
.point-card__label {
  font-size: 0.85em;
  font-weight: 800;
  color: #0D6BED;
  margin-bottom: 8px;
}
.point-card__label--green {
  color: #19c371;
}
.point-card__title {
  font-size: 1.2em;
  font-weight: 800;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.5;
}
.point-card__text {
  font-size: 0.95em;
  line-height: 1.8;
  color: #555;
}

/* --- コーステーマ一覧タグ --- */
.course-section {
  padding: 60px 5% 40px;
  background: #fff;
}
.course-section__title {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 15px;
}
.course-section__subtitle {
  text-align: center;
  font-size: 0.95em;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}
.course-tag-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.course-tag {
  display: inline-block;
  background: #f0f6ff;
  border: 1px solid #d0e3ff;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 0.9em;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

/* --- 検定セクション --- */
.kentei-section {
  padding: 60px 5% 40px;
  background: #f8fafb;
}
.kentei-section__title {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 10px;
}
.kentei-section__subtitle {
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 700;
  color: #0D6BED;
  margin-bottom: 30px;
}
.kentei-section__desc {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.kentei-section__desc p {
  font-size: 0.95em;
  line-height: 1.9;
  color: #555;
}
.kentei-section__note {
  font-size: 0.88em;
  color: #888;
  margin-top: 10px;
}
.kentei-theme__title {
  font-size: 1.15em;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}
.kentei-theme__desc {
  text-align: center;
  font-size: 0.93em;
  line-height: 1.8;
  color: #555;
  margin-bottom: 35px;
}
.kentei-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.kentei-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.kentei-card__icon {
  font-size: 2em;
  margin-bottom: 10px;
}
.kentei-card__title {
  font-size: 0.95em;
  font-weight: 800;
  color: #333;
  margin-bottom: 8px;
}
.kentei-card__text {
  font-size: 0.85em;
  line-height: 1.7;
  color: #666;
}

/* --- メリットリスト --- */
.merit-section {
  max-width: 700px;
  margin: 0 auto 50px;
}
.merit-section__title {
  font-size: 1.15em;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.merit-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.merit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.merit-item__check {
  color: #19c371;
  font-size: 1.3em;
  font-weight: 800;
}
.merit-item__text {
  font-size: 0.93em;
  color: #333;
  font-weight: 600;
  margin: 0;
}

/* --- 受講者の声 --- */
.voice-section {
  max-width: 900px;
  margin: 0 auto;
}
.voice-section__title {
  font-size: 1.15em;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.voice-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 22px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.voice-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.voice-card__icon {
  font-size: 1.5em;
}
.voice-card__name {
  font-size: 0.9em;
  font-weight: 700;
}
.voice-card__role {
  font-size: 0.8em;
  color: #888;
}
.voice-card__text {
  font-size: 0.85em;
  line-height: 1.7;
  color: #555;
}

/* --- ユースケースカード --- */
.usecase-section {
  padding: 60px 5% 40px;
}
.usecase-section__title {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 15px;
}
.usecase-section__subtitle {
  text-align: center;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 800;
  color: #0D6BED;
  margin-bottom: 40px;
}
.usecase-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}
.usecase-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  flex: 1 1 220px;
  max-width: 280px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.usecase-card__image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.usecase-card__body {
  padding: 22px 20px;
}
.usecase-card__badge {
  color: #fff;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 700;
}
.usecase-card__badge--pink { background: #e91e63; }
.usecase-card__badge--green { background: #4caf50; }
.usecase-card__badge--blue { background: #1976d2; }
.usecase-card__badge--orange { background: #ff8f00; }
.usecase-card__title {
  font-size: 1.05em;
  font-weight: 800;
  color: #333;
  margin: 12px 0 8px;
  line-height: 1.5;
}
.usecase-card__text {
  font-size: 0.88em;
  line-height: 1.7;
  color: #555;
}

/* --- 料金セクション --- */
.price-section {
  padding: 60px 5% 40px;
  background: #f8fafb;
}
.price-section__title {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 40px;
}
.price-card {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  text-align: center;
}
.price-card__label {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 15px;
}
.price-card__highlight {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  color: #0D6BED;
  margin-bottom: 8px;
}
.price-card__highlight span {
  font-size: 0.7em;
  color: #333;
  font-weight: 400;
}
.price-card__divider {
  width: 60px;
  height: 3px;
  background: #0D6BED;
  margin: 20px auto;
}
.price-card__text {
  font-size: 1em;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.price-card__note {
  font-size: 0.95em;
  color: #888;
  margin-bottom: 25px;
}

/* --- フッターCTA --- */
.footer-cta {
  padding: 60px 5%;
  text-align: center;
  background: linear-gradient(135deg, #0D6BED 0%, #19c371 100%);
}
.footer-cta__title {
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  margin-bottom: 15px;
}
.footer-cta__text {
  color: rgba(255,255,255,0.9);
  margin-bottom: 25px;
  font-size: 0.95em;
  line-height: 1.8;
}
.footer-cta__btn {
  display: inline-block;
  background: #fff;
  color: #0D6BED;
  padding: 20px;
  border-radius: 20px;
}

/* --- レスポンシブ (ai-jinzai) --- */
@media (max-width: 767px) {
  .hero-mv {
    flex-direction: column;
    padding: 30px 5vw 20px 5vw !important;
  }
  .hero-mv__right {
    width: 100% !important;
    flex: 0 0 100%;
    margin: 0 !important;
  }
  .hero-mv__cta-wrapper .download_btn {
    display: none !important;
  }
  .point-card {
    flex-direction: column;
  }
  .point-card--reverse {
    flex-direction: column-reverse;
  }
  .point-card__image {
    min-width: auto;
    width: 100%;
    flex: 0 0 auto;
  }
  .point-card__body {
    padding: 20px !important;
  }
  .kentei-grid {
    grid-template-columns: 1fr;
  }
  .usecase-grid {
    flex-direction: column;
    align-items: center;
  }
  .usecase-card {
    max-width: 100%;
    flex: 0 0 auto;
  }
  .usecase-card__image {
    height: 180px;
  }
  .voice-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== 診断の流れ (shindan-flow) ===== */
.shindan-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.shindan-flow__step {
  flex: 1 1 200px;
  max-width: 220px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), 0px -9px 16px rgb(255 255 255 / 50%);
  text-align: center;
}

.shindan-flow__number {
  display: inline-block;
  background: #0D6BED;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.shindan-flow__title {
  font-size: 0.95em;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
}

.shindan-flow__text {
  font-size: 0.85em;
  color: #555;
  line-height: 1.7;
}

.shindan-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D6BED;
  font-size: 1.2em;
  padding: 0 8px;
}

.shindan-flow__heading {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: #0D6BED;
  text-align: center;
  margin: 40px 0 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0D6BED;
  display: inline-block;
  width: 100%;
}

.shindan-flow__heading:first-of-type {
  margin-top: 0;
}

@media (max-width: 767px) {
  .shindan-flow {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .shindan-flow__step {
    max-width: 100%;
    width: 100%;
  }
  .shindan-flow__arrow {
    transform: rotate(90deg);
    margin: 10px 0;
    padding: 0;
  }
}

/* ===== 自治体ロゴローテーション（lg-reskill用上書き） ===== */
.clients .img.img--lg {
  background-image: url(../img/rotationlogo-localgov.png);
  background-size: 1862px;
}
.webp .clients .img.img--lg {
  background-image: url(../img/rotationlogo-localgov.png);
  background-size: 1862px;
}
.no-webp .clients .img.img--lg {
  background-image: url(../img/rotationlogo-localgov.png);
  background-size: 1862px;
}
.clients .img--lg.bg-lazy {
  background-image: none !important;
}

/* --- 目指すこと（ゴールカード） --- */
.goal-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 40px;
}
.goal-section__title {
  text-align: center;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}
.goal-section__lead {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #555;
  line-height: 1.8;
  margin-bottom: 36px;
}
.goal-card {
  display: flex;
  gap: 24px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 28px 28px 24px;
  margin-bottom: 20px;
  align-items: center;
  border-left: 5px solid #0D6BED;
}
.goal-card--reverse {
  flex-direction: row-reverse;
}
.goal-card__image {
  flex-shrink: 0;
  width: 280px;
  border-radius: 10px;
  overflow: hidden;
}
.goal-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.goal-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0D6BED;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.goal-card__body {
  flex: 1;
}
.goal-card__title {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.5;
}
.goal-card__text {
  font-size: clamp(13px, 1vw, 15px);
  color: #555;
  line-height: 1.8;
}
.goal-card__text strong {
  color: #333;
}
.goal-card__ref {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .goal-card,
  .goal-card--reverse {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 12px;
  }
  .goal-card__image {
    width: 100%;
  }
  .goal-card__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* ===== 自治体リスキリング支援ページ ===== */

/* --- 支援フロー（8ステップ・グリッド） --- */
.reskill-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 12px;
  max-width: 900px;
  margin: 40px auto 0;
}
.reskill-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 2px solid #0D6BED;
  border-radius: 12px;
  padding: 20px 10px 16px;
  position: relative;
}
.reskill-flow__step--optional {
  border-color: #ccc;
  background: #fafafa;
}
.reskill-flow__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0D6BED;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  flex-shrink: 0;
}
.reskill-flow__step--optional .reskill-flow__number {
  background: #bbb;
}
.reskill-flow__label {
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}
.reskill-flow__step--optional .reskill-flow__label {
  color: #999;
}
.reskill-flow__note {
  text-align: center;
  font-size: 13px;
  color: #999;
  margin-top: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .reskill-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
  }
}
@media (max-width: 420px) {
  .reskill-flow {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
}

/* --- 事例カード --- */
.case-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
}
.case-section__title {
  text-align: center;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
.case-card {
  display: flex;
  gap: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.case-card--reverse {
  flex-direction: row-reverse;
}
.case-card__image {
  flex-shrink: 0;
  width: 380px;
  border-radius: 12px;
  overflow: hidden;
}
.case-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.case-card__body {
  flex: 1;
}
.case-card__badge {
  display: inline-block;
  background: #0D6BED;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.case-card__badge--award {
  background: #d4a017;
}
.case-card__title {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.5;
}
.case-card__text {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #555;
  line-height: 1.8;
}
.case-card__highlight {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffe066 60%);
  font-weight: 700;
}
@media (max-width: 767px) {
  .case-card,
  .case-card--reverse {
    flex-direction: column;
    padding: 20px;
  }
  .case-card__image {
    width: 100%;
  }
}

/* ========================================
   AISAKU Service Page
   ======================================== */

/* --- aisaku-chat: 会話例ブロック --- */
.aisaku-chat {
  max-width: 700px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aisaku-chat__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.aisaku-chat__item--ai {
  flex-direction: row-reverse;
}
.aisaku-chat__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.aisaku-chat__icon--user {
  background: #e8f5e9;
}
.aisaku-chat__icon--ai {
  background: #19c371;
  color: #fff;
}
.aisaku-chat__bubble {
  background: #f3f5f7;
  border-radius: 16px;
  padding: 14px 20px;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.7;
  max-width: 85%;
  color: #333;
}
.aisaku-chat__item--ai .aisaku-chat__bubble {
  background: #e8f9ee;
}

/* --- aisaku-product: プロダクト画面紹介カード（高さ拡張） --- */
#product .point-card {
  flex-wrap: nowrap;
}
#product .point-card__image {
  flex: 0 0 50%;
  min-width: 0;
}
#product .point-card__image img {
  height: 375px;
}
@media (max-width: 767px) {
  #product .point-card__image img {
    height: 220px;
  }
}

/* --- aisaku-compare: 比較テーブル --- */
.aisaku-compare {
  max-width: 800px;
  margin: 0 auto 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.aisaku-compare table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: clamp(13px, 1vw, 15px);
}
.aisaku-compare th,
.aisaku-compare td {
  padding: 14px 16px;
  border: 1px solid #dcdfe3;
  text-align: center;
  vertical-align: middle;
}
.aisaku-compare thead th {
  background: #19c371;
  color: #fff;
  font-weight: 700;
}
.aisaku-compare thead th:first-child {
  background: #555;
}
.aisaku-compare tbody th {
  background: #f3f5f7;
  font-weight: 700;
  text-align: left;
}
.aisaku-compare .aisaku-compare__highlight {
  background: #e8f9ee;
  font-weight: 700;
}

/* --- aisaku-savings: 時間削減セクション --- */
.aisaku-savings {
  max-width: 800px;
  margin: 0 auto 50px;
}
.aisaku-savings__hero {
  text-align: center;
  margin-bottom: 30px;
}
.aisaku-savings__number {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  color: #19c371;
  line-height: 1.2;
  font-family: "Arson Pro", sans-serif;
}
.aisaku-savings__unit {
  font-size: clamp(16px, 1.4vw, 20px);
  color: #333;
  font-weight: 700;
}
.aisaku-savings__cost-note {
  margin-top: 16px;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.7;
  color: #555;
  background: #e8f9ee;
  border-radius: 8px;
  padding: 14px 20px;
  display: inline-block;
}
.aisaku-savings__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.aisaku-savings__item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.aisaku-savings__item-icon {
  font-size: 28px;
  margin-bottom: 6px;
}
.aisaku-savings__item-label {
  font-size: clamp(12px, 1vw, 14px);
  color: #555;
  margin-bottom: 4px;
}
.aisaku-savings__item-value {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  color: #19c371;
}
@media (max-width: 767px) {
  .aisaku-savings__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- aisaku-channel: マルチチャネル --- */
.aisaku-channel {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto 40px;
}
.aisaku-channel__image {
  flex-shrink: 0;
  width: 300px;
}
.aisaku-channel__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.aisaku-channel__body {
  flex: 1;
}
.aisaku-channel__badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.aisaku-channel__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3f5f7;
  border: 1px solid #dcdfe3;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
}
@media (max-width: 767px) {
  .aisaku-channel {
    flex-direction: column;
    gap: 20px;
  }
  .aisaku-channel__image {
    width: 100%;
    max-width: 280px;
  }
}

/* --- aisaku price-section: #price>div リセット --- */
#price.price-section > div {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  overflow: visible;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  position: static;
  text-align: center;
}
#price.price-section > div:before {
  display: none;
}

/* --- aisaku-pricing: 料金テーブル --- */
.aisaku-pricing {
  max-width: 900px;
  margin: 0 auto 40px;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.aisaku-pricing table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: clamp(12px, 1vw, 14px);
}
.aisaku-pricing th,
.aisaku-pricing td {
  padding: 12px 14px;
  border: 1px solid #dcdfe3;
  text-align: center;
  vertical-align: middle;
}
.aisaku-pricing thead th {
  background: #19c371;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.aisaku-pricing tbody th {
  background: #f3f5f7;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 28px);
  color: #19c371;
}
.aisaku-pricing .aisaku-pricing__price {
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #333;
}
.aisaku-pricing .aisaku-pricing__hourly {
  font-weight: 700;
  color: #19c371;
  font-size: clamp(14px, 1.2vw, 18px);
}
.aisaku-pricing__note {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 10px;
}

/* --- aisaku-usecase: 活用例グリッド --- */
.aisaku-usecase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 40px;
}
.aisaku-usecase__item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
}
.aisaku-usecase__item-icon {
  font-size: 36px;
  margin-bottom: 10px;
}
.aisaku-usecase__item-title {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .aisaku-usecase {
    grid-template-columns: repeat(2, 1fr);
  }
  .aisaku-chat__item {
    gap: 8px;
  }
  .aisaku-chat__icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .aisaku-chat__bubble {
    padding: 10px 14px;
    max-width: 80%;
  }
}

/* --- aisaku-about: サービス概要セクション --- */
.aisaku-about {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.aisaku-about__title {
  text-align: center;
  font-size: clamp(18px, 1.8vw, 24px);
  margin-bottom: 20px;
  font-weight: 700;
}
.aisaku-about__text {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}

/* --- aisaku-channel-section --- */
.aisaku-channel-section {
  padding: 60px 20px;
}
.aisaku-channel__text {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.8;
  color: #555;
}

/* --- aisaku-pricing extras --- */
.aisaku-pricing__lead {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #555;
  margin-bottom: 30px;
  line-height: 1.7;
}
#price.price-section > .aisaku-pricing__cta {
  margin: 50px auto 20px;
}
.aisaku-pricing__cta-btn {
  display: inline-flex;
  margin: 0 auto;
}

/* --- gai-edu (学校向け生成AIリテラシー講座) --- */
.gai-edu-hero-title {
  display: block !important;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

.gai-edu-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555;
  line-height: 1.8;
}
.gai-edu-subheading {
  text-align: center;
  margin: 30px 0 10px;
  font-size: clamp(16px, 2vw, 20px);
}
.gai-edu-figure {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.gai-edu-figure__img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
}
.gai-edu-figure__caption {
  color: #888;
  font-size: 13px;
  margin-top: 10px;
}
.gai-edu-plans {
  max-width: 900px;
  margin: 0 auto;
}
.gai-edu-price-note {
  font-size: 14px;
  color: #888;
}
.gai-edu-media-video {
  max-width: 720px;
  margin: 40px auto 0;
  text-align: center;
}
.gai-edu-media-video__title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 8px;
}
.gai-edu-media-video__desc {
  font-size: clamp(13px, 1.1vw, 15px);
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}
.gai-edu-media-video__wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
}
.gai-edu-media-video__wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.gai-edu-media-video__wrapper iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* --- gai-edu: YouTube動画リンク --- */
.gai-edu-media-video__link {
  margin-top: 12px;
}
.gai-edu-media-video__link a {
  color: #1bbb6c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}
.gai-edu-media-video__link a:hover {
  opacity: .7;
}

/* --- gai-edu: 受賞セクション（CSS装飾のみ） --- */
.gai-edu-award {
  max-width: 780px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fffdf5 0%, #fff9e6 100%);
  border-top: 5px solid #d4af37;
  border-radius: 8px;
  padding: 40px 36px 36px;
  text-align: center;
  box-shadow: 0 4px 24px rgb(212 175 55 / 10%);
  position: relative;
}
.gai-edu-award__emblem {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, #d4af37, #c49b2c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 12px rgb(212 175 55 / 25%);
}
.gai-edu-award__emblem-icon {
  font-size: 34px;
  line-height: 1;
}
.gai-edu-award__badge {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #c49b2c);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: .5px;
  margin-bottom: 14px;
}
.gai-edu-award__title {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.gai-edu-award__divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  margin: 0 auto 16px;
}
.gai-edu-award__text {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.9;
  color: #555;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .gai-edu-award {
    padding: 32px 20px 28px;
  }
  .gai-edu-award__emblem {
    width: 60px;
    height: 60px;
  }
  .gai-edu-award__emblem-icon {
    font-size: 28px;
  }
}

/* --- gai-edu: 受講生徒の声（吹き出しデザイン） --- */
.gai-edu-voice-category {
  max-width: 960px;
  margin: 0 auto 40px;
}
.gai-edu-voice-category:last-child {
  margin-bottom: 0;
}
.gai-edu-voice-category__title {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  color: #1bbb6c;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #57e6a3;
}
.gai-edu-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gai-edu-bubble {
  position: relative;
  background: #fff;
  border: 1px solid #d6eee0;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
}
.gai-edu-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 1px 1px rgb(0 0 0 / 6%));
}
.gai-edu-bubble::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #d6eee0 transparent transparent transparent;
}
.gai-edu-bubble__text {
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.75;
  color: #444;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gai-edu-voice-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gai-edu-voice-category {
    margin: 0 auto 28px;
  }
}

/* ============================================
   AI社員サービス (aishain) 共通CSS
   aishain-service.css から styles.css へ移植
   ============================================ */

/* --- カラー変数 --- */
:root {
  --aishain-primary: #2563eb;
  --aishain-primary-dark: #1e40af;
  --aishain-accent: #57e6a3;
  --aishain-accent-dark: #1bbb6d;
  --aishain-bg-light: #f0f4ff;
  --aishain-bg-gray: #f8f9fa;
  --aishain-text: #1a1a2e;
  --aishain-text-sub: #555;
  --aishain-border: #e2e8f0;
  --aishain-sales: #3b82f6;
  --aishain-admin: #8b5cf6;
  --aishain-research: #f59e0b;
  --aishain-document: #10b981;
}

/* --- ヒーローセクション --- */
.aishain-hero {
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 50%, #1e40af 100%);
  color: #fff;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3rem);
  position: relative;
  overflow: hidden;
}
.aishain-hero::after {
  content: '';
  position: absolute;
  top: -50%; right: -20%;
  width: 60%; height: 200%;
  background: radial-gradient(ellipse, rgba(87,230,163,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.aishain-hero__inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.aishain-hero__content { flex: 1; }
.aishain-hero__badge {
  display: inline-block;
  background: rgba(87,230,163,0.2);
  border: 1px solid rgba(87,230,163,0.4);
  color: var(--aishain-accent);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.aishain-hero__title {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.aishain-hero__title em {
  font-style: normal;
  color: var(--aishain-accent);
}
.aishain-hero__subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.aishain-hero__cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.aishain-hero__visual {
  flex: 0 0 40%;
  max-width: 420px;
}
.aishain-hero__visual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* --- CTAボタン --- */
.aishain-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  line-height: 1.4;
}
.aishain-btn--primary {
  background: var(--aishain-accent-dark);
  color: #fff;
  box-shadow: 0 4px 14px rgba(27,187,109,0.3);
}
.aishain-btn--primary:hover {
  background: #17a860;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(27,187,109,0.4);
}
.aishain-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
}
.aishain-btn--outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
}
.aishain-btn--large {
  padding: 18px 36px;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

/* --- セクション共通 --- */
.aishain-section {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3rem);
}
.aishain-section--gray { background: var(--aishain-bg-gray); }
.aishain-section--light { background: var(--aishain-bg-light); }
.aishain-section__heading {
  text-align: center;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: var(--aishain-text);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.aishain-section__subtext {
  text-align: center;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  color: var(--aishain-text-sub);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

/* --- 課題共感 --- */
.aishain-pain {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
.aishain-pain__item {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid var(--aishain-border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
}
.aishain-pain__item:hover { transform: translateY(-4px); }
.aishain-pain__icon { font-size: 2.5rem; margin-bottom: 1rem; }
.aishain-pain__text {
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  font-weight: 700;
  line-height: 1.6;
  color: var(--aishain-text);
}

/* --- 解決策 --- */
.aishain-solution { text-align: center; max-width: 800px; margin: 0 auto; }
.aishain-solution__lead {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.8;
  color: var(--aishain-text);
  margin-bottom: 2rem;
}
.aishain-solution__comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem auto;
  max-width: 700px;
}
.aishain-solution__box { padding: 1.5rem; border-radius: 12px; text-align: center; }
.aishain-solution__box--before { background: #fee2e2; border: 2px solid #fca5a5; }
.aishain-solution__box--after { background: #d1fae5; border: 2px solid var(--aishain-accent); }
.aishain-solution__box-label { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; margin-bottom: 0.5rem; color: #888; }
.aishain-solution__box-title { font-size: clamp(1.1rem, 1.8vw, 1.3rem); font-weight: 900; }
.aishain-solution__arrow { font-size: 2rem; color: var(--aishain-primary); font-weight: 900; }

/* --- AI社員一覧カード --- */
.aishain-members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.aishain-member-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--aishain-border);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.aishain-member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.aishain-member-card__header { padding: 1.5rem 1rem 1rem; position: relative; }
.aishain-member-card__header--sales { background: linear-gradient(135deg, #fff3e0, #fffaf0); }
.aishain-member-card__header--accounting { background: linear-gradient(135deg, #f0f0f0, #f8f8f8); }
.aishain-member-card__header--legal { background: linear-gradient(135deg, #e8eaf6, #f5f5ff); }
.aishain-member-card__header--tech { background: linear-gradient(135deg, #dbeafe, #eff6ff); }
.aishain-member-card__header--marketing { background: linear-gradient(135deg, #fff3e0, #fffaf0); }
.aishain-member-card__header--general { background: linear-gradient(135deg, #e0f2f1, #f0faf9); }
.aishain-member-card__avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
}
.aishain-member-card__avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.aishain-member-card__name {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 900;
  color: var(--aishain-text);
  margin-bottom: 0.25rem;
}
.aishain-member-card__dept {
  font-size: 0.75rem;
  color: #fff;
  background: var(--aishain-primary);
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 0.25rem;
}
.aishain-member-card__role {
  font-size: 0.8rem;
  color: var(--aishain-text-sub);
  font-weight: 500;
}
.aishain-member-card__option-badge {
  display: inline-block;
  background: #ff6b6b;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 0.5rem;
}
.aishain-member-card__body { padding: 1rem 1.25rem 1.5rem; }
.aishain-member-card__tasks { text-align: left; list-style: none; padding: 0; margin: 0; }
.aishain-member-card__tasks li {
  padding: 6px 0;
  font-size: 0.9rem;
  color: var(--aishain-text);
  border-bottom: 1px solid #f1f5f9;
  display: flex; align-items: center; gap: 8px;
}
.aishain-member-card__tasks li:last-child { border-bottom: none; }
.aishain-member-card__tasks li::before {
  content: '✓';
  color: var(--aishain-accent-dark);
  font-weight: 700;
  font-size: 0.8rem;
}

/* --- 仕事メニューUI --- */
.aishain-workmenu { max-width: 900px; margin: 0 auto; }
.aishain-workmenu__demo {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--aishain-border);
}
.aishain-workmenu__toolbar {
  background: var(--aishain-primary);
  color: #fff;
  padding: 12px 20px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 700;
  font-size: 0.95rem;
}
.aishain-workmenu__toolbar-icon { font-size: 1.2rem; }
.aishain-workmenu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  background: #e5e7eb;
}
.aishain-workmenu__item {
  background: #fff;
  padding: 1.25rem 1rem;
  display: flex; align-items: center; gap: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.aishain-workmenu__item:hover { background: var(--aishain-bg-light); }
.aishain-workmenu__item-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.aishain-workmenu__item-icon--blue { background: #dbeafe; }
.aishain-workmenu__item-icon--purple { background: #ede9fe; }
.aishain-workmenu__item-icon--yellow { background: #fef3c7; }
.aishain-workmenu__item-icon--green { background: #d1fae5; }
.aishain-workmenu__item-icon--pink { background: #fce4ec; }
.aishain-workmenu__item-icon--teal { background: #e0f2f1; }
.aishain-workmenu__item-icon--gray { background: #e5e7eb; }
.aishain-workmenu__item-label { font-size: 0.9rem; font-weight: 700; color: var(--aishain-text); line-height: 1.4; }
.aishain-workmenu__item-desc { font-size: 0.75rem; color: #888; margin-top: 2px; }
.aishain-workmenu__footer {
  background: #f9fafb;
  padding: 16px 20px;
  text-align: center;
  border-top: 1px solid var(--aishain-border);
}
.aishain-workmenu__footer-text { font-size: 0.85rem; color: var(--aishain-text-sub); }

/* --- 漫画セクション --- */
.aishain-manga { max-width: 900px; margin: 0 auto; }
.aishain-manga__panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.aishain-manga__panel {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.aishain-manga__panel img { width: 100%; height: auto; display: block; }
.aishain-manga__number {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 28px;
  height: 28px;
  background: var(--aishain-primary, #2563eb);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.aishain-manga__caption {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--aishain-text-sub);
}

/* --- 導入の流れ --- */
.aishain-flow { max-width: 800px; margin: 0 auto; }
.aishain-flow__step {
  display: flex; gap: 1.5rem; align-items: flex-start;
  margin-bottom: 2rem; position: relative;
}
.aishain-flow__step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 25px; top: 55px;
  width: 2px;
  height: calc(100% - 20px);
  background: var(--aishain-border);
}
.aishain-flow__number {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--aishain-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1.2rem;
  flex-shrink: 0;
  position: relative; z-index: 1;
}
.aishain-flow__body {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid var(--aishain-border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.aishain-flow__title { font-size: clamp(1rem, 1.4vw, 1.1rem); font-weight: 900; color: var(--aishain-text); margin-bottom: 0.5rem; }
.aishain-flow__text { font-size: 0.9rem; color: var(--aishain-text-sub); line-height: 1.7; }

/* 導入の流れ: オプションステップ（グレーアウト） */
.aishain-flow__step--optional { opacity: 0.5; }
.aishain-flow__step--optional .aishain-flow__number { background: #999; }
.aishain-flow__option-badge {
  display: inline-block;
  background: #999;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 0.5em;
  vertical-align: middle;
}
.aishain-flow__duration {
  display: inline-block;
  background: var(--aishain-bg-light);
  color: var(--aishain-primary);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8rem; font-weight: 700;
  margin-top: 0.5rem;
}

/* --- コスト比較テーブル（新規） --- */
.aishain-scale { max-width: 900px; margin: 2rem auto 0; }
.aishain-scale__summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.aishain-scale__summary-item {
  background: #fff;
  border: 1px solid var(--aishain-border);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  text-align: center;
}
.aishain-scale__summary-label {
  font-size: 0.85rem;
  color: var(--aishain-text-sub);
  margin-bottom: 0.5rem;
}
.aishain-scale__summary-value {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--aishain-primary);
  line-height: 1.2;
}
.aishain-scale__summary-value small {
  font-size: 0.5em;
  font-weight: 700;
}
.aishain-scale__summary-item--highlight {
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff;
  border: none;
}
.aishain-scale__summary-item--highlight .aishain-scale__summary-label { color: rgba(255,255,255,0.8); }
.aishain-scale__summary-item--highlight .aishain-scale__summary-value { color: var(--aishain-accent); }
.aishain-scale__note {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  margin-top: 1rem;
  line-height: 1.6;
}

/* --- AI社員別削減グリッド --- */
.aishain-savings-member-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto 2rem;
}
.aishain-savings-member-item {
  background: #fff;
  border: 1px solid var(--aishain-border);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  text-align: center;
}
.aishain-savings-member-item__dept {
  font-size: 0.75rem;
  color: #fff;
  background: var(--aishain-primary);
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  margin-bottom: 0.35rem;
}
.aishain-savings-member-item__name {
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--aishain-text);
  margin-bottom: 0.5rem;
}
.aishain-savings-member-item__hours {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--aishain-primary);
  line-height: 1.2;
}
.aishain-savings-member-item__hours small {
  font-size: 0.5em;
  font-weight: 700;
}
.aishain-savings-member-item--option {
  border: 2px dashed #ccc;
  background: #fafafa;
}

/* --- AI社員シミュレーター --- */
.aishain-simulator {
  max-width: 520px;
  margin: 2rem auto 0;
  text-align: center;
}
.aishain-simulator__input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}
.aishain-simulator__label {
  font-size: 1rem;
  font-weight: 600;
}
.aishain-simulator__input {
  width: 120px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 10px 8px;
  outline: none;
  transition: border-color .2s;
}
.aishain-simulator__input:focus { border-color: #57e6a3; }
.aishain-simulator__unit-label { font-size: 1rem; font-weight: 600; }

.aishain-simulator__results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aishain-simulator__result-card {
  background: linear-gradient(135deg, #e8faf0 0%, #f0fdf6 100%);
  border-radius: 12px;
  padding: 24px 20px;
}
.aishain-simulator__result-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
}
.aishain-simulator__result-row + .aishain-simulator__result-row {
  border-top: 1px solid rgba(87,230,163,.25);
}
.aishain-simulator__result-label {
  font-size: .9rem;
  color: #555;
}
.aishain-simulator__result-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a1a;
}
.aishain-simulator__result-value small {
  font-size: .7rem;
  font-weight: 500;
  color: #888;
}
.aishain-simulator__result-highlight {
  font-size: 2rem;
  font-weight: 900;
  color: #0d9f55;
}
.aishain-simulator__result-highlight small {
  font-size: .8rem;
  font-weight: 500;
  color: #555;
}

.aishain-simulator__vs {
  background: #fafafa;
  border-radius: 12px;
  padding: 20px;
}
.aishain-simulator__vs-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
}
.aishain-simulator__vs-label { font-size: .85rem; color: #888; }
.aishain-simulator__vs-value { font-size: 1.1rem; font-weight: 700; }
.aishain-simulator__vs-value--savings { color: #0d9f55; }
.aishain-simulator__vs-value--cost { color: #d32f2f; }
.aishain-simulator__vs-divider {
  border: none;
  border-top: 1px dashed #ddd;
  margin: 8px 0;
}

.aishain-simulator__methodology {
  margin-top: 24px;
  text-align: left;
}
.aishain-simulator__methodology-toggle {
  font-size: .75rem;
  color: #999;
  cursor: pointer;
  text-align: center;
  list-style: none;
}
.aishain-simulator__methodology-toggle::-webkit-details-marker { display: none; }
.aishain-simulator__methodology-toggle::before { content: "▶ "; font-size: .6rem; }
details[open] > .aishain-simulator__methodology-toggle::before { content: "▼ "; }
.aishain-simulator__methodology-body {
  margin-top: 12px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 8px;
  font-size: .75rem;
  color: #666;
  line-height: 1.8;
}
.aishain-simulator__methodology-body ol {
  padding-left: 1.2em;
  margin-bottom: 8px;
}
.aishain-simulator__methodology-body li { margin-bottom: 4px; }
.aishain-simulator__methodology-body p { margin: 0; color: #888; }

.aishain-simulator__note {
  font-size: .72rem;
  color: #aaa;
  margin-top: 12px;
  line-height: 1.6;
}

/* --- レスポンシブ (aishain) --- */
@media only screen and (max-width: 767px) {
  .aishain-hero__inner { flex-direction: column; text-align: center; }
  .aishain-hero__visual { flex: 0 0 auto; max-width: 300px; margin: 0 auto; }
  .aishain-hero__cta-group { justify-content: center; }
  .aishain-solution__comparison { grid-template-columns: 1fr; gap: 0.75rem; }
  .aishain-solution__arrow { transform: rotate(90deg); }
  .aishain-pain { grid-template-columns: 1fr; }
  .aishain-members { grid-template-columns: repeat(2, 1fr); }
  .aishain-workmenu__grid { grid-template-columns: 1fr; }
  .aishain-manga__panels { grid-template-columns: 1fr; }
  .aishain-flow__step:not(:last-child)::after { left: 20px; }
  .aishain-flow__number { width: 42px; height: 42px; font-size: 1rem; }
  .aishain-simulator__input { width: 100px; font-size: 1.2rem; }
  .aishain-simulator__result-highlight { font-size: 1.6rem; }
}
@media only screen and (max-width: 480px) {
  .aishain-members { grid-template-columns: 1fr; }
}
