@charset "UTF-8";
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2553191489vw;
  }
}

img {
  width: 100%;
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: calc(1000px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

a {
  text-decoration: none;
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* a 要素のリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default 
article > * + * {
  margin-top: 1em;
}
*/
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.lp1 h2 {
  border-top-color: transparent;
  border-top: none !important;
  font-family: "hiragino-kaku-gothic-pron", sans-serif !important;
  background: transparent;
  padding: 0;
  border-bottom: none;
}
.lp1 h3 {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif !important;
}
.lp1 h3::after {
  display: none;
}

.vk-mobile-nav-menu-btn {
  display: none !important;
}

header {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.21875rem 0rem 1.1875rem;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0.5625rem 0rem;
  }
}

.header__inner {
  width: 100%;
  max-width: calc(1295.8705px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
    position: relative;
  }
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__icon {
  max-width: 7.90625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__icon {
    max-width: 7.74839375rem;
  }
}

.header__btnArea {
  max-width: 13.3612rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__btnArea {
    max-width: 100%;
    width: auto;
    position: absolute;
    right: 1.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.headerBtn {
  background: #64c2db;
  border-radius: 1.55025rem;
  display: inline-block;
  padding: 0.4375rem 0.50316875rem 0.375rem;
  width: 13.3612rem;
}
@media screen and (max-width: 767px) {
  .headerBtn {
    border-radius: 50%;
    width: auto;
    padding: 0.25rem 0.25rem;
  }
}

.headerBtn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1875rem;
}

.headerBtn__icon {
  max-width: 2.27285625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .headerBtn__icon {
    max-width: 1.8125rem;
  }
}

.headerBtn__text {
  font-size: 1.19875rem;
  font-weight: 600;
  line-height: 1.7502606882;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .headerBtn__text {
    display: none;
  }
}

.fv {
  position: relative;
  padding-top: 7.125rem;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 4rem;
  }
}

.fv__bg-top {
  position: absolute;
  top: -1.3125rem;
  right: 0;
  max-width: 37.994125rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .fv__bg-top {
    top: -0.1875rem;
    right: -9.1875rem;
    width: 30rem;
    max-width: initial;
  }
}

.fv__bg-bottom {
  position: absolute;
  bottom: -9.875rem;
  left: 47.4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 107.9213752743vw;
}
@media screen and (max-width: 959px) {
  .fv__bg-bottom {
    bottom: 1.125rem;
    left: 8.5625rem;
    max-width: initial;
    width: 31.125rem;
  }
}

.fv__inner {
  width: 100%;
  max-width: calc(1123.7671px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 1.8125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
    padding-top: 1.25rem;
  }
}

.fv__bg-left {
  position: absolute;
  left: -0.875rem;
  top: 0;
  max-width: 2.78125rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .fv__bg-left {
    left: 1.25rem;
    max-width: 2.125rem;
  }
}

.fv__bg-right {
  position: absolute;
  right: 1.25rem;
  bottom: 7.625rem;
  max-width: 3.38314375rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv__bg-right {
    max-width: 2.0723375rem;
    right: 1.4375rem;
    bottom: 13.8125rem;
  }
}

.fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0rem;
}
@media screen and (max-width: 959px) {
  .fv__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.375rem;
  }
}

.fv__apeare-text {
  color: #2983e2;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7499161918;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .fv__apeare-text {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.fv__apeare-text--line {
  display: inline-block;
  padding: 0rem 1.5rem;
  position: relative;
}

.fv__apeare-text--line::before,
.fv__apeare-text--line::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.5px;
  height: 2.5rem;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2983e2;
}
@media screen and (max-width: 767px) {
  .fv__apeare-text--line::before,
  .fv__apeare-text--line::after {
    height: 2rem;
    width: 2px;
  }
}

.fv__apeare-text--line::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-24deg);
          transform: translateY(-50%) rotate(-24deg);
}

.fv__apeare-text--line::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(24deg);
          transform: translateY(-50%) rotate(24deg);
}

.fv__title {
  max-width: 28.0625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8125rem;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    max-width: 20.32849375rem;
    margin-top: 0.75rem;
  }
}

.fv__cost {
  font-size: 1.125rem;
  line-height: 1.7499012248;
  font-weight: 600;
  margin-top: 0.6875rem;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv__cost {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.fv__batchArea {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .fv__batchArea {
    margin-top: 0.6875rem;
    gap: 0.4375rem;
  }
}

.fv__batch {
  max-width: 6.73198125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__batch {
    max-width: 4.8125rem;
  }
}

.fv__btnArea {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__btnArea {
    margin-top: 2.5rem;
  }
}

.fvBtn {
  border-radius: 1.6548125rem;
  max-width: 14.26195rem;
  width: 100%;
  display: inline-block;
  padding: 0.46875rem 0.5625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fvBtn {
    border-radius: 1.006875rem;
    padding: 0.3375rem 0.3125rem;
  }
}

.fvBtn--download {
  background: -webkit-gradient(linear, left top, right top, from(#39b54a), to(#4eddaa));
  background: linear-gradient(90deg, #39b54a 0%, #4eddaa 100%);
}

.fvBtn--account {
  background: -webkit-gradient(linear, left top, right top, from(#2983e2), to(#3fb0ed));
  background: linear-gradient(90deg, #2983e2 0%, #3fb0ed 100%);
  position: relative;
}

.fvBtn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.54035625rem;
}

.fvBtn--account .fvBtn__content {
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .fvBtn--account .fvBtn__content {
    gap: 0.8125rem;
  }
}

.fvBtn__icon {
  max-width: 2.46875rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .fvBtn__icon {
    max-width: 1.8125rem;
  }
}

.fvBtn__text {
  font-weight: 600;
  line-height: 1.7495117187;
  color: #fff;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .fvBtn__text {
    font-size: 0.75rem;
  }
}

.fvBtn--download .fvBtn__text {
  padding-left: 0.4375rem;
}

.fv__textArea {
  width: 100%;
}

.fv__imageArea {
  max-width: 54.9998838727%;
  width: 100%;
  padding-top: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .fv__imageArea {
    max-width: 100%;
  }
}

.fv__operation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  padding: 0.375rem 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0.118925rem 0.118925rem 0.23785rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.118925rem 0.118925rem 0.23785rem rgba(0, 0, 0, 0.3);
  position: relative;
  max-width: 31.5574375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv__operation-content {
    padding: 0.25rem 0.25rem;
    max-width: 19.375rem;
  }
}

.fv__operation-content::after {
  position: absolute;
  display: inline-block;
  background: #fff;
  content: "";
  width: 1.625rem;
  height: 1rem;
  -webkit-box-shadow: 0.118925rem 0.118925rem 0.23785rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.118925rem 0.118925rem 0.23785rem rgba(0, 0, 0, 0.3);
  -webkit-clip-path: polygon(15% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(15% 0%, 0% 100%, 100% 0%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: calc(100% - 1px);
  right: 24%;
}
@media screen and (max-width: 959px) {
  .fv__operation-content::after {
    right: 24%;
    width: 1rem;
    height: 0.625rem;
  }
}

.fv__operation-icon {
  max-width: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__operation-icon {
    max-width: 1.14219375rem;
  }
}

.fv__operation-text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2983e2;
  padding-top: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .fv__operation-text {
    font-size: 0.576875rem;
  }
}

.fv__mainImage {
  width: 100%;
  margin-top: 0.53125rem;
  margin-left: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .fv__mainImage {
    width: calc(100% + 0.75rem);
    margin-left: -0.375rem;
  }
}

.fv__achieve-content {
  margin-top: 2.71875rem;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fff;
  padding: 1.28125rem 0rem 0.9375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .fv__achieve-content {
    margin-top: 1.1875rem;
    padding: 0.9375rem 0rem 0.9375rem;
  }
}

.fv__achieve-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  -webkit-animation: scroll-left 60s infinite linear 0.5s both;
          animation: scroll-left 60s infinite linear 0.5s both;
}

.fv__achieve {
  width: 10.39391875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv__achieve {
    width: 8.9375rem;
  }
}

.fv__achieve--small {
  width: 7.668075rem;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.about {
  padding-top: 3.9375rem;
  padding-bottom: 5.9375rem;
  background: #41b5d0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .about {
    padding-top: 1.8125rem;
    padding-bottom: 1.875rem;
  }
}

.about__inner {
  width: 100%;
  max-width: calc(1068.9596px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .about__inner {
    padding-right: 1.375rem;
    padding-left: 1.3125rem;
  }
}

.about-title__en {
  color: #fff;
}

.about-title__main {
  max-width: 25.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .about-title__main {
    max-width: 20.45586875rem;
  }
}

.about__body {
  margin-top: 4.25rem;
}
@media screen and (max-width: 959px) {
  .about__body {
    margin-top: 2.0625rem;
  }
}

.about__description {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 0.25rem;
  padding-right: 0rem;
}
@media screen and (max-width: 959px) {
  .about__description {
    font-size: 1.125rem;
    padding: 0;
    line-height: 1.55;
    letter-spacing: 0.012em;
  }
}

.about__contents {
  margin-top: 3.375rem;
  border-radius: 1.4135rem;
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.3);
  padding: 2.03125rem 1.8125rem 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.51243125rem;
}
@media screen and (max-width: 959px) {
  .about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.51806875rem 1.21736875rem;
    padding-right: 1.25rem;
    gap: 5.1875rem;
    margin-top: 1.375rem;
    padding-bottom: 1.625rem;
    border-radius: 0.75rem;
  }
}

.about__content-wrapper {
  position: relative;
}

@media screen and (max-width: 959px) {
  .about__content-wrapper--last {
    margin-top: 0.5625rem;
  }
}

.about__content {
  max-width: 19.875rem;
  width: 100%;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
  border-radius: 0.6758125rem;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .about__content {
    max-width: 100%;
    height: auto;
  }
}

.about__content--company {
  max-width: 12.5340625rem;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-flex-item-align: center;
      align-self: center;
  background: #84cdde;
}
@media screen and (max-width: 959px) {
  .about__content--company {
    max-width: 11.6875rem;
  }
}

.about__head {
  background: #364061;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.8125rem;
  line-height: 1;
  padding: 1.75rem 0.25rem 1.5625rem;
}
@media screen and (max-width: 959px) {
  .about__head {
    font-size: 1.491875rem;
    padding: 1.125rem 0.25rem;
  }
}

.about__content-body {
  padding: 1.625rem 1.375rem 1.0625rem;
}
@media screen and (max-width: 959px) {
  .about__content-body {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.about__item + .about__item {
  margin-top: 1.125rem;
}
@media screen and (max-width: 959px) {
  .about__item + .about__item {
    margin-top: 0.375rem;
  }
}

.aboutItem {
  background: #f2f2f2;
  border-radius: 0.3861875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.59788125rem 1rem 1.3125rem 0;
}
@media screen and (max-width: 959px) {
  .aboutItem {
    padding-top: 0.6875rem;
    padding-left: 0.25rem;
    padding-bottom: 0.625rem;
  }
}

.aboutItem__image {
  -ms-flex-preferred-size: 48.209720186%;
      flex-basis: 48.209720186%;
  padding-bottom: 0.1875rem;
}
@media screen and (max-width: 959px) {
  .aboutItem__image {
    -ms-flex-preferred-size: 6.3125rem;
        flex-basis: 6.3125rem;
    padding-bottom: 0rem;
  }
}

.aboutItem__image img {
  margin-right: auto;
  margin-left: auto;
}

.aboutItem__image--first {
  padding-bottom: 0.1875rem;
}
@media screen and (max-width: 959px) {
  .aboutItem__image--first {
    padding-bottom: 0rem;
  }
}

.aboutItem__image--first img {
  max-width: 50.8643586498%;
}
@media screen and (max-width: 959px) {
  .aboutItem__image--first img {
    max-width: 57.864359%;
  }
}

.aboutItem__image--second {
  padding-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .aboutItem__image--second {
    padding-bottom: 0rem;
  }
}

.aboutItem__image--second img {
  max-width: 49.1803278689%;
}
@media screen and (max-width: 959px) {
  .aboutItem__image--second img {
    max-width: 61.907236%;
  }
}

.aboutItem__image--tird {
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .aboutItem__image--tird {
    padding-bottom: 0;
  }
}

.aboutItem__image--tird img {
  max-width: 54.9072355607%;
}
@media screen and (max-width: 959px) {
  .aboutItem__image--tird img {
    max-width: 57.864359%;
  }
}

.aboutItem__head {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .aboutItem__head {
    font-size: 1.426875rem;
  }
}

.aboutItem__description {
  font-size: 1.125rem;
  line-height: 1.3888888889;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 959px) {
  .aboutItem__description {
    font-size: 1.0375rem;
    margin-top: 0.25rem;
  }
}

.about__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about__arrows--cliant {
  left: calc(100% - 0.723575rem);
}
@media screen and (max-width: 959px) {
  .about__arrows--cliant {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: calc(100% - 2rem);
    width: 5rem;
  }
}

.about__arrows--moniter {
  right: calc(100% - 0.723575rem);
}
@media screen and (max-width: 959px) {
  .about__arrows--moniter {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: calc(100% - 1.25rem);
  }
}

.about__arrow {
  width: 6.19411875rem;
  position: relative;
}

.about__arrow + .about__arrow {
  margin-top: 2.625rem;
}
@media screen and (max-width: 959px) {
  .about__arrow + .about__arrow {
    margin-top: 2.3125rem;
  }
}

.about__arrow-text {
  position: absolute;
  left: calc(50% - 0.625rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.3125rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .about__arrow-text {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 1.22rem;
    left: calc(50% - 1.3125rem);
  }
}

.about__arrows--cliant .about__arrow-text {
  left: calc(50% + 0.1875rem);
}

.about__arrow-text--top {
  bottom: calc(100% + 0.875rem);
}
@media screen and (max-width: 959px) {
  .about__arrow-text--top {
    bottom: calc(100% + 0.9375rem);
  }
}

.about__arrow-text--bottom {
  top: calc(100% + 0.75rem);
}
@media screen and (max-width: 959px) {
  .about__arrow-text--bottom {
    top: calc(100% + 0.9375rem);
  }
}

.about__content--company {
  position: relative;
}

.about__content--company::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.about__content-logo {
  width: 53.8516542422%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .about__content-logo {
    width: 53.8516423885%;
  }
}

.moniterTop {
  background: #f2f2f2;
  border-radius: 0.3861875rem;
  width: 100%;
  padding: 1.875rem 0.75rem 2.0625rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .moniterTop {
    padding: 1.6875rem 0.5rem 1.75rem 0.75rem;
  }
}

.moniterTop__head {
  text-align: center;
}

.moniterTop__head-text {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3125rem 0.6875rem 0.125rem;
  font-size: 1.413125rem;
  line-height: 1;
  font-weight: 600;
  border-bottom-width: 0.125rem;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 959px) {
  .moniterTop__head-text {
    font-size: 1.31375rem;
    padding: 0.21875rem 0.625rem;
    margin-right: 0rem;
  }
}

.moniterTop__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 959px) {
  .moniterTop__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.625rem;
    gap: 0.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: -0.05em;
  }
}

.moniterTop__icon {
  max-width: 2.19184375rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .moniterTop__icon {
    max-width: 2.03726875rem;
  }
}

.moniterTop__text {
  font-weight: 600;
  font-size: 2.249375rem;
  line-height: 1;
  color: #41b5d0;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 959px) {
  .moniterTop__text {
    font-size: 2.090625rem;
    letter-spacing: -0.1em;
  }
}

.moniterTop__text--large {
  font-size: 3.24875rem;
}
@media screen and (max-width: 959px) {
  .moniterTop__text--large {
    font-size: 3.02rem;
  }
}

.about__moniter-arrow {
  max-width: 5.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.375rem;
}
@media screen and (max-width: 959px) {
  .about__moniter-arrow {
    max-width: 4.82348125rem;
    margin-top: 0.5625rem;
  }
}

.about__moniter-bottom {
  margin-top: 0.875rem;
}
@media screen and (max-width: 959px) {
  .about__moniter-bottom {
    margin-top: 0.4375rem;
  }
}

.aboutBottom__head {
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 959px) {
  .aboutBottom__head {
    font-size: 1.426875rem;
    padding-left: 0rem;
  }
}

.aboutBottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .aboutBottom__content {
    margin-top: 1rem;
  }
}

.aboutBottom__item {
  width: calc((100% - 1rem) / 3);
  background: #f2f2f2;
  border-radius: 0.344375rem;
  padding: 0.75rem 0.25rem;
  position: relative;
}

.aboutBottom__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51%;
}
@media screen and (max-width: 959px) {
  .aboutBottom__item::before {
    padding-top: 53.236493%;
  }
}

.aboutBottom__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2222222222;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .aboutBottom__item-text {
    font-size: 1.045625rem;
  }
}

.aboutBottom__bottom-text {
  text-align: right;
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  .aboutBottom__bottom-text {
    font-size: 1.0375rem;
    line-height: 1;
    margin-top: 0.125rem;
  }
}

.feature {
  background: #fff;
  padding: 2.375rem 0rem 4.875rem;
  background: #e3f4f7;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 2.125rem;
    padding-bottom: 2.8125rem;
  }
}

.feature__inner {
  width: 100%;
  max-width: calc(848px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    padding-right: 0.5rem;
    padding-left: 1.25rem;
  }
}

.feature-title__en {
  color: #41b5d0;
}

.feature-title .feature-title__main {
  max-width: 21.5rem;
  margin-top: 0.6875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .feature-title .feature-title__main {
    max-width: 18.6875rem;
    margin-top: 0.4375rem;
  }
}

.feature__body {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .feature__body {
    margin-top: 2.625rem;
  }
}

.feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.375rem 0.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .feature__content {
    gap: 0.65625rem 1rem;
  }
}

.feature__item {
  width: calc((100% - 1.5rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .feature__item {
    width: calc((100% - 0rem) / 1);
    gap: 0.8125rem;
  }
}

.feature__item:nth-child(2n) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.feature__image {
  max-width: 5.272rem;
  width: 100%;
  -webkit-box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.3);
  border-radius: 1.125rem;
}
@media screen and (max-width: 767px) {
  .feature__image {
    max-width: 3.5rem;
    border-radius: 0.75rem;
  }
}

.feature__description {
  font-size: 1.4375rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .feature__description {
    font-size: 1.25rem;
  }
}

.concern {
  background: #41b5d0;
  padding: 3.25rem 0rem 4.0625rem;
}
@media screen and (max-width: 767px) {
  .concern {
    padding-top: 1.6875rem;
    padding-bottom: 2.375rem;
  }
}

.concern__inner {
  width: 100%;
  max-width: calc(722.5081px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .concern__inner {
    padding-right: 2.4375rem;
    padding-left: 2.4375rem;
  }
}

.concern-title__en {
  color: #fff;
}

.concern-title .concern-title__main {
  margin-top: 1.3125rem;
  max-width: 34.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}
@media screen and (max-width: 767px) {
  .concern-title .concern-title__main {
    max-width: 15.4375rem;
    margin-top: 0.625rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.concern__body {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .concern__body {
    margin-top: 1.25rem;
  }
}

.concern__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0625rem 2.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .concern__content {
    gap: 1.5625rem 2.875rem;
  }
}

.concern__item {
  width: calc((100% - 2.875rem) / 2);
}
@media screen and (max-width: 767px) {
  .concern__item {
    width: 100%;
  }
}

.concern__description {
  margin-top: 0.8125rem;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 600;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .concern__description {
    font-size: 1rem;
    line-height: 1.35;
    padding: 0rem 0.3125rem;
    margin-top: 0.9375rem;
    text-align: center;
  }
}

.concern__image {
  border-radius: 1.0093125rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.3);
}

.resolve {
  background: #fff;
  padding: 4.125rem 0rem 5.8125rem;
}
@media screen and (max-width: 767px) {
  .resolve {
    padding-bottom: 4.9375rem;
    padding-top: 1.6875rem;
  }
}

.resolve__inner {
  width: 100%;
  max-width: calc(1002px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .resolve__inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
  }
}

.resolve-title__en {
  color: #41b5d0;
}

.resolve-title .resolve-title__main {
  margin-top: 1.375rem;
  max-width: 47.1875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .resolve-title .resolve-title__main {
    margin-top: 0.6875rem;
    max-width: 15.75rem;
  }
}

.resolve__body {
  margin-top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .resolve__body {
    margin-top: 2.625rem;
  }
}

.resolve__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .resolve__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8125rem;
  }
}

.resolve__item + .resolve__item {
  margin-top: 4.84375rem;
}
@media screen and (max-width: 767px) {
  .resolve__item + .resolve__item {
    margin-top: 2.0625rem;
  }
}

.resolve__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .resolve__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.resolve__image {
  border-radius: 1.3404375rem;
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .resolve__image {
    width: 100%;
  }
}

.resolve__text {
  margin-top: 0.15625rem;
}
@media screen and (max-width: 767px) {
  .resolve__text {
    margin-top: 0rem;
  }
}

.resolve__head {
  color: #0f9cbf;
  font-weight: 600;
  font-size: 1.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 1020px) {
  .resolve__head {
    white-space: wrap;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .resolve__head {
    text-align: center;
    font-size: 1.4375rem;
  }
}

.resolve__description {
  margin-top: 1.3125rem;
  font-size: 1.375rem;
  line-height: 1.8181818182;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .resolve__description {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0.5625rem;
  }
}

.footer {
  background: #41b5d0;
  padding: 2.5rem 0rem 7.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.3125rem 0rem 5.625rem;
  }
}

.footer__inner {
  width: 100%;
  max-width: calc(724.493px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__copy {
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.953125rem;
  }
}

.footerBtn {
  background: #fff;
  border-radius: 1.55025rem;
  display: inline-block;
  padding: 0.4375rem 0.50316875rem 0.375rem;
  width: 13.3612rem;
}

.footerBtn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1875rem;
}

.footerBtn__icon {
  max-width: 2.27285625rem;
  width: 100%;
}

.footerBtn__text {
  font-size: 1.19875rem;
  font-weight: 600;
  line-height: 1.7502606882;
  color: #64c2db;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.price {
  background: #41b5d0;
  padding: 3.3125rem 0rem 4.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .price {
    padding-top: 1.1875rem;
    padding-bottom: 9.4375rem;
  }
}

.price__inner {
  width: 100%;
  max-width: calc(849.4609px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
  }
}

.price-title__en {
  color: #fff;
}

.price-title .price-title__main {
  margin-top: 1.5rem;
  max-width: 13.5rem;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .price-title .price-title__main {
    margin-top: 0.4375rem;
    max-width: 11.3125rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.price__body {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .price__body {
    margin-top: 0.8125rem;
  }
}

.price__top-wrapper {
  max-width: 35.01169375rem;
  width: 100%;
  padding-top: 2.3125rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .price__top-wrapper {
    padding-top: 1.375rem;
  }
}

.price__top-head {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: #fff;
  line-height: 1;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  padding-left: 4.625rem;
  padding-right: 4.5625rem;
  margin-left: 0.125rem;
  font-size: 1.625rem;
  font-weight: 600;
  border-radius: 0.5431875rem;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price__top-head {
    padding: 0.6875rem 1.9375rem 0.71875rem;
    font-size: 1.125rem;
    margin-left: 0rem;
  }
}

.price__top-box {
  border: 0.3125rem solid #fff;
  border-radius: 0.8135rem;
  padding: 1.6875rem 1rem 1.875rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .price__top-box {
    padding-top: 0.9375rem;
    padding-bottom: 1.125rem;
    border-width: 0.25rem;
  }
}

.price__top-text-main {
  font-size: 2.3325rem;
}
@media screen and (max-width: 767px) {
  .price__top-text-main {
    font-size: 1.3125rem;
  }
}

.price__top-text-main--large {
  font-size: 4.36125rem;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .price__top-text-main--large {
    font-size: 2.5rem;
  }
}

.price__top-text-sub {
  font-size: 1.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__top-text-sub {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.price__middle-wrapper {
  margin-top: 2.375rem;
  max-width: 46.3078rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .price__middle-wrapper {
    font-size: 1.5rem;
    margin-top: 0.9375rem;
  }
}

.price__middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .price__middle-content {
    gap: 1.41516875rem;
  }
}

.price__middle-item {
  width: calc((100% - 7.875rem) / 3);
  background: #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__middle-item {
    width: calc((100% - 2.8303375rem) / 3);
  }
}

.price__middle-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.price__middle-item-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.price__middle-item-text {
  font-weight: 600;
  font-size: 2.950625rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__middle-item-text {
    font-size: 1.384375rem;
  }
}

.price__middle-item-text--large {
  font-size: 5.43625rem;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .price__middle-item-text--large {
    font-size: 2.55rem;
  }
}

.price__middle-item-icon {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.price__middle-item:nth-child(1) .price__middle-item-icon {
  max-width: 3.44029375rem;
}
@media screen and (max-width: 767px) {
  .price__middle-item:nth-child(1) .price__middle-item-icon {
    max-width: 1.613875rem;
  }
}

.price__middle-item:nth-child(2) .price__middle-item-icon {
  max-width: 2.00623125rem;
}
@media screen and (max-width: 767px) {
  .price__middle-item:nth-child(2) .price__middle-item-icon {
    max-width: 0.94114375rem;
  }
}

.price__middle-item:nth-child(3) .price__middle-item-icon {
  max-width: 4.10130625rem;
}
@media screen and (max-width: 767px) {
  .price__middle-item:nth-child(3) .price__middle-item-icon {
    max-width: 1.9239625rem;
  }
}

.price__middle-item-cross {
  max-width: 1.75rem;
  width: 100%;
  position: absolute;
  top: 24%;
}
@media screen and (max-width: 767px) {
  .price__middle-item-cross {
    max-width: 0.7305875rem;
    top: 26%;
  }
}

.price__middle-item:nth-child(1) .price__middle-item-cross {
  left: calc(100% + 1.25rem);
}
@media screen and (max-width: 767px) {
  .price__middle-item:nth-child(1) .price__middle-item-cross {
    left: calc(100% + 0.3125rem);
  }
}

.price__middle-item:nth-child(3) .price__middle-item-cross {
  right: calc(100% + 0.9375rem);
}
@media screen and (max-width: 767px) {
  .price__middle-item:nth-child(3) .price__middle-item-cross {
    right: calc(100% + 0.3125rem);
  }
}

.price__middle-item:nth-child(2n-1) {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .price__middle-item:nth-child(2n-1) {
    margin-top: 2.05235625rem;
  }
}

.price__middle-description {
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  margin-top: -2.1875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .price__middle-description {
    font-size: 1rem;
    margin-top: -0.0625rem;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}

.price__bottom-wrapper {
  margin-top: 3.3125rem;
  padding-top: 2.375rem;
  position: relative;
  max-width: 53.09130625rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .price__bottom-wrapper {
    margin-top: 2rem;
    padding-top: 1.375rem;
  }
}

.price__bottom-head {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  border: 0.3125rem solid #fff;
  background: #41b5d0;
  color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  padding-top: 1.0625rem;
  padding-bottom: 1.125rem;
  padding-right: 3.875rem;
  padding-left: 3.6875rem;
  margin-left: 0.1875rem;
  display: inline-block;
  border-radius: 0.782875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price__bottom-head {
    font-size: 1.125rem;
    padding: 0.5rem 2.375rem;
    border-width: 0.1875rem;
    border-radius: 0.5625rem;
  }
}

.price__bottom-content {
  background: #fff;
  border-radius: 1.2526875rem;
  padding: 3.125rem 2.6875rem 0.9375rem 2.9375rem;
}
@media screen and (max-width: 767px) {
  .price__bottom-content {
    border-radius: 0.8125rem;
    padding: 2.0625rem 0.5625rem 2.25rem 0.5rem;
  }
}

.price__bottom-item + .price__bottom-item {
  padding-top: 1.375rem;
  margin-top: 0.78125rem;
  border-top: 0.1875rem solid #41b5d0;
}
@media screen and (max-width: 767px) {
  .price__bottom-item + .price__bottom-item {
    margin-top: 1.375rem;
    padding-top: 1.0625rem;
  }
}

.priceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .priceItem {
    padding-left: 0rem;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.priceItem__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .priceItem__images {
    gap: 0.75rem;
    margin-left: -0.75rem;
  }
}

.priceItem__images-person {
  max-width: 4.5906375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .priceItem__images-person {
    max-width: 4.6875rem;
  }
}

.priceItem__images-cross {
  max-width: 1.4375rem;
  padding-bottom: 0.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .priceItem__images-cross {
    max-width: 1.5625rem;
    margin-bottom: 0.75rem;
  }
}

.priceItem__images-question {
  max-width: 2.74308125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .priceItem__images-question {
    max-width: 2.74308125rem;
  }
}

.priceItem__text {
  margin-left: 1.5rem;
  font-size: 1.875rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .priceItem__text {
    margin-left: 0;
    font-size: 1.625rem;
    letter-spacing: -0.04em;
    line-height: 1;
    padding-bottom: 0rem;
    margin-top: -0.0625rem;
  }
}

.priceItem__text--large {
  font-size: 3.25rem;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .priceItem__text--large {
    font-size: 2.625rem;
    letter-spacing: -0.04em;
    margin-right: 0.125rem;
  }
}

.priceItem__price {
  margin-left: auto;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .priceItem__price {
    font-size: 1.625rem;
    margin-right: auto;
    margin-top: 0.75rem;
    letter-spacing: -0.13em;
    line-height: 1;
  }
}

.priceItem__price--large {
  font-size: 3.25rem;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .priceItem__price--large {
    font-size: 2.75rem;
    margin-right: 0.5rem;
  }
}

.price__btn-wrapper {
  margin-top: 2rem;
  text-align: center;
  display: none;
}

.price__btn {
  display: inline-block;
  text-align: center;
  background: #fff;
  max-width: 31.704175rem;
  width: 100%;
  border-radius: 2.9646875rem;
  padding: 2.0625rem 1rem;
  position: relative;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__btn {
    font-size: 1.151875rem;
  }
}

.price__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #41b5d0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.25rem;
  width: 0.73193125rem;
  height: 1.46385625rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.works {
  background: #fff;
  padding: 3.3125rem 0rem 6.625rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .works {
    padding-bottom: 3.625rem;
    padding-top: 1.8125rem;
  }
}

.works__inner {
  width: 100%;
  max-width: calc(1209.0858px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .works__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.works-title .works-title__main {
  margin-top: 1.375rem;
  max-width: 10.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
@media screen and (max-width: 767px) {
  .works-title .works-title__main {
    max-width: 9.5rem;
    margin-top: 0.5625rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.works__body {
  margin-top: 3.5625rem;
  padding-left: 4.0625rem;
  padding-right: 4.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works__body {
    padding: 0rem 0rem;
    margin-top: 2.125rem;
  }
}

.works-slide {
  border-radius: 1.3404375rem;
  background: #9bd2e3;
  max-width: 67.42706875rem;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2.875rem;
  padding-right: 2.875rem;
  padding-left: 2.96875rem;
}
@media screen and (max-width: 767px) {
  .works-slide {
    padding: 0rem 0rem 1.5625rem;
    overflow: hidden;
    border-radius: 0.875rem;
  }
}

.works-slide__wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.21875rem;
}
@media screen and (max-width: 767px) {
  .works-slide__wrappper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
  }
}

.works-slide__image {
  max-width: 40.6583517845%;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works-slide__image {
    max-width: 100%;
  }
}

.works-slide__image::before {
  content: "";
  width: 100%;
  padding-top: 97.991876377%;
  display: block;
}
@media screen and (max-width: 767px) {
  .works-slide__image::before {
    padding-top: 57.4610812892%;
  }
}

.works-slide__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works-slide__text {
  padding-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .works-slide__text {
    padding-top: 0rem;
  }
}

.works-slide__head {
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .works-slide__head {
    font-size: 1.375rem;
    padding: 0rem 1.15625rem;
  }
}

.works-slide__body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .works-slide__body {
    margin-top: 0.96875rem;
    padding: 0rem 0.9375rem;
  }
}

.works-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .works-slide__item {
    gap: 0.75rem;
  }
}

.works-slide__item + .works-slide__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .works-slide__item + .works-slide__item {
    margin-top: 1.125rem;
  }
}

.works-slide__label {
  display: inline-block;
  border-radius: 0.5111875rem;
  background: #fff;
  text-align: center;
  line-height: 1;
  padding: 0.8125rem 0.25rem;
  font-size: 1.499375rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  max-width: 6.375rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .works-slide__label {
    padding: 0.5rem 0.25rem 0.59375rem;
    font-size: 1.0625rem;
    max-width: 4.47691875rem;
    margin-top: 0rem;
  }
}

.works-slide__description {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .works-slide__description {
    font-size: 1rem;
    line-height: 1.57;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background: #0f9cbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4.375rem !important;
  width: 2.22683125rem !important;
  -webkit-transform: translateY(-0.875rem);
          transform: translateY(-0.875rem);
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

#works-swiper-button-next.swiper-button-next {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 0;
  left: auto;
}

#works-swiper-button-prev.swiper-button-prev {
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  right: auto;
  left: 0;
}

@media screen and (max-width: 767px) {
  #works-swiper_pagination {
    bottom: -2.0625rem;
  }
}

#works-swiper_pagination > .swiper-pagination-bullet {
  display: none;
  width: 1.05881875rem;
  height: 1.05881875rem;
  background: #cccccc;
  margin: 0rem 0.5rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #works-swiper_pagination > .swiper-pagination-bullet {
    display: inline-block;
    width: 0.75368125rem;
    height: 0.75368125rem;
  }
}

#works-swiper_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666666;
}

.flow {
  background: #41b5d0;
  padding: 3.6875rem 0rem 4.75rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 1.75rem;
    padding-bottom: 3.75rem;
  }
}

.flow__inner {
  width: 100%;
  max-width: calc(1080.8449px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

.flow-title__en {
  color: #fff;
}

.flow-title .flow-title__main {
  margin-top: 1.4375rem;
  max-width: 16.377075rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .flow-title .flow-title__main {
    margin-top: 0.625rem;
    max-width: 14.029175rem;
  }
}

.flow__body {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .flow__body {
    margin-top: 2.09375rem;
  }
}

.flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .flow__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.53125rem;
    padding: 0rem 0.1875rem;
  }
}

.flowItem {
  position: relative;
  width: calc((100% - 3rem) / 4);
}
@media screen and (max-width: 767px) {
  .flowItem {
    width: 100%;
  }
}

.flowItem--step-1 {
  width: calc((100% - 3rem) / 4 - 1.9375rem);
}
@media screen and (max-width: 767px) {
  .flowItem--step-1 {
    width: 100%;
  }
}

.flowItem--step-4 {
  width: calc((100% - 3rem) / 4 + 1.9375rem);
}
@media screen and (max-width: 767px) {
  .flowItem--step-4 {
    width: 100%;
  }
}

.flowItem__wrapper {
  background: #fff;
  padding: 3.2625rem 0.125rem 2rem 2.375rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .flowItem__wrapper {
    padding: 3.15625rem 1.125rem 1.375rem;
    height: auto;
  }
}

.flowItem:first-child .flowItem__wrapper {
  border-radius: 0.625rem 0 0 0.625rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .flowItem:first-child .flowItem__wrapper {
    border-radius: 0.5625rem 0.5625rem 0 0;
    padding: 2.6875rem 1.125rem 1.375rem;
  }
}

.flowItem:last-child .flowItem__wrapper {
  border-radius: 0 0.625rem 0.625rem 0;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .flowItem:last-child .flowItem__wrapper {
    border-radius: 0 0 1rem 1rem;
    padding: 3rem 1.125rem 2rem;
  }
}

.flowItem::before,
.flowItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.9375rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .flowItem::before,
  .flowItem::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flowItem::before {
    height: 1.65625rem;
  }
}

@media screen and (max-width: 767px) {
  .flowItem::after {
    height: 1.5625rem;
  }
}

.flowItem:not(:first-child):before {
  background: #41b5d0;
  left: -1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flowItem:not(:first-child):before {
    left: 0;
    top: -1px;
  }
}

.flowItem:not(:last-child)::after {
  background: #fff;
  left: calc(100% - 1px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flowItem:not(:last-child)::after {
    left: 0;
    top: calc(100% - 1px);
  }
}

.flowItem__step {
  max-width: 6.651rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .flowItem__step {
    max-width: 6.6875rem;
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
}

.flowItem__head {
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 1.2851724138;
  margin-top: 1.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flowItem__head {
    font-size: 1.4375rem;
    margin-top: 1.125rem;
  }
}

.flowItem__description {
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .flowItem__description {
    font-size: 1rem;
    margin-top: 2.1875rem;
  }
}

.flowItem--step-4 .flowItem__description {
  margin-top: 4.39125rem;
}
@media screen and (max-width: 767px) {
  .flowItem--step-4 .flowItem__description {
    margin-top: 2.1875rem;
  }
}

.flow__image {
  max-width: 56.64694375rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.625rem;
  border: 0.375rem solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flow__image {
    margin-top: 1.8125rem;
    border-width: 0.25rem;
  }
}

.flowSlide {
  position: relative;
  width: 100%;
}

.flowSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#flow-swiper_pagination {
  bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  #flow-swiper_pagination {
    bottom: -2.0625rem;
  }
}

#flow-swiper_pagination > .swiper-pagination-bullet {
  width: 1.05881875rem;
  height: 1.05881875rem;
  background: #cccccc;
  margin: 0rem 0.5rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #flow-swiper_pagination > .swiper-pagination-bullet {
    width: 0.75368125rem;
    height: 0.75368125rem;
  }
}

#flow-swiper_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666666;
}

.faq {
  background: #fff;
  padding: 2.9375rem 0rem 5.375rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 2.6875rem;
    padding-top: 1.5rem;
  }
}

.faq__inner {
  width: 100%;
  max-width: calc(894.4923px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
  }
}

.faq__body {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .faq__body {
    margin-top: 1.625rem;
  }
}

.faq-title .faq-title__main {
  margin-top: 1.375rem;
  max-width: 18.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .faq-title .faq-title__main {
    margin-top: 0.5rem;
    max-width: 15.625rem;
  }
}

.accordion-item__head {
  position: relative;
  display: block;
}

.accordion-item__head:hover {
  cursor: pointer;
  opacity: 0.8;
}

.accordion-btn {
  position: relative;
  margin-left: auto;
  width: 2.64705625rem;
  height: 2.64705625rem;
  border-radius: 50%;
  background: #41b5d0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  margin-top: -0.25rem;
  margin-right: -0.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion-btn {
    width: 1.1875rem;
    height: 1.1875rem;
    margin-top: -0.25rem;
  }
}

.accordion-btn::before,
.accordion-btn::after {
  content: "";
  background-color: #fff;
  border-radius: 0.125rem;
  width: 1.5577125rem;
  height: 0.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .accordion-btn::before,
  .accordion-btn::after {
    width: 0.6875rem;
    height: 0.125rem;
  }
}

.accordion-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.is-active .accordion-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.is-active .accordion-btn::before {
  content: none;
}

.accordion-item::-webkit-details-marker {
  display: none;
}

.faq__item + .faq__item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .faq__item + .faq__item {
    margin-top: 1.40625rem;
  }
}

.faqItem {
  background: #f2f2f2;
  border-radius: 1.053375rem;
  padding: 0 2.8125rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .faqItem {
    padding: 0 0.6639rem;
    border-radius: 0.6875rem;
  }
}

.faqItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding-left: 0.25rem;
  padding-top: 3.125rem;
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .faqItem__head {
    padding: 1.3125rem 0.4375rem 1.0625rem;
  }
}

.is-active.faqItem__head {
  border-bottom: 1px dashed #cccccc;
}

.faqItem__icon {
  font-size: 2.5rem;
  line-height: 1;
  -ms-flex-preferred-size: 4.9375rem;
      flex-basis: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .faqItem__icon {
    -ms-flex-preferred-size: 2rem;
        flex-basis: 2rem;
    font-size: 1.4375rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.faqItem__text {
  font-size: 1.5625rem;
  line-height: 1.75;
  padding-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .faqItem__text {
    font-size: 1rem;
    letter-spacing: -0.023em;
    margin-top: -0.125rem;
  }
}

.accordion-item__content {
  padding: 1.625rem 2.875rem 3rem 5.1875rem;
}
@media screen and (max-width: 767px) {
  .accordion-item__content {
    padding: 0.8125rem 1rem 0.9375rem 2.4375rem;
  }
}

.accordion-item__content p {
  font-size: 1.5625rem;
  line-height: 1.8;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .accordion-item__content p {
    font-size: 1rem;
    line-height: 1.63;
    letter-spacing: 0.04em;
  }
}

.fix-contents {
  background: #fff;
  padding: 1rem 0rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fix-contents {
    padding: 0.40625rem 0rem;
  }
}

.fix-contents__inner {
  width: 100%;
  max-width: calc(892.3998px + 3.125rem);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fix-contents__inner {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
  }
}

.fix-contents__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fix-contents__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
    position: relative;
  }
}

.js-fixed-bottom {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  visibility: hidden;
}

.js-fixed-bottom.show {
  visibility: visible;
  opacity: 1;
}

.fix-contents__upBtn {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.5625rem);
  max-width: 1.4251875rem;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fix-contents__upBtn {
    display: block;
  }
}

.c-blue {
  color: #41b5d0;
}

.c-trans {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

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

.sec-title__en {
  font-size: 1.3125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-title__en {
    font-size: 1.125rem;
  }
}

.sec-title__main {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .sec-title__main {
    margin-top: 0.625rem;
  }
}

.flex-direc-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.drop-shadow-1 {
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.3);
}

.js-fadeInUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.js-fadeInUp.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}