@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-feature-settings: "palt";
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #002a2f;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 108px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  text-decoration: none;
}
a.with-arrow {
  position: relative;
}
a.with-arrow::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: url("../images/common/icn-arrow-right-bk03.svg") no-repeat center center;
  background-size: 13px 12px;
  background-color: #e9f2f8;
}
@media screen and (max-width: 768px) {
  a.with-arrow::before {
    right: 2.6666666667vw;
    bottom: 2vw;
    width: 6vw;
    height: 6vw;
    border-radius: 6vw;
    background-size: 2.2666666667vw 2.2666666667vw;
  }
}

.contents-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .contents-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.workato {
  font-family: "Jost", sans-serif;
}

p.text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
p.text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  p.text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  p.text::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
  }
}

.bg-gradation {
  border-radius: 12px;
  background-image: linear-gradient(to right, rgb(236, 250, 243), rgb(208, 243, 245));
}
.bg-gradation.purple {
  background-image: linear-gradient(to right, rgb(235, 240, 253), rgb(208, 213, 245));
}

.floating {
  position: fixed;
  z-index: 5;
  right: 50px;
  bottom: 50px;
  width: 280px;
  padding: 10px;
  background-color: #22b7a7;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.floating:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .floating:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .floating {
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
.floating .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.floating .close:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .floating .close:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .floating .close {
    display: none;
  }
}
.floating .floating-headline {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .floating .floating-headline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    height: 11.4666666667vw;
    padding-right: 31.3333333333vw;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.floating .img {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .floating .img {
    position: absolute;
    top: -5.3333333333vw;
    left: 6.6666666667vw;
    width: 26.6666666667vw;
    margin-top: 0;
    padding: 0.6666666667vw;
    border-radius: 1.0666666667vw;
    background-color: #22b7a7;
  }
}

.view-target.view-item,
.view-target .view-item {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(30px) translateZ(0) !important;
}
.view-target.view-item.view,
.view-target .view-item.view {
  opacity: 1;
  transform: translateY(0) translateZ(0) !important;
}

#globalHeader {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  background-color: #fff;
}
#globalHeader .contents-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #globalHeader .contents-inner {
    align-items: center;
    padding-bottom: 0;
  }
}
#globalHeader .btn-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
#globalHeader .btn-group .download-btn a {
  width: 170px;
  border: solid 1px #1c556f;
  background-color: #fff;
  color: #1c556f;
}
@media screen and (min-width: 769px) {
  #globalHeader .btn-group .download-btn a {
    transition: 0.3s;
  }
  #globalHeader .btn-group .download-btn a:hover {
    background-color: #1c556f;
    color: #fff;
  }
  #globalHeader .btn-group .download-btn a:hover::before {
    filter: brightness(0) invert(1);
  }
}
#globalHeader .btn-group .download-btn a::before {
  width: 16px;
  height: 14px;
  margin-top: -2px;
  background-image: url("../images/common/icn-dl.svg");
}
@media screen and (min-width: 769px) {
  #globalHeader .btn-group .download-btn a::before {
    transition: 0.3s;
  }
}
#globalHeader .btn-group .contact-btn a {
  width: 150px;
  background-color: #22b7a7;
  color: #fff;
  box-shadow: 4.2px 6.8px 6.5px 0.5px rgba(49, 177, 167, 0.22);
}
@media screen and (min-width: 769px) {
  #globalHeader .btn-group .contact-btn a {
    transition: 0.3s;
  }
  #globalHeader .btn-group .contact-btn a:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}
#globalHeader .btn-group .contact-btn a::before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #fff;
  background-image: url("../images/common/icn-arrow-right-white.svg");
  background-size: 6px 6px;
}
#globalHeader .btn-group a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 55px;
  font-size: 1.4rem;
  border-radius: 55px;
}
#globalHeader .btn-group a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#globalHeader .btn-group a span {
  margin-left: -17px;
}
@media screen and (min-width: 769px) {
  #globalHeader .logo {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  #globalHeader .logo {
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .logo a {
    transition: opacity 0.3s;
  }
  #globalHeader .logo a:focus {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  #globalHeader .logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #globalHeader .logo img {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  #globalHeader .global-navi {
    width: 100%;
    justify-content: space-between;
    gap: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .main-navi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  #globalHeader .global-navi .main-navi {
    gap: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .main-navi li:nth-of-type(1) {
    position: relative;
    padding-left: 65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #globalHeader .global-navi .main-navi li:nth-of-type(1) {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .main-navi li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 46px;
    height: 27px;
    margin-top: -3px;
    background: url("../images/common/logo-mark.png") no-repeat left center;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #globalHeader .global-navi .main-navi li:nth-of-type(1)::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .main-navi li a {
    font-size: 1.5rem;
    color: #002a2f;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #globalHeader .global-navi .main-navi li a {
    transition: 0.3s;
  }
  #globalHeader .global-navi .main-navi li a:hover {
    color: #00adb7;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #globalHeader .global-navi .main-navi li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .utility-navi .sub-navi {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 35px;
    padding-left: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1320px) {
  #globalHeader .global-navi .utility-navi .sub-navi {
    right: 40px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .utility-navi .sub-navi li a {
    font-size: 1.3rem;
    color: #a8b0ba;
    transition: opacity 0.3s;
  }
  #globalHeader .global-navi .utility-navi .sub-navi li a:focus {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  #globalHeader .global-navi .utility-navi .sub-navi li a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  #globalHeader .global-navi .btn-group .download-btn a {
    width: 130px;
  }
  #globalHeader .global-navi .btn-group .contact-btn a {
    width: 100px;
  }
  #globalHeader .global-navi .btn-group a {
    font-size: 1.2rem;
  }
  #globalHeader .global-navi .btn-group a span {
    margin-left: 0;
  }
  #globalHeader .global-navi .btn-group a::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .sp-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader {
    height: 13.3333333333vw;
  }
  #globalHeader .logo img {
    width: 25.7333333333vw;
  }
  #globalHeader .global-navi {
    position: fixed;
    z-index: 20;
    top: 13.3333333333vw;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 8vw 8.6666666667vw 20vw;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: none;
  }
  #globalHeader .global-navi.active {
    opacity: 1;
    visibility: visible;
  }
  #globalHeader .global-navi .main-navi {
    padding: 0 3.3333333333vw;
  }
  #globalHeader .global-navi .main-navi li {
    border-bottom: 1px solid #c9d7de;
  }
  #globalHeader .global-navi .main-navi li a {
    display: block;
    padding: 5.3333333333vw 4vw;
    font-size: 1.4rem;
    font-weight: 600;
    color: #002a2f;
    background: url("../images/common/icn-arrow-right-bk03.svg") no-repeat calc(100% - 4vw) center;
    background-size: 3.6vw 3.6vw;
  }
  #globalHeader .global-navi .sub-navi {
    margin-top: 10.6666666667vw;
    padding: 0 7.3333333333vw;
  }
  #globalHeader .global-navi .sub-navi li:not(:nth-of-type(1)) {
    margin-top: 8vw;
  }
  #globalHeader .global-navi .sub-navi li a {
    font-size: 1.3rem;
    font-weight: 400;
    color: #a8b0ba;
  }
  #globalHeader .global-navi .utility-navi {
    margin-top: 10vw;
  }
  #globalHeader .global-navi .utility-navi .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 3.3333333333vw;
  }
  #globalHeader .global-navi .utility-navi .btn-group .download-btn a {
    width: 42.4vw;
  }
  #globalHeader .global-navi .utility-navi .btn-group .download-btn a::before {
    width: 3.8666666667vw;
    height: 3.3333333333vw;
  }
  #globalHeader .global-navi .utility-navi .btn-group .contact-btn a {
    width: 36.6666666667vw;
  }
  #globalHeader .global-navi .utility-navi .btn-group .contact-btn a::before {
    width: 4.1333333333vw;
    height: 4.1333333333vw;
    border-radius: 4.1333333333vw;
    background-size: 1.4666666667vw 1.6vw;
  }
  #globalHeader .global-navi .utility-navi .btn-group a {
    height: 12.9333333333vw;
    border-radius: 12.9333333333vw;
    font-size: 1.3rem;
  }
  #globalHeader .global-navi .utility-navi .btn-group a::before {
    right: 4vw;
  }
  #globalHeader .sp-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 20px;
  }
  #globalHeader .sp-menu a {
    position: relative;
    display: block;
    width: 70vw;
    height: 70vw;
  }
  #globalHeader .sp-menu a.noactive span {
    animation-duration: 0s !important;
  }
  #globalHeader .sp-menu a.active span:nth-of-type(1) {
    animation-name: menuAnim1;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu a.active span:nth-of-type(2) {
    animation-name: menuAnim2;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu a.active span:nth-of-type(3) {
    animation-name: menuAnim3;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu a span {
    position: absolute;
    left: 50%;
    width: 3.6vw;
    height: 2px;
    margin-left: -1.8vw;
    background-color: #fff;
  }
  #globalHeader .sp-menu a span:nth-of-type(1) {
    top: 2.9333333333vw;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim4;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu a span:nth-of-type(2) {
    top: 4.2666666667vw;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim5;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  #globalHeader .sp-menu a span:nth-of-type(3) {
    top: 5.6vw;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim6;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  @keyframes menuAnim1 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 4.2666666667vw;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  @keyframes menuAnim2 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes menuAnim3 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 4.2666666667vw;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @keyframes menuAnim4 {
    0% {
      top: 4.2666666667vw;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    100% {
      top: 2.9333333333vw;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes menuAnim5 {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes menuAnim6 {
    0% {
      top: 4.2666666667vw;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    100% {
      top: 5.6vw;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #globalHeader .sp-menu {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .sp-menu .mark img {
    width: 6.4vw;
  }
  #globalHeader .sp-menu a {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 9.3333333333vw;
    background-color: #22b7a7;
  }
}

#globalFooter {
  padding-top: 75px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #globalFooter {
    padding-top: 14.6666666667vw;
  }
}
#globalFooter .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#globalFooter .contents-inner .logo {
  width: 100%;
}
#globalFooter .contents-inner .logo a {
  transition: opacity 0.3s;
}
#globalFooter .contents-inner .logo a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  #globalFooter .contents-inner .logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .logo img {
    width: 58.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-left {
    order: 3;
    width: 100%;
    margin-top: 11.3333333333vw;
  }
}
#globalFooter .contents-inner .footer-left .box01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-left .box01 {
    gap: 0 6.6666666667vw;
    margin-top: 0;
  }
  #globalFooter .contents-inner .footer-left .box01 .img01 {
    width: 13.3333333333vw;
  }
  #globalFooter .contents-inner .footer-left .box01 .img02 {
    width: 26vw;
  }
}
#globalFooter .contents-inner .footer-left .box01 a {
  transition: opacity 0.3s;
}
#globalFooter .contents-inner .footer-left .box01 a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  #globalFooter .contents-inner .footer-left .box01 a:hover {
    opacity: 0.5;
  }
}
#globalFooter .contents-inner .footer-left .btn-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 22px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-left .btn-group {
    gap: 0 5.3333333333vw;
    margin-top: 7.3333333333vw;
  }
}
#globalFooter .contents-inner .footer-left .btn-group a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 180px;
  height: 55px;
  border-radius: 55px;
  border: 1px solid #1c556f;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  color: #1c556f;
}
@media screen and (min-width: 769px) {
  #globalFooter .contents-inner .footer-left .btn-group a {
    transition: 0.3s;
  }
  #globalFooter .contents-inner .footer-left .btn-group a:hover {
    background-color: #1c556f;
    color: #fff;
  }
  #globalFooter .contents-inner .footer-left .btn-group a:hover::before {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 850px) {
  #globalFooter .contents-inner .footer-left .btn-group a {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-left .btn-group a {
    width: 100%;
    height: 12.6666666667vw;
    border-radius: 12.6666666667vw;
    font-size: 1.3rem;
  }
}
#globalFooter .contents-inner .footer-left .btn-group a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #1c556f;
  background: url("../images/common/icn-arrow-right-bk.svg") no-repeat center center;
  background-size: 6px 6px;
}
@media screen and (min-width: 769px) {
  #globalFooter .contents-inner .footer-left .btn-group a::before {
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-left .btn-group a::before {
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    background-size: 1.4666666667vw 1.6vw;
  }
}
#globalFooter .contents-inner .footer-right {
  max-width: 700px;
  padding-right: 90px;
  margin-top: -40px;
}
@media screen and (max-width: 1100px) {
  #globalFooter .contents-inner .footer-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-right {
    order: 2;
    width: 100%;
    padding-right: 0;
    margin-top: 12vw;
  }
}
#globalFooter .contents-inner .footer-right .mark {
  margin-left: -7px;
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-right .mark {
    margin-left: 0;
  }
  #globalFooter .contents-inner .footer-right .mark img {
    width: 11.3333333333vw;
  }
}
#globalFooter .contents-inner .footer-right nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 75px;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  #globalFooter .contents-inner .footer-right nav {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-right nav {
    justify-content: space-between;
    margin-top: 8vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-right ul {
    flex-shrink: 0;
  }
}
#globalFooter .contents-inner .footer-right ul li:not(:last-child) {
  margin-bottom: 35px;
}
#globalFooter .contents-inner .footer-right ul li a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #002a2f;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 769px) {
  #globalFooter .contents-inner .footer-right ul li a {
    transition: 0.3s;
  }
  #globalFooter .contents-inner .footer-right ul li a:hover {
    color: #00adb7;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .contents-inner .footer-right ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-right ul li a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
#globalFooter .contents-inner .footer-btm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 60px;
  width: 100%;
  margin-top: 35px;
  padding-top: 35px;
  padding-right: 90px;
  border-top: 1px solid #c6cfdb;
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-btm {
    order: 4;
    padding: 10.6666666667vw 2.6666666667vw 0;
  }
}
#globalFooter .contents-inner .footer-btm ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 70px;
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-btm ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6.6666666667vw;
    width: 100%;
  }
}
#globalFooter .contents-inner .footer-btm ul li a {
  font-weight: 600;
  color: #002a2f;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  #globalFooter .contents-inner .footer-btm ul li a {
    transition: 0.3s;
  }
  #globalFooter .contents-inner .footer-btm ul li a:hover {
    color: #00adb7;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .contents-inner .footer-btm ul li a {
    font-size: 1.4rem;
  }
}
#globalFooter .contents-inner .footer-btm ul li.copyright {
  font-size: 1.2rem;
  color: #acafaf;
  font-family: "Jost", sans-serif;
}

.text-darkgreen {
  color: #007c72 !important;
}

.text-green {
  color: #22b7a7 !important;
}

.text-blue {
  color: #01c1db !important;
}

.text-darkblue {
  color: #0031a7 !important;
}

.bg-darkblue {
  background-color: #0031a7 !important;
}

.bg-darkgreen {
  background-color: #007c72 !important;
}

.bg-black {
  background-color: #002a2f !important;
}

.bg-blue {
  background-color: #01c1db !important;
}

.bg-green {
  background-color: #22b7a7 !important;
}

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

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.common-section-title,
.is-style-common-section-title {
  padding-top: 45px;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  background: url("../images/common/logo-mark.png") no-repeat center top;
  background-size: 46px 27px;
}
.common-section-title::before,
.is-style-common-section-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .common-section-title,
  .is-style-common-section-title {
    padding-top: 8vw;
    font-size: 2.4rem;
    background-size: 8.4vw 4.9333333333vw;
  }
}

.common-section-description {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-section-description {
    margin-top: 9.3333333333vw;
  }
}

.common-triangle-title,
.is-style-common-triangle-title {
  position: relative;
  padding-left: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.common-triangle-title::before,
.is-style-common-triangle-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 768px) {
  .common-triangle-title,
  .is-style-common-triangle-title {
    padding-left: 4.9333333333vw;
    font-size: 1.9rem;
  }
}
.common-triangle-title::after,
.is-style-common-triangle-title::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 19px;
  height: 21px;
  background: url("../images/common/icn-tri-right-green.svg") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-triangle-title::after,
  .is-style-common-triangle-title::after {
    top: 1.4666666667vw;
    width: 3.6vw;
    height: 4vw;
  }
}

.common-btn a,
.is-style-common-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 300px;
  height: 75px;
  margin: 0 auto;
  border-radius: 75px;
  background-color: #22b7a7;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 4.2px 6.8px 16.7px 1.3px rgba(49, 177, 167, 0.22);
}
@media screen and (min-width: 769px) {
  .common-btn a:not(.no-move),
  .is-style-common-btn a:not(.no-move) {
    transition: transform 0.3s;
  }
  .common-btn a:not(.no-move):hover,
  .is-style-common-btn a:not(.no-move):hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}
@media screen and (max-width: 768px) {
  .common-btn a,
  .is-style-common-btn a {
    width: 61.6vw;
    height: 15.6vw;
    border-radius: 15.6vw;
    font-size: 1.4rem;
  }
  .common-btn a span,
  .is-style-common-btn a span {
    margin-left: -1.3333333333vw;
  }
}
.common-btn a.arrow::before,
.is-style-common-btn a.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 12px;
  background-image: url("../images/common/icn-arrow-right-white.svg");
}
@media screen and (max-width: 768px) {
  .common-btn a.arrow::before,
  .is-style-common-btn a.arrow::before {
    right: 5.3333333333vw;
    width: 4.9333333333vw;
    height: 4.9333333333vw;
    background-size: 2.4vw 2.2666666667vw;
  }
}
.common-btn a.arrow::after,
.is-style-common-btn a.arrow::after {
  content: none;
}

.common-shadow-box {
  border-radius: 12px;
  box-shadow: -0.6px 4px 30.5px 4.6px rgba(49, 177, 167, 0.42);
  background-color: #fbfeff;
}
@media screen and (max-width: 768px) {
  .common-shadow-box {
    border-radius: 1.6vw;
  }
}
.common-shadow-box.purple {
  box-shadow: -0.6px 4px 30.5px 4.6px rgba(49, 55, 177, 0.42);
}
.common-shadow-box .common-shadow-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
}
.common-shadow-box .common-shadow-box-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.33) * 0.5em);
}
@media screen and (max-width: 768px) {
  .common-shadow-box .common-shadow-box-title {
    font-size: 1.5rem;
  }
}
.common-shadow-box p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.common-shadow-box p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .common-shadow-box p {
    font-size: 1.3rem;
    line-height: 1.85;
    letter-spacing: 0;
  }
  .common-shadow-box p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
  }
}

.common-white-box {
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .common-white-box {
    border-radius: 1.6vw;
  }
}

.common-link-box {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  border-radius: 12px;
  background-color: #2a546e;
}
@media screen and (max-width: 768px) {
  .common-link-box {
    width: calc(100% - 10.6666666667vw);
    margin-left: 5.3333333333vw;
    padding: 13.3333333333vw 0 12vw;
  }
}
.common-link-box .common-link-box-title {
  margin-bottom: 55px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .common-link-box .common-link-box-title {
    margin-bottom: 10vw;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .common-link-box .common-link-box-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
  }
}
.common-link-box .list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 2.3%;
}
@media screen and (max-width: 768px) {
  .common-link-box .list {
    gap: 4vw 0;
    flex-wrap: wrap;
  }
}
.common-link-box .list .item {
  width: 31.8%;
  padding: 45px 30px 40px;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 1000px) {
  .common-link-box .list .item {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item {
    width: 100%;
    padding: 6.6666666667vw 3.3333333333vw;
    border-radius: 1.6vw;
  }
}
.common-link-box .list .item .common-shadow-box-title {
  text-align: center;
  color: #007c72;
}
.common-link-box .list .item p {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item p {
    margin-top: 5.3333333333vw;
  }
}
.common-link-box .list .item .common-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item .common-btn {
    margin-top: 6vw;
  }
}
.common-link-box .list .item .common-btn a {
  max-width: 100%;
  width: 230px;
  height: 53px;
  border-radius: 53px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item .common-btn a {
    width: 58.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 1.3rem;
  }
}
.common-link-box .list .item .common-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .common-link-box .list .item .common-btn a::before {
    content: none !important;
  }
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item .common-btn a::before {
    content: "" !important;
  }
}
.common-link-box .list .item .common-btn a.download-btn {
  background-color: #1c556f;
}
.common-link-box .list .item .common-btn a.download-btn::before {
  right: 20px;
  width: 16px;
  height: 14px;
  margin-top: -2px;
  background: url("../images/common/icn-dl-white.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item .common-btn a.download-btn::before {
    right: 5.3333333333vw;
    width: 4vw;
    height: 3.4666666667vw;
  }
}
.common-link-box .list .item .common-btn a.trial-btn, .common-link-box .list .item .common-btn a.contact-btn {
  background-color: #22b7a7;
}
.common-link-box .list .item .common-btn a.trial-btn::before, .common-link-box .list .item .common-btn a.contact-btn::before {
  right: 18px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #fff;
  background: url("../images/common/icn-arrow-right-white.svg") no-repeat center center;
  background-size: 6px 6px;
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item .common-btn a.trial-btn::before, .common-link-box .list .item .common-btn a.contact-btn::before {
    right: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    background-size: 1.6vw 1.6vw;
  }
}
.common-link-box .list .item .common-btn a.trial-btn span {
  margin-left: -11px;
}
@media screen and (max-width: 900px) {
  .common-link-box .list .item .common-btn a.trial-btn span {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .common-link-box .list .item .common-btn a.trial-btn span {
    margin-left: -2vw;
  }
}

.common-case-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.common-case-list .item a {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  color: #002a2f;
  transition: opacity 0.3s;
}
.common-case-list .item a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .common-case-list .item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 870px) {
  .common-case-list .item a::before {
    content: none;
  }
}
@media screen and (max-width: 870px) and (max-width: 768px) {
  .common-case-list .item a::before {
    content: "" !important;
  }
}
@media screen and (max-width: 768px) {
  .common-case-list .item a {
    flex-wrap: wrap;
    gap: 3.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 10.6666666667vw;
    border-radius: 1.6vw;
  }
}
.common-case-list .item a .item-thumbnail {
  flex-shrink: 0;
  max-width: 220px;
  width: 50%;
  position: relative;
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
}
.common-case-list .item a .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.common-case-list .item a .item-thumbnail img,
.common-case-list .item a .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .common-case-list .item a .item-thumbnail {
    width: 23.3333333333vw;
  }
}
.common-case-list .item a .item-content {
  position: relative;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .common-case-list .item a .item-content {
    width: calc(100% - 26.6666666667vw);
  }
}
.common-case-list .item a .item-content .item-title {
  min-height: 95px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.common-case-list .item a .item-content .item-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1000px) {
  .common-case-list .item a .item-content .item-title {
    min-height: 70px;
    line-height: 1.5;
  }
  .common-case-list .item a .item-content .item-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}
@media screen and (max-width: 768px) {
  .common-case-list .item a .item-content .item-title {
    font-size: 1.4rem;
    min-height: initial;
    line-height: 1.8;
  }
  .common-case-list .item a .item-content .item-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
}
.common-case-list .item a .company-name {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-bottom: 8px;
  font-size: 1.3rem;
  color: #a8b0ba;
  border-bottom: 1px solid #a8b0ba;
  line-height: 1.3;
}
.common-case-list .item a .company-name::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
@media screen and (max-width: 1050px) {
  .common-case-list .item a .company-name {
    margin-top: 15px;
  }
}
@media screen and (max-width: 870px) {
  .common-case-list .item a .company-name {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .common-case-list .item a .company-name {
    position: static;
    width: 100%;
    margin-top: 0;
  }
}

.common-alignment-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .common-alignment-list {
    gap: 30px 2%;
  }
}
@media screen and (max-width: 768px) {
  .common-alignment-list {
    gap: 2.6666666667vw 0;
  }
}
.common-alignment-list .item {
  width: calc(50% - 20px);
  padding: 25px;
}
@media screen and (max-width: 1000px) {
  .common-alignment-list .item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .common-alignment-list .item {
    width: 100%;
    padding: 3.3333333333vw;
  }
}
.common-alignment-list .item a {
  display: block;
  min-height: 220px;
  height: 100%;
  padding: 30px 30px 65px;
  background-color: #fff;
  border-radius: 12px;
  color: #002a2f;
  transition: opacity 0.3s;
}
.common-alignment-list .item a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .common-alignment-list .item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .common-alignment-list .item a {
    min-height: initial;
    padding: 5.3333333333vw 4vw 10vw;
  }
}
.common-alignment-list .item a .item-title {
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-alignment-list .item a .item-title {
    padding: 0 3.3333333333vw;
  }
}
.common-alignment-list .item a .item-title img {
  width: 100%;
}
.common-alignment-list .item a .item-headline {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}
.common-alignment-list .item a .item-headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
}
@media screen and (max-width: 768px) {
  .common-alignment-list .item a .item-headline {
    margin-top: 4vw;
    font-size: 1.5rem;
  }
}
.common-alignment-list .item a p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .common-alignment-list .item a p {
    margin-top: 5.3333333333vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.common-usecase {
  background: url("../images/common/common-bg02.png") no-repeat center bottom;
  background-size: 100% auto;
  background-color: #ebf2f8;
}
.common-usecase .common-section-description {
  display: none;
}
.common-usecase .common-usecase-slider .swiper {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide {
  background-color: #fff;
  transition: transform 0.3s;
}
.common-usecase .common-usecase-slider .swiper .swiper-slide a {
  display: block;
  padding: 35px 45px 90px;
  color: #002a2f;
  transition: opacity 0.3s;
}
.common-usecase .common-usecase-slider .swiper .swiper-slide a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide a:hover .slide-thumbnail .img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1100px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide a {
    padding: 20px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide a {
    padding: 4.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide a::before {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-size: 21px 21px;
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide a::before {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    background-size: 2.9333333333vw 3.0666666667vw;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-headline {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 1100px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide .slide-headline {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide .slide-headline {
    font-size: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail {
  position: relative;
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail {
    margin-top: 4vw;
    border-radius: 1.6vw;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail .img {
  position: relative;
  background-color: transparent;
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail .img::before {
  content: "";
  display: block;
  padding-top: 59.3525179856%;
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail .img img,
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail .img iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail .img {
    transition: 0.3s;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail .category {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 190px;
  height: 48px;
  border-radius: 0 0 0 12px;
  color: #fff;
  font-size: 1.8rem;
  background-image: linear-gradient(to top, rgb(15, 187, 234), rgb(45, 213, 196));
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail .category {
    width: 25.3333333333vw;
    height: 6.4vw;
    border-radius: 0 0 0 1.6vw;
    font-size: 1.4rem;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide .slide-thumbnail img {
    border-radius: 1.6vw;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-slide p {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-usecase .common-usecase-slider .swiper .swiper-slide p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-slide p {
    margin-top: 4vw;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .common-usecase .common-usecase-slider .swiper .swiper-slide p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
}
.common-usecase .common-usecase-slider .swiper .pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .pagination {
    gap: 0 4vw;
  }
}
.common-usecase .common-usecase-slider .swiper .pagination .num {
  font-size: 1.8rem;
  color: #002a2f;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .pagination .num {
    font-size: 1.5rem;
  }
}
.common-usecase .common-usecase-slider .swiper .pagination .bar {
  width: 85px;
  height: 1px;
  background-color: #002a2f;
}
.common-usecase .common-usecase-slider .swiper .swiper-prev,
.common-usecase .common-usecase-slider .swiper .swiper-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 50%;
  width: 97px;
  height: 97px;
  border-radius: 97px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37px 37px;
  background-color: #1c556f;
}
.common-usecase .common-usecase-slider .swiper .swiper-prev:focus,
.common-usecase .common-usecase-slider .swiper .swiper-next:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .common-usecase .common-usecase-slider .swiper .swiper-prev:hover,
  .common-usecase .common-usecase-slider .swiper .swiper-next:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-prev,
  .common-usecase .common-usecase-slider .swiper .swiper-next {
    left: auto;
    width: 12.9333333333vw;
    height: 12.9333333333vw;
    background-size: 4.9333333333vw 4.9333333333vw;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-prev {
  margin-left: -100px;
  background-image: url("../images/common/icn-arrow-left-white03.svg");
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-prev {
    margin-left: 0 !important;
    left: 1.3333333333vw;
  }
}
.common-usecase .common-usecase-slider .swiper .swiper-next {
  margin-left: 100px;
  background-image: url("../images/common/icn-arrow-right-white03.svg");
}
@media screen and (max-width: 768px) {
  .common-usecase .common-usecase-slider .swiper .swiper-next {
    margin-left: 0 !important;
    right: 1.3333333333vw;
  }
}
.common-usecase .bg {
  padding-top: 40px;
  text-align: center;
}
.common-usecase .bg img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-local-navi {
    overflow: auto;
  }
}
.common-local-navi ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  border-right: 1px solid #e0dfd6;
}
@media screen and (max-width: 768px) {
  .common-local-navi ul {
    width: 800px;
    padding-bottom: 5.3333333333vw;
  }
}
.common-local-navi ul li {
  flex-shrink: 0;
  flex: 1;
  border-left: 1px solid #e0dfd6;
}
.common-local-navi ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-bottom: 40px;
  color: #002a2f;
}
@media screen and (min-width: 769px) {
  .common-local-navi ul li a:hover::before {
    background-color: #22b7a7;
    background-image: url("../images/common/icn-arrow-btm-white02.svg");
  }
  .common-local-navi ul li a:hover .link-title {
    color: #22b7a7;
  }
}
@media screen and (max-width: 768px) {
  .common-local-navi ul li a {
    padding-bottom: 7.3333333333vw;
  }
}
.common-local-navi ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: 13px 12px;
  background-position: center center;
  background-color: #e9f2f8;
  background-image: url("../images/common/icn-arrow-btm-bk02.svg");
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .common-local-navi ul li a::before {
    width: 4.9333333333vw;
    height: 4.9333333333vw;
    border-radius: 4.9333333333vw;
    background-size: 2vw 2vw;
  }
}
.common-local-navi ul li a .number {
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 950px) {
  .common-local-navi ul li a .number {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .common-local-navi ul li a .number {
    font-size: 1.2reem;
  }
}
.common-local-navi ul li a .link-title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.3s;
}
@media screen and (max-width: 950px) {
  .common-local-navi ul li a .link-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .common-local-navi ul li a .link-title {
    margin-top: 1.3333333333vw;
    font-size: 1.3rem;
  }
}
.common-local-navi .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background-color: #31546f;
  border-radius: 0;
  opacity: 1;
}

.common-dot-list.dot-green li::after {
  background-color: #22b7a7;
}
.common-dot-list.dot-black li::after {
  background-color: #002a2f;
}
.common-dot-list.dot-darkblue li::after {
  background-color: #0031a7;
}
.common-dot-list.dot-blue li::after {
  background-color: #01c1db;
}
.common-dot-list li {
  position: relative;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #002a2f;
  text-align: left;
}
.common-dot-list li::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}
@media screen and (max-width: 768px) {
  .common-dot-list li {
    padding-left: 3.3333333333vw;
  }
}
.common-dot-list li:not(:nth-of-type(1)) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .common-dot-list li:not(:nth-of-type(1)) {
    margin-top: 3.0666666667vw;
  }
}
.common-dot-list li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .common-dot-list li::after {
    top: 1.8666666667vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-radius: 1.8666666667vw;
  }
}

.common-table table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}
.common-table table th,
.common-table table td {
  padding: 0 10px !important;
  line-height: 1.3 !important;
  border: 2px solid #fff !important;
}
.common-table table thead th {
  height: 70px !important;
  background-color: #22b7a7 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  width: 50% !important;
}
.common-table table thead th:nth-of-type(1) {
  border-radius: 20px 0 0 0 !important;
}
.common-table table thead th:last-child {
  border-radius: 0 20px 0 0 !important;
}
@media screen and (min-width: 769px) {
  .common-table table tbody tr:last-child td:nth-of-type(1) {
    border-radius: 0 0 0 20px !important;
  }
  .common-table table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0 !important;
  }
}
.common-table table tbody td {
  padding: 25px 20px !important;
  vertical-align: middle !important;
  background-color: #e9f2f8 !important;
  font-size: 1.3rem !important;
  line-height: 2 !important;
  text-align: center !important;
}

.common-list-slider {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .common-list-slider {
    margin-left: -11.3333333333vw;
    width: calc(100% + 22.6666666667vw);
    margin-top: 13.3333333333vw;
  }
}
.common-list-slider .swiper {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .common-list-slider .swiper {
    position: relative;
    padding-top: 6.6666666667vw;
    padding-bottom: 11.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .common-list-slider .swiper {
    overflow: visible !important;
  }
  .common-list-slider .swiper .swiper-wrapper {
    gap: 30px 3.5%;
    flex-wrap: wrap;
    transform: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .common-list-slider .swiper .swiper-wrapper {
    gap: 30px 2%;
  }
}
@media screen and (min-width: 769px) {
  .common-list-slider .swiper .swiper-wrapper .pagination {
    display: none;
  }
}
.common-list-slider .swiper-wrapper {
  align-items: stretch !important;
}
.common-list-slider .swiper-slide {
  height: auto;
  padding: 0 25px 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .common-list-slider .swiper-slide {
    width: 31% !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .common-list-slider .swiper-slide {
    width: 32% !important;
  }
}
@media screen and (min-width: 769px) {
  .common-list-slider .swiper-slide.full {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 23px;
    padding: 25px 20px 20px 0;
    flex-direction: row;
  }
  .common-list-slider .swiper-slide.full .slider-thumbnail {
    flex-shrink: 0;
    width: 270px;
    transform: translateX(-20px);
    margin: 0 -20px 0 0;
    position: relative;
    background-color: transparent;
  }
  .common-list-slider .swiper-slide.full .slider-thumbnail::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .common-list-slider .swiper-slide.full .slider-thumbnail img,
  .common-list-slider .swiper-slide.full .slider-thumbnail iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common-list-slider .swiper-slide.full .slider-content {
    margin-top: 0;
    padding: 30px 35px;
    flex-grow: 1;
    min-height: initial;
  }
  .common-list-slider .swiper-slide.full .slider-content .common-shadow-box-title {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .common-list-slider .swiper-slide {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .common-list-slider .swiper-slide {
    padding: 0 4.6666666667vw 4.6666666667vw;
  }
}
.common-list-slider .swiper-slide .slider-thumbnail {
  margin-top: -35px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}
.common-list-slider .swiper-slide .slider-thumbnail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-list-slider .swiper-slide .slider-thumbnail {
    margin-top: -6.6666666667vw;
    position: relative;
    background-color: transparent;
    border-radius: 1.6vw;
  }
  .common-list-slider .swiper-slide .slider-thumbnail::before {
    content: "";
    display: block;
    padding-top: 63.7037037037%;
  }
  .common-list-slider .swiper-slide .slider-thumbnail img,
  .common-list-slider .swiper-slide .slider-thumbnail iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.common-list-slider .swiper-slide .slider-content {
  flex-grow: 1;
  position: relative;
  z-index: 0;
  margin-top: 25px;
  padding: 35px 25px 60px;
  box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .common-list-slider .swiper-slide .slider-content {
    padding: 20px 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .common-list-slider .swiper-slide .slider-content {
    margin-top: 4.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.common-list-slider .swiper-slide .slider-content::before {
  content: attr(data-num) "";
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: -1;
  font-size: 10rem;
  font-family: "Oswald", sans-serif;
}
.common-list-slider .swiper-slide .slider-content .common-shadow-box-title {
  text-align: center;
  letter-spacing: 0;
}
.common-list-slider .swiper-slide .slider-content p {
  margin-top: 20px;
}
.common-list-slider .swiper-slide .slider-content p a {
  color: #22b7a7;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.common-list-slider .swiper-slide .slider-content p a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .common-list-slider .swiper-slide .slider-content p a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .common-list-slider .swiper-slide .slider-content p {
    margin-top: 4vw;
  }
}
.common-list-slider .swiper-slide .slider-content p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .common-list-slider .swiper-slide .slider-content p + p {
    margin-top: 6.6666666667vw;
  }
}
.common-list-slider .swiper-slide .slider-content ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .common-list-slider .swiper-slide .slider-content ul {
    margin-top: 4vw;
  }
}

.swiper .pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (min-width: 769px) {
  .swiper .pagination {
    display: none;
  }
}
.swiper .pagination .num {
  font-size: 1.8rem;
  color: #002a2f;
  font-family: "Jost", sans-serif;
}
.swiper .pagination .bar {
  width: 85px;
  height: 1px;
  background-color: #002a2f;
}
.swiper .swiper-prev,
.swiper .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 12.9333333333vw;
  height: 12.9333333333vw;
  border-radius: 12.9333333333vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5.0666666667vw 4.9333333333vw;
  background-color: #002a2f;
}
.swiper .swiper-prev:focus,
.swiper .swiper-next:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .swiper .swiper-prev:hover,
  .swiper .swiper-next:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .swiper .swiper-prev,
  .swiper .swiper-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .swiper .swiper-prev,
  .swiper .swiper-next {
    display: block;
  }
}
.swiper .swiper-prev {
  left: 5.3333333333vw;
  background-image: url("../images/common/icn-arrow-left-white03.svg");
}
.swiper .swiper-next {
  right: 5.3333333333vw;
  background-image: url("../images/common/icn-arrow-right-white03.svg");
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 115px;
  gap: 0 10px;
}
.wp-pagenavi:not(:has(.previouspostslink)) {
  margin-left: 118px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi:not(:has(.previouspostslink)) {
    margin-left: 16.6666666667vw;
  }
}
.wp-pagenavi:not(:has(.nextpostslink)) {
  margin-right: 118px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi:not(:has(.nextpostslink)) {
    margin-right: 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 12.6666666667vw;
    gap: 0 1.3333333333vw;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #002a2f;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
    font-size: 1.3rem;
  }
}
.wp-pagenavi span {
  background-color: #e9f2f8;
}
.wp-pagenavi a {
  transition: opacity 0.3s;
}
.wp-pagenavi a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi a:hover {
    opacity: 0.5;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 68px;
  height: 68px;
  border-radius: 68px;
  background-color: #1c556f;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 21px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 11.3333333333vw;
    height: 11.3333333333vw;
    background-size: 3.6vw 3.6vw;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 50px;
  background-image: url("../images/common/icn-arrow-left-white03.svg");
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 5.3333333333vw;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 50px;
  background-image: url("../images/common/icn-arrow-right-white03.svg");
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 5.3333333333vw;
  }
}

.common-list01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .common-list01 {
    gap: 10.6666666667vw 0;
  }
}
.common-list01 .item {
  width: 31%;
  padding: 0 20px 20px;
}
.common-list01 .item.full {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 23px;
  padding: 25px 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .common-list01 .item.full {
    flex-wrap: wrap;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.common-list01 .item.full .item-thumbnail {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 270px;
  transform: translateX(-20px);
  margin: 0 -20px 0 0;
}
@media screen and (max-width: 768px) {
  .common-list01 .item.full .item-thumbnail {
    width: 100%;
    transform: translateY(-3.3333333333vw);
    margin: 0 0 -3.3333333333vw 0;
  }
}
.common-list01 .item.full .item-thumbnail img {
  box-shadow: -0.6px 4px 30.5px 4.6px rgba(49, 177, 167, 0.42);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .common-list01 .item.full .item-thumbnail img {
    border-radius: 3.3333333333vw;
  }
}
.common-list01 .item.full .item-content {
  margin-top: 0;
  padding: 30px 35px;
  flex-grow: 1;
  min-height: initial;
}
@media screen and (max-width: 768px) {
  .common-list01 .item.full .item-content {
    margin-top: 4vw;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
}
.common-list01 .item.full .item-content .common-shadow-box-title {
  justify-content: flex-start;
}
.common-list01 .item .item-thumbnail {
  transform: translateY(-30px);
  margin-bottom: -30px;
}
.common-list01 .item .item-content {
  position: relative;
  z-index: 0;
  min-height: 215px;
  margin-top: 20px;
  padding: 30px 25px;
}
.common-list01 .item .item-content::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: -1;
  font-size: 10rem;
  font-family: "Oswald", sans-serif;
  color: rgba(209, 240, 235, 0.7);
}
.common-list01 .item .item-content .common-shadow-box-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-list01 .item .item-content .common-shadow-box-title {
    text-align: left;
  }
}
.common-list01 .item .item-content p,
.common-list01 .item .item-content ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .common-list01 .item .item-content p,
  .common-list01 .item .item-content ul {
    margin-top: 4.6666666667vw;
  }
}

/*--------------------------
HOME
----------------------------*/
body.home #contents {
  overflow: hidden;
}
body.home #contents .c-mv {
  position: relative;
  height: 575px;
  background: url("../images/common/common-bg02.png") no-repeat center bottom;
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv {
    height: 140vw;
  }
}
body.home #contents .c-mv::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -110px;
  width: 958px;
  height: 461px;
  background: url("../images/top/mv-img02.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-mv::before {
    right: auto;
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv::before {
    left: auto;
    right: 0;
    width: 92.5333333333vw;
    height: 52.9333333333vw;
    background: url("../images/top/mv-img02-sp.png");
    background-size: 100% 100%;
  }
}
body.home #contents .c-mv .contents-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .contents-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    padding: 0 1.6vw 8vw 1.6vw;
  }
  body.home #contents .c-mv .contents-inner .mv-text {
    padding: 0 7.3333333333vw 0 3.3333333333vw;
  }
  body.home #contents .c-mv .contents-inner .mv-text img {
    width: 100%;
  }
}
body.home #contents .c-mv .contents-inner p {
  margin-top: 50px;
  padding-left: 60px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.3;
}
body.home #contents .c-mv .contents-inner p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .contents-inner p {
    width: 100%;
    margin-top: 6vw;
    padding-left: 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
body.home #contents .c-mv .contents-inner .mv-img {
  margin-top: 25px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .contents-inner .mv-img {
    margin-top: 6vw;
    padding-left: 0;
  }
  body.home #contents .c-mv .contents-inner .mv-img img {
    width: 100%;
  }
}
body.home #contents .c-home-companylogo {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-companylogo {
    padding-top: 6.6666666667vw;
  }
}
body.home #contents .c-home-companylogo .companylogo-slider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
  height: 176px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-companylogo .companylogo-slider {
    gap: 0 1.3333333333vw;
    height: 27.3333333333vw;
  }
}
body.home #contents .c-home-companylogo .companylogo-slider ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  animation: loop-slide 150s infinite linear 1s both;
}
body.home #contents .c-home-companylogo .companylogo-slider ul li {
  width: 1212px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-companylogo .companylogo-slider ul li {
    width: 188.1333333333vw;
  }
}
body.home #contents .c-home-companylogo .companylogo-slider ul li img {
  width: 100%;
  height: auto;
}
body.home #contents .c-home-about {
  padding-top: 80px;
  background: url("../images/common/common-bg02.png") no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about {
    padding-top: 16vw;
  }
}
body.home #contents .c-home-about .about-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-title {
    gap: 0 4.6666666667vw;
  }
}
body.home #contents .c-home-about .about-title img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-title img {
    width: 59.3333333333vw;
  }
}
body.home #contents .c-home-about .about-title span {
  padding-bottom: 8px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-title span {
    padding-bottom: 0;
    font-size: 1.5rem;
  }
}
body.home #contents .c-home-about .p01 {
  margin: 75px 0 45px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
body.home #contents .c-home-about .p01::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .p01 {
    margin: 9.3333333333vw 0 6.6666666667vw;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .p02 {
    letter-spacing: 0;
  }
}
body.home #contents .c-home-about .about-alignment-box {
  margin-top: 65px;
  padding: 70px 0 85px;
}
@media screen and (max-width: 1180px) {
  body.home #contents .c-home-about .about-alignment-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box {
    margin-top: 12vw;
    padding: 8.6666666667vw 4.6666666667vw;
  }
}
body.home #contents .c-home-about .about-alignment-box .about-alignment-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box .about-alignment-title {
    font-size: 1.5rem;
  }
}
body.home #contents .c-home-about .about-alignment-box .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box .box {
    flex-direction: column;
    gap: 13.3333333333vw 0;
    margin-top: 8vw;
    padding: 0;
  }
}
body.home #contents .c-home-about .about-alignment-box .box .left {
  flex-shrink: 0;
  max-width: 557px;
}
@media screen and (max-width: 1100px) {
  body.home #contents .c-home-about .about-alignment-box .box .left {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box .box .left {
    width: 100%;
  }
}
body.home #contents .c-home-about .about-alignment-box .box .left .common-btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box .box .right {
    width: 100%;
  }
}
body.home #contents .c-home-about .about-alignment-box .box .right .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box .box .right .list {
    gap: 4vw 0;
  }
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item {
  width: 100%;
  padding: 17px 25px;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item .common-shadow-box-title {
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item .common-shadow-box-title {
    pointer-events: none;
  }
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(4) {
  transition-delay: 0.6s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(5) {
  transition-delay: 0.8s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(6) {
  transition-delay: 1s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(7) {
  transition-delay: 1.2s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(8) {
  transition-delay: 1.4s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(9) {
  transition-delay: 1.6s;
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item:nth-of-type(10) {
  transition-delay: 1.8s;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item {
    width: 100%;
    padding: 5.3333333333vw 4vw;
  }
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item .common-shadow-box-title {
    position: relative;
    text-indent: -1.7em;
    margin-left: 1.7em;
    line-height: 1.5;
  }
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item .common-shadow-box-title::before {
    content: none;
  }
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item .common-shadow-box-title.active::after {
    content: "－";
  }
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item .common-shadow-box-title::after {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 6.2666666667vw;
    height: 6.2666666667vw;
    border-radius: 6.2666666667vw;
    color: #002a2f;
    font-size: 1.5rem;
    font-weight: normal;
    background-color: #ecf2f8;
    text-indent: 0;
    margin-left: 0;
  }
}
body.home #contents .c-home-about .about-alignment-box .box .right .list .item p {
  margin-top: 13px;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item p {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item p {
    display: none;
    margin-top: 5.3333333333vw;
    font-size: 1.4rem;
  }
  body.home #contents .c-home-about .about-alignment-box .box .right .list .item p.active {
    display: block;
  }
}
body.home #contents .c-home-about .bg {
  padding-top: 130px;
  text-align: center;
}
body.home #contents .c-home-about .bg img {
  width: 100%;
}
body.home #contents .c-home-workato_reason {
  position: relative;
  background-color: #77d1dc;
}
body.home #contents .c-home-workato_reason .box {
  padding: 90px 50px 70px;
  transform: translateY(-60px);
}
@media screen and (max-width: 1180px) {
  body.home #contents .c-home-workato_reason .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box {
    transform: translateY(-4vw);
    padding: 14.6666666667vw 5.3333333333vw 6.6666666667vw;
  }
}
body.home #contents .c-home-workato_reason .box .list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list {
    gap: 2.6666666667vw 0;
    margin-top: 14.6666666667vw;
  }
}
body.home #contents .c-home-workato_reason .box .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 30px 23px;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(3) {
  transition-delay: 0.4s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(4) {
  transition-delay: 0.6s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(5) {
  transition-delay: 0.8s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(6) {
  transition-delay: 1s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(7) {
  transition-delay: 1.2s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(8) {
  transition-delay: 1.4s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(9) {
  transition-delay: 1.6s;
}
body.home #contents .c-home-workato_reason .box .list .item:nth-of-type(10) {
  transition-delay: 1.8s;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-workato_reason .box .list .item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item {
    flex-wrap: wrap;
    padding: 7.3333333333vw 5.3333333333vw 8vw;
  }
}
body.home #contents .c-home-workato_reason .box .list .item .left {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  width: 460px;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-home-workato_reason .box .list .item .left {
    width: 350px;
    gap: 0 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-workato_reason .box .list .item .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item .left {
    align-items: center;
    gap: 0;
    width: 100%;
    padding-left: 0;
  }
}
body.home #contents .c-home-workato_reason .box .list .item .left .number {
  flex-shrink: 0;
  width: 70px;
  font-size: 15rem;
  font-family: "Oswald", sans-serif;
  color: #67eadd;
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-home-workato_reason .box .list .item .left .number {
    width: 50px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item .left .number {
    width: 12.6666666667vw;
    font-size: 7.5rem;
  }
}
body.home #contents .c-home-workato_reason .box .list .item .left .headline {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
}
body.home #contents .c-home-workato_reason .box .list .item .left .headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-home-workato_reason .box .list .item .left .headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item .left .headline {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
body.home #contents .c-home-workato_reason .box .list .item .right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-workato_reason .box .list .item .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item .right {
    width: 100%;
    gap: vW(35) 0;
    margin-top: 6.6666666667vw;
  }
}
body.home #contents .c-home-workato_reason .box .list .item .right .right-item {
  width: calc(50% - 9px);
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item .right .right-item {
    width: 100%;
    padding: 6vw 2.6666666667vw;
  }
}
body.home #contents .c-home-workato_reason .box .list .item .right .right-item .common-shadow-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item .right .right-item .common-shadow-box-title {
    letter-spacing: 0;
  }
}
body.home #contents .c-home-workato_reason .box .list .item .right .right-item p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-workato_reason .box .list .item .right .right-item p {
    margin-top: 4vw;
  }
}
body.home #contents .c-home-workato_reason .box .common-btn {
  margin-top: 55px;
}
body.home #contents .c-home-ricksoft_reason {
  padding: 75px 0;
  background-color: #0031a7;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-ricksoft_reason {
    padding: 6vw 0;
  }
}
body.home #contents .c-home-ricksoft_reason .box {
  padding: 100px 65px 80px;
}
@media screen and (max-width: 1100px) {
  body.home #contents .c-home-ricksoft_reason .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-ricksoft_reason .box {
    padding: 8vw 5.3333333333vw 14.6666666667vw;
  }
}
body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title {
    font-size: 1.5rem;
  }
}
body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title div:nth-of-type(1) {
  color: #0031a7;
}
body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title div:nth-of-type(2) {
    flex-direction: column;
    align-items: center;
    gap: 3.3333333333vw 0;
    margin-top: 6vw;
  }
  body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title div:nth-of-type(2) img {
    width: 36.6666666667vw;
  }
}
body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title div:nth-of-type(2) span {
  padding-bottom: 5px;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-ricksoft_reason .ricksoft_reason-title div:nth-of-type(2) span {
    padding-bottom: 0;
    font-size: 2.4rem;
  }
}
body.home #contents .c-home-ricksoft_reason .common-list-slider {
  margin-top: 100px;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(5) {
  transition-delay: 0.8s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(6) {
  transition-delay: 1s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(7) {
  transition-delay: 1.2s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(8) {
  transition-delay: 1.4s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(9) {
  transition-delay: 1.6s;
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .swiper-slide .view-item:nth-of-type(10) {
  transition-delay: 1.8s;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-ricksoft_reason .common-list-slider {
    margin-left: -11.3333333333vw;
    width: calc(100% + 22.6666666667vw);
    margin-top: 13.3333333333vw;
  }
}
body.home #contents .c-home-ricksoft_reason .common-list-slider .slider-content::before {
  color: #dfe3f7;
}
body.home #contents .c-home-ricksoft_reason .common-btn {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-ricksoft_reason .common-btn {
    margin-top: 13.3333333333vw;
  }
}
body.home #contents .common-link-box02 {
  max-width: 100%;
  border-radius: 0;
  padding: 70px 0 80px;
  background-color: #51acb7;
}
@media screen and (max-width: 768px) {
  body.home #contents .common-link-box02 {
    width: 100%;
    margin: 0;
    padding: 5.3333333333vw 0 6vw;
  }
}
body.home #contents .common-link-box02 .list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.home #contents .common-link-box02 .list {
    margin-top: 0;
  }
  body.home #contents .common-link-box02 .list p {
    margin-top: 0;
  }
}
body.home #contents .common-link-box02 .list .common-shadow-box-title {
  color: #00adb7;
}
body.home #contents .c-home-case {
  padding: 85px 0 90px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-case {
    padding: 9.3333333333vw 0 11.3333333333vw 0;
  }
}
body.home #contents .c-home-case .box {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  padding: 90px 0;
}
@media screen and (max-width: 1180px) {
  body.home #contents .c-home-case .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-case .box {
    margin-top: 10vw;
    margin-right: 5.3333333333vw;
    padding: 8vw 5.3333333333vw 22.6666666667vw;
  }
}
body.home #contents .c-home-case .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 12px;
  background-image: linear-gradient(to right, rgb(236, 250, 243), rgb(208, 243, 245));
  border-radius: 12px;
}
@media screen and (max-width: 1280px) {
  body.home #contents .c-home-case .box::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-case .box::before {
    width: 100%;
    border-radius: 1.6vw;
  }
}
body.home #contents .c-home-case .common-case-list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  gap: 24px 5.8%;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-case .common-case-list {
    gap: 24px 2%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-case .common-case-list {
    gap: 4vw 0;
  }
}
body.home #contents .c-home-case .common-case-list .item {
  width: 47.1%;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-case .common-case-list .item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-case .common-case-list .item {
    width: 100%;
  }
}
body.home #contents .c-home-case .common-btn {
  margin-top: 80px;
}
body.home #contents .c-home-alignment {
  position: relative;
  padding: 90px 0 100px;
  background-color: #ebf2f8;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-alignment {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
body.home #contents .c-home-alignment .img {
  position: absolute;
  top: -225px;
  right: -110px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-alignment .img {
    right: -300px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-alignment .img {
    top: -26vw;
    right: 0;
  }
  body.home #contents .c-home-alignment .img img {
    width: 60vw;
  }
}
body.home #contents .c-home-alignment .box {
  padding: 100px 50px 85px;
}
@media screen and (max-width: 1180px) {
  body.home #contents .c-home-alignment .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-alignment .box {
    padding: 14.6666666667vw 5.3333333333vw 12vw;
  }
}
body.home #contents .c-home-alignment .box .common-alignment-list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-alignment .box .common-alignment-list {
    margin-top: 8vw;
  }
}
body.home #contents .c-home-alignment .box .common-btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-alignment .box .common-btn {
    margin-top: 10.6666666667vw;
  }
}
body.home #contents .c-home-rss {
  padding-bottom: 210px;
  background-color: #8fd0dc;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss {
    padding-bottom: 128vw;
  }
}
body.home #contents .c-home-rss .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 46px;
  transform: translateY(-90px);
}
@media screen and (max-width: 1150px) {
  body.home #contents .c-home-rss .list {
    gap: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list {
    flex-wrap: wrap;
    gap: 5.3333333333vw 0;
    transform: translateY(-4vw);
  }
}
body.home #contents .c-home-rss .list .box {
  width: calc(50% - 23px);
  padding: 65px 45px 75px;
}
@media screen and (max-width: 1150px) {
  body.home #contents .c-home-rss .list .box {
    width: 49%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box {
    width: 100%;
    padding: 9.3333333333vw 4.6666666667vw 12vw;
  }
}
body.home #contents .c-home-rss .list .box .rss-title {
  position: relative;
  padding-bottom: 30px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-title {
    padding-bottom: 4.6666666667vw;
    font-size: 2rem;
  }
}
body.home #contents .c-home-rss .list .box .rss-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 37px;
  height: 7px;
  background-color: #67eadd;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-title::before {
    width: 5.3333333333vw;
    height: 1.0666666667vw;
  }
}
body.home #contents .c-home-rss .list .box .rss-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-list {
    margin-top: 5.3333333333vw;
    border-bottom: 1px solid #c6cfdb;
  }
}
body.home #contents .c-home-rss .list .box .rss-list .item:not(:nth-of-type(1)) a {
  border-top: 1px solid #c6cfdb;
}
body.home #contents .c-home-rss .list .box .rss-list .item a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 23px;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a:hover .item-title {
    color: #00adb7 !important;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a {
    padding: 4vw 0;
    gap: 0 2.6666666667vw;
  }
}
body.home #contents .c-home-rss .list .box .rss-list .item a .item-thumbnail {
  flex-shrink: 0;
  width: 220px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-thumbnail {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-thumbnail {
    width: 29.3333333333vw;
  }
}
body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-date {
  font-size: 1.3rem;
  color: #a8b0ba;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-date {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-date {
    font-size: 1.2rem;
  }
}
body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-title {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  color: #002a2f;
}
body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 769px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-title {
    transition: 0.3s;
  }
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-title {
    margin-top: 3.3333333333vw;
    font-size: 1.3rem;
    line-height: 1.85;
  }
  body.home #contents .c-home-rss .list .box .rss-list .item a .item-content .item-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
  }
}
body.home #contents .c-home-rss .list .box .rss-list.qiita-list .item a::before {
  bottom: auto;
  right: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-list.qiita-list .item a::before {
    right: 0;
  }
}
body.home #contents .c-home-rss .list .box .rss-list.qiita-list .item .item-content {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .rss-list.qiita-list .item .item-content {
    padding-right: 10.6666666667vw;
  }
}
body.home #contents .c-home-rss .list .box .rss-list.qiita-list .item .item-content .item-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.home #contents .c-home-rss .list .box .common-btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-home-rss .list .box .common-btn {
    margin-top: 10.6666666667vw;
  }
}
body.home #contents .c-home-rss .list .box .common-btn a {
  font-family: "Jost", sans-serif;
}
body.home #contents .common-link-box01 {
  margin-top: -220px;
}
@media screen and (max-width: 768px) {
  body.home #contents .common-link-box01 {
    margin-top: -116vw;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*--------------------------
SUB
----------------------------*/
body.sub #contents .page-title {
  min-height: 360px;
  padding-bottom: 100px;
  background: url("../images/common/sub-bg.png") no-repeat right bottom, url("../images/common/sub-bg02.png") repeat-x center bottom;
  background-size: 700px auto, 100% 100%;
}
@media screen and (max-width: 1100px) {
  body.sub #contents .page-title {
    background-size: 500px auto, 100% 100%;
  }
}
@media screen and (max-width: 900px) {
  body.sub #contents .page-title {
    background-size: 400px auto, 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  body.sub #contents .page-title {
    min-height: inherit;
    height: auto;
    padding: 10vw 5.3333333333vw 32vw;
    background: url("../images/common/common-bg01.png") no-repeat right bottom, url("../images/common/sub-bg02.png") repeat-x center bottom;
    background-size: 100% auto, 100% 100%;
  }
}
body.sub #contents .page-title h1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 130px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
}
body.sub #contents .page-title h1::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 1040px) {
  body.sub #contents .page-title h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.sub #contents .page-title h1 {
    padding-top: 0;
    font-size: 2.5rem;
  }
}
body.sub #contents .contents-box.c-box01 {
  padding-bottom: 150px;
  background-color: #77d1dc;
}
@media screen and (max-width: 768px) {
  body.sub #contents .contents-box.c-box01 {
    padding-bottom: 13.3333333333vw;
  }
}
body.sub #contents .contents-box.c-box01 .contents-inner {
  max-width: 1190px;
}
body.sub #contents .contents-box.c-box01 .box01 {
  transform: translateY(-50px);
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  body.sub #contents .contents-box.c-box01 .box01 {
    transform: translateY(-5.3333333333vw);
    margin-bottom: -5.3333333333vw;
  }
}
body.sub #contents .contents-box.c-box01 .common-white-box {
  padding: 80px 90px 90px;
}
@media screen and (max-width: 1150px) {
  body.sub #contents .contents-box.c-box01 .common-white-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.sub #contents .contents-box.c-box01 .common-white-box {
    padding: 8vw 4.6666666667vw !important;
  }
}
body.sub #contents .contents-box.c-box01 .common-white-box + .common-white-box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.sub #contents .contents-box.c-box01 .common-white-box + .common-white-box {
    margin-top: 2.6666666667vw;
  }
}
body.sub #contents .breadcrumb {
  margin-top: -1px;
  padding-bottom: 25px;
  background-color: #77d1dc;
}
body.sub #contents .breadcrumb .contents-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 8px;
  max-width: 1190px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
body.sub #contents .breadcrumb .contents-inner a {
  color: #002a2f;
  transition: opacity 0.3s;
}
body.sub #contents .breadcrumb .contents-inner a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  body.sub #contents .breadcrumb .contents-inner a:hover {
    opacity: 0.5;
  }
}
body.sub #contents .common-usecase {
  padding-top: 95px;
  padding-bottom: 150px;
  background: url("../images/common/usecase-bg.png") no-repeat center top;
  background-size: 100% 640px;
}
@media screen and (max-width: 768px) {
  body.sub #contents .common-usecase {
    padding: 12vw 0;
    background-size: 100% auto;
  }
}

body.single #contents .contents-box.c-box01 .box01 {
  padding-left: 140px;
  padding-right: 140px;
}
@media screen and (max-width: 1000px) {
  body.single #contents .contents-box.c-box01 .box01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.single #contents .contents-box.c-box01 .box01 .editor-styles-wrapper {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  body.single #contents .contents-box.c-box01 .box01 .editor-styles-wrapper {
    margin-bottom: 12vw;
  }
}

/*--------------------------
ABOUT
----------------------------*/
body.about #contents .c-box01 .modal-layer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
@media screen and (min-width: 769px) {
  body.about #contents .c-box01 .modal-layer {
    display: none !important;
  }
}
body.about #contents .c-box01 .modal-layer.active {
  display: block;
}
body.about #contents .c-box01 .modal-layer .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body.about #contents .c-box01 .modal-layer .modal-content .close {
  text-align: right;
  padding-right: 5.3333333333vw;
}
body.about #contents .c-box01 .modal-layer .modal-content .close img {
  width: 6vw;
}
body.about #contents .c-box01 .modal-layer .modal-content .img {
  margin-top: 2.6666666667vw;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about-about01 .title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 35px;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .about-about01 .title {
    gap: 0 4.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.about-about01 .title span {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-about01 .title span {
    font-size: 1.5rem;
  }
  .about-about01 .title span:nth-of-type(1) img {
    width: 53.3333333333vw;
  }
}
.about-about01 .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about-about01 .media-box {
    flex-wrap: wrap;
    gap: 6.6666666667vw 0;
    margin-top: 13.3333333333vw;
  }
}
.about-about01 .media-box .thumbnail {
  flex-shrink: 0;
  max-width: 479px;
}
@media screen and (max-width: 1000px) {
  .about-about01 .media-box .thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .about-about01 .media-box .thumbnail {
    width: 100%;
    text-align: center;
  }
}
.about-about01 .alignment-list {
  margin-top: 35px;
  padding: 70px 50px 80px;
}
@media screen and (max-width: 768px) {
  .about-about01 .alignment-list {
    margin-top: 9.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.about-about01 .alignment-list .alignment-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-about01 .alignment-list .alignment-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .about-about01 .alignment-list .alignment-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}
.about-about01 .alignment-list .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 55px 4.25%;
  margin-top: 70px;
  counter-reset: number 0;
}
@media screen and (max-width: 1000px) {
  .about-about01 .alignment-list .list {
    gap: 55px 6%;
  }
}
@media screen and (max-width: 768px) {
  .about-about01 .alignment-list .list {
    margin-top: 5.3333333333vw;
  }
}
.about-about01 .alignment-list .list .item {
  position: relative;
  z-index: 0;
  width: 30.5%;
  min-height: 260px;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .about-about01 .alignment-list .list .item {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .about-about01 .alignment-list .list .item {
    width: 100%;
    padding: 4vw;
  }
}
.about-about01 .alignment-list .list .item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  bottom: 13px;
  right: 15px;
  z-index: -1;
  font-size: 8rem;
  font-family: "Oswald", sans-serif;
  color: rgba(209, 240, 235, 0.7);
}
@media screen and (max-width: 768px) {
  .about-about01 .alignment-list .list .item::before {
    bottom: 1.7333333333vw;
    right: 2vw;
    font-size: 6rem;
  }
}
.about-about01 .alignment-list .list .item .number {
  position: absolute;
  top: -25px;
  left: -25px;
}
@media screen and (max-width: 768px) {
  .about-about01 .alignment-list .list .item .number {
    top: -4vw;
    left: -5.3333333333vw;
  }
  .about-about01 .alignment-list .list .item .number img {
    width: 13.3333333333vw;
  }
}
.about-about01 .alignment-list .list .item .common-shadow-box-title {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0;
}
.about-about01 .alignment-list .list .item .common-dot-list {
  margin-top: 20px;
}

.about-about02 .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 20px 3%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .about-about02 .list {
    gap: 4vw 0;
    margin-top: 12vw;
  }
}
.about-about02 .list .item {
  width: 48.5%;
  padding: 35px 25px 25px;
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item {
    width: 100%;
    padding: 5.3333333333vw 4vw 4.6666666667vw;
  }
}
.about-about02 .list .item.full {
  width: 100%;
}
.about-about02 .list .item .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-height: 75px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #007c72;
  line-height: 1.7;
}
.about-about02 .list .item .item-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-title {
    font-size: 1.6rem;
  }
}
.about-about02 .list .item .item-inner-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 8%;
}
.about-about02 .list .item .item-inner-list .item-content {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-inner-list .item-content {
    width: 100%;
  }
}
.about-about02 .list .item .item-inner-list .item-inner-title {
  padding-top: 25px;
  font-size: 1.8rem;
  color: #007c72;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-inner-list .item-inner-title {
    padding-top: 4vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-inner-list {
    flex-wrap: wrap;
  }
}
.about-about02 .list .item .item-content {
  margin-top: 20px;
  padding: 20px 25px 35px;
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-content {
    margin-top: 2.6666666667vw;
    padding: 3.3333333333vw 4vw 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .about-about02 .list .item .item-content .item-thumbnail {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-content .item-thumbnail {
    position: relative;
  }
  .about-about02 .list .item .item-content .item-thumbnail::before {
    content: "";
    position: absolute;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background: url("../images/common/icn-zoom.png") no-repeat;
    background-size: 100% 100%;
  }
}
.about-about02 .list .item .item-content.horizon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-content.horizon {
    flex-wrap: wrap;
  }
}
.about-about02 .list .item .item-content.horizon .item-thumbnail {
  flex-shrink: 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-content.horizon .item-thumbnail {
    width: 100%;
  }
}
.about-about02 .list .item .item-content.horizon .item-thumbnail p {
  margin-top: 0;
}
.about-about02 .list .item .item-content p {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
}
.about-about02 .list .item .item-content p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .about-about02 .list .item .item-content p {
    font-size: 1.4rem;
  }
}

.about-about03 .img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .about-about03 .img {
    margin-top: 8vw;
  }
}

.about-about04 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 3%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about-about04 .list {
    flex-wrap: wrap;
    gap: 8vw 0;
    margin-top: 9.3333333333vw;
  }
}
.about-about04 .list .common-dot-list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .about-about04 .list .common-dot-list {
    margin-top: 3.3333333333vw;
  }
}

/*--------------------------
IPAAS
----------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ipaas-ipaas01 .is-style-common-section-title {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas01 .is-style-common-section-title {
    margin-top: 6.6666666667vw;
  }
}
.ipaas-ipaas01 .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1050px) {
  .ipaas-ipaas01 .media-box {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas01 .media-box {
    flex-wrap: wrap;
    gap: 6.6666666667vw 0;
    margin-top: 8vw;
  }
}
.ipaas-ipaas01 .media-box .thumbnail {
  flex-shrink: 0;
  max-width: 476px;
}
@media screen and (max-width: 1050px) {
  .ipaas-ipaas01 .media-box .thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas01 .media-box .thumbnail {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.ipaas-ipaas01 .media-box .content {
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas01 .media-box .content {
    padding-top: 0;
  }
}
.ipaas-ipaas01 .media-box .content p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas01 .media-box .content p + p {
    margin-top: 4vw;
  }
}

.ipaas-ipaas02 .common-list-slider {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas02 .common-list-slider .swiper-wrapper {
    align-items: flex-start !important;
  }
}
.ipaas-ipaas02 .common-list-slider .slider-content::before {
  color: #e5f4f2;
}

.ipaas-ipaas03 .table-box {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .table-box {
    margin-top: 9.3333333333vw;
  }
}
.ipaas-ipaas03 .common-table table th {
  width: 33.3% !important;
}
.ipaas-ipaas03 .common-table table td {
  height: 135px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ipaas-ipaas03 .common-table table td img {
  display: block;
  width: 29px !important;
  margin: 0 auto 10px !important;
}
.ipaas-ipaas03 .common-table table td .common-dot-list {
  margin-top: 30px !important;
}
.ipaas-ipaas03 .common-table table td ul + br {
  display: none;
}
.ipaas-ipaas03 .common-table table td ul + br + ul.common-dot-list {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .common-table table {
    display: block;
  }
  .ipaas-ipaas03 .common-table table tr,
  .ipaas-ipaas03 .common-table table th,
  .ipaas-ipaas03 .common-table table td,
  .ipaas-ipaas03 .common-table table thead,
  .ipaas-ipaas03 .common-table table tbody {
    display: block;
    width: 100%;
  }
  .ipaas-ipaas03 .common-table table.open tbody tr {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
  }
  .ipaas-ipaas03 .common-table table:not(.open) tbody tr:nth-of-type(4) {
    position: relative !important;
  }
  .ipaas-ipaas03 .common-table table:not(.open) tbody tr:nth-of-type(4)::before {
    content: "" !important;
    position: absolute !important;
    z-index: 2 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 150px !important;
    background: url("../images/common/bg-white.png") no-repeat center center !important;
    background-size: 100% 100% !important;
  }
  .ipaas-ipaas03 .common-table table thead tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  .ipaas-ipaas03 .common-table table thead tr th {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 50% !important;
    height: 18vw !important;
    font-size: 1.4rem !important;
  }
  .ipaas-ipaas03 .common-table table thead tr th:nth-of-type(1) {
    display: none !important;
  }
  .ipaas-ipaas03 .common-table table thead tr th:nth-of-type(2) {
    border-radius: 2.6666666667vw 0 0 0 !important;
  }
  .ipaas-ipaas03 .common-table table thead tr th:nth-of-type(3) {
    border-radius: 0 2.6666666667vw 0 0 !important;
  }
  .ipaas-ipaas03 .common-table table tbody tr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .ipaas-ipaas03 .common-table table tbody tr:not(:nth-of-type(1)) {
    margin-top: 2vw !important;
  }
  .ipaas-ipaas03 .common-table table tbody tr:not(:nth-of-type(-n + 4)) {
    display: none;
  }
  .ipaas-ipaas03 .common-table table tbody tr td {
    width: 50% !important;
    height: auto !important;
    padding: 6.6666666667vw 2.6666666667vw 3.3333333333vw !important;
    font-size: 1.3rem !important;
    text-align: left !important;
  }
  .ipaas-ipaas03 .common-table table tbody tr td:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100% !important;
    padding: 3.3333333333vw !important;
    text-align: center !important;
  }
  .ipaas-ipaas03 .common-table table tbody tr td:has(img) {
    text-align: center !important;
  }
}
.ipaas-ipaas03 .common-btn {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .ipaas-ipaas03 .common-btn {
    display: none;
  }
}
.ipaas-ipaas03 .common-btn a::before {
  background-image: url("../images/common/icn-arrow-btm-white02.svg");
}
.ipaas-ipaas03 .is-style-sub-title {
  margin-top: 120px;
  font-size: 3rem;
  color: #007c72;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .is-style-sub-title {
    margin-top: 13.3333333333vw;
    font-size: 2rem;
    line-height: 1.35;
  }
  .ipaas-ipaas03 .is-style-sub-title::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.35) * 0.5em);
  }
}
.ipaas-ipaas03 .ipaas-alignment-slider {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .ipaas-alignment-slider {
    margin-top: 9.3333333333vw;
    margin-left: -10.6666666667vw;
    width: calc(100% + 21.3333333333vw);
  }
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .ipaas-ipaas03 .ipaas-alignment-slider {
    overflow: visible !important;
  }
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-wrapper {
    gap: 30px 1.25%;
    flex-wrap: wrap;
    transform: none !important;
  }
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-wrapper .pagination {
    display: none;
  }
}
.ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide {
  padding: 40px 25px 25px;
  background-image: linear-gradient(to bottom, rgb(236, 250, 243), rgb(208, 243, 245));
}
@media screen and (min-width: 769px) {
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide {
    width: 32.5% !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide {
    padding: 20px 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide {
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
.ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
}
.ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title span:nth-of-type(1) {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title span:nth-of-type(1)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title span:nth-of-type(1) {
    font-size: 1.9rem;
  }
}
.ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title span:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 40px;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #acafaf;
  line-height: 1.3;
}
.ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title span:nth-of-type(2)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title span:nth-of-type(2) {
    margin-top: 2.6666666667vw;
    height: 8vw;
  }
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-title span:nth-of-type(2) img {
    width: auto;
    height: 100%;
  }
}
.ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-content {
  margin-top: 35px;
  padding: 30px 25px 25px;
}
@media screen and (max-width: 1000px) {
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-content {
    padding: 20px 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .ipaas-ipaas03 .ipaas-alignment-slider .swiper-slide .item-content {
    margin-top: 5.3333333333vw;
    padding: 6vw 4.6666666667vw 5.3333333333vw;
  }
}

/*--------------------------
PRICE
----------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.price-price01 .head,
.price-price02 .head,
.price-price03 .head,
.price-price04 .head,
.price-price05 .head,
.price-price06 .head {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .price-price01 .head,
  .price-price02 .head,
  .price-price03 .head,
  .price-price04 .head,
  .price-price05 .head,
  .price-price06 .head {
    padding-bottom: 8vw;
  }
}
.price-price01 .head .common-section-description,
.price-price02 .head .common-section-description,
.price-price03 .head .common-section-description,
.price-price04 .head .common-section-description,
.price-price05 .head .common-section-description,
.price-price06 .head .common-section-description {
  margin-top: 35px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .price-price01 .head .common-section-description,
  .price-price02 .head .common-section-description,
  .price-price03 .head .common-section-description,
  .price-price04 .head .common-section-description,
  .price-price05 .head .common-section-description,
  .price-price06 .head .common-section-description {
    margin-top: 4.6666666667vw;
  }
}

.price-price01 .plan-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 1%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list {
    flex-wrap: wrap;
    gap: 2.6666666667vw 0;
    margin-top: 9.3333333333vw;
  }
}
.price-price01 .plan-list > div {
  padding: 40px 20px 20px;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div {
    padding: 6.6666666667vw 4.6666666667vw 4.6666666667vw;
  }
}
.price-price01 .plan-list > div.must-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0 2.15%;
  width: 73%;
  background-image: linear-gradient(to bottom, rgb(236, 250, 243), rgb(208, 243, 245));
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div.must-item {
    gap: 2vw 0;
    width: 100%;
  }
}
.price-price01 .plan-list > div.must-item .item {
  width: 31.9%;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div.must-item .item {
    width: 100%;
  }
}
.price-price01 .plan-list > div.option-item {
  width: 26%;
  background-image: linear-gradient(to bottom, rgb(236, 242, 248), rgb(231, 230, 245));
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div.option-item {
    width: 100%;
  }
}
.price-price01 .plan-list > div.option-item .item {
  width: 100%;
}
.price-price01 .plan-list > div .item-title {
  width: 100%;
  margin-bottom: 35px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item-title {
    margin-bottom: 5.3333333333vw;
    font-size: 1.6rem;
  }
}
.price-price01 .plan-list > div .item {
  text-align: center;
}
.price-price01 .plan-list > div .item a {
  display: block;
  padding: 18px 10px;
  color: #002a2f;
  transition: opacity 0.3s;
}
.price-price01 .plan-list > div .item a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .price-price01 .plan-list > div .item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 0 4vw;
    padding: 5.3333333333vw 4.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .price-price01 .plan-list > div .item .common-shadow-box-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item .common-shadow-box-title {
    width: 100%;
    margin-bottom: 4.6666666667vw;
  }
}
.price-price01 .plan-list > div .item .icn {
  margin: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item .icn {
    width: calc(50% - 2vw);
    margin: 0;
  }
}
.price-price01 .plan-list > div .item .icn img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item .icn img {
    width: 100%;
  }
}
.price-price01 .plan-list > div .item p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1000px) {
  .price-price01 .plan-list > div .item p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item p {
    display: block;
    width: calc(50% - 2vw);
    text-align: left;
  }
}
.price-price01 .plan-list > div .item .detail {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item .detail {
    margin-top: 4.6666666667vw;
  }
}
.price-price01 .plan-list > div .item .detail span {
  position: relative;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .price-price01 .plan-list > div .item .detail span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item .detail span {
    font-size: 1.3rem;
  }
}
.price-price01 .plan-list > div .item .detail span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: center center;
  background-color: #e9f2f8;
  background-image: url("../images/common/icn-arrow-btm-bk02.svg");
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .price-price01 .plan-list > div .item .detail span::before {
    right: -9.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    background-size: 2.1333333333vw 2.1333333333vw;
  }
}
.price-price01 .common-btn {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .price-price01 .common-btn {
    margin-top: 9.3333333333vw;
  }
}
.price-price01 .common-btn a {
  width: 435px;
  height: 100px;
  border-radius: 100px;
  font-size: 2.8rem;
  background-color: #1c556f;
}
@media screen and (max-width: 768px) {
  .price-price01 .common-btn a {
    width: 58vw;
    height: 13.3333333333vw;
    border-radius: vW(100);
    font-size: 1.6rem;
  }
}
.price-price01 .common-btn a::before {
  width: 33px;
  height: 33px;
  border-radius: 33px;
  background-size: 17px 17px;
}
@media screen and (max-width: 768px) {
  .price-price01 .common-btn a::before {
    right: 4vw;
    width: 4.4vw;
    height: 4.4vw;
    border-radius: 4.4vw;
    background-size: 2.2666666667vw 2.2666666667vw;
  }
}

.price-price02 .table01 table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
@media screen and (max-width: 768px) {
  .price-price02 .table01 table.open tbody tr {
    display: block !important;
  }
  .price-price02 .table01 table thead {
    display: none;
  }
  .price-price02 .table01 table:not(.open) tbody tr:nth-of-type(2) td:last-child {
    position: relative;
  }
  .price-price02 .table01 table:not(.open) tbody tr:nth-of-type(2) td:last-child::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("../images/common/bg-white.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .price-price02 .table01 table tr,
  .price-price02 .table01 table th,
  .price-price02 .table01 table td {
    display: block;
    width: 100%;
  }
}
.price-price02 .table01 table th,
.price-price02 .table01 table td {
  border: 2px solid #fff !important;
}
.price-price02 .table01 table thead th {
  height: 70px !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-align: center !important;
  background-color: transparent !important;
}
.price-price02 .table01 table thead th:nth-of-type(1) {
  width: 150px !important;
}
.price-price02 .table01 table thead th.standard {
  background-color: #22b7a7 !important;
  border-radius: 12px 0 0 0 !important;
}
.price-price02 .table01 table thead th.business {
  background-color: #0031a7 !important;
}
.price-price02 .table01 table thead th.enterprise {
  background-color: #01c1db !important;
}
@media screen and (max-width: 768px) {
  .price-price02 .table01 table tbody tr:not(:nth-of-type(-n + 2)) {
    display: none;
  }
  .price-price02 .table01 table tbody th {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    height: 14.6666666667vw !important;
    text-align: center !important;
    font-size: 1.4rem !important;
    color: #fff !important;
    font-weight: bold !important;
  }
  .price-price02 .table01 table tbody tr:not(:nth-of-type(1)) {
    margin-top: 2vw !important;
  }
}
.price-price02 .table01 table tbody tr:nth-of-type(1) td:nth-of-type(1) {
  border-radius: 12px 0 0 0 !important;
}
.price-price02 .table01 table tbody td {
  padding: 15px !important;
  background-color: #e9f2f8 !important;
  vertical-align: top !important;
}
@media screen and (max-width: 768px) {
  .price-price02 .table01 table tbody td {
    padding: 4.6666666667vw !important;
  }
}
.price-price02 .table01 table tbody td.none {
  vertical-align: middle !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}
.price-price02 .table01 table tbody td:nth-of-type(1) {
  width: 150px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #f4f6f8 !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  vertical-align: middle !important;
  line-height: 1.7;
  text-align: center !important;
}
.price-price02 .table01 table tbody td:nth-of-type(1)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-price02 .table01 table tbody td:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100% !important;
    height: 14.6666666667vw !important;
    font-size: 1.4rem !important;
    border-radius: 1.6vw 1.6vw 0 0 !important;
  }
}
.price-price02 .table01 table tbody td .common-dot-list.dot-darkblue li {
  color: #0031a7;
  font-weight: 600;
}
.price-price02 .table01 table tbody td .common-dot-list.dot-blue li {
  color: #01c1db;
  font-weight: 600;
}
.price-price02 .table01 table tbody td .common-dot-list + .common-dot-list {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .price-price02 .table01 table tbody td .common-dot-list + .common-dot-list {
    margin-top: 3.0666666667vw;
  }
}
.price-price02 .common-btn {
  margin-top: 8vw;
}
.price-price02 .common-btn a::before {
  background-image: url("../images/common/icn-arrow-btm-white02.svg");
}
.price-price02 .table-headline,
.price-price02 .is-style-table-headline {
  margin-top: 110px;
  font-size: 2.2rem;
  text-align: center;
  color: #007c72;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price-price02 .table-headline,
  .price-price02 .is-style-table-headline {
    margin-top: 18.6666666667vw;
    font-size: 1.6rem;
  }
}
.price-price02 .table02 table {
  width: 100% !important;
  margin-top: 70px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
@media screen and (max-width: 768px) {
  .price-price02 .table02 table {
    display: block;
    margin-top: 40px !important;
  }
  .price-price02 .table02 table thead,
  .price-price02 .table02 table tbody,
  .price-price02 .table02 table tr,
  .price-price02 .table02 table th,
  .price-price02 .table02 table td {
    display: block;
  }
  .price-price02 .table02 table.open tbody tr {
    display: flex !important;
  }
  .price-price02 .table02 table:not(.open) tbody tr:nth-of-type(2) {
    position: relative;
  }
  .price-price02 .table02 table:not(.open) tbody tr:nth-of-type(2)::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: url("../images/common/bg-white.png") no-repeat center center;
    background-size: 100% 100%;
  }
}
.price-price02 .table02 table th,
.price-price02 .table02 table td {
  border: 2px solid #fff !important;
}
.price-price02 .table02 table thead th {
  height: 70px !important;
  background-color: #22b7a7 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
}
.price-price02 .table02 table thead th:nth-of-type(1) {
  width: 160px !important;
}
.price-price02 .table02 table thead th:nth-of-type(2) {
  width: 180px !important;
}
.price-price02 .table02 table thead th:nth-of-type(4), .price-price02 .table02 table thead th:nth-of-type(5), .price-price02 .table02 table thead th:nth-of-type(6) {
  width: 110px !important;
}
@media screen and (max-width: 768px) {
  .price-price02 .table02 table thead {
    display: none;
  }
}
.price-price02 .table02 table tbody td {
  padding: 25px 20px !important;
  vertical-align: middle !important;
  background-color: #e9f2f8 !important;
  font-size: 1.3rem !important;
  line-height: 2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}
.price-price02 .table02 table tbody td:nth-of-type(1) {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.price-price02 .table02 table tbody td.maru {
  font-size: 35px !important;
}
@media screen and (max-width: 768px) {
  .price-price02 .table02 table tbody td.maru {
    font-size: 8vw;
  }
}
.price-price02 .table02 table tbody td.bar {
  font-size: 30px !important;
}
@media screen and (max-width: 768px) {
  .price-price02 .table02 table tbody tr:not(:nth-of-type(-n + 2)) {
    display: none;
  }
  .price-price02 .table02 table tbody tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .price-price02 .table02 table tbody tr + tr {
    margin-top: 5.3333333333vw;
  }
  .price-price02 .table02 table tbody tr .sp-head {
    width: 100%;
    padding: 3.3333333333vw !important;
  }
  .price-price02 .table02 table tbody tr .sp-head02 {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 3.3333333333vw !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    color: #fff;
    background-color: #22b7a7 !important;
  }
  .price-price02 .table02 table tbody tr .sp-content {
    width: 100%;
    padding: 3.3333333333vw !important;
  }
  .price-price02 .table02 table tbody tr .sp-kigou {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 33.33%;
    height: 18.6666666667vw;
    padding: 0 1.3333333333vw !important;
  }
}

.price-price03 .content .img {
  padding: 25px;
  border-radius: 12px;
  background-color: #e9f2f8;
}
.price-price03 .content p {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .price-price03 .content p {
    margin: 6.6666666667vw 0;
  }
}

@media screen and (max-width: 768px) {
  .price-price03 .content .common-table table,
  .price-price04 .content .common-table table {
    display: table;
  }
  .price-price03 .content .common-table table thead th:nth-of-type(2),
  .price-price04 .content .common-table table thead th:nth-of-type(2) {
    display: none;
  }
  .price-price03 .content .common-table table tbody td:nth-of-type(2),
  .price-price04 .content .common-table table tbody td:nth-of-type(2) {
    display: none;
  }
}

.common-white-box:has(.price-price05) {
  border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 768px) {
  .price-price05 {
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
.price-price05 .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 20px 2.15%;
}
.price-price05 .list .item {
  width: 31.9%;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .price-price05 .list .item {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .price-price05 .list .item {
    width: 100%;
    padding: 4.6666666667vw;
  }
}
.price-price05 .list .item .item-inner {
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .price-price05 .list .item .item-inner {
    padding: 4.6666666667vw 4vw;
  }
}
.price-price05 .list .item .item-inner .common-shadow-box-title {
  padding-bottom: 25px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e0dfd6;
}
@media screen and (max-width: 768px) {
  .price-price05 .list .item .item-inner .common-shadow-box-title {
    padding-bottom: 4vw;
  }
}
.price-price05 .list .item .item-inner p {
  padding-top: 25px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .price-price05 .list .item .item-inner p {
    padding-top: 4vw;
    font-size: 1.4rem;
  }
}
.price-price05 .list .item .item-inner .tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .price-price05 .list .item .item-inner .tag {
    margin-top: 2.6666666667vw;
  }
}
.price-price05 .list .item .item-inner .tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 23px;
  padding: 0 8px;
  border-radius: 23px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .price-price05 .list .item .item-inner .tag span {
    height: 6vw;
    padding: 0 2vw;
    border-radius: 6vw;
    font-size: 1.2rem;
  }
}

.price-price06 {
  padding: 75px 0;
  text-align: center;
  border-radius: 0 0 12px 12px;
  background-color: #1c556f;
}
@media screen and (max-width: 768px) {
  .price-price06 {
    padding: 6.6666666667vw 5.3333333333vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.price-price06 .box-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .price-price06 .box-title {
    font-size: 2rem;
  }
}
.price-price06 .common-btn {
  margin-top: 50px;
}
.price-price06 .common-btn a {
  background-color: #fff;
  color: #1c556f;
  transition: opacity 0.3s;
}
.price-price06 .common-btn a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .price-price06 .common-btn a:hover {
    opacity: 0.5;
  }
}
.price-price06 .common-btn a::before {
  border-color: #1c556f;
  background-image: url("../images/common/icn-arrow-right-bk.svg");
}

/*--------------------------
REASON
----------------------------*/
body.reason #contents .contents-box.c-box01 .box01 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.reason #contents .contents-box.c-box01 .box01 {
    padding: 0 !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.reason-reason01 .head {
  padding: 60px 90px;
  border-bottom: 4px solid #77d1dc;
}
@media screen and (max-width: 1150px) {
  .reason-reason01 .head {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason-reason01 .head {
    padding: 8.6666666667vw 4vw;
    border-bottom-width: 2.1333333333vw;
  }
}
.reason-reason01 .head p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason-reason01 .head p {
    letter-spacing: 0;
  }
}
.reason-reason01 .content {
  padding: 60px 90px 90px;
}
@media screen and (max-width: 1150px) {
  .reason-reason01 .content {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason-reason01 .content {
    padding: 8vw 5.3333333333vw;
  }
}
.reason-reason01 .content .is-style-common-section-title {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .reason-reason01 .content .is-style-common-section-title {
    margin-top: 6.6666666667vw;
  }
}
.reason-reason01 .content .common-list-slider {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .reason-reason01 .content .common-list-slider {
    margin-top: 13.3333333333vw;
    margin-left: -10.6666666667vw;
    width: calc(100% + 21.3333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .reason-reason01 .content .common-list-slider .common-shadow-box-title {
    margin-left: -10px;
    margin-right: -10px;
    letter-spacing: -0.03em;
  }
}
.reason-reason01 .content .common-list-slider .slider-content::before {
  color: #e5f4f2;
}

.reason-reason02 .common-list01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .reason-reason02 .common-list01 {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .reason-reason02 .common-list01 .item .item-content {
    padding-bottom: 5.3333333333vw;
  }
  .reason-reason02 .common-list01 .item .item-content::before {
    opacity: 0;
    transition: 0.1s;
  }
  .reason-reason02 .common-list01 .item .item-content:has(.active)::before {
    content: counter(number);
    opacity: 1;
    transition-delay: 0.3s;
  }
  .reason-reason02 .common-list01 .item .common-shadow-box-title {
    position: relative;
    padding-right: 20vw;
  }
  .reason-reason02 .common-list01 .item .common-shadow-box-title.active::after {
    content: "－";
  }
  .reason-reason02 .common-list01 .item .common-shadow-box-title::after {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 6.2666666667vw;
    height: 6.2666666667vw;
    font-weight: normal;
    border-radius: 6.2666666667vw;
    background-color: #ecf2f8;
    color: #002a2f;
    font-size: 1.5rem;
  }
  .reason-reason02 .common-list01 .item .item-content-inner {
    display: none;
    padding-bottom: 5.3333333333vw;
  }
}

.reason-reason03 .list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .reason-reason03 .list {
    margin-top: 10.6666666667vw;
  }
}
.reason-reason03 .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 45px;
}
@media screen and (max-width: 1050px) {
  .reason-reason03 .list .item {
    align-items: flex-start;
    gap: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .reason-reason03 .list .item {
    flex-wrap: wrap;
    gap: 4vw 0;
  }
}
.reason-reason03 .list .item:not(:nth-of-type(1)) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .reason-reason03 .list .item:not(:nth-of-type(1)) {
    margin-top: 10.6666666667vw;
  }
}
.reason-reason03 .list .item .item-thumbnail {
  flex-shrink: 0;
  width: 380px;
}
@media screen and (max-width: 1050px) {
  .reason-reason03 .list .item .item-thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .reason-reason03 .list .item .item-thumbnail {
    width: 100%;
  }
}
.reason-reason03 .list .item .item-content .item-headline {
  font-size: 2.8rem;
  line-height: 1.8;
  color: #007c72;
}
.reason-reason03 .list .item .item-content .item-headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 1050px) {
  .reason-reason03 .list .item .item-content .item-headline {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .reason-reason03 .list .item .item-content .item-headline {
    font-size: 1.4rem;
  }
}
.reason-reason03 .list .item .item-content p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .reason-reason03 .list .item .item-content p {
    margin-top: 4vw;
  }
}

/*--------------------------
SERVICE
----------------------------*/
body.service-archive #contents .c-box01 .box01 p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
body.service-archive #contents .c-box01 .box01 p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  body.service-archive #contents .c-box01 .box01 p {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
body.service-archive #contents .c-box01 .box01 .common-alignment-list {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  body.service-archive #contents .c-box01 .box01 .common-alignment-list {
    margin-top: vw;
  }
}
body.service-archive #contents .c-box01 .box01 .common-alignment-list .item a::before {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-size: 13px 12px;
}
@media screen and (max-width: 768px) {
  body.service-archive #contents .c-box01 .box01 .common-alignment-list .item a::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    background-size: 2.1333333333vw 2vw;
  }
}
body.service-archive #contents .c-box01 .box01 .common-alignment-list .item .item-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #c6cfdb;
}
@media screen and (max-width: 768px) {
  body.service-archive #contents .c-box01 .box01 .common-alignment-list .item .item-title {
    padding-bottom: 4vw;
  }
}
body.service-archive #contents .c-box01 .box01 .common-alignment-list .item p {
  margin-top: 20px;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.service-archive #contents .c-box01 .box01 .common-alignment-list .item p {
    margin-top: 4vw;
    font-size: 1.4rem;
  }
}

/*--------------------------
USECASE
----------------------------*/
body.usecase #contents .c-box01 .box01 p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
body.usecase #contents .c-box01 .box01 p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 p {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  body.usecase #contents .c-box01 .box01 p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list {
    flex-wrap: wrap;
    gap: 5.3333333333vw 0;
    margin-top: 9.3333333333vw;
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list .item {
  width: 31%;
  box-shadow: -0.6px 4px 12.5px 0.6px rgba(49, 177, 167, 0.42);
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item {
    width: 100%;
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a {
  display: block;
  padding: 15px 15px 20px;
  border-radius: 12px;
  color: #002a2f;
  transition: opacity 0.3s;
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 3.3333333333vw 2vw;
    padding: 3.3333333333vw;
    border-radius: 1.6vw;
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a::before {
  right: 15px;
  bottom: 15px;
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-thumbnail {
  position: relative;
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 59.3525179856%;
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-thumbnail img,
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-thumbnail {
    width: 26.6666666667vw;
    border-radius: 1.6vw;
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-title {
  min-height: 55px;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-title {
    width: calc(100% - 28.6666666667vw);
    min-height: initial;
    font-size: 1.5rem;
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a p {
  min-height: 80px;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item a p {
    min-height: initial;
    margin-top: 0;
    font-size: 1.4rem;
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-meta {
  margin-top: 20px;
  min-height: 27px;
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-meta {
    margin-top: 0;
    min-height: 6.6666666667vw;
  }
}
body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-meta .category {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 27px;
  padding: 0 25px;
  background-image: linear-gradient(to top, rgb(15, 187, 234), rgb(45, 213, 196));
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  body.usecase #contents .c-box01 .box01 .usecase-list .item a .item-meta .category {
    height: 6.6666666667vw;
    padding: 0 4.6666666667vw;
  }
}
body.usecase #contents .breadcrumb {
  padding-bottom: 250px;
}
body.usecase #contents .common-link-box {
  margin-top: -210px;
}

.wp-block[data-type="core/widget-area"] {
  max-width: 1200px;
}

div[data-widget-area-id=sidebar] {
  max-width: 330px !important;
  margin: 0 auto !important;
}

html:has(.block-editor-page) {
  font-size: 62.5%;
}

html :where(.wp-block) {
  max-width: 1200px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__block > .block-list-appender:only-child:after {
  border: 1px dashed !important;
}

.editor-styles-wrapper .lazyblock {
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .editor-styles-wrapper .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .pc {
    display: none;
  }
}
.editor-styles-wrapper a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .editor-styles-wrapper a:hover {
    color: #000;
  }
}
.editor-styles-wrapper .has-customcolor-01-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-backgroud-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-border-color {
  color: #6599a3;
}
.editor-styles-wrapper .is-style-clear {
  display: flow-root;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .alignnone {
  margin: 15px 0;
}
.editor-styles-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .clearfix {
  clear: both;
}
.editor-styles-wrapper .alignright {
  float: right;
}
.editor-styles-wrapper .alignleft {
  float: left;
}
.editor-styles-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 628/350;
}
.editor-styles-wrapper .wp-block-media-text figure {
  float: left;
  width: 45%;
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-media-text figure {
    float: none;
    width: 100%;
    margin: 0 0 5.3333333333vw 0;
  }
}
.editor-styles-wrapper .wp-block-media-text figure img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-media-text figure img {
    border-radius: 1.6vw;
  }
}
.editor-styles-wrapper .wp-block-columns {
  gap: 0 30px;
}
.editor-styles-wrapper .wp-block-columns .wp-block-heading {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 8vw 0;
  }
  .editor-styles-wrapper .wp-block-columns > div {
    width: 100%;
    flex-basis: 100% !important;
  }
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex {
  align-items: flex-start;
}
.editor-styles-wrapper .wp-block-columns .wp-block-image {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-image img {
    max-width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-image img {
    max-width: 100%;
  }
}
.editor-styles-wrapper .wp-block-columns p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns p {
    margin-top: 6.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-group {
  margin-top: 70px;
}
.editor-styles-wrapper .wp-block-group.is-style-border {
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #cecfd1;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-group.is-style-border {
    margin: 30px 0;
    padding: 30px 25px;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-border ul {
  margin: 10px 0 0;
}
.editor-styles-wrapper .wp-block-group.is-style-border * + p {
  margin-top: 30px;
}
.editor-styles-wrapper .wp-block-image {
  margin: 35px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-image {
    margin: 20px 0;
  }
}
.editor-styles-wrapper .wp-block-image img {
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
}
.editor-styles-wrapper .wp-element-caption {
  font-size: 14px;
  color: #b0b0b0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-element-caption {
    font-size: 12px;
  }
}
.editor-styles-wrapper .wp-block-group {
  margin-top: 70px;
  margin-bottom: 70px;
}
.editor-styles-wrapper .wp-block-group figure.alignleft {
  margin: 0px 45px 15px 0;
}
.editor-styles-wrapper .wp-block-group figure.alignright {
  margin: 0px 0 15px 45px;
}
.editor-styles-wrapper .wp-block-group .wp-element-caption {
  display: block;
  margin: 15px 0 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-group .wp-element-caption {
    font-size: 12px;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    margin: 45px 0 20px;
    overflow-x: auto;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  border: 2px solid #fff !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table thead th {
  height: 70px !important;
  background-color: #22b7a7 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  width: 50% !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table tbody td {
  padding: 25px 20px !important;
  vertical-align: middle !important;
  background-color: #e9f2f8 !important;
  font-size: 1.3rem !important;
  line-height: 2;
  text-align: center !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table tbody td::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.editor-styles-wrapper h2.wp-block-heading:not(.is-style-common-section-title) {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6cfdb;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.27;
}
.editor-styles-wrapper h2.wp-block-heading:not(.is-style-common-section-title)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.27) * 0.5em);
}
.editor-styles-wrapper h2.wp-block-heading:not(.is-style-common-section-title)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: calc(100% - 10px);
  background-color: #22b7a7;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2.wp-block-heading:not(.is-style-common-section-title) {
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
    padding-left: 4.6666666667vw;
    font-size: 2rem;
  }
}
.editor-styles-wrapper h3.wp-block-heading:not(.is-style-sub-title):not(.is-style-common-triangle-title) {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.editor-styles-wrapper h3.wp-block-heading:not(.is-style-sub-title):not(.is-style-common-triangle-title)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3.wp-block-heading:not(.is-style-sub-title):not(.is-style-common-triangle-title) {
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
    font-size: 1.8rem;
    padding-left: 5.0666666667vw;
  }
}
.editor-styles-wrapper h3.wp-block-heading:not(.is-style-sub-title):not(.is-style-common-triangle-title)::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 19px;
  height: 21px;
  background: url("../images/common/icn-tri-right-green.svg") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3.wp-block-heading:not(.is-style-sub-title):not(.is-style-common-triangle-title)::after {
    top: 1.3333333333vw;
    width: 3.6vw;
    height: 4vw;
  }
}
.editor-styles-wrapper h4.wp-block-heading {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #007c72;
  line-height: 1.5;
}
.editor-styles-wrapper h4.wp-block-heading::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4.wp-block-heading {
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
    font-size: 1.6rem;
  }
}
.editor-styles-wrapper p.wp-block-pragraph:not(.text),
.editor-styles-wrapper p:not(.text) {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p.wp-block-pragraph:not(.text),
  .editor-styles-wrapper p:not(.text) {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .editor-styles-wrapper p.wp-block-pragraph:not(.text)::before,
  .editor-styles-wrapper p:not(.text)::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
  }
}
.editor-styles-wrapper p.wp-block-pragraph:not(.text) + p,
.editor-styles-wrapper p:not(.text) + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p.wp-block-pragraph:not(.text) + p,
  .editor-styles-wrapper p:not(.text) + p {
    margin-top: 8vw;
  }
}
.editor-styles-wrapper p.text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
.editor-styles-wrapper p.text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p.text {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .editor-styles-wrapper p.text::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
  }
}
.editor-styles-wrapper mark {
  position: relative;
  background: url("../img/common/mark.png") repeat-x center bottom;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul.wp-block-list {
  margin: 50px 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul.wp-block-list {
    margin: 6.6666666667vw 0;
  }
}
.editor-styles-wrapper ul.wp-block-list li {
  position: relative;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #002a2f;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul.wp-block-list li {
    padding-left: 4.2666666667vw;
  }
}
.editor-styles-wrapper ul.wp-block-list li:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.editor-styles-wrapper ul.wp-block-list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #22b7a7;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul.wp-block-list li::after {
    top: 1.3333333333vw;
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    border-radius: 2.2666666667vw;
  }
}
.editor-styles-wrapper ol.wp-block-list {
  margin: 50px 0;
  list-style: none;
  padding: 0;
  counter-reset: count 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ol.wp-block-list {
    margin: 6.6666666667vw 0;
  }
}
.editor-styles-wrapper ol.wp-block-list li {
  position: relative;
  padding-left: 15px;
  font-size: 1.3rem;
  color: #002a2f;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ol.wp-block-list li {
    padding-left: 4.2666666667vw;
  }
}
.editor-styles-wrapper ol.wp-block-list li:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.editor-styles-wrapper ol.wp-block-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(count) ".";
  counter-increment: count 1;
}
.editor-styles-wrapper .is-style-bg-gray {
  padding: 30px 35px;
  border-radius: 12px;
  background-color: #ecf2f8;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .is-style-bg-gray {
    padding: 4.6666666667vw;
    border-radius: 1.6vw;
  }
}
.editor-styles-wrapper .is-style-border-box {
  padding: 30px 35px;
  border-radius: 12px;
  border: 1px solid #c6cfdb;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .is-style-border-box {
    padding: 4.6666666667vw;
    border-radius: 1.6vw;
  }
}
.editor-styles-wrapper .flow-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 30px 4.25%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .flow-box {
    gap: 9.3333333333vw 0;
    margin-top: 9.3333333333vw;
  }
}
.editor-styles-wrapper .flow-box .item {
  position: relative;
  width: 30.5%;
  padding: 20px;
  border-radius: 12px;
  background-image: linear-gradient(to right, rgb(236, 250, 243), rgb(208, 243, 245));
}
@media screen and (min-width: 769px) {
  .editor-styles-wrapper .flow-box .item:nth-of-type(3n)::before, .editor-styles-wrapper .flow-box .item:last-child::before {
    content: none;
  }
  .editor-styles-wrapper .flow-box .item:nth-of-type(3n + 1)::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 22px;
    height: 22px;
    background: url("../images/common/icn-arrow-btm-green02.svg") no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .flow-box .item {
    width: 100%;
    padding: 4vw 4.6666666667vw;
  }
  .editor-styles-wrapper .flow-box .item:last-child::before {
    content: none;
  }
  .editor-styles-wrapper .flow-box .item .common-shadow-box-title {
    position: relative;
  }
  .editor-styles-wrapper .flow-box .item .common-shadow-box-title.active::after {
    content: "－";
  }
  .editor-styles-wrapper .flow-box .item .common-shadow-box-title::after {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 6.2666666667vw;
    height: 6.2666666667vw;
    font-weight: normal;
    border-radius: 6.2666666667vw;
    background-color: #ecf2f8;
    color: #002a2f;
    font-size: 1.5rem;
  }
  .editor-styles-wrapper .flow-box .item .item-content-inner {
    display: none;
  }
}
.editor-styles-wrapper .flow-box .item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  width: 22px;
  height: 22px;
  background: url("../images/common/icn-arrow-right-green02.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .flow-box .item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -8vw;
    width: 5.6vw;
    height: 5.6vw;
    background: url("../images/common/icn-arrow-btm-green02.svg");
    background-size: 100% 100%;
  }
}
.editor-styles-wrapper .flow-box .item .item-content {
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: -0.6px 4px 30.5px 4.6px rgba(49, 177, 167, 0.42);
  background-color: #fbfeff;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .flow-box .item .item-content {
    border-radius: 1.6vw;
  }
}
.editor-styles-wrapper .flow-box .item .item-content .common-shadow-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  color: #007c72;
  line-height: 1.33;
}
.editor-styles-wrapper .flow-box .item .item-content .common-shadow-box-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.33) * 0.5em);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .flow-box .item .item-content .common-shadow-box-title {
    font-size: 1.5rem;
  }
}
.editor-styles-wrapper .flow-box .item .item-content p {
  font-size: 1.3rem;
  line-height: 1.38;
}
.editor-styles-wrapper .flow-box .item .item-content p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.38) * 0.5em);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .flow-box .item .item-content p {
    font-size: 1.3rem;
    line-height: 1.85;
    letter-spacing: 0;
  }
  .editor-styles-wrapper .flow-box .item .item-content p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
  }
}
.editor-styles-wrapper .flow-box .item P {
  margin-top: 20px;
  font-size: 1.3rem;
}
.editor-styles-wrapper .flow-box .bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #22b7a7;
  margin: 0 calc(15.25% - 2px);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .flow-box .bar {
    display: none;
  }
}
.editor-styles-wrapper .flow-box .bar::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  width: 2px;
  height: 18px;
  background-color: #22b7a7;
}

.is-style-btn-link.center a {
  margin-left: auto;
  margin-right: auto;
}
.is-style-btn-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 300px;
  height: 75px;
  border-radius: 75px;
  background-color: #1c556f;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 4.2px 6.8px 16.7px 1.3px rgba(49, 177, 167, 0.22);
  line-height: 1.5;
}
.is-style-btn-link a::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 769px) {
  .is-style-btn-link a {
    transition: 0.3s;
  }
  .is-style-btn-link a:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}
@media screen and (max-width: 768px) {
  .is-style-btn-link a {
    width: 64vw;
    height: 15.3333333333vw;
    margin: 0 auto;
    font-size: 1.4rem;
    border-radius: 15.3333333333vw;
  }
}
.is-style-btn-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 12px;
  background-image: url("../images/common/icn-arrow-right-white.svg");
}
@media screen and (max-width: 768px) {
  .is-style-btn-link a::after {
    width: 4.9333333333vw;
    height: 4.9333333333vw;
    border-radius: 4.9333333333vw;
    background-size: 2.4vw 2.2666666667vw;
  }
}

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