@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     index


============================================================================= */
.mv {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.mv:before, .mv:after {
  bottom: 0;
  content: "";
  height: calc(100% - 200px);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -2;
}

.mv:before {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#80d2dc), color-stop(47%, #c3e9ee), color-stop(82%, #eef9fa), to(#fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #80d2dc 0%, #c3e9ee 47%, #eef9fa 82%, #fff 100%) 0% 0% no-repeat padding-box;
}

.mv:after {
  background: repeating-linear-gradient(-45deg, #fff, #fff 10px, transparent 10px, transparent 20px);
  opacity: 0.2;
}

.mv .inner {
  max-width: 1280px;
}

.mv-headbox {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 0px 0 60px;
  position: relative;
}

.mv-headbox:before {
  background: #00a6ba;
  -webkit-clip-path: polygon(100% 0, 100% 30%, 50% 100%, 0 30%, 0 0);
          clip-path: polygon(100% 0, 100% 30%, 50% 100%, 0 30%, 0 0);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120vw;
  z-index: -1;
}

.mv-ttlbox {
  margin-top: 40px;
}

.mv-img {
  margin: -130px auto 0;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.mv-span {
  background: #fff000;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px #23181533;
          box-shadow: 2px 2px 2px #23181533;
  color: #00a6ba;
  display: inline-block;
  font-size: clamp(1.9rem, calc(1.7rem + (0.625vw * 1)), 2.9rem);
  font-weight: bold;
  margin-top: 10px;
  padding: 0.15em;
  position: relative;
}

.mv-span:after {
  background: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
}

.mv-ttl-span {
  color: #ff0;
  display: inline-block;
  font-size: clamp(3.1rem, calc(2.9rem + (0.625vw * 1)), 4.1rem);
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}

.mv-ttl-span:before {
  background: transparent url(../asset/images/top/mv/mv-deco01.svg) no-repeat top center/contain;
  content: "";
  height: 120px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
}

.mv-ttl-span:after {
  background: transparent url(../asset/images/top/mv/mv-deco02.svg) no-repeat top center/contain;
  content: "";
  height: 120px;
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
}

.mv-ttl-span > .big {
  font-size: clamp(5.4rem, calc(5.2rem + (0.625vw * 1)), 6.4rem);
}

.mv-ttl-span > .big > .ball {
  background-image: radial-gradient(circle at center, #ff0 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.2em;
  position: relative;
  /* 縦方向の位置調整 */
}

.mv-ttl-img {
  left: calc(100% + 20px);
  max-width: 200px;
  position: absolute;
  position: absolute;
  top: 0;
  width: 100%;
}

.mv-ttl {
  color: #fff;
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
}

.mv-ttl .middle {
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
}

.mv-ttl .big {
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
}

.mv-it {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fbf7c8;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  margin-top: 6px;
  padding: 2px 8px;
  position: relative;
}

.mv-it span {
  color: #f7931e;
  font-size: 130%;
}

.mv-it-ttl {
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
}

.mv-it-txt {
  border-top: 2px solid #f7931e;
  font-size: clamp(1rem, calc(0.8rem + (0.625vw * 1)), 2rem);
}

.mv-txtboxes {
  gap: 60px;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -60px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

.mv-txtboxes:before {
  background: #00a6ba;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

.mv-figures {
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv-figure {
  max-width: 50%;
  width: calc(50% - 5px);
}

.mv-figure._two {
  margin-left: auto;
}

.mv-figure._two img {
  width: 95%;
}

.mv-figure img {
  width: 100%;
}

.mv-txtbox {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  font-weight: bold;
  position: relative;
  text-align: left;
  z-index: 2;
}

.mv-txtbox p {
  border-bottom: 1px solid #fff;
}

.mv-txtbox p span > .br {
  color: #ff0;
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
}

.mv-demo {
  margin-top: -35px;
  position: relative;
  text-align: center;
  z-index: 2;
  /*   display: flex;
  flex-direction: column; */
}

.mv-deco-txt {
  background: #ff0;
  border: 2px solid #00a6ba;
  -webkit-box-shadow: 0.95px 0.95px 0.95px #2318154d;
          box-shadow: 0.95px 0.95px 0.95px #2318154d;
  color: #00a6ba;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 3px 32px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.mv-deco-txt:before, .mv-deco-txt:after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

.mv-deco-txt:before {
  background: #00a6ba;
  top: calc(100% + 2px);
}

.mv-deco-txt:after {
  background: #ff0;
  top: calc(100% - 1px);
}

.mv-decolist {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  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: nowrap;
      flex-wrap: nowrap;
  height: calc(100% - 35px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6px;
  padding: 26px 20px 20px;
}

.mv-decoitem {
  height: 100%;
  min-width: 220px;
  width: calc(50% - 8px);
}

.mv-decolink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #80d2dc;
  background: #80d2dc;
  border: 2px solid #00a6ba;
  border-radius: 10px;
  color: #fff;
  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: nowrap;
      flex-wrap: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.mv-decolink:hover {
  background: #fff;
  color: #80d2dc;
}

.mv-decolink span {
  border-right: 2px solid #00a6ba;
  border-top: 2px solid #00a6ba;
  color: #00a6ba;
  height: 8px;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 8px;
}

.mv-imgpicture-txt {
  background: #fff000;
  -webkit-box-shadow: 2px 2px 2px #23181533;
          box-shadow: 2px 2px 2px #23181533;
  color: #00a5b9;
  display: none;
  font-size: clamp(1.6rem, 4.8vw, 5rem);
  font-weight: bold;
  left: calc(50% + 20vw);
  padding: 0px 16px;
  position: absolute;
  text-align: center;
  top: calc(50% + 10vw);
  -webkit-transform: translate(-50%, -50%) matrix(0.96, -0.28, 0.28, 0.96, 0, 0);
          transform: translate(-50%, -50%) matrix(0.96, -0.28, 0.28, 0.96, 0, 0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mv-imgpicture-txt span {
  font-size: 80%;
}

/* =============================================================================


     warry


============================================================================= */
.warry-head {
  background: #ff0;
  -webkit-box-shadow: 3px 3px 3px #23181533;
          box-shadow: 3px 3px 3px #23181533;
  color: #666;
  -webkit-filter: drop-shadow(3px 3px 3px #23181533);
          filter: drop-shadow(3px 3px 3px #23181533);
  font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  font-weight: bold;
  letter-spacing: 6px;
  padding: 0.25em 0;
  position: relative;
  text-align: center;
  z-index: 3;
}

.warry-head span {
  font-size: 125%;
}

.warry-head:before {
  background: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
}

.warry-list {
  gap: 20px;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  grid-row: span 3;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: subgrid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  position: relative;
}

.warry-list:before {
  background: #d4f0f3;
  content: "";
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -2;
}

.warry-item {
  gap: 0;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  position: relative;
}

.warry-arrow {
  /*     clip-path: polygon(10% 60%, 10% 0, 90% 0, 90% 60%, 100% 60%, 50% 100%, 0 60%);
         background: transparent linear-gradient(0deg, #bfe9ee 0%, #8dd7e0 18%, #5bc5d2 38%, #33b8c8 56%, #17aec0 74%, #06a8bb 89%, #00a6ba 100%) 0% 0% no-repeat padding-box; */
  -webkit-filter: drop-shadow(3px 3px 3px #23181533);
          filter: drop-shadow(3px 3px 3px #23181533);
  height: 100%;
  padding: 40px 0 60px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.warry-arrow:before {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#bfe9ee), color-stop(18%, #8dd7e0), color-stop(38%, #5bc5d2), color-stop(56%, #33b8c8), color-stop(74%, #17aec0), color-stop(89%, #06a8bb), to(#00a6ba)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #bfe9ee 0%, #8dd7e0 18%, #5bc5d2 38%, #33b8c8 56%, #17aec0 74%, #06a8bb 89%, #00a6ba 100%) 0% 0% no-repeat padding-box;
  -webkit-clip-path: polygon(5% 75%, 5% 0, 95% 0, 95% 75%, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(5% 75%, 5% 0, 95% 0, 95% 75%, 100% 75%, 50% 100%, 0 75%);
  content: "";
  /*       background: #d4f0f3; */
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.warry-arrows {
  position: relative;
  z-index: 2;
}

.warry-item:nth-of-type(1) .warry-arrows::after {
  background: #fff;
  content: "";
  height: 75%;
  left: -5vw;
  position: absolute;
  top: 0;
  width: 100%;
  width: 100vw;
}

.warry-numbers {
  background: #ff0;
  border-radius: 50%;
  font-weight: bold;
  margin: auto;
  margin-bottom: 5%;
  position: relative;
  width: 85px;
}

.warry-numbers:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の%に固定 */
}

.warry-numbers:after {
  background: inherit;
  border-radius: 45%;
  bottom: -15%;
  content: "";
  height: 30%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20%;
  z-index: 1;
}

.warry-number {
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f7931e;
  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: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.warry-number span {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  font-weight: bold;
}

.warry-txt {
  color: #fff;
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  font-weight: bold;
  position: relative;
  text-align: center;
}

.warry-content {
  background: #fff;
  border-radius: 30px;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  margin: 0px;
  margin-top: -20px;
  padding: 50px 14px 16px;
  position: relative;
}

.warry-span {
  background: #f7931e;
  border-radius: 10px;
  color: #ff0;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  left: -20px;
  padding: 2px 10px;
  position: relative;
  position: absolute;
  top: 10px;
  -webkit-transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
          transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
  z-index: 3;
}

.warry-span:before {
  background: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
}

.warry-content-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #00a6ba;
  color: #00a6ba;
  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: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  padding-bottom: 1em;
  text-align: center;
}

.warry-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00a6ba;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: calc(-95px / 2);
  color: #ff0;
  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: nowrap;
      flex-wrap: nowrap;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1.4;
  position: relative;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 95px;
  z-index: 2;
}

.warry-link:hover {
  background: #ff0;
  color: #00a6ba;
}

.warry-link:hover:after {
  background: #00a6ba;
}

.warry-link:after {
  background: #ff0;
  bottom: 10%;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 10px;
}

.warry-link:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の%に固定 */
}

.warry-content-deco {
  margin: 10px auto 0;
  max-width: 230px;
  text-align: center;
  width: 100%;
}

.warry-content-deco img {
  margin: auto;
  width: 70%;
}

.warry-content-deco._thrr img {
  width: 100%;
}

.warry-content-img {
  margin: 10px auto 0;
  max-width: 80%;
  width: 100%;
}

/* =============================================================================


     system


============================================================================= */
.system {
  padding-bottom: 80px;
  position: relative;
}

.system:before, .system:after {
  content: "";
  height: calc(100% + 80px);
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.system:before {
  background: #00a6ba;
}

.system:after {
  background: repeating-linear-gradient(-45deg, #fff, #fff 10px, transparent 10px, transparent 20px);
  opacity: 0.2;
}

.system-contents {
  position: relative;
  z-index: 1;
}

.system-content {
  border-radius: 30px;
  padding: 100px 100px 25px;
  position: relative;
  z-index: 1;
}

.system-content:before, .system-content:after {
  background: #fff;
  border-radius: inherit;
  content: "";
  height: calc(100% - 200px);
  left: 50%;
  position: absolute;
  top: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.system-content:before {
  background: #068696;
  left: calc(50% + 5px);
  top: 205px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.system-content:after {
  background: #fff;
  left: 50%;
  top: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.system-ttlbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  position: relative;
}

.system-ttlbox:before {
  background: #fff;
  -webkit-clip-path: ellipse(45% 100% at 50% 100%);
          clip-path: ellipse(45% 100% at 50% 100%);
  content: "";
  height: 180px;
  left: 50%;
  position: absolute;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  z-index: -1;
}

.system-ttl-icon {
  width: 138px;
}

.system-ttl-num {
  color: #faed00;
  font-size: clamp(4.2rem, calc(4rem + (0.625vw * 1)), 5.2rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 #00a5b9, -1px -1px 0 #00a5b9, 1px -1px 0 #00a5b9, -1px 1px 0 #00a5b9, 1px 1px 0 #00a5b9;
}

.system-ttl {
  color: #00a6ba;
  font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  font-weight: bold;
  line-height: 1.3;
}

.system-head {
  color: #00a6ba;
  font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
}

.system-head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ff0));
  background: linear-gradient(transparent 60%, #ff0 40%);
}

.function-list {
  display: grid;
  margin-top: 20px;
  width: 100%;
}

.function-list._edu {
  grid-template-columns: repeat(4, 1fr);
}

.function-list._manage {
  gap: 0 120px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.function-list._manage:after {
  border-right: 1px dotted #00a6ba;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
}

.function-item._edu {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 0 16px;
}

.function-item._edu:not(:nth-last-of-type(1)) {
  border-right: 1px dotted #00a6ba;
}

.function-item._manage {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 0 20px;
}

.function-num {
  color: #ccedf1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(10.9rem, calc(10.7rem + (0.625vw * 1)), 11.9rem);
  font-weight: bold;
  left: 0%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.function-img._manage {
  border: 4px solid #00a6ba;
  padding: 10px;
}

.function-img._manage img {
  width: 100%;
}

.function-ttl {
  color: #00a6ba;
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  font-weight: bold;
  margin: 20px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.function-ttlbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-bottom: 16px;
  position: relative;
}

.edunction-span {
  border: 2px solid #fbb03b;
  border-radius: 13px;
  color: #fbb03b;
  margin-top: 10px;
  padding: 4px 10px;
  text-align: center;
}

.function-icon {
  margin-top: auto;
}

.function-txt {
  color: #00a6ba;
  font-size: 1.8rem;
  margin-top: 40px;
}

.system-btnbox {
  margin: 60px auto 0;
  text-align: center;
}

.system-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00a6ba;
  border: 2px solid #00a6ba;
  border-radius: 30px;
  color: #fff;
  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: nowrap;
      flex-wrap: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 320px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.system-btn:hover {
  background: #fff;
  color: #00a6ba;
}

.system-btn:hover:before {
  border-right: 2px solid #00a6ba;
  border-top: 2px solid #00a6ba;
}

.system-btn:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 8px;
}

/* =============================================================================


     improve


============================================================================= */
.improve {
  background: #e5f6f8;
}

.improve-contents {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}

.improve-content {
  padding: 0 30px;
  width: 50%;
}

.improve-content:nth-of-type(1) {
  border-right: 1px dotted #00a6ba;
}

.improve-head {
  font-size: clamp(2.9rem, calc(2.7rem + (0.625vw * 1)), 3.9rem);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.improve-head span {
  display: block;
  font-size: clamp(1.9rem, calc(1.7rem + (0.625vw * 1)), 2.9rem);
}

.improve-icon {
  height: 190px;
  margin: 20px auto 0;
  width: 170px;
}

.improve-problem {
  background: #fff;
  border-radius: 40px;
  margin-top: 45px;
  padding: 18px 40px;
  position: relative;
}

.improve-problem:before {
  background: inherit;
  bottom: calc(100% - 5px);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}

.improve-problem-ttl {
  border-bottom: 1px solid #00a6ba;
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  font-weight: bold;
}

.improve-problem-ttl span {
  color: #00a6ba;
  display: inline-block;
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  font-weight: bold;
  margin-left: 0.5em;
}

.improve-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  position: relative;
  text-align: center;
  width: 200px;
}

.improve-arrow._big {
  height: 160px;
  width: 540px;
}

.improve-arrow._big:before, .improve-arrow._big:after {
  background: #fff;
}

.improve-arrow._big span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff57f));
  background: linear-gradient(transparent 60%, #fff57f 40%);
  color: #00a6ba;
  font-size: clamp(3rem, calc(2.8rem + (0.625vw * 1)), 4rem);
  height: auto;
  margin-bottom: 1.5em;
  width: auto;
}

.improve-arrow:before {
  background: #00a6ba;
  border-radius: 3px;
  content: "";
  height: 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.improve-arrow span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcee21;
  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: nowrap;
      flex-wrap: nowrap;
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 0.25em;
  width: 100%;
  z-index: 1;
}

.improve-arrow:after {
  background: #00a6ba;
  border-radius: 0px;
  bottom: 1px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  /*     transform: rotate(30deg) skewY(30deg) scaleX(0.86666); */
}

.improve-problem-txt {
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  font-weight: bold;
  padding: 0.25em;
}

.improve-result {
  color: #00a6ba;
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  font-weight: bold;
  padding: 0px 40px;
}

.improve-result span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff57f));
  background: linear-gradient(transparent 60%, #fff57f 40%);
}

/* =============================================================================


     case


============================================================================= */
.case {
  padding: 100px 0;
}

.case-contents {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.case-content {
  text-align: center;
  width: calc(50% - 10px);
  /*   max-width: 600px; */
  width: 100%;
}

.case-content-head {
  color: #00a6ba;
  font-size: clamp(2.9rem, calc(2.7rem + (0.625vw * 1)), 3.9rem);
  font-weight: bold;
  text-align: center;
}

.case-content-list {
  /*   display: inline-block; */
  margin: auto;
  max-width: 1200px;
}

.case-content-item {
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.case-content-img {
  width: 135px;
}

.case-content-txtbox {
  text-align: left;
  width: calc(100% - 160px);
}

.case-content-ttl {
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  font-weight: bold;
  margin-bottom: 0.25em;
}

.case-content-itemhead {
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  padding-left: 1em;
  position: relative;
}

.case-content-itemhead:before {
  background: #00a6ba;
  border-radius: 50%;
  content: "";
  height: 0.75em;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.75em;
}

.case-content-txt {
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  margin-top: 8px;
}

.case-content-itembox + .case-content-itembox {
  margin-top: 20px;
}

.case-content-itembox + .case-content-itembox._other {
  margin-top: 0;
}

.case-videos {
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e5f6f8;
  border-radius: 30px;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 3vw 5vw;
}

.case-videos-txtbox {
  width: 45%;
}

.case-video-head {
  color: #fff;
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
}

.case-video-head span {
  background: #00a6ba;
  line-height: 1.64286;
}

.case-video-txt {
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  margin-top: 1em;
}

.case-video {
  background: #fff;
  border: 2px solid #00a6ba;
  padding: 5px;
  width: 45%;
}

.case-video video {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1208px){
  .mv-headbox:before {
    -webkit-clip-path: polygon(100% 0, 100% calc(30% + 80px), 50% 100%, 0 calc(30% + 80px), 0 0);
            clip-path: polygon(100% 0, 100% calc(30% + 80px), 50% 100%, 0 calc(30% + 80px), 0 0);
  }
  .mv-img {
    margin-top: -12vw;
  }
  .mv-ttl-img {
    width: 180px;
  }
  .mv-txtboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .mv-txtboxes:before {
    background: none;
  }
  .mv-txtbox p span {
    background: #fff;
  }
  .mv-txtbox p {
    border: none;
    color: #00a6ba;
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
    letter-spacing: 2.38px;
    padding: 0.25em;
  }
  .mv-txtbox p span > .br {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ff0));
    background: linear-gradient(transparent 70%, #ff0 30%);
    color: #00a6ba;
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .warry-list {
    gap: 40px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .warry-number span {
    font-size: 3rem;
    line-height: 1;
  }
  .warry-content {
    margin: 0;
    padding: 50px 12px 16px;
  }
  .warry-span {
    font-size: 1.5rem;
  }
  .warry-content-head {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .warry-content-head span {
    font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  }
  .warry-link {
    z-index: 3;
  }
  .system-content {
    padding: 100px 20px 25px;
  }
  .function-list._edu {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .function-list._manage {
    gap: 0px 0px;
    grid-template-columns: repeat(1, 1fr);
  }
  .function-list._manage:after {
    display: none;
  }
  .function-item._edu:not(:nth-last-of-type(1)) {
    border: none;
  }
  .function-item._edu {
    gap: 0;
    padding: 40px 16px;
  }
  .function-item._edu:nth-of-type(n + 3) {
    border-top: 1px dotted #00a6ba;
  }
  .function-item._edu:nth-of-type(2n + 1) {
    border-right: 1px dotted #00a6ba;
  }
  .function-item._manage {
    gap: 20px;
  }
  .function-item._manage:nth-of-type(2) {
    margin-top: 60px;
  }
  .function-num {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .improve-contents {
    padding: 60px 0;
  }
  .improve-content {
    padding: 0 16px;
  }
  .improve-head {
    font-size: clamp(2.5rem, calc(2.3rem + (0.625vw * 1)), 3.5rem);
    letter-spacing: 0;
  }
  .improve-head span {
    display: block;
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .case-content-img {
    width: 120px;
  }
  .case-content-txtbox {
    width: calc(100% - 130px);
  }
  .case-content-ttl {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
}

@media (max-width: 767px){
  .mv-headbox {
    padding-bottom: 60px;
  }
  .mv-ttlbox {
    margin-top: 20px;
  }
  .mv-img {
    margin-top: -7vw;
  }
  .mv-span:after {
    height: 10px;
    width: 20px;
  }
  .mv-span {
    font-size: clamp(1.7rem, calc(1.5rem + (0.625vw * 1)), 2.7rem);
  }
  .mv-ttl-span {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .mv-ttl-span:before {
    height: 60px;
    width: 60px;
  }
  .mv-ttl-span:after {
    height: 60px;
    width: 60px;
  }
  .mv-ttl-span > .big {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .mv-ttl-img {
    left: calc(100% + -8px);
    max-width: 100px;
    top: -18px;
    width: 20vw;
  }
  .mv-ttl {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
    margin-top: 0;
  }
  .mv-ttl .middle {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  }
  .mv-ttl .big {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .mv-txtboxes {
    padding-bottom: 0;
  }
  .mv-figures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mv-txtbox p {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
    padding: 0;
  }
  .mv-decolist {
    gap: 8px;
    padding: 26px 0 20px;
    position: relative;
  }
  .mv-decolist:before {
    background: #fff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
    z-index: -1;
  }
  .mv-decoitem {
    min-width: unset;
  }
  .mv-imgpicture-txt {
    display: inline-block;
  }
  .warry-head:before {
    height: 10px;
    width: 20px;
  }
  .warry-list {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .warry-item {
    display: block;
  }
  .warry-item + .warry-item {
    margin-top: 10px;
  }
  .warry-arrow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #00a6ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: none;
            filter: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 16px;
  }
  .warry-arrow:before {
    display: none;
  }
  .warry-arrows.on .warry-arrow:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .warry-arrow:after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 8px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 8px;
  }
  .warry-arrows {
    cursor: pointer;
    margin-left: -16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: calc(100% + 16px * 2);
  }
  .warry-arrows:hover {
    opacity: 0.7;
  }
  .warry-numbers:after {
    border-radius: 40%;
    bottom: auto;
    height: 20%;
    left: auto;
    right: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 15%;
  }
  .warry-numbers {
    height: 55px;
    margin: 0;
    margin-right: 28px;
    width: 55px;
  }
  .warry-txt {
    text-align: left;
    width: calc(100% - (55px + 28px));
  }
  .warry-txt {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
    padding-right: 8px;
    text-align: left;
    width: calc(100% - (55px + 28px));
  }
  .warry-content {
    display: none;
    margin: 20px 0;
    padding: 30px 20px;
  }
  .warry-content:nth-of-type(1) {
    display: block;
  }
  .warry-content-head {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .warry-content-head span {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .warry-link {
    bottom: -20px;
  }
  .system {
    padding-bottom: 40px;
  }
  .system-content {
    padding: 60px 20px 25px;
  }
  .system-content:before, .system-content:after {
    height: calc(100% - 120px);
    top: 120px;
  }
  .system-ttlbox:before {
    width: 105%;
  }
  .system-ttl-icon {
    width: 110px;
  }
  .system-ttl-num {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .system-ttl {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .system-head {
    font-size: clamp(1.7rem, calc(1.5rem + (0.625vw * 1)), 2.7rem);
  }
  .function-list._edu {
    grid-template-columns: repeat(1, 1fr);
  }
  .function-item._edu:not(:nth-last-of-type(1)) {
    border-bottom: 1px dotted #00a6ba;
    border-right: none;
  }
  .function-item._manage {
    padding: 0;
  }
  .function-num {
    font-size: clamp(7.4rem, calc(7.2rem + (0.625vw * 1)), 8.4rem);
  }
  .function-ttl {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .improve-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .improve-content:nth-of-type(1) {
    border-bottom: 1px dotted #00a6ba;
    border-right: none;
  }
  .improve-content {
    padding: 40px 0px;
    width: 100%;
  }
  .improve-arrow._big {
    height: 100px;
    max-width: 340px;
    width: 100%;
  }
  .improve-arrow._big span {
    font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  }
  .improve-arrow span {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .improve-result {
    padding: 0;
  }
  .case {
    padding: 50px 0;
  }
  .case-contents {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-content {
    margin: auto;
  }
  .case-videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    padding: 32px 20px;
  }
  .case-videos-txtbox {
    width: 100%;
  }
  .case-video-head {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .case-video-txt {
    font-size: 1.5rem;
  }
  .case-video {
    margin-top: 30px;
    width: 100%;
  }
}


/*# sourceMappingURL=index.css.map*/