@charset "utf-8";
/*
Theme Name: isonavi
Author:4each
Description:isonavi用のテーマ
Version:1.0
*/

iso-methodiso-methodiso-methodiso-cloudiso-methodiso-methodiso-methodiso-methodiso-methodiso-methodimg-touble1.pngimg-touble1.png * {
  -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;
}
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;
  }
}
.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%;
}
.header-top {
  position: absolute;
  background: url("./assets/img/logo-isonavi.png") no-repeat bottom left;
  width: 29%;
  padding-bottom: 9%;
  height: 0;
  background-size: contain;
  top: -10px;
  left: 0;
  z-index: 0;
}
.toplogo {
  position: absolute;
  left: 50px;
  top: 46px;
  z-index: 999;
  background: url(./assets/img/logo.png) no-repeat center bottom;
  width: 200px;
  padding-bottom: 55px;
  height: 0;
  margin-top: 0;
  background-size: contain;
}
.mv {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10vw 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;
}
.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;
}
.mv .left h1 {
  font-size: 3.7vw;
  font-weight: 900;
  display: flex;
  align-items: center
}
.mv .left h1 span {
  display: block;
  background: url("./assets/img/logo-isonavi2.png") no-repeat center left;
  width: 16%;
  padding-bottom: 21%;
  height: 0;
  margin-top: 0;
  background-size: contain;
}
.mv .left h2 {
  font-size: 3.1vw;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.2rem;
}
.mv .left h3 {
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 180%;
  margin-top: 21px;
}
.mv .left a {
  width: 21vw;
  background: rgba(1, 4, 136, 0.9);
  border-radius: 0.8vw;
  height: 4.4vw;
  border: 0.2vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px rgba(1, 4, 136, 0.9);
  box-shadow: 5px 7px 24px -7px rgba(1, 4, 136, 0.9);
  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: 2.6vw;
}
.mv .right {
  position: absolute;
  right: 0;
  top: -1vw;
  width: 60%;
  -webkit-animation: horizontal 1.5s ease-in-out infinite alternate;
  animation: horizontal 1.5s ease-in-out infinite alternate;
}
.mv .right:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: url(./assets/img/img-top.png) 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;
}

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



.clients {
  width: 100vw;
  margin: 20px 0 0;
  overflow: hidden;
}
.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(./assets/img/clients.png);
  -webkit-animation: clientsSlide 22s infinite linear;
  animation: clientsSlide 22s infinite linear;
  opacity: 1;
}
@-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;
}
.problem h2 i:first-child {
  background: url(./assets/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(./assets/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);
}
.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;
}
.problem ul li:first-child {
  width: 30%;
  border-radius: 18px;
  background: url("./assets/img/img-touble1.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;
}
.problem ul li:nth-child(2) {
  width: 30%;
  border-radius: 18px;
  background: url(./assets/img/img-touble2.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: #0baf5e;
}
.problem ul li:last-child {
  width: 30%;
  border-radius: 18px;
  background: url(./assets/img/img-touble3.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;
}
.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 img {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c01,
.c04 {
  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 .left {
  background: url(./assets/img/iso-method.png) no-repeat center left;
  width: 60%;
  padding-bottom: 35%;
  height: 0;
  background-size: contain;
  margin-top: -3.5%;
  z-index: 999;
  margin-left: -1%;
}
.c04 .left {
  background: url(./assets/img/iso-paperless.png) no-repeat center left;
  width: 60%;
  padding-bottom: 35%;
  height: 0;
  background-size: contain;
  margin-top: -3.5%;
  z-index: 999;
  margin-left: -1%;
}
.c01 .right,
.c04 .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%;
}
.c01 .right h2,
.c04 .right h2 {
  letter-spacing: 0.05rem;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 4.4%;
}
.c01 .right p,
.c04 .right p {
  font-size: 1.3vw;
  width: 100%;
  line-height: 208%;
}
.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;
}
.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;
}
.c02 .left h2 {
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 5.2%;
  letter-spacing: 0.05rem;
  font-size: 2.6vw;
  width: 120%;
}
.c02 .left p {
  font-size: 1.3vw;
  line-height: 208%;
  width: 150%;
}
.c02 .right {
  background: url(./assets/img/iso-cloud.png) no-repeat center center;
  width: 67%;
  padding-bottom: 37.5%;
  height: 0;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -5.5%;
  margin-right: 0.5%;
}
.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(./assets/img/iso-remote.png) no-repeat center top;
  width: 81%;
  padding-bottom: 44.8%;
  height: 0;
  background-size: cover;
}
#function {
  background: #f3f5f7;
  text-align: center;
  padding-top: 9vw;
  padding-bottom: 3.8vw;
}
#function h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
  letter-spacing: 0.15rem;
}
#function > p {
  font-size: 1.3vw;
  letter-spacing: 0.1rem;
  line-height: 200%;
  margin-bottom: 42px;
}
#function .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;
}
#function .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;
}
#function .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;
}
#function .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%;
}
#function .cs_list > ul li:nth-child(2) header {
  background: rgba(1, 4, 136, 0.9);
}
#function .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%;
}
#function .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;
}
#function .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;
}
#function .alert {
  margin-bottom: 20px;
  margin-top: 16px;
}
#function .alert a {
  text-decoration: underline;
  color: rgba(1, 4, 136, 0.9);
  font-weight: normal;
}
#function .alert a:hover {
  text-decoration: none;
  color: #01c864;
  font-weight: normal;
}
#function .cs_list:before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#function .cs_list:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}
#function .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);
}
#function .cs_list a .img {
  width: 40%;
  padding-bottom: 40%;
  height: 0;
  margin-bottom: 10px;
}
#function .cs_list a.digital .img {
  background: url(./assets/img/digital.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.remote .img {
  background: url(./assets/img/remote.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.excel .img {
  background: url(./assets/img/excel.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.html .img {
  background: url(./assets/img/html.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.office .img {
  background: url(./assets/img/office.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.data .img {
  background: url(./assets/img/data.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.system .img {
  background: url(./assets/img/system.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.growth .img {
  background: url(./assets/img/growth.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a.ec .img {
  background: url(./assets/img/ec.png) no-repeat center center;
  background-size: contain;
}
#function .cs_list a h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 13px;
}
#function .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;
}
#function .cs_list a ul li {
  font-size: 12px;
  line-height: 170%;
}
/***************クイズ***************/
/*#quiz {
  text-align: center;
  padding-top: 9vw;
  padding-bottom: 3.8vw;
}
#quiz h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
  letter-spacing: 0.15rem;
}
#quiz > p {
  font-size: 1.3vw;
  letter-spacing: 0.1rem;
  line-height: 200%;
  margin-bottom: 42px;
}
.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;
}
.quiz_wrap > header {
  background: rgba(1, 4, 136, 0.9);
  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(./assets/img/arw_three.png) no-repeat center center;
  background-size: contain;
}
.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: none !important;
  border-radius: 10px !important;
  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: rgba(1, 4, 136, 0.9);
}
.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 rgba(1, 4, 136, 0.9);
}
.card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  margin: 16px 0;
}
.card p {
  text-align: left;
}
.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: rgba(1, 4, 136, 0.9);
  color: #fff !important;
}
.card .btn.yes:after {
  width: 22px;
  height: 22px;
  content: "";
  background: url(./assets/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);
}
.card .btn.no:after {
  width: 20px;
  height: 20px;
  content: "";
  background: url(./assets/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);
}
.card .btn.yes.open:after {
  width: 22px;
  height: 22px;
  content: "";
  background: url(./assets/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(./assets/img/wrong.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 14px;
  opacity: 1;
}
.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(./assets/img/correct.png) no-repeat center center;
  background-size: contain;
}
.answer.wrong .icn {
  width: 70px;
  height: 0;
  padding-bottom: 70px;
  background: url(./assets/img/wrong.png) no-repeat center center;
  background-size: contain;
}
.cvarea {
  margin-top: 70px;
}
.cvarea.top {
  margin-top: 0;
  background: #f3f5f7;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 100px;
}
.cvarea .wrap {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border: 5px solid rgba(1, 4, 136, 0.9);
  border-radius: 10px;
  padding: 70px 0 75px;
  background: #fff;
}
/*
.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%;
}
.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: rgba(1, 4, 136, 0.9);
  border-radius: 0.7vw;
  border: 0.22vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px rgba(1, 4, 136, 0.9);
  box-shadow: 5px 7px 24px -7px rgba(1, 4, 136, 0.9);
  -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);
}
.cvarea .wrap .btn a:last-child {
  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: rgba(1, 4, 136, 0.9);
  background: #ffffff;
  border-radius: 0.63vw;
  border: 0.22vw solid rgba(1, 4, 136, 0.9);
  -webkit-box-shadow: 5px 7px 24px -7px rgba(1, 4, 136, 0.60);
  box-shadow: 5px 7px 24px -7px rgba(1, 4, 136, 0.60);
  -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);
}
.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 > 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: rgba(1, 4, 136, 0.9);
  width: 0px;
  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 > div .top h5 {
  font-size: 1.23vw;
  font-weight: normal;
  line-height: 169%;
}
#price > div .top h5 span {
  text-decoration: underline;
  color: rgba(1, 4, 136, 0.9);
  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 > 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: rgba(1, 4, 136, 0.9);
  background: #ffffff;
  border-radius: 7px;
  border: 1px solid rgba(1, 4, 136, 0.9);
  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: rgba(1, 4, 136, 0.9);
  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: rgba(1, 4, 136, 0.9);
  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: rgba(1, 4, 136, 0.9);
}
#price ul li .comp .right span {
  color: #8a8e93;
  font-size: 136%;
  line-height: 100%;
}
#price table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto 40px auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
}
#price table tr {
  border-bottom: solid 2px white;
  font-size: 1.2vw;
}
#price table tr:last-child {
  border-bottom: none;
}
#price table th {
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#price table .thead th {
  background-color: #5fa2af;
  font-weight: bold;
  font-size: 1.3vw;
}
#price table th:not(.table-hd):after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#price table td {
  text-align: left;
  /*width: 70%;*/
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#price div p {
  font-size: 0.9vw;
}
#faq {
  background: #f3f5f7 url(./assets/img/faq.png) no-repeat top right 9%;
  background-size: 38%;
  padding-bottom: 80px;
  margin-bottom: 120px;
  margin-top: 120px;
}
#faq .wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 114px;
}
#faq .wrap h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}
#faq .wrap > p {
  font-size: 1.3vw;
  line-height: 190%;
  margin-bottom: 52px;
}
#faq .wrap ul li {
  margin-bottom: 40px;
}
#faq .wrap ul li h3 {
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: 17px;
}
#faq .wrap ul li h3 span {
  color: rgba(1, 4, 136, 0.9);
  font-size: 114%;
}
#faq .wrap ul li p {
  font-size: 1.3vw;
  line-height: 190%;
}
footer {
  border-top: 1px solid #a5aaaa;
}
footer .wrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#profile {
  padding: 63px 0 0 0;
}
#profile h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
  text-align: center;
}
#profile table {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 40px auto;
}
#profile table thead th, #profile table tbody th, #profile table tbody td {
  padding: .6em 3em;
  border-bottom: 1px solid #aaa;
}
#profile table thead th {
  background-color: #ddd;
}
#profile table tbody th {
  background-color: #eee;
}
#profile table thead th + th, #profile table tbody td {
  border-left: 1px solid #aaa;
}
#profile table tbody tr:last-child th, #profile table tbody tr:last-child td {
  border-bottom: none;
}
footer .wrap h2 {
  background: url("./assets/img/logo-isonavi2.png") no-repeat center left;
  width: 23%;
  padding-bottom: 7%;
  height: 0;
  margin-right: auto;
  margin-top: -18px;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
footer .wrap dl {
  margin-right: 60px;
}
footer .wrap dl:nth-child(3n) {
  margin-right: 30px;
}
footer .wrap dl:last-child {
  margin-right: 40px;
}
footer .wrap dl dt {
  font-weight: bold;
  margin-bottom: 26px;
}
footer .wrap dl dd a {
  font-size: 14px;
  color: #000;
  -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 p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #a5aaaa;
  padding: 100px 0;
}
/****************COURSE****************/
#function_detail #quiz {
  margin-top: 0;
}
#function_detail #head {
  margin-top: 70px;
}
#function_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;
}
#function_detail.digitalskill_detail #head h1 .icon {
  background: url(./assets/img/digital.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.excel_detail #head h1 .icon {
  background: url(./assets/img/excel.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.growthhacker_detail #head h1 .icon {
  background: url(./assets/img/growth.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.ec_detail #head h1 .icon {
  background: url(./assets/img/ec.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.officework_detail #head h1 .icon {
  background: url(./assets/img/office.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.html_detail #head h1 .icon {
  background: url(./assets/img/html.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.system_detail #head h1 .icon {
  background: url(./assets/img/system.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.data_detail #head h1 .icon {
  background: url(./assets/img/data.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail.remote_detail #head h1 .icon {
  background: url(./assets/img/remote.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-top: 6px;
}
#function_detail #head h2 {
  font-size: 16px;
  text-align: center;
  line-height: 190%;
  font-weight: 500;
  margin-top: 32px;
}
#function_detail #head a {
  width: 410px;
  height: 54px;
  background: rgba(1, 4, 136, 0.9);
  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);
}
#function_detail #detail {
  background: #f3f5f7;
  width: 80%;
  border-radius: 10px;
  margin: 70px auto 60px;
  padding: 65px 75px 55px;
}
#function_detail #detail .target {
  background: #fff;
  border-radius: 5px;
  padding: 32px 40px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#function_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;
}
#function_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;
}
#function_detail #detail .target p:before {
  content: "";
  height: 90%;
  width: 1px;
  background: #ddd;
  display: block;
  position: inherit;
  margin-right: 7%;
}
#function_detail #detail .contents {
  margin-top: 40px;
}
#function_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;
}
#function_detail #detail .contents header:before {
  display: block;
  content: "";
  height: 1px;
  width: 38%;
  background: #c6c8cf;
}
#function_detail #detail .contents header:after {
  display: block;
  content: "";
  height: 1px;
  width: 38%;
  background: #c6c8cf;
}
#function_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;
}
#function_detail #detail .contents ul li {
  width: 30%;
  margin-right: 5%;
  font-size: 14px;
  margin-bottom: 10px;
}
#function_detail #detail .contents ul li span {
  color: rgba(1, 4, 136, 0.9);
  font-size: 94%;
  margin-right: 2px;
}
#function_detail #detail .contents ul li:nth-child(3n) {
  margin-right: 0;
}
#form h1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
#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: rgba(1, 4, 136, 0.9);
  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 h1 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
  line-height: 190%;
}
#thanks .thanks a span {
  font-size: 110%;
  color: #fff;
  font-weight: 400;
  display: contents;
}
.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;
}
@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;
  }*/
  #function .cs_list a:hover {
    -webkit-box-shadow: 0px 20px 25px #232c381f;
    box-shadow: 0px 20px 25px #232c381f;
  }
  /*  .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: rgba(1, 4, 136, 0.9);
    color: #fff;
    -webkit-box-shadow: 0px 5px 14px rgba(1, 4, 136, 0.9)69;
    box-shadow: 0px 5px 14px rgba(1, 4, 136, 0.9)69;
  }
  .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: rgba(1, 4, 136, 0.9);
  }
  .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 rgba(1, 4, 136, 0.9);
    box-shadow: 0px 8px 20px rgba(1, 4, 136, 0.9);
    -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);
  }
  #function_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) {
  .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;
  }
  .header-top {
    position: absolute;
    background: url("./assets/img/logo-isonavi.png") no-repeat bottom left;
    width: 34%;
    padding-bottom: 11%;
    height: 0;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .mv {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20vw 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;
  }
  .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("./assets/img/logo-isonavi2-old.png") no-repeat center left;
    width: 20%;
    padding-bottom: 21%;
    height: 0;
    margin-top: 0;
    background-size: contain;
  }
  .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 .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("./assets/img/img-top.png") no-repeat center center;
    width: 100%;
    padding-bottom: 96%;
    background-size: 95vw;
    margin-top: 3vw;
    -webkit-animation: unset;
    animation: unset;
  }
  .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(./assets/img/clients.png);
    -webkit-animation: clientsSlideSp 22s infinite linear;
    animation: clientsSlideSp 22s infinite linear;
    opacity: 1;
  }
  /*  @-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("./assets/img/img-touble1.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%;
  }
  .problem ul li:nth-child(2) {
    width: 100%;
    border-radius: 18px;
    background: url("./assets/img/img-touble2.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%;
  }
  .problem ul li:last-child {
    width: 100%;
    border-radius: 18px;
    background: url("./assets/img/img-touble3.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;
  }
  .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;
  }
  .solution_title {
    margin-top: 19vw;
  }
  .solution_title img {
    width: 66%;
    margin: 0 0 20px 0;
  }
  .c01,
  .c04 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -25vw 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;
  }
  .c01 .right,
  .c04 .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 h2
  .c04 .right h2 {
    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;
    padding: 20px 0 0 0;
  }
  .c01 .right .sp_img {
    background: url("./assets/img/iso-method.png") no-repeat center bottom;
    width: 100%;
    padding-bottom: 90%;
    height: 0;
    background-size: 120vw;
  }
  .c04 .right .sp_img {
    background: url("./assets/img/iso-paperless.png") no-repeat center bottom;
    width: 100%;
    padding-bottom: 90%;
    height: 0;
    background-size: 120vw;
  }

  .c01 .right p,
  .c04 .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;
  }
  .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 h2 {
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  .c02 .sp_img {
    background: url("./assets/img/iso-cloud.png") no-repeat center center;
    width: 200vw;
    padding-bottom: 112vw;
    height: 0;
    background-size: 120vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: -1;
    margin-top: -11vw;
    margin-bottom: -15vw;
  }
  .c02 .left p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin-top: 0;
    letter-spacing: 0.02rem;
    width: 82%;
  }
  .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("./assets/img/iso-remote.png") no-repeat center bottom;
    width: 100%;
    padding-bottom: 83%;
    height: 0;
    background-size: 120vw;
  }
  #function {
    background: #f3f5f7;
    text-align: center;
    padding-top: 14%;
    padding-bottom: 8%;
  }
  #function h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  #function p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
  }
  #function .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;
  }
  #function .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;
  }
  #function .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%;
  }
  #function .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%;
  }
  #function .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%;
  }
  #function .alert {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
  }
  #function .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;
  }
  #function .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%;
  }
  #function .cs_list a.add {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #function .cs_list a h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 13px;
    letter-spacing: -0.03rem;
  }
  #function .cs_list a ul li {
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0rem;
  }
  .cvarea {
    margin-top: 35px;
  }
  .cvarea.top {
    padding-top: 7%;
    padding-bottom: 20%;
  }
  .cvarea .wrap {
    width: 84%;
    margin: 0 auto;
    text-align: center;
    border: 3px solid rgba(1, 4, 136, 0.9);
    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: 80%;
  }
  .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;
  }
  .cvarea .wrap .btn a:first-child {
    width: 80%;
    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: rgba(1, 4, 136, 0.9);
    border-radius: 6px;
  }
  .cvarea .wrap .btn a:last-child {
    width: 80%;
    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: rgba(1, 4, 136, 0.9);
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid rgba(1, 4, 136, 0.9);
  }
  .cvarea .wrap .btn span {
    display: block;
    margin: 11px 0;
    font-size: 22px;
    font-weight: bold;
    color: rgba(1, 4, 136, 0.9);
  }
  #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: rgba(1, 4, 136, 0.9);
    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 > div .top h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    margin-top: 3%;
  }
  #price > div .top h5 span {
    text-decoration: underline;
    color: rgba(1, 4, 136, 0.9);
    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 > 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: rgba(1, 4, 136, 0.9);
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid rgba(1, 4, 136, 0.9);
    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: rgba(1, 4, 136, 0.9);
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin-bottom: 11%;
  }
  #price ul li > span {
    background: #f0f8f1;
    color: rgba(1, 4, 136, 0.9);
    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%;
  }
  #price table tr {
    font-size: 3.0vw;
  }
  #faq {
    background: #f3f5f7 url(./assets/img/faq.png) no-repeat top right -7%;
    background-size: 50%;
    padding-bottom: 8%;
    margin-bottom: 15%;
    margin-top: 0;
  }
  #faq .wrap {
    width: 84%;
    margin: 0 auto;
    padding-top: 14%;
  }
  #faq .wrap h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  #faq .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;
  }
  #faq .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);
  }
  #faq .wrap ul li h3 {
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 3.5%;
    letter-spacing: 0.02rem;
    text-align: justify;
  }
  #faq .wrap ul li p {
    font-size: 3.6vw;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.02rem;
  }
  #faq .wrap ul li p a {
    color: rgba(1, 4, 136, 0.9);
    text-decoration: underline;
  }
  #profile {
    margin: 0;
  }
  #profile h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  #profile tr {
    font-size: 3.0vw;
  }
  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;
  }
  footer .wrap h2 {
    background: url("./assets/img/logo-isonavi2-old.png") no-repeat center left;
    width: 60%;
    padding-bottom: 17%;
    height: 0;
    margin-right: auto;
    margin-top: 0;
    background-size: contain;
    margin-bottom: 15%;
  }
  footer .wrap dl {
    margin-right: 13%;
  }
  footer .wrap dl:nth-child(3n) {
    margin-right: 0;
  }
  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(./assets/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(./assets/img/close.png) center center / cover no-repeat;
  }
/*  #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: rgba(1, 4, 136, 0.9);
    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: rgba(1, 4, 136, 0.9) 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;
  }
  #function_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*****************/
  #function_detail .toplogo, #form .toplogo, #thanks .toplogo {
    position: absolute;
    left: 32%;
    top: unset;
    z-index: 999;
    background: url(./assets/img/logo.png) no-repeat center bottom;
    width: 34%;
    padding-bottom: 16.5%;
    height: 0;
    margin-top: 0;
    background-size: contain;
  }
  #function_detail #head {
    margin-top: 10%;
  }
  #function_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;
  }
  #function_detail.digitalskill_detail #head h1 .icon {
    background: url(./assets/img/digital.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.excel_detail #head h1 .icon {
    background: url(./assets/img/excel.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.growthhacker_detail #head h1 .icon {
    background: url(./assets/img/growth.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.ec_detail #head h1 .icon {
    background: url(./assets/img/ec.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.officework_detail #head h1 .icon {
    background: url(./assets/img/office.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.html_detail #head h1 .icon {
    background: url(./assets/img/html.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.system_detail #head h1 .icon {
    background: url(./assets/img/system.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.data_detail #head h1 .icon {
    background: url(./assets/img/data.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail.remote_detail #head h1 .icon {
    background: url(./assets/img/remote.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }
  #function_detail #head h2 {
    font-size: 14px;
    text-align: left;
    line-height: 180%;
    font-weight: 500;
    width: 84%;
    margin: 0 auto;
    margin-top: 6%;
  }
  #function_detail #head a {
    width: 84%;
    height: 50px;
    background: rgba(1, 4, 136, 0.9);
    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;
  }
  #function_detail #detail {
    background: #f3f5f7;
    width: 84%;
    border-radius: 10px;
    margin: 11% auto;
    padding: 7% 7% 5% 7%;
  }
  #function_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;
  }
  #function_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;
  }
  #function_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;
  }
  #function_detail #detail .target p:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd;
    display: block;
    position: inherit;
    margin-right: 0;
    margin: 14px 0 17px;
  }
  #function_detail #detail .contents {
    margin-top: 12%;
  }
  #function_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;
  }
  #function_detail #detail .contents header:before {
    display: block;
    content: "";
    height: 1px;
    width: 20%;
    background: #c6c8cf;
  }
  #function_detail #detail .contents header:after {
    display: block;
    content: "";
    height: 1px;
    width: 20%;
    background: #c6c8cf;
  }
  #function_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%;
  }
  #function_detail #detail .contents ul li {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 9px;
  }
  #function_detail #detail .contents ul li span {
    color: rgba(1, 4, 136, 0.9);
    font-size: 94%;
    margin-right: 3px;
  }
  #form h1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11%;
    margin-bottom: 7%;
  }
  #form .container {
    margin-bottom: 0%;
  }
  #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: 50vh;
    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;
  }
  #thanks .thanks div {
    font-size: 32px;
    font-weight: 800;
    color: #1bbb6d;
    margin-top: 0;
  }
  #thanks .thanks h1 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5%;
    text-align: center;
    line-height: 190%;
  }
  #thanks .thanks a {
    width: 64%;
    height: 50px;
    background: rgba(1, 4, 136, 0.9);
    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);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1acc8d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2be4a2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back a:hover {
  color: #34e5a6;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  /*z-index: 997;*/
  transition: all 0.5s;
  background: rgba(1, 4, 136, 0.9);
  height: 80px
}
/*#header.header-transparent {
  background: transparent;
	background-color: rgba(1, 4, 136, 0.9);
}*/
#header.header-scrolled {
  background: rgba(1, 4, 136, 0.9);
  height: 60px;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  /*font-weight: 500;*/
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #1acc8d;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 50px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #01036f;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1acc8d;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 3, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li > a:before {
  left: 20px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0205a1;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3f43fd;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1acc8d;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# PrivacyPolicy Terms
--------------------------------------------------------------*/
.terms {
  margin: 10vw auto 0 auto;
  width: 80%;
  font-size: 14px;
}
.terms h1, #contacts h1 {
  font-size: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vw;
}
.terms h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.terms h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.terms p {
  font-size: 16px;
  line-height: 190%;
  margin-bottom: 10px;
}
.terms ul li {
  margin: 0 0 10px 40px;
  padding-left: 0px;
  list-style-type: disc;
}
.terms ol li {
  margin: 0 0 10px 40px;
  padding-left: 0px;
  list-style-type: decimal;
}
.terms ol.brackets li {
  margin: 0 0 10px 40px;
  padding-left: 30px;
  list-style-type: none;
  counter-increment:cnt;
}
.terms ol.brackets li::before  {
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2em;
	width: 2em;
}
@media only screen and (max-width: 768px) {
  .terms {
    margin: 30vw auto 0 auto;
    width: 90%;
  }
  .terms h1 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/

#contacts .col-md-6 {
  margin: 0px auto 100px auto;
}
#contacts .form-group {
  margin: 0 10px 30px 10px;
}
#contacts label {
  margin: 0 0 5px 0;
}
#contacts .error_m {
  font-size: 12px;
  color: red;
}
.form-box textarea {
  min-height: calc(6.5em + 1.75rem + 2px) !important;
}
#contacts .form-check-input,
#contacts .form-check-box,
#contacts .radio{
  margin: 5px 0 0 1em;
  line-height: 1.0em;
}
#contacts a {
  color: #0000EE !important;
}
#contacts a:hover {
  color: #FF0000 !important;
}
#contacts h2 {
  font-size: 1.2em;
  margin: 10px 20px 20px 0px;
  border-bottom: solid 1px #4F4F4F;
}
#contacts h3 {
  font-size: 1.6em;
}
#contacts p {
  font-size: 1.2em !important;
  margin: 10px 20px 20px 20px;
}
#contacts p.red {
  color: red;
}


.required-srt {
  font-size: 0.7em;
  padding: 1px 2px;
  margin-left: 10px;
  background: #e4002b;
  color: #ffffff;
}

#index h1:first-child{
	display:none;
}

#index .terms {
    all: unset!important; /* すべてのスタイルをリセット */
}

#top h1 {
	margin:0 !important;
}



/*--------------------------------------------------------------
# 投稿一覧ページ
--------------------------------------------------------------*/
.release-subcat-nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 20px 0;
  flex-wrap: wrap;
}

.release-subcat-nav li a {
  text-decoration: none;
  padding: 6px 12px;
  background: #f0f0f0;
  color: #333;
  border-radius: 4px;
}

.release-subcat-nav li a.active {
  background: #1acc8d;
  color: white;
  font-weight: bold;
}

.release-subcat-nav li, .release-list li{
	list-style:none !important;
}

.release-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.release-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.release-date {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.release-label {
  display: inline-block;
  background: #eee;
  color: #333;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 10px;
}

.release-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 5px;
  text-decoration: none;
}

.release-title:hover {
  text-decoration: underline;
}

.release-excerpt {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 6px 12px;
  margin: 2px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}

.pagination .current {
  background: #1acc8d;
  color: white;
}

.filter-buttons {
  margin-bottom: 20px;
}
.filter-buttons a {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 4px;
  background: #eee;
  margin-right: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.filter-buttons a.active {
  background: #00aa66;
  color: #fff;
}
.maintenance_head {
	text-align:center;
	margin:0 0 100px 0;
}


/* 投稿ページ */
section#the_permalink {
    margin: 0 0 100px 0;
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-categories .category-button {
  display: inline-block;
  padding: 6px 12px;
  background-color: #eee;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.post-categories .category-button:hover {
  background-color: #0073aa;
  color: white;
}




/*--------------------------------------------------------------
# footer=menu
--------------------------------------------------------------*/
/* フッターナビ全体 */
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

/* 各カラム */
.footer-nav > li.menu-item-has-children {
  width: 200px;
}

/* 見出し（親メニュー） */
.footer-nav > li.menu-item-has-children > a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
	pointer-events: none;/* クリック（リンク）無効 */
}

/* 子メニューリスト */
.footer-nav .sub-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* 子メニュー項目 */
.footer-nav .sub-menu li {
  margin-bottom: 6px;
}

/* 子メニューリンク */
.footer-nav .sub-menu li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-nav .sub-menu li a:hover {
  text-decoration: underline;
}

/* クリック（リンク）無効 */
#menu-navbar > li.menu-item-has-children > a,
.footer-nav  > li.menu-item-has-children > a {
	pointer-events: none;
}


