@charset "UTF-8";
/*
Author: Another Path Inc.
Description: This is our original theme.
Version: 1.0
*/

/* common */
body {
  color: #2F4858;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  background: #FFF;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* skip link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #37D1B5;
  color: #FFF;
  padding: 8px 16px;
  z-index: 9999;
  font-weight: 700;
}

.skip-link:focus {
  top: 0;
}

/* utility classes */
.u-img-responsive {
  max-width: 100%;
  height: auto;
}

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

.u-hidden {
  display: none;
}

.u-full-width {
  max-width: 100%;
}

.u-container-narrow {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.u-color-primary {
  color: #37D1B5;
}

.u-color-accent {
  color: #F46438;
}

.u-link-feature {
  font-weight: 500;
  color: #36D1B5;
}

.u-banner-img {
  max-width: 180px;
}

.u-banner-btn {
  font-size: 12px;
}

.voiceItem-bottom--single {
  margin-bottom: 30px;
  justify-content: right;
}

a {
  transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  color: #2F4858;
  text-decoration: none;
}

p {
  color: #2F4858;
  line-height: 1.6;
}

.inner {
  max-width: 100%;
  margin: 0 5vw;
}

.section {
  padding: 60px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

:root {
  --header-height: 100px;
}

.content {
  padding-top: var(--header-height, 100px);
}

.titles {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .titles {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .titles {
    margin-bottom: 20px;
  }
}

.titleTag {
  color: #37D1B5;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .titleTag {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .titleTag {
    font-size: 16px;
  }
}

.title h2 {
  color: #2F4858;
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .title h2 {
    font-size: 20px;
  }
}

.button01 a {
  display: inline-block;
  background: #F46438;
  border: 2px solid #F46438;
  border-radius: 50px;
  color: #FFF;
  font-weight: 700;
  padding: 12px 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .button01 a {
    font-size: 14px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.button01 a:hover {
  background: #FFF;
  color: #F46438;
}

.button02 a {
  display: inline-block;
  background: #FFF;
  border: 2px solid #F46438;
  border-radius: 50px;
  color: #F46438;
  font-weight: 700;
  padding: 12px 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .button02 a {
    font-size: 14px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.button02 a:hover {
  background: #F46438;
  color: #FFF;
}

/* 404 */
.p-404Inner {
  text-align: center;
  padding: 40px 0;
}

.p-404Inner h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-404Text {
  margin-bottom: 30px;
}

.p-header {
  padding: 80px 0;
  background: image-set(url(../img/webp/sectionBg.webp) type("image/webp"), url(../img/sectionBg.png) type("image/png")) no-repeat center center/cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .p-header {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .p-header {
    padding: 40px 0;
  }
}

.p-title {
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .p-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .p-title {
    font-size: 24px;
  }
}

.boxTexts {
  padding: 40px 0;
  background: #FFF;
  border: 10px solid #E8F3F1;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .boxTexts {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .boxTexts {
    padding: 20px 0;
  }
}

.boxText {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .boxText {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .boxText {
    font-size: 18px;
  }
}

.cards {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cards {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .cards {
    display: block;
  }
}

.card {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .card {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .card {
    max-width: 100%;
  }

  .card:not(:first-child) {
    margin-top: 15px;
  }
}

.cardTitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cardTitle {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .cardTitle {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.cardImg {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.cardImg img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.cardImg:hover img {
  transform: scale(1.1);
}

.navItems {
  display: flex;
  justify-content: right;
  align-items: center;
}

.navItem:not(:first-child) {
  margin-left: 24px;
}

.navItem a {
  font-weight: 500;
}

.navItem a:hover {
  color: #F46438;
}

/* header */
.header {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  padding: 23px 0;
  /* 高さ100pxに調整 */
  z-index: 100;
}

.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.headerRight {
  display: flex;
  justify-content: right;
  align-items: center;
}

.headerImg {
  max-width: 180px;
  width: 100%;
}

.headerImg a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .headerImg {
    max-width: 120px;
  }
}

.headerButtons {
  display: flex;
  justify-content: right;
  align-items: center;
}

.headerButton {
  margin-left: 24px;
}

/* fv */

/*
.fv {
  background: url("../img/fvBg.png") no-repeat center center / cover;

  background-image: image-set(url("../img/webp/fvBg.webp") type("image/webp") 1x,
      url("../img/fvBg.png") type("image/png") 1x);

  width: 100%;
  max-width: 100%;
  height: 75vh;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fv {
    background: url("../img/fvBg_sp.png") no-repeat center top / cover;
    background-image: image-set(url("../img/webp/fvBg_sp.webp") type("image/webp") 1x,
        url("../img/fvBg_sp.png") type("image/png") 1x);
  }
}

@media (max-width: 767px) {
  .fv {
    background: url("../img/fvBg_sp.png") no-repeat center top / cover;
    background-image: image-set(url("../img/webp/fvBg_sp.webp") type("image/webp") 1x,
        url("../img/fvBg_sp.png") type("image/png") 1x);
  }
}
*/

.fv {
  background: image-set(
    url("../img/webp/fvBg_ver3.webp") type("image/webp"),
    url("../img/fvBg_ver3.png") type("image/png")
  ) no-repeat center center / cover;
  max-width: 100%;
  width: 100%;
  height: calc(100vh - var(--header-height, 100px));
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fv {
    background: image-set(
      url("../img/webp/fvBg_ver3_tab.webp") type("image/webp"),
      url("../img/fvBg_ver3_tab.png") type("image/png")
    ) no-repeat center center / cover;
  }
}

@media (max-width: 767px) {
  .fv {
    background: image-set(
      url("../img/webp/fvBg_ver3_sp.webp") type("image/webp"),
      url("../img/fvBg_ver3_sp.jpg") type("image/jpeg")
    ) no-repeat center center / cover;
  }
}

.fvInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvInner {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .fvInner {
    max-width: 100%;
    padding: 0 5px;
  }

}

.fvTitle-inner {
  padding-top: 160px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvTitle-inner {
    padding-top: 80px;
  }
}


@media (max-width: 767px) {
  .fvTitle-inner {
    padding-top: 30px;
  }
}

.fvTitle-left {
  padding-left: 100px;
  text-align: left;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvTitle-left {
    padding-left: 0;
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .fvTitle-left {
    padding-left: 0;
    font-size: 22px;
  }
}

.fvTitle-right {
  text-align: right;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvTitle-right {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .fvTitle-right {
    text-align: left;
    font-size: 22px;
  }
}

.fvText-inner {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvText-inner {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .fvText-inner {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.fvText {
  color: #FFF;
}

.fvItems {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvItems {
    padding-top: 40px;
    display: block;
  }
}

@media (max-width: 767px) {
  .fvItems {
    padding-top: 10px;
    display: block;
  }
}

.fvTags {
  display: flex;
  gap: 24px;
}

@media (max-width: 767px) {
  .fvTags {
    display: block;
  }
}


.fvTag {
  display: flex;
  align-items: center;
}

.fvTag-left {
  background: #37D1B5;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  position: relative;
}

@media (max-width: 767px) {
  .fvTag-left {
    margin: 5px 0;
    width: 60px;
    height: 60px;
  }
}

.fvTag-left::before {
  position: absolute;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fvTag-left01::before {
  content: "料金";
}

.fvTag-left02::before {
  content: "最短\A納期";
  white-space: pre;
}

.fvTag-right {
  margin-left: 12px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .fvTag-right {
    margin-left: 8px;
    font-size: 16px;
  }
}

.fvTag-right span {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .fvTag-right span {
    font-size: 24px;
  }
}

.fvButton {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .fvButton {
    padding-top: 15px;
  }
}

.fvCards {
  max-width: 490px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvCards {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .fvCards {
    padding-top: 15px;
    max-width: 310px;
  }
}

.fvCard {
  margin: 5px 0;
  padding: 10px 0;
  max-width: 240px;
  width: 100%;
  background: #FFF;
  border: 10px solid #E8F3F1;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .fvCard {
    margin: 5px 0;
    padding: 10px 0;
    max-width: 150px;
    font-size: 10px;
  }
}

/*
.fvTexts {
  padding-top: 45vh;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvTexts {
    padding-top: 45vh;
  }
}

@media (max-width: 767px) {
  .fvTexts {
    padding-top: 40vh;
  }
}

.fvTitle {
  margin: 0 -5vw;
  padding: 12px 5vw 12px 0;
  background: transparent linear-gradient(180deg, #37D1B5 0%, #0CB5AF 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvTitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fvTitle {
    font-size: 18px;
  }
}

.fvTitle span {
  margin-left: 12px;
  font-size: 48px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fvTitle span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .fvTitle span {
    font-size: 24px;
  }
}

.fvButton {
  margin-top: 40px;
  text-align: right;
}
*/

/* logo */
.logoText {
  color: #0CB5AF;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .logoText {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .logoText {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.logoItems {
  overflow: hidden;
}

.logoItems .swiper-wrapper {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: logo-ticker var(--ticker-duration, 30s) linear infinite;
}

.logoItems .swiper-slide {
  flex: 0 0 auto;
  width: auto;
}

.logoItem {
  display: inline-block;
  padding: 0 20px;
}

.logoItem img {
  height: 100px;
  width: auto;
  display: block;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .logoItem img {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .logoItem img {
    height: 60px;
  }
}

@keyframes logo-ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* case */
.case {
  background: image-set(url(../img/webp/sectionBg.webp) type("image/webp"), url(../img/sectionBg.png) type("image/png")) no-repeat top center/cover;
}

.caseTexts {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .caseTexts {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .caseTexts {
    margin-bottom: 30px;
  }
}

.caseText span {
  color: #37D1B5;
  font-weight: 700;
}

.caseItem {
  width: auto;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 767px) {
  .caseItem:not(:first-child) {
    margin-top: 15px;
  }
}

.caseItem-title {
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .caseItem-title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .caseItem-title {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .caseItem-title {
    margin-bottom: 8px;
  }
}

.caseItem-tag {
  display: inline-block;
  padding: 6px 16px;
  background: #37D1B5;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 16px;
}

/* blog */
.blogItem-img {
  margin-bottom: 16px;
}

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

@media (min-width: 768px) and (max-width: 1199px) {
  .blogButton {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .blogButton {
    margin-top: 30px;
  }
}

/* cta */
.cta {
  background: #0CB5AF;
}

.ctaText {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #FFF;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ctaText {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .ctaText {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.ctaButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* type */
.type {
  background: image-set(url(../img/webp/sectionBg.webp) type("image/webp"), url(../img/sectionBg.png) type("image/png")) no-repeat center center/cover;
}

.typeItem {
  text-align: center;
}

.typeItem-img {
  margin-bottom: 16px;
}

.typeItem-title {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .typeItem-title {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .typeItem-title {
    margin-bottom: 0;
  }
}

/* feature */
.featureItem {
  padding: 30px;
  border: 10px solid #E8F3F1;
}

.featureItem:not(:first-child) {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem {
    padding: 22.5px;
  }

  .featureItem:not(:first-child) {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .featureItem {
    padding: 15px;
  }

  .featureItem:not(:first-child) {
    margin-top: 20px;
  }
}

.featureItem-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-top {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .featureItem-top {
    display: block;
    margin-bottom: 10px;
  }
}

.featureItem-left {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-left {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .featureItem-left {
    max-width: 100%;
  }
}

.featureItem-right {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-right {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .featureItem-right {
    max-width: 100%;
  }
}

.featureItem-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 767px) {
  .featureItem-bottom {
    display: block;
  }
}

.featureItem-before {
  max-width: 44.6428571429%;
  width: 100%;
}

@media (max-width: 767px) {
  .featureItem-before {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.featureItem-after {
  max-width: 55.3571428571%;
  width: 100%;
}

@media (max-width: 767px) {
  .featureItem-after {
    max-width: 100%;
  }
}

.featureItem-tag {
  color: #37D1B5;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-tag {
    font-size: 37px;
  }
}

@media (max-width: 767px) {
  .featureItem-tag {
    font-size: 32px;
  }
}

.featureItem-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-title {
    font-size: 21px;
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .featureItem-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.featureItem-text {
  line-height: 2;
}

@media (max-width: 767px) {
  .featureItem-text {
    margin-bottom: 10px;
  }
}

.featureItem-before-title {
  display: block;
  padding: 6px 0;
  border: 2px solid #2F4858;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-before-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .featureItem-before-title {
    font-size: 16px;
  }
}

.featureItem-before-text {
  padding: 15px;
  background: #E8F3F1;
  font-size: 15.5px;
  line-height: 2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-before-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .featureItem-before-text {
    font-size: 12px;
  }
}

.featureItem-after-title {
  display: block;
  padding: 6px 0;
  border: 2px solid #F46438;
  color: #F46438;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-after-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .featureItem-after-title {
    font-size: 16px;
  }
}

.featureItem-after-text {
  padding: 15px;
  background: #FFE6D6;
  font-size: 15.5px;
  line-height: 2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featureItem-after-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .featureItem-after-text {
    font-size: 12px;
  }
}

/* flow */
.flow {
  /*background: #E8F3F1;*/
}

.flowItems {
  align-items: stretch;
  flex-wrap: wrap;
}

.flowItem {
  padding: 20px;
  background: #FFF;
  border: 2px solid #37D1B5;
  padding-bottom: 60px;
}

.flowItem-tag {
  color: #37D1B5;
  font-size: 24px;
  font-weight: 700;
}

.flowItem-title {
  font-weight: 700;
}

.area {
  display: none;
}

.area.is-active {
  display: block;
}

.flowTags {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 24px;
}

@media (max-width: 767px) {
  .flowTags {
    gap: 12px;
  }
}

.flowTag a {
  display: inline-block;
  background: #FFF;
  border: 2px solid #37D1B5;
  color: #37D1B5;
  font-weight: 500;
  padding: 6px 16px;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .flowTag a {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.flowTag a:hover,
.tab li.active a {
  background: #37D1B5;
  color: #FFF;
}

.flowImg {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
}

.flowImg img {
  width: 100%;
  height: auto;
  display: block;
}

/* faq */
.details {
  border: 2px solid #37D1B5;
}

.details:not(:first-child) {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .details:not(:first-child) {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .details:not(:first-child) {
    margin-top: 10px;
  }
}

.details-summary {
  position: relative;
  display: block;
  padding: 20px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .details-summary {
    padding: 17.5px;
  }
}

@media (max-width: 767px) {
  .details-summary {
    padding: 15px;
    min-height: 44px;
  }
}

.details-summary .faqButton {
  position: absolute;
  top: 37%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .details-summary .faqButton {
    right: 17.5px;
  }
}

@media (max-width: 767px) {
  .details-summary .faqButton {
    right: 15px;
  }
}

.details-summary .faqButton:before,
.details-summary .faqButton:after {
  content: "";
  background-color: #37D1B5;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}

.details-summary .faqButton:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.details-summary.is-active .faqButton {
  transform: rotate(-180deg);
}

.details-summary.is-active .faqButton:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-summary {
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .details-summary {
    padding-left: 57.5px;
  }
}

@media (max-width: 767px) {
  .details-summary {
    padding-left: 55px;
  }
}

.details-summary::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #37D1B5;
  font-size: 24px;
}

.details-content {
  position: relative;
  display: block;
  padding: 20px;
  font-weight: 500;
}

.details-content {
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .details-content {
    padding-left: 57.5px;
  }
}

@media (max-width: 767px) {
  .details-content {
    padding-left: 55px;
  }
}

.details-content::before {
  content: "A";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #37D1B5;
  font-size: 24px;
}

/* footer */
.footer {
  padding: 60px 0;
  background: #2F4858;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}

.footerInner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .footerInner {
    display: block;
  }
}

@media (max-width: 767px) {
  .footerItems {
    display: block;
    margin-top: 40px;
  }
}

.footerItem a {
  color: #FFF;
}

@media (max-width: 767px) {
  .footerItem:not(:first-child) {
    margin-top: 12px;
    margin-left: 0;
  }
}

.footerImg {
  max-width: 180px;
  width: 100%;
}

@media (max-width: 767px) {
  .footerImg {
    max-width: 120px;
  }
}

.footerImg a:hover {
  opacity: 0.6;
}

.footerIcons {
  margin-top: 40px;
  display: flex;
  justify-content: right;
}

@media (max-width: 767px) {
  .footerIcons {
    margin-top: 20px;
    justify-content: left;
  }
}

.footerIcon a {
  color: #FFF;
  font-size: 24px;
}

.footerIcon a:hover {
  color: #F46438;
}

@media (max-width: 767px) {
  .footerIcon a {
    font-size: 18px;
  }
}

.footerIcon:not(:first-child) {
  margin-left: 18px;
}

.copy {
  margin-top: 60px;
  color: #FFF;
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .copy {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .copy {
    font-size: 10px;
    margin-top: 40px;
  }
}

/* price */
.priceTexts {
  gap: 24px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .priceTexts {
    gap: 21px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .priceTexts {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
}

.priceImg {
  max-width: 100%;
  width: 100%;
}

/* table */
.tableTexts {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tableTexts {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .tableTexts {
    margin-bottom: 30px;
  }
}

.tableText span {
  color: #37D1B5;
  font-weight: 700;
}

.tableTag {
  margin-top: 16px;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 767px) {
  .tableTag {
    font-size: 10px;
  }
}

/* vision*/
.visionTexts {
  margin-bottom: 30px;
}

.visionText {
  color: #37D1B5;
}

.visionItem {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}

.visionItem:not(:first-child) {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .visionItem {
    gap: 20px;
  }

  .visionItem:not(:first-child) {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .visionItem {
    display: block;
  }

  .visionItem:not(:first-child) {
    margin-top: 30px;
  }
}

.visionItem-left {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .visionItem-left {
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .visionItem-left {
    max-width: 100%;
  }
}

.visionItem-right {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .visionItem-right {
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .visionItem-right {
    max-width: 100%;
  }
}

.visionItem-title {
  display: block;
  padding: 6px 0;
  border: 2px solid #2F4858;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .visionItem-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .visionItem-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.visionItem-logos {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #37D1B5;
}

.visionItem-logo {
  max-width: 360px;
  width: 100%;
}

@media (max-width: 767px) {
  .visionItem-imgs {
    margin-bottom: 30px;
  }
}

.visionItem-img:not(:first-child) {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .visionItem-img:not(:first-child) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .visionItem-img:not(:first-child) {
    margin-top: 15px;
  }
}

/* white paper */
.white-paperItem-img {
  margin-bottom: 16px;
}

/* contact */
.contactText {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contactText {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .contactText {
    margin-bottom: 30px;
  }
}

.formBg {
  background: #E8F3F1;
  padding: 60px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .formBg {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .formBg {
    padding: 30px;
  }
}

.formList:not(:first-child) {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .formList:not(:first-child) {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .formList:not(:first-child) {
    margin-top: 30px;
  }
}

.formLabel {
  max-width: 100%;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .formLabel {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .formLabel {
    margin-bottom: 10px;
  }
}

.formInput {
  max-width: 100%;
  width: 100%;
}

.formTag {
  position: relative;
}

.formTag::after {
  content: "必須";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 24px;
  background: #37D1B5;
  padding: 4px 12px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  .formTag::after {
    margin-left: 18px;
    font-size: 10px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  background: #FFF;
  border: none;
  padding: 2em 2.6em;
}

@media (max-width: 767px) {

  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    padding: 1em 1.3em;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  outline: 2px solid #37D1B5;
  outline-offset: 2px;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.6;
  color: #2F4858;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  opacity: 0.6;
  color: #2F4858;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1199px) {

  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 14px;
  }

  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 12px;
  }

  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder {
    font-size: 12px;
  }
}

select,
::picker(select) {
  -webkit-appearance: base-select;
  -moz-appearance: base-select;
  appearance: base-select;
  padding: 1.4em 2.2em;
  border-radius: 0%;
}

textarea {
  width: 100%;
  min-height: 360px;
  resize: vertical;
}

.formCheckbox {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .formCheckbox {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .formCheckbox {
    margin-top: 30px;
  }
}

.formCheckbox input[type=checkbox] {
  vertical-align: middle;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.5s ease-in-out;
  background-color: #FFF;
  margin-right: 16px;
}

input[type=checkbox]:checked {
  background-color: #37D1B5;
}

input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.formButton {
  margin-top: 60px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .formButton {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .formButton {
    margin-top: 30px;
  }
}

.formSubmit {
  display: inline-block;
  background: #F46438;
  border: 2px solid #F46438;
  border-radius: 50px;
  color: #FFF;
  font-weight: 700;
  padding: 12px 48px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .formSubmit {
    font-size: 14px;
  }
}

.formSubmit:hover {
  background: #FFF;
  color: #F46438;
}

.formInfo {
  font-size: 12px;
  text-align: right;
  max-width: 920px;
  width: 100%;
  margin: 16px auto 0;
}

@media (max-width: 767px) {
  .formInfo {
    font-size: 10px;
  }
}

/* single white paper */
.single-white-paperInner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-white-paperInner {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .single-white-paperInner {
    display: block;
  }
}

.single-white-paperLeft {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-white-paperLeft {
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .single-white-paperLeft {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.single-white-paperRight {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-white-paperRight {
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .single-white-paperRight {
    max-width: 100%;
  }
}

.single-white-paperTitle {
  margin-bottom: 30px;
}

.single-white-paperTitle h2 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-white-paperTitle h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .single-white-paperTitle h2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-white-paperTitle {
    margin-bottom: 22.5px;
  }
}

@media (max-width: 767px) {
  .single-white-paperTitle {
    margin-bottom: 15px;
  }
}

.single-white-paperImg {
  margin-bottom: 30px;
}

.single-white-paperImg img {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-white-paperImg {
    margin-bottom: 22.5px;
  }
}

@media (max-width: 767px) {
  .single-white-paperImg {
    margin-bottom: 15px;
  }
}

/* single */
.singleInner {
  padding: 60px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  border: 10px solid #E8F3F1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .singleInner {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .singleInner {
    padding: 15px;
  }
}

.singleTitle {
  margin-bottom: 30px;
}

.singleTitle h1 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .singleTitle h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .singleTitle h1 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .singleTitle {
    margin-bottom: 22.5px;
  }
}

@media (max-width: 767px) {
  .singleTitle {
    margin-bottom: 15px;
  }
}

.singleImg {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .singleImg {
    margin-bottom: 22.5px;
  }
}

@media (max-width: 767px) {
  .singleImg {
    margin-bottom: 15px;
  }
}

.singleText h2 {
  padding: 0.4em 0.6em;
  background: #E8F3F1;
  border-left: 4px solid #37D1B5;
  margin: 1.6em 0 0.8em;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .singleText h2 {
    font-size: 20px;
  }
}

.singleText h3 {
  padding-left: 0.2em;
  border-bottom: 6px solid #E8F3F1;
  margin: 1.2em 0 0.6em;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .singleText h3 {
    font-size: 18px;
  }
}

.singleText h4 {
  padding-left: 0.1em;
  margin: 0.4em 0 0.2em;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .singleText h4 {
    font-size: 16px;
  }
}

.singleText a {
  color: #37D1B5;
  font-weight: 500;
}

.singleText p {
  line-height: 2;
  margin: 0 0 1.6em;
}

.singleText img {
  margin: 1.2em 0;
}

.singleText ul {
  line-height: 2.0;
  padding-left: 24px;
  margin: 0.8em 0;
  list-style-type: disc;
}

.singleText ul li {
  margin-bottom: 0.2em;
}

.singleText ol {
  line-height: 2.0;
  padding-left: 24px;
  margin: 0.8em 0;
  list-style-type: decimal;
}

.singleText ol li {
  margin-bottom: 0.2em;
}

.singleText td {
  line-height: 2.0;
}

/* dl link */
.dl-link {
  margin: 60px 0;
  padding: 45px 30px 30px;
  border: 4px solid #37D1B5;
  position: relative;
}

@media (max-width: 767px) {
  .dl-link {
    margin: 30px 0;
    padding: 30px 15px 15px;
  }
}

.dl-link::before {
  content: "見逃し厳禁！！";
  position: absolute;
  padding: 0 30px;
  background: #FFF;
  color: #37D1B5;
  font-size: 20px;
  font-weight: 700;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .dl-link::before {
    padding: 0 15px;
    font-size: 16px;
    top: -13px;
  }
}

.dl-linkTitle {
  margin: 30px 0 18px;
  color: #2F4858;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .dl-linkTitle {
    margin: 15px 0 12px;
    font-size: 16px;
  }
}

.dl-linkText_inner {
  padding: 30px;
  background: #E8F3F1;
}

@media (max-width: 767px) {
  .dl-linkText_inner {
    padding: 15px;
  }
}

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

@media (max-width: 767px) {
  .dl-linkButton-inner {
    margin-top: 20px;
  }
}

.dl-linkButton a {
  text-decoration: none;
  color: #FFF;
}

.dl-linkButton a:hover {
  color: #F46438;
}

/* drawer */
.drawerIcon {
  position: fixed;
  top: 16px;
  right: 5vw;
  padding: 22px 18px;
  border-radius: 50px;
  align-items: center;
  z-index: 300;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  background: #37D1B5;
  border: 2px solid #37D1B5;
}

@media (max-width: 767px) {
  .drawerIcon {
    padding: 13px 9px;
  }
}

.drawerIcon.active {
  background: #FFF;
}

.drawerIcon.active .drawerIcon-bar01 {
  transform: rotate(-45deg);
  top: 8px;
}

.drawerIcon.active .drawerIcon-bar02 {
  display: none;
}

.drawerIcon.active .drawerIcon-bar03 {
  transform: rotate(45deg);
  top: 8px;
}

.drawerIcon.active .drawerIcon-bar01,
.drawerIcon.active .drawerIcon-bar02,
.drawerIcon.active .drawerIcon-bar03 {
  background: #37D1B5;
}

@media (min-width: 1200px) {
  .drawerIcon {
    display: none;
  }
}

.drawerIcon-bars {
  display: block;
  position: relative;
  width: 24px;
  height: 16px;
}

.drawerIcon-bar01,
.drawerIcon-bar02,
.drawerIcon-bar03 {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #FFF;
  border-radius: 12px;
  top: 0;
  right: 0;
}

.drawerIcon-bar01 {
  top: 0;
}

.drawerIcon-bar02 {
  top: 8px;
}

.drawerIcon-bar03 {
  top: 16px;
}

.drawerContent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}

.drawerContent.active {
  transform: translateX(0);
}

@media (min-width: 1200px) {
  .drawerContent {
    display: none;
  }
}

.drawerInner {
  margin-left: auto;
  padding-top: 160px;
  background: #FFF;
  width: 50%;
  height: 100%;
}

@media (max-width: 767px) {
  .drawerInner {
    padding-top: 100px;
    width: 80%;
  }
}

.drawerItems {
  padding-left: 5vw;
}

.drawerItem {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .drawerItem {
    margin-bottom: 15px;
  }
}

.drawerItem a {
  color: #2F4858;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .drawerItem a {
    font-size: 12px;
    display: inline-block;
    padding: 8px 0;
    min-height: 44px;
  }
}

.drawerItem a:hover {
  color: #F46438;
}

.drawerButton {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .drawerButton {
    margin-top: 20px;
  }
}

.drawerImg {
  max-width: 120px;
  width: 100%;
  margin-top: 60px;
}

/* wordpress */
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #37D1B5;
}

.wp-block-table thead {
  border-bottom: 3px solid #37D1B5;
}

.wp-block-embed,
.wp-block-video,
iframe,
video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* contact form 7 */
.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 p {
  display: inline;
}

.wpcf7-list-item {
  margin: 0;
  vertical-align: middle;
}

/* pagination */
.pagination {
  margin: 4em 0;
  text-align: center;
}

.pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 12px;
}

.pagination ul.page-numbers li a,
.pagination ul.page-numbers li span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #37D1B5;
  text-decoration: none;
  color: #37D1B5;
  font-size: 14px;
}

.pagination ul.page-numbers li a:hover {
  color: #FFF;
  background-color: #37D1B5;
}

.pagination ul.page-numbers li span.current {
  background-color: #37D1B5;
  color: #fff;
  border-color: #37D1B5;
}

.pagination ul.page-numbers li a.prev,
.pagination ul.page-numbers li a.next {
  font-weight: bold;
}

/* single button */
.singleCta {
  margin: 1.6em 0;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .singleCta {
    padding: 0 15px;
  }
}

.singleCta-button a {
  width: 100%;
  background: #0077cf;
  border: 2px solid #0077cf;
  color: #FFF;
  font-weight: 700;
}

.singleCta-button a:hover {
  color: #0077cf;
  letter-spacing: 0.15rem;
}

/* banner */
.banner {
  position: fixed;
  z-index: 999;
  bottom: 1vw;
  right: 1vw;
}

.bannerInner {
  padding: 15px;
  background: #0CB5AF;
}

.bannerImg {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}

.bannerText {
  margin-top: 12px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.bannerButton {
  margin-top: 12px;
  text-align: center;
}

.closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #37D1B5;
  padding: 4px 8px;
  background: #FFF;
  border: 1px solid #37D1B5;
  border-radius: 0px;
  cursor: pointer;
}

/* swiper */
.swiper-controls {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin: 60px 0 30px;
}

@media (max-width: 767px) {
  .swiper-controls {
    margin: 50px 0 10px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  padding: 12px 16px;
  border: 2px solid #37D1B5;
  color: #37D1B5;
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #37D1B5;
  color: #fff;
}

/* confirm */
.formPrevious {
  display: inline-block;
  background: #FFF;
  border: 2px solid #F46438;
  border-radius: 50px;
  color: #F46438;
  font-weight: 700;
  padding: 12px 48px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .formPrevious {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.formPrevious:hover {
  background: #F46438;
  color: #FFF;
}

/* video */
.video {
  background: #f7f8fa;
}

.videoInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .videoInner {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .videoInner {
    display: block;
  }
}

.videoLeft {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .videoLeft {
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .videoLeft {
    max-width: 100%;
  }
}

.videoRight {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .videoRight {
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .videoRight {
    max-width: 100%;
    margin-top: 30px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.videoText {
  font-weight: 500;
}

/* device */
@media (min-width: 768px) and (max-width: 1199px) {
  .is_pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .is_not_pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .is_sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .is_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .is_not_sp {
    display: none;
  }
}

/* voice */
.voiceItems {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voiceItems {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .voiceItems {
    display: block;
  }
}

.voiceItem {
  max-width: calc((100% - 30px) / 2);
  width: 100%;
  border: 10px solid #E8F3F1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voiceItem {
    max-width: calc((100% - 15px) / 2);
  }
}

@media (max-width: 767px) {
  .voiceItem {
    max-width: 100%;
  }

  .voiceItem:not(:first-child) {
    margin-top: 20px;
  }
}

.voiceItem-inner {
  padding: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voiceItem-inner {
    padding: 22.5px;
  }
}

@media (max-width: 767px) {
  .voiceItem-inner {
    padding: 15px;
  }
}

.voiceItem-img {
  margin-bottom: 16px;
}

.voiceItem-title {
  margin-bottom: 24px;
}

.voiceItem-bottom {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.voiceItem-bottom-img {
  max-width: 180px;
  width: 100%;
}

@media (max-width: 767px) {
  .voiceItem-bottom-img {
    max-width: 120px;
  }
}

.voiceItem-bottom-text {
  font-weight: 500;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}