@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100dvh;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

.body-bg {
  position: relative;
  z-index: 0;
}

.body-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg.png") no-repeat center center;
  background-size: cover;
}

main {
  position: relative; /* 背景より前面に表示 */
  z-index: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.obj-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-pc-inlineblock {
    display: none;
  }
}

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

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline;
  }
}

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

/*********************
/BASE
*********************/
html {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.75px;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
}

/*************************************************
top
*************************************************/
.hidden-sm {
  display: block;
}
@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

.hidden-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-md {
    display: block;
  }
}

.link-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.5s ease;
}

.link-underline:hover {
  color: #00a0e9;
}

.l-inner {
  max-width: 1080px;
  margin-inline: auto;
  width: 90%;
}

.l-inner-pc-small {
  max-width: 880px;
  margin-inline: auto;
  width: 90%;
}

.text-s {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3.5897435897vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .text-s {
    letter-spacing: 0.075em;
  }
}

.text-m {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  overflow-wrap: break-word;
  letter-spacing: 0.05em;
}

.text-l {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  overflow-wrap: break-word;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .text-l {
    letter-spacing: 0.075em;
  }
}

.flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reverse {
    flex-direction: column;
  }
}

.breadcrumb__menu {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__menu {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.breadcrumb__current {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__current {
    color: #a9a9a9;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.button-main {
  display: inline-block;
  width: 300px;
  height: 64px;
  padding: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #00a0e9;
  border: 1px solid #00a0e9;
  border-radius: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.75px;
  position: relative;
  transition: all 0.5s ease;
}
.button-main:hover {
  background-color: #fff;
}
.button-main:hover .button-main__button-text {
  color: #00a0e9;
}
.button-main:hover .button-main__button-arrow {
  color: #00a0e9;
}

.button-main--download {
  background-color: #fff;
  color: #00a0e9;
}
.button-main--download:hover {
  background-color: #00a0e9;
}
.button-main--download:hover .button-main__button-text {
  color: #fff;
}
.button-main--download:hover .button-main__button-arrow {
  color: #fff;
}

.button-main__button-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 700;
  letter-spacing: 0.9px;
  cursor: pointer;
}

.button-main__button-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: #fff;
  width: 20px;
  height: 18px;
}
.button-main--download .button-main__button-arrow {
  color: #00a0e9;
}

.t-section-title--en {
  color: #00a0e9;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
}

.t-section-title--ja {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(31px, 7.9487179487vw, 40px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .t-section-title--ja {
    margin-top: 12px;
  }
}
.t-section-title--ja .small-text {
  display: block;
  text-align: center;
  font-size: clamp(18px, 4.6153846154vw, 32px);
  font-weight: 700;
  line-height: 1.4;
}
.t-section-title--ja .large-text {
  display: block;
  font-size: clamp(32px, 8.2051282051vw, 40px);
  font-weight: 700;
  line-height: 1.4;
}

.l-section {
  padding-top: clamp(64px, 16.4102564103vw, 136px);
}

.mv {
  position: relative;
  z-index: 0;
  width: 100vw;
  padding-bottom: clamp(64px, 16.4102564103vw, 136px);
}

.mv-icon__wrapper {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-deco {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-deco img {
  width: 100%;
  height: 100%;
}

.mv-deco1 {
  width: 59px;
  height: 59px;
  top: 194px;
  left: 22px;
}
@media screen and (min-width: 1440px) {
  .mv-deco1 {
    top: 13.4722222222vw;
    left: 1.5277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco1 {
    width: 40px;
    height: 40px;
    top: 138px;
    left: 8px;
  }
}

.mv-deco2 {
  top: 96px;
  left: 95px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1440px) {
  .mv-deco2 {
    top: 6.6666666667vw;
    left: 6.5972222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco2 {
    width: 40px;
    height: 40px;
    top: 64px;
    left: 35px;
  }
}

.mv-deco3 {
  top: 136px;
  left: 216px;
  width: 66px;
  height: 66px;
}
@media screen and (min-width: 1440px) {
  .mv-deco3 {
    top: 9.4444444444vw;
    left: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco3 {
    width: 40px;
    height: 40px;
    top: 64px;
    left: 112px;
  }
}

.mv-deco4 {
  top: 116px;
  left: 634px;
}
@media screen and (min-width: 1440px) {
  .mv-deco4 {
    top: 8.0555555556vw;
    left: 44.0277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco4 {
    display: none;
  }
}

.mv__inner {
  width: 90%;
  margin-inline: auto;
}
.mv__content {
  padding-top: 231px;
}
@media screen and (max-width: 768px) {
  .mv__content {
    padding-top: 111px;
  }
}

.mv__head.flex {
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .mv__head.flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.mv__image {
  margin-top: 0;
  margin-left: -48px;
  width: 66.2962962963%;
  max-width: 716px;
}
@media screen and (max-width: 1024px) {
  .mv__image {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}

.mv__image img {
  width: 100%;
  height: auto;
}

.mv__description {
  width: 57.5925925926%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .mv__description {
    width: 100%;
  }
}

.mv__subtext--en {
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 4.1025641026vw, 20px);
  font-weight: 600;
  line-height: 1;
}

.mv__subtext--ja {
  margin-top: 12px;
}

.mv__subtext--fax {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 5.1282051282vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1024px) {
  .mv__subtext--fax {
    letter-spacing: 1px;
  }
}

.mv__subtext--tel {
  font-size: clamp(20px, 5.1282051282vw, 28px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1024px) {
  .mv__subtext--tel {
    letter-spacing: 1px;
  }
}

.mv__text {
  margin-top: clamp(16px, 4.1025641026vw, 24px);
}

.mv__text--primary,
.mv__text--secondary {
  display: block;
  font-size: clamp(28px, 7.1794871795vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
  font-size: clamp(28px, 28px + 20 * (100vw - 768px) / 672, 48px);
}
@media screen and (max-width: 1024px) {
  .mv__text--primary,
  .mv__text--secondary {
    letter-spacing: 1.4px;
  }
}

.mv__text--secondary {
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .mv__text--secondary {
    font-size: 27px;
    letter-spacing: 1px;
  }
}

.mv__buttons--pc {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .mv__buttons--pc {
    display: none;
  }
}

.mv__buttons--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mv__buttons--sp {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

.mv__bottom {
  margin-top: clamp(56px, 14.358974359vw, 106px);
  position: relative;
  z-index: -1;
}

.mv-deco5 {
  bottom: 40px;
  left: -22px;
}
@media screen and (min-width: 1440px) {
  .mv-deco5 {
    bottom: 2.7777777778vw;
    left: -1.5277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco5 {
    display: none;
  }
}

.mv-deco6 {
  bottom: 84px;
  left: 135px;
}
@media screen and (min-width: 1440px) {
  .mv-deco6 {
    bottom: 5.8333333333vw;
    left: 9.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco6 {
    display: none;
  }
}

.mv-deco7 {
  bottom: 160px;
  right: 298px;
  width: 59px;
  height: 59px;
}
@media screen and (min-width: 1440px) {
  .mv-deco7 {
    bottom: 11.1111111111vw;
    right: 20.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco7 {
    bottom: 140px;
    right: 76px;
    width: 37px;
    height: 37px;
  }
}

.mv-deco8 {
  bottom: 90px;
  right: 180px;
  width: 85px;
  height: 85px;
}
@media screen and (min-width: 1440px) {
  .mv-deco8 {
    bottom: 6.25vw;
    right: 12.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco8 {
    bottom: 116px;
    right: -6px;
    width: 54px;
    height: 54px;
  }
}

.mv-deco9 {
  bottom: -35px;
  right: 116px;
}
@media screen and (min-width: 1440px) {
  .mv-deco9 {
    bottom: -2.4305555556vw;
    right: 8.0555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco9 {
    display: none;
  }
}

.mv-deco10 {
  bottom: 71px;
  right: -37px;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 1440px) {
  .mv-deco10 {
    bottom: 4.9305555556vw;
    right: -2.5694444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv-deco10 {
    bottom: 184px;
    right: -33px;
    width: 44px;
    height: 44px;
  }
}

.mv__points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 80%;
  max-width: 880px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .mv__points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 350px;
  }
}

.mv-point__image {
  width: calc((100% - 60px) / 4);
  max-width: 205px;
  height: auto;
  flex: 1 1 auto;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .mv-point__image {
    width: 100%;
  }
}

.mv-point__image img {
  width: 100%;
  height: auto;
}

.t-problems {
  padding-bottom: clamp(64px, 16.4102564103vw, 136px);
}

.t-problems__content {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .t-problems__content {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.t-problems__image {
  display: block;
}
@media screen and (max-width: 768px) {
  .t-problems__image:not(:first-child) {
    margin-top: -20px;
  }
}

.t-problems__image img {
  display: block;
  width: 100%;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .t-problems__image img {
    width: 95%;
    margin: 0 auto;
  }
}

.t-about {
  padding-top: clamp(64px, 16.4102564103vw, 136px);
  padding-bottom: clamp(64px, 16.4102564103vw, 136px);
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.7);
}

.t-about__content {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.2222222222%;
}
@media screen and (max-width: 1024px) {
  .t-about__content {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}

.t-about__image {
  width: 45.462962963%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .t-about__image {
    width: 100%;
  }
}
.t-about__image::before {
  position: absolute;
  content: "";
  top: -60px;
  left: 24%;
  width: 121px;
  height: 121px;
  background: url("../images/common/t-about-deco.svg") no-repeat center center/contain;
  z-index: 1;
  transform: scale(0);
  transition: none; /* 初期状態 */
}
@media screen and (max-width: 768px) {
  .t-about__image::before {
    top: -30px;
    width: 92px;
    height: 92px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .t-about__image::before {
    left: 30%;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .t-about__image::before {
    left: 36%;
  }
}

.t-about__image.is-animate::before {
  animation: myoinPop 0.5s ease-out forwards;
  animation-delay: 0.5s; /* ← ここで遅延 */
}

@keyframes myoinPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.t-about__image img {
  display: block;
  width: 100%;
  max-width: 491px;
  aspect-ratio: 491/402;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-about__image img {
    width: 100%;
    margin-inline: auto;
  }
}

.t-about__description {
  width: 50.9259259259%;
}
@media screen and (max-width: 1024px) {
  .t-about__description {
    width: 100%;
  }
}

.t-about__title--pc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .t-about__title--pc {
    display: none;
  }
}

.t-about__title--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .t-about__title--sp {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

.t-about__title-primary,
.t-about__title-secondary,
.t-about__title-tertiary {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #00a0e9;
  width: fit-content;
  color: #fff;
  font-size: clamp(24px, 6.1538461538vw, 32px);
  letter-spacing: 1.6px;
  padding-inline: 2px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .t-about__title-primary,
  .t-about__title-secondary,
  .t-about__title-tertiary {
    letter-spacing: 0.72px;
  }
}

.t-about__text {
  margin-top: clamp(32px, 8.2051282051vw, 40px);
}

.t-features__lists {
  margin-top: clamp(40px, 10.2564102564vw, 54px);
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 14.358974359vw, 64px);
}

.t-features__item {
  align-items: center;
  justify-content: space-between;
  gap: 2.2222222222%;
}
@media screen and (max-width: 1024px) {
  .t-features__item {
    flex-direction: column;
    gap: 32px;
  }
}

.t-features__image {
  width: 41.6666666667%;
}
@media screen and (max-width: 1024px) {
  .t-features__image {
    width: 80%;
    max-width: 480px;
    margin-inline: auto;
  }
}

.t-features__image img {
  display: block;
  width: 100%;
  height: auto;
}

.t-features__description {
  width: 49.0740740741%;
}
@media screen and (max-width: 1024px) {
  .t-features__description {
    width: 100%;
  }
}

.t-features-title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media screen and (max-width: 1320px) {
  .t-features-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.t-features-title__number {
  font-family: "Poppins", sans-serif;
  color: #a3c7e5;
  font-size: clamp(56px, 14.358974359vw, 88px);
  line-height: 1;
}

.t-features-title--ja {
  display: flex;
  align-items: center;
}

.t-features-title__text--blue {
  display: block;
  color: #00a0e9;
  font-size: clamp(24px, 6.1538461538vw, 32px);
  line-height: 1;
  letter-spacing: 1.6px;
}

.t-features-title__text {
  font-size: clamp(24px, 6.1538461538vw, 32px);
  line-height: 1;
  letter-spacing: 1.6px;
}

.t-features__text {
  margin-top: clamp(32px, 8.2051282051vw, 41px);
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.75px;
}

.t-features__text--blue {
  color: #00a0e9;
  font-weight: 700;
}

.t-use-case__boxes {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 80px;
  -moz-column-gap: 7%;
       column-gap: 7%;
}
@media screen and (max-width: 768px) {
  .t-use-case__boxes {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.t-use-case-box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
  padding: 20px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .t-use-case-box {
    border-radius: 12px;
    padding: 30px 20px 24px 20px;
  }
}

.t-use-case-box__image {
  position: relative;
}

.t-use-case-box__image .case-number {
  position: absolute;
  top: 0;
  left: -20px;
  width: 96px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .t-use-case-box__image .case-number {
    left: 0;
    width: 81px;
    height: auto;
  }
}

.t-use-case-box__image img {
  display: block;
  width: 30%;
  height: auto;
  margin-inline: auto;
}

.t-use-case-box__description {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .t-use-case-box__description {
    margin-top: 0;
  }
}

.t-use-case-box__title {
  color: #00a0e9;
  text-align: center;
  font-size: clamp(22px, 5.641025641vw, 28px);
  line-height: 1;
  letter-spacing: 1.4px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dadbdb;
}

.t-use-case-box__text {
  margin-top: clamp(16px, 4.1025641026vw, 24px);
  font-size: clamp(16px, 4.1025641026vw, 18px);
}

.t-use-case-box__lists {
  margin-top: clamp(16px, 4.1025641026vw, 24px);
  display: grid;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.t-use-case-button__wrapper {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  margin-inline: auto;
}

.button-main--use-case {
  margin-inline: auto;
}

.c-list-checkbox {
  padding-left: 34px;
  position: relative;
}
.c-list-checkbox::before {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 19px;
  background: url("../images/common/icon-checkbox.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-list-checkbox {
    padding-left: 24px;
  }
}

.t-case-study {
  padding-top: clamp(64px, 16.4102564103vw, 136px);
  padding-bottom: clamp(64px, 16.4102564103vw, 136px);
  position: relative;
}

.case-study-deco {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-deco img {
  width: 100%;
  height: 100%;
}

.case-study-deco1 {
  width: 59px;
  height: 59px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .case-study-deco1 {
    display: none;
  }
}

.case-study-deco2 {
  top: 100px;
  left: 105px;
  width: 73px;
  height: 73px;
}
@media screen and (min-width: 1440px) {
  .case-study-deco2 {
    top: 6.9444444444vw;
    left: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .case-study-deco2 {
    width: 43px;
    height: 43px;
    top: 0;
    left: -10px;
  }
}

.case-study-deco3 {
  top: 135px;
  left: 250px;
  width: 65px;
  height: 65px;
}
@media screen and (min-width: 1440px) {
  .case-study-deco3 {
    top: 9.375vw;
    left: 17.3611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .case-study-deco3 {
    width: 38px;
    height: 38px;
    top: 40px;
    left: 50px;
  }
}

.case-study-deco4 {
  top: 274px;
  left: 35px;
  width: 59px;
  height: 59px;
}
@media screen and (min-width: 1440px) {
  .case-study-deco4 {
    top: 19.0277777778vw;
    left: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  .case-study-deco4 {
    width: 35px;
    height: 35px;
    top: 80px;
    left: 10px;
  }
}

.case-study-deco5 {
  top: 108px;
  right: 220px;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 1440px) {
  .case-study-deco5 {
    top: 7.5vw;
    right: 15.2777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .case-study-deco5 {
    width: 43px;
    height: 43px;
    top: 30px;
    right: 20%;
  }
}

.case-study-deco6 {
  top: 86px;
  right: 0;
  width: 71px;
  height: 71px;
}
@media screen and (min-width: 1440px) {
  .case-study-deco6 {
    top: 5.9722222222vw;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .case-study-deco6 {
    width: 43px;
    height: 43px;
    top: 100px;
    right: 10%;
  }
}

.case-study-deco7 {
  top: 240px;
  right: 40px;
  width: 62px;
  height: 62px;
}
@media screen and (min-width: 1440px) {
  .case-study-deco7 {
    top: 16.6666666667vw;
    right: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .case-study-deco7 {
    width: 38px;
    height: 38px;
    top: 10px;
    right: -5px;
  }
}

.t-case-study__boxes {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.7777777778%;
       column-gap: 2.7777777778%;
}
@media screen and (max-width: 768px) {
  .t-case-study__boxes {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.c-case-study-box a {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4.1025641026vw, 24px);
  border-radius: 16px;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-case-study-box a {
    border-radius: 12px;
  }
}

.c-case-study-box__image {
  width: 100%;
  height: auto;
  aspect-ratio: 340/200;
}

.c-case-study-box__image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-case-study-box__image img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}

.c-case-study-box__description {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3.0769230769vw, 24px);
  padding: 0 20px 24px 20px;
}

.c-case-study-box__title {
  font-size: clamp(18px, 4.6153846154vw, 20px);
  line-height: 130%;
  letter-spacing: clamp(0.9px, 0.2307692308vw, 1px);
}

.c-case-study-box__text {
  font-size: clamp(15px, 3.8461538462vw, 18px);
  line-height: 180%;
  letter-spacing: clamp(0.75px, 0.1923076923vw, 0.9px);
}

.c-case-study-box__lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-case-study-box__list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-case-study-box__list dt,
.c-case-study-box__list dd {
  font-size: 13px;
  line-height: 1;
  letter-spacing: clamp(0.65px, 0.1666666667vw, 0.7px);
}
.c-case-study-box__list dt {
  color: #fff;
  background-color: #00a0e9;
  padding: 2px 6px;
}

.t-case-study-button__wrapper {
  margin-top: clamp(40px, 10.2564102564vw, 80px);
}

.button-main--case-study {
  margin-inline: auto;
}

.t-faq {
  margin-top: clamp(64px, 16.4102564103vw, 136px);
  padding-bottom: clamp(64px, 16.4102564103vw, 136px);
  border-radius: 48px 48px 0 0;
  background: rgba(255, 255, 255, 0.7);
}

.t-faq__inner {
  max-width: 880px;
}

.t-faq__boxes {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.t-faq-box {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(10px); /* 下方向には出したくないなら 10px に調整 */
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示時 */
.t-faq-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.t-faq-box.is-open .t-faq-box__head::after {
  transform: rotate(90deg);
  opacity: 0;
}
.t-faq-box.is-open .t-faq-box__body {
  padding: 24px 24px 0 24px;
  max-height: var(--max-height);
}

.t-faq-box__head {
  padding: 16px 64px 16px 24px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 12px;
  background: var(--white, #fff);
  position: relative;
  transition: all 0.5s ease;
  /* shadow */
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
}
@media screen and (max-width: 768px) {
  .t-faq-box__head {
    padding: 16px 40px 16px 12px;
  }
}
.t-faq-box__head::before, .t-faq-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00a0e9;
}
.t-faq-box__head::before {
  right: 24px;
  width: 17px;
  height: 2px;
}
.t-faq-box__head::after {
  right: 31px;
  width: 2px;
  height: 17px;
  transition: transform 0.5s ease;
}

.t-faq-box__head-icon {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 600;
  line-height: 1.1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 22px;
  background: #00a0e9;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .t-faq-box__head-icon {
    width: 32px;
    height: 32px;
  }
}

.t-faq-box__head-text {
  display: block;
  text-align: left;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  letter-spacing: 1.12px;
}
.t-faq-box__body {
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s ease, transform 1s ease;
  padding: 0 24px;
  opacity: 0;
}

.t-faq-box__a {
  display: flex;
  gap: clamp(12px, 3.0769230769vw, 16px);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.t-faq-box.is-open .t-faq-box__body {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .t-faq-box.is-open .t-faq-box__body {
    padding: 24px 12px 0 12px;
  }
}
.t-faq-box.is-open .t-faq-box__body .t-faq-box__a {
  opacity: 1;
  transform: translateY(0);
}

.t-faq-box__a-icon {
  font-family: "Poppins", sans-serif;
  color: #00a0e9;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 600;
  line-height: 1.1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 22px;
  border: 1px solid #00a0e9;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .t-faq-box__a-icon {
    width: 32px;
    height: 32px;
  }
}

.t-faq-box__a-text {
  display: block;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  letter-spacing: 1.12px;
  flex-grow: 1;
}
.c-cta {
  padding-block: clamp(80px, 20.5128205128vw, 120px);
  background-color: #00a0e9;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
@media screen and (max-width: 768px) {
  .c-cta {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}

.c-cta__title {
  text-align: center;
  white-space: nowrap;
}

.c-cta__title--en {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: clamp(29px, 7.9487179487vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 4px;
}

.c-cta__title--ja {
  color: #fff;
  font-size: clamp(29px, 7.9487179487vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 4px;
}

.c-cta__lead {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 4.6153846154vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .c-cta__lead {
    margin-top: 12px;
    letter-spacing: 0.9px;
  }
}

.c-cta__content {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-cta__content {
    flex-direction: column;
    align-items: center;
  }
}

.c-cta__image {
  flex-grow: 1;
  width: 46.2037037037%;
}
@media screen and (max-width: 768px) {
  .c-cta__image {
    width: 100%;
    max-width: 500px;
    min-width: auto;
  }
}

.c-cta__image img {
  display: block;
  width: 100%;
  height: auto;
  flex-grow: 1;
  height: auto;
  max-width: 499px;
}

.c-cta__description {
  flex-shrink: 0;
  width: 46.2962962963%;
}
@media screen and (max-width: 768px) {
  .c-cta__description {
    width: 100%;
  }
}

.c-cta__description-text {
  color: #fff;
  font-size: clamp(16px, 4.1025641026vw, 18px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-cta__description-text {
    text-align: center;
  }
}

.c-cta__buttons {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-cta__buttons {
    align-items: center;
  }
}

.c-cta-button {
  padding-block: 20px;
  padding-inline: 40px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 521px;
  width: 100%;
  min-height: 92px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .c-cta-button {
    padding-inline: 20px;
  }
}
.c-cta-button:hover {
  opacity: 0.7;
}
.c-cta-button:hover .c-cta-button__arrow {
  transform: translateX(5px);
}

.c-cta-button__head-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.c-cta-button__head-title {
  color: #00a0e9;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
}

.c-cta-button__head-title img {
  width: 100%;
  height: auto;
}

.c-cta-button__head-text {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  line-height: 1;
  letter-spacing: 0.6px;
}

.c-cta-button__text {
  font-size: 12px;
}

.c-cta-button--contact .c-cta-button__head-text,
.c-cta-button--contact .c-cta-button__arrow {
  color: #00a0e9;
}

.c-cta-button--download .c-cta-button__head-text,
.c-cta-button--download .c-cta-button__arrow {
  color: #e3b566;
}

/*************************************************
sub
*************************************************/
.p-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.p-section-title--en {
  color: #00a0e9;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.p-section-title--ja {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}

.main {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 60px;
  }
}

.main-content {
  padding-bottom: clamp(80px, 20.5128205128vw, 136px);
}

.p-page-title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-page-title {
    margin-top: 48px;
  }
}

.p-page-title--en {
  text-align: center;
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-page-title--en {
    letter-spacing: 0.6px;
  }
}

.p-page-title--ja {
  margin-top: 6px;
  font-size: clamp(32px, 8.2051282051vw, 40px);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-page-title--ja {
    letter-spacing: 1.6px;
  }
}

.breadcrumb {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 14px;
  }
}

.breadcrumb__inner {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin-inline: auto;
}

.breadcrumb__lists {
  text-align: right;
  display: flex;
  align-items: center;
}

.breadcrumb__list {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.breadcrumb__list-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.breadcrumb__link {
  color: #333333;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.breadcrumb__link:hover {
  color: #00a0e9;
}

.list-current .breadcrumb__list-text {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .list-current .breadcrumb__list-text {
    max-width: 160px;
  }
}

/* 現在のページ（最後の要素）のスタイル */
.breadcrumb__list.list-current .breadcrumb__list-text {
  color: #868686;
}

.breadcrumb__list + .breadcrumb__list::before {
  content: "-";
  margin: 0 8px; /* 区切りの余白は調整 */
  color: #00a0e9;
  font-size: 18px;
}

.p-mv {
  padding-block: 80px 120px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-block: 30px 74px;
  }
}

.p-mv__wrapper {
  margin-top: 48px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .p-mv__wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.p-our-service-mv__wrapper {
  max-width: 993px;
  margin-inline: auto;
}

.p-our-service-mv__image {
  position: relative;
  display: inline-block;
  margin-inline: auto;
}
.p-our-service-mv__image img {
  width: 492px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-our-service-mv__image img {
    width: 310px;
  }
}
.p-our-service-mv__image dotlottie-player {
  position: absolute;
  pointer-events: none;
  bottom: 74px;
  left: 58px;
  width: 131px;
  height: 121px;
}
@media screen and (min-width: 1440px) {
  .p-our-service-mv__image dotlottie-player {
    bottom: 5.1388888889vw;
    left: 4.0277777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-our-service-mv__image dotlottie-player {
    margin-top: 46px;
    bottom: 45px;
    left: 37px;
    width: 82px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) and (min-width: 800px) {
  .p-our-service-mv__image dotlottie-player {
    bottom: 11.5384615385vw;
    left: 9.4871794872vw;
  }
}

.p-mv__content {
  margin-top: 63px;
}
@media screen and (max-width: 1024px) {
  .p-mv__content {
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-our-service-mv__content {
    margin-top: 0;
  }
}

.p-mv__lead {
  font-size: clamp(14px, 5.1282051282vw, 28px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.4px;
}

.p-mv__description {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-mv__description {
    margin-top: 24px;
  }
}

.p-mv__text {
  font-size: clamp(14px, 3.5897435897vw, 16px);
  line-height: 170%;
  letter-spacing: 0.8px;
}

.p-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-section__wrapper {
    gap: 32px;
  }
}

.p-section-title__en {
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 12.3076923077vw, 80px);
  line-height: 100%;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .p-section-title__en {
    letter-spacing: 4.8px;
  }
}

.p-section-title__ja {
  margin-top: 8px;
  font-size: clamp(14px, 3.5897435897vw, 16px);
  color: #00a0e9;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-section-title__ja {
    letter-spacing: 0.7px;
  }
}
.p-section-title__ja::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #00a0e9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 2px;
}

.p-section__subtitle {
  font-size: clamp(18px, 4.6153846154vw, 24px);
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .p-section__subtitle {
    letter-spacing: 0.9px;
  }
}

.p-section__lead {
  font-size: clamp(14px, 3.5897435897vw, 16px);
  line-height: 170%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-section__lead {
    letter-spacing: 0.7px;
  }
}

.p-service__content {
  margin-top: clamp(40px, 10.2564102564vw, 96px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 6.1538461538vw, 40px);
}

.c-page-title-icon {
  font-size: clamp(24px, 6.1538461538vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.6px;
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-page-title-icon {
    letter-spacing: 1.2px;
  }
}
.c-page-title-icon::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  right: -44px;
  width: 44px;
  height: 42px;
  aspect-ratio: 44/42;
  z-index: 1;
  background: url("../images/common/icon-plus.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-page-title-icon::before {
    top: 0;
    bottom: auto;
    right: -24px;
    width: 34px;
    height: 33px;
  }
}

.p-service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 40px;
  padding-inline: clamp(20px, 5.1282051282vw, 40px);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
}
@media screen and (max-width: 768px) {
  .p-service-box {
    flex-direction: column;
    gap: 4px;
  }
}

.p-service-box__image {
  flex-shrink: 0;
}

.p-service-box__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-service-box__description {
    gap: 12px;
  }
}

.p-service-box__title {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadbdb;
}
@media screen and (max-width: 768px) {
  .p-service-box__title {
    letter-spacing: 1px;
  }
}

.p-service-box__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.p-service-lists {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 6.1538461538vw, 40px);
}

.p-service-list {
  display: flex;
  align-items: center;
  gap: clamp(16px, 4.1025641026vw, 40px);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service-list {
    align-items: flex-start;
  }
}

.p-service-list__image {
  width: clamp(80px, 20.5128205128vw, 140px);
  height: clamp(80px, 20.5128205128vw, 140px);
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.p-service-list__image.banner img {
  width: clamp(44px, 11.2820512821vw, 77px);
  height: clamp(40px, 10.2564102564vw, 71px);
}

.p-service-list__image.mail img {
  width: clamp(44px, 11.2820512821vw, 76px);
  height: clamp(32px, 8.2051282051vw, 56px);
}

.p-service-list__image.chat img {
  width: clamp(40px, 10.2564102564vw, 66px);
  height: clamp(40px, 10.2564102564vw, 66px);
}

.p-service-list__image.form img {
  width: clamp(46px, 11.7948717949vw, 73px);
  height: clamp(46px, 11.7948717949vw, 73px);
}

.p-service-list__title {
  color: #00a0e9;
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 700;
}

.p-service-list__text {
  font-size: clamp(14px, 3.5897435897vw, 16px);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.075em;
}

.p-features {
  padding-bottom: 0;
}

.p-features-anchor__links,
.p-use-case-anchor__links {
  margin-top: clamp(20px, 5.1282051282vw, 64px);
  max-width: 700px;
  margin-inline: auto;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadbdb;
}

.p-use-case-anchor__links {
  margin-top: clamp(40px, 5.1282051282vw, 44px);
  padding-bottom: 12px;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .p-use-case-anchor__links {
    padding-bottom: 8px;
  }
}

.p-features__inner,
.p-use-case-anchor__inner {
  padding-inline: 4.2857142857%;
  display: flex;
  gap: 17.1428571429%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-features__inner,
  .p-use-case-anchor__inner {
    padding-inline: 0;
    gap: 5.7142857143%;
  }
}

@media screen and (max-width: 768px) {
  .p-use-case-anchor__inner {
    gap: 4px;
  }
}

.p-features-anchor__link,
.p-use-case-anchor__link {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-features-anchor__link,
  .p-use-case-anchor__link {
    gap: 4px;
  }
}
.p-features-anchor__link:hover .p-features-anchor__link-text,
.p-features-anchor__link:hover .p-use-case-anchor__link-text,
.p-use-case-anchor__link:hover .p-features-anchor__link-text,
.p-use-case-anchor__link:hover .p-use-case-anchor__link-text {
  color: #00a0e9;
}
.p-features-anchor__link:hover .p-features-anchor__link-icon svg,
.p-features-anchor__link:hover .p-use-case-anchor__link-icon svg,
.p-use-case-anchor__link:hover .p-features-anchor__link-icon svg,
.p-use-case-anchor__link:hover .p-use-case-anchor__link-icon svg {
  color: #00a0e9;
}

@media screen and (max-width: 768px) {
  .p-use-case-anchor__link {
    gap: 0;
  }
}

.p-features-anchor__link-text,
.p-use-case-anchor__link-text {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  font-weight: 500;
  letter-spacing: 0.9px;
  flex-shrink: 0;
}

.p-use-case-anchor__link-text {
  font-size: clamp(13px, 3.3333333333vw, 18px);
}

.p-features-anchor__link-icon svg,
.p-use-case-anchor__link-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-features-anchor__link-icon svg,
  .p-use-case-anchor__link-icon svg {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-use-case-anchor__link-icon svg {
    width: 26px;
    height: 26px;
  }
}

.p-features__content {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
}

.p-features-function {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 17.4358974359vw, 80px);
}

.p-features-function__wrapper {
  scroll-margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .p-features-function__wrapper {
    scroll-margin-top: 60px;
  }
}

.p-features-function__title {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-features-function__title {
    margin-bottom: 72px;
  }
  .p-features-function__title::before {
    right: -36px;
  }
}

.function-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 hsla(216, 87%, 15%, 0.15);
  padding-block: clamp(32px, 8.2051282051vw, 40px);
  padding-inline: clamp(12px, 4.1025641026vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .function-item {
    gap: 0;
    position: relative;
    z-index: 0;
  }
}

.function-item__head {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.function-item__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .function-item__description {
    gap: 16px;
  }
}

.function-item__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #dadbdb;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .function-item__title {
    width: 66%;
    padding-bottom: 0;
    gap: 4px;
  }
}

.function-item__title-number {
  display: block;
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 8.2051282051vw, 40px);
  font-weight: 500;
}

.function-item__title-text {
  display: block;
  font-size: clamp(20px, 5.1282051282vw, 28px);
  font-weight: 700;
  letter-spacing: 1px;
}

.function-item__image {
  margin-top: -98px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .function-item__image {
    margin-top: 8px;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -64px;
    z-index: 1;
  }
}

.function-item__image img {
  display: block;
  width: 267px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .function-item__image img {
    width: 125px;
  }
}

.function-item__text {
  display: block;
  font-size: clamp(16px, 4.1025641026vw, 18px);
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .function-item__text {
    margin-top: 8px;
    letter-spacing: 0.8px;
  }
}

.p-features-function__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .p-features-function__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-features-function__boxes {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.function-box {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2.0512820513vw, 16px);
  flex: 1 1 0;
  padding-block: 30px;
  padding-inline: 20px;
  border-radius: 12px;
  background: #f3f4f5;
}
@media screen and (max-width: 768px) {
  .function-box {
    padding: 20px;
    max-width: 310px;
    margin-inline: auto;
  }
}

.function-box__title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
}

.function-box__title-text {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .function-box__title-text {
    letter-spacing: 0.8px;
  }
}

.function-box__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.56px;
}

.p-features-message__content {
  padding-block: clamp(80px, 20.5128205128vw, 120px);
}

.p-features-message__inner {
  max-width: 880px;
}

.p-features-message__top {
  font-size: clamp(18px, 4.6153846154vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-features-message__top .text--blue {
  color: #00a0e9;
  font-weight: 700;
}

.p-features-message__box {
  padding-block: clamp(32px, 8.2051282051vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}
@media screen and (max-width: 768px) {
  .p-features-message__box {
    flex-direction: column;
    gap: 32px;
  }
}

.p-features-message__image {
  width: 17.0454545455%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-features-message__image {
    width: 40%;
  }
}
.p-features-message__image::before {
  position: absolute;
  content: "";
  top: -100px;
  right: -100px;
  width: 121px;
  height: 121px;
  background: url("../images/common/t-about-deco.svg") no-repeat center center/contain;
  z-index: 1;
  transform: scale(0);
  transition: none; /* 初期状態 */
}
@media screen and (max-width: 768px) {
  .p-features-message__image::before {
    top: -40px;
    right: -100px;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .p-features-message__image::before {
    right: -100px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .p-features-message__image::before {
    right: -100px;
  }
}

.p-features-message__image.is-animate::before {
  animation: myoinPop 0.5s ease-out forwards;
  animation-delay: 0.5s; /* ← ここで遅延 */
}

@keyframes myoinPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.p-features-message__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-features-message__title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 2px;
}

.p-features-message__title-image img {
  display: block;
  width: 18px;
  height: 18px;
}

.p-features-message__title-text {
  color: #333333;
  font-size: clamp(18px, 4.6153846154vw, 20px);
  font-weight: 700;
}

.p-features-message__text {
  color: #333333;
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 400;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-features-message__text {
    padding-top: 0;
  }
}

.p-features-message__last {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  color: #00a0e9;
  font-weight: 700;
}

.p-satisfaction {
  padding-top: clamp(24px, 6.1538461538vw, 50px);
  padding-bottom: clamp(80px, 20.5128205128vw, 136px);
  border-radius: 48px 48px 0 0;
  background: rgba(255, 255, 255, 0.7);
}

.p-satisfaction__boxes {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 920px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-satisfaction__boxes {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.p-satisfaction-box {
  flex: 1 1 0;
  background: #f3f4f5;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box {
    border-radius: 8px;
    padding: 0 0 13px 0;
  }
}

.p-satisfaction-illustration {
  text-align: center;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-illustration {
    margin-top: 0;
    margin-bottom: -13px;
  }
}

.p-satisfaction-illustration img {
  margin-inline: auto;
  display: block;
  width: 171px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-illustration img {
    width: 115px;
  }
}

.p-satisfaction-box__title {
  color: #fff;
  font-size: clamp(14px, 3.5897435897vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #00a0e9;
  padding: 4px 24px;
  min-height: 56px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    letter-spacing: 0.7px;
    padding: 4px;
  }
}

.p-satisfaction-box__bottom {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2.0512820513vw, 32px);
  justify-content: center;
}

.p-satisfaction-box__image img {
  display: block;
}

.p-satisfaction-box__image.icon-phone img {
  width: 45px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__image.icon-phone img {
    width: 30px;
    height: 44px;
  }
}

.p-satisfaction-box__image.icon-beginner img {
  width: 45px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__image.icon-beginner img {
    width: 30px;
    height: 44px;
  }
}

.p-satisfaction-box__image.icon-phone img {
  width: 56px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__image.icon-phone img {
    width: 36px;
    height: 50px;
  }
}

.p-satisfaction-box__image.icon-time img {
  width: 61px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__image.icon-time img {
    width: 40px;
    height: 36px;
  }
}

.p-satisfaction-box__image.icon-chat img {
  width: 62px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__image.icon-chat img {
    width: 40px;
    height: 40px;
  }
}

.p-satisfaction-box__image.icon-tel img {
  width: 39px;
  height: 78px;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__image.icon-tel img {
    width: 25px;
    height: 50px;
  }
}

.p-satisfaction-box__text {
  color: #868686;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.p-satisfaction-box__number {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(60px, 15.3846153846vw, 80px);
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-satisfaction-box__number {
    line-height: 1;
  }
}

.p-satisfaction-box__percent {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 5.1282051282vw, 32px);
  font-weight: 700;
  padding-top: 30px;
}

.p-create-healthcare {
  padding-block: clamp(56px, 10.2564102564vw, 80px);
  background: rgba(255, 255, 255, 0.7);
}

.p-create-healthcare__inner {
  max-width: 880px;
}

.p-create-healthcare__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-create-healthcare__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-areas: "title" "text" "img" "btn";
  }
}

@media screen and (max-width: 768px) {
  .p-create-healthcare__description {
    display: contents;
  }
}

.p-create-healthcare__title {
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 6.1538461538vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .p-create-healthcare__title {
    grid-area: title;
    letter-spacing: 1.2px;
  }
}

.p-create-healthcare__text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .p-create-healthcare__text {
    margin-top: 16px;
    grid-area: text;
  }
}

.p-create-healthcare__wrapper {
  margin-top: clamp(24px, 6.1538461538vw, 40px);
}
@media screen and (max-width: 768px) {
  .p-create-healthcare__wrapper {
    grid-area: btn;
  }
}

.button-main--p-create-healthcare {
  width: 260px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .button-main--p-create-healthcare {
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-create-healthcare__image {
    margin-top: 24px;
    margin-inline: auto;
    grid-area: img;
  }
}

.button-main__button-link {
  right: 16px;
  width: 15px;
  height: 15px;
}

.p-case-study-search {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.p-case-study-search__select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-case-study-search__select {
    gap: 12px;
  }
}

.p-case-study-search__title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 2px;
}

.p-case-study-search__title-image img {
  display: block;
  width: 18px;
  height: 18px;
}

.p-case-study-search__title-text {
  color: #00a0e9;
  font-size: clamp(13px, 3.3333333333vw, 14px);
  letter-spacing: 0.7px;
}

.p-case-study-search__lists {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3.0769230769vw, 20px);
  flex-wrap: wrap;
}

.p-case-study-search__link {
  display: block;
  color: #00a0e9;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  padding-block: 2px;
  padding-inline: clamp(16px, 4.1025641026vw, 24px);
  border-radius: 25px;
  border: 1px solid #00a0e9;
}

.p-case-study__boxes {
  margin-top: clamp(40px, 10.2564102564vw, 80px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.7777777778%;
       column-gap: 2.7777777778%;
  row-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-case-study__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-case-study__boxes {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.p-case-study__boxes .p-case-study-box a {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4.1025641026vw, 24px);
  border-radius: 16px;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-case-study__boxes .p-case-study-box a {
    border-radius: 12px;
  }
}

.page-numbers.current {
  background: #00a0e9;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-numbers.current {
    width: 40px;
    height: 40px;
  }
}

.archive-list-pagination__list {
  color: #00a0e9;
}

.archive-list-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .archive-list-pagination {
    margin-top: 32px;
  }
}

.archive-list-pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.archive-list-pagination__list {
  color: #00a0e9;
  font-size: 18px;
  font-weight: 500;
  display: grid;
  place-items: center;
}

.archive-list-pagination__list a {
  display: inline-flex;
}

.archive-list-pagination__image {
  border: none;
  width: 20px;
  background: transparent;
}
.archive-list-pagination__image img {
  width: 12px;
  height: 24px;
}

.current {
  color: #fff;
  background: #00a0e9;
}

.p-case-study-detail {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 6.1538461538vw, 40px);
}

.case-study-detail__title {
  font-size: clamp(20px, 5.1282051282vw, 28px);
  font-weight: 700;
  letter-spacing: 1.4px;
}

.case-study-detail__lists {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .case-study-detail__lists {
    margin-top: 0;
  }
}

.case-study-detail__list {
  display: flex;
  align-items: center;
}
.case-study-detail__list dt,
.case-study-detail__list dd {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .case-study-detail__list dt,
  .case-study-detail__list dd {
    letter-spacing: 0.75px;
  }
}

.case-study-detail__items {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.0769230769vw, 32px);
  padding-block: 40px;
  padding-inline: clamp(20px, 5.1282051282vw, 30px);
  background-color: #fff;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
}
@media screen and (max-width: 768px) {
  .case-study-detail__items {
    border-radius: 12px;
  }
}

.case-study-detail__item {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3.0769230769vw, 16px);
}
.case-study-detail__item dt {
  color: #fff;
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
  letter-spacing: 0.9px;
  width: 78px;
  height: 29px;
  line-height: 1;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #00a0e9;
}
@media screen and (max-width: 768px) {
  .case-study-detail__item dt {
    letter-spacing: 0.8px;
    width: 70px;
  }
}
.case-study-detail__item dd {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .case-study-detail__item dd {
    letter-spacing: 0.8px;
  }
}

.case-study-detail__subtitle {
  font-size: clamp(20px, 5.1282051282vw, 28px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .case-study-detail__subtitle {
    letter-spacing: 1px;
  }
}

.case-study-detail__image {
  max-width: 100%;
  aspect-ratio: 880/400;
}
@media screen and (max-width: 768px) {
  .case-study-detail__image {
    aspect-ratio: 350/200;
  }
}

.case-study-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-news__content {
  margin-top: clamp(40px, 10.2564102564vw, 96px);
}

.c-news-link {
  display: block;
  padding-block: clamp(24px, 6.1538461538vw, 40px);
  border-bottom: 1px solid #dadbdb;
}

.p-news__lists .c-news-link:first-child {
  padding-top: 0;
}

.c-news__list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-news__list {
    flex-direction: column;
    gap: 16px;
  }
}

.c-news__list__image {
  max-width: 280px;
  width: 100%;
  aspect-ratio: 280/180;
}
@media screen and (max-width: 768px) {
  .c-news__list__image {
    max-width: 100%;
    aspect-ratio: 350/197;
  }
}

.c-news__list__image img {
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-news__list__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.c-news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-news-link__date {
  color: #868686;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.6px;
}

.c-news-link__cat {
  color: #00a0e9;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 2px 20px;
  border-radius: 12px;
  border: 1px solid #00a0e9;
}
@media screen and (max-width: 768px) {
  .c-news-link__cat {
    padding-inline: 12px;
  }
}

.c-news-link__title {
  margin-top: clamp(12px, 3.0769230769vw, 16px);
  font-size: clamp(18px, 4.6153846154vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-news-link__title {
    letter-spacing: 0.9px;
  }
}

.c-news-link__text {
  margin-top: 12px;
  font-size: clamp(14px, 3.5897435897vw, 15px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-news-link__text {
    letter-spacing: 0.7px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.p-news-detail {
  margin-top: clamp(80px, 20.5128205128vw, 120px);
}

.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.single-post__title {
  font-size: clamp(24px, 6.1538461538vw, 32px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .single-post__title {
    letter-spacing: 1.2px;
  }
}

.p-news-detail__title {
  margin-top: clamp(16px, 4.1025641026vw, 24px);
}

.p-news-detail__image {
  margin-top: clamp(16px, 4.1025641026vw, 24px);
  max-width: 100%;
  width: 100%;
  aspect-ratio: 880/411;
}
@media screen and (max-width: 768px) {
  .p-news-detail__image {
    aspect-ratio: 350/197;
  }
}

.p-news-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-post-button__wrapper {
  margin-top: clamp(40px, 10.2564102564vw, 80px);
}

.single-post-button {
  margin-inline: auto;
}

.content-single {
  margin-top: clamp(16px, 4.1025641026vw, 24px);
  display: flex;
  flex-direction: column;
}
.content-single h3 {
  font-size: clamp(22px, 5.641025641vw, 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.4px;
  position: relative;
  z-index: 0;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .content-single h3 {
    letter-spacing: 1.1px;
    padding-left: 12px;
  }
}
.content-single h3::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 4px;
  height: 1em;
  background: #00a0e9;
  border-radius: 4px;
}
.content-single h4 {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.2px;
  -webkit-text-decoration: underline solid #dadbdb 1px;
          text-decoration: underline solid #dadbdb 1px;
  text-underline-offset: 12px;
}
@media screen and (max-width: 768px) {
  .content-single h4 {
    letter-spacing: 1px;
  }
}
.content-single h5 {
  font-size: clamp(18px, 4.6153846154vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .content-single h5 {
    letter-spacing: 0.9px;
  }
}
.content-single p {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .content-single p {
    letter-spacing: 0.75px;
  }
}
.content-single p:last-child {
  margin-bottom: 0;
}
.content-single strong {
  font-weight: 700;
}
.content-single .u-line {
  -webkit-text-decoration: underline solid #cbefff 5px;
          text-decoration: underline solid #cbefff 5px;
  text-underline-offset: 4px;
}
.content-single blockquote {
  margin-bottom: 24px;
}
.content-single blockquote p {
  margin-bottom: 0;
}
.content-single blockquote {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  font-weight: 400;
  line-height: 1.8;
  padding-left: 24px;
  border-left: 1px solid #00a0e9;
}
.content-single a {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.5s ease;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
.content-single a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .content-single a {
    letter-spacing: 0.75px;
  }
}
.content-single img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content-single h3,
.content-single h4,
.content-single h5 {
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .content-single h3,
  .content-single h4,
  .content-single h5 {
    margin-top: 24px;
  }
}
.content-single p + h3,
.content-single p + h4,
.content-single p + h5,
.content-single img + h3,
.content-single img + h4,
.content-single img + h5 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .content-single p + h3,
  .content-single p + h4,
  .content-single p + h5,
  .content-single img + h3,
  .content-single img + h4,
  .content-single img + h5 {
    margin-top: 8px;
  }
}
.content-single p {
  margin: 0 0 16px 0;
}
.content-single img {
  margin: 16px 0;
}

.p-policy {
  margin-top: clamp(40px, 10.2564102564vw, 96px);
}

.p-policy__sections {
  margin-top: clamp(32px, 8.2051282051vw, 56px);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 8.2051282051vw, 40px);
}

.p-policy__title__ja {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 0;
  padding-left: 16px;
  margin-bottom: clamp(16px, 4.1025641026vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-policy__title__ja {
    padding-left: 12px;
  }
}

.p-policy__title__ja::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 1.1em;
  background: #00a0e9;
  border-radius: 4px;
}

.lists-number {
  margin-top: 4px;
  padding-left: 0;
  counter-reset: number; /* カウンター初期化 */
}

.lists-number li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  counter-increment: number; /* カウンター進める */
}

.lists-number li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.lists-number-paren {
  list-style: none;
  padding-left: 12px;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .lists-number-paren {
    padding-left: 8px;
  }
}

.lists-number-paren li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  counter-increment: number;
}

.lists-number-paren li::before {
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
}

.p-policy__mt {
  margin-top: 16px;
}

.p-policy-date {
  text-align: right;
}

.p-policy__subtitle {
  margin-top: 16px;
  font-weight: 400;
}

.base-form__lead {
  margin-top: clamp(40px, 8.2051282051vw, 64px) !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .base-form__lead {
    text-align: left;
  }
}

.base-form__items {
  margin-top: clamp(24px, 6.1538461538vw, 40px);
  padding-block: clamp(56px, 14.358974359vw, 80px);
  padding-inline: 5%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
}

.base-form__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
}

.base-form__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.required {
  font-size: 10px;
  color: #fff;
  background: #00a0e9;
  border-radius: 4px;
  padding: 1px 8px;
  font-weight: 500;
  text-align: center;
  flex-shrink: 0;
}

.base-form__item input[type=text],
.base-form__item input[type=email],
.base-form__item input[type=tel],
.base-form__item textarea {
  margin-top: 4px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #b9baba;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .base-form__item input[type=text],
  .base-form__item input[type=email],
  .base-form__item input[type=tel],
  .base-form__item textarea {
    padding: 5px 10px;
  }
}

.base-form__item textarea {
  height: 240px;
}

.base-form__item input[type=text]::-moz-placeholder, .base-form__item input[type=email]::-moz-placeholder, .base-form__item input[type=tel]::-moz-placeholder, .base-form__item textarea::-moz-placeholder {
  font-size: cal-clamp(13, 16);
  color: #b9baba;
  font-weight: 500;
}

.base-form__item input[type=text]::placeholder,
.base-form__item input[type=email]::placeholder,
.base-form__item input[type=tel]::placeholder,
.base-form__item textarea::placeholder {
  font-size: cal-clamp(13, 16);
  color: #b9baba;
  font-weight: 500;
}

.base-form__privacy {
  margin-top: 24px;
}

.base-form__checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.base-form__checkbox {
  align-items: center;
  cursor: pointer;
  position: relative;
}
.base-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: auto;
}
.base-form__checkbox .base-form__checkbox-text {
  position: relative;
  padding-left: 28px;
  font-size: clamp(13px, 3.3333333333vw, 14px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
}
.base-form__checkbox .base-form__checkbox-text::before {
  margin-top: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #b9baba;
  border-radius: 2px;
  background: #fff;
}
.base-form__checkbox .base-form__checkbox-text::after {
  margin-top: 2px;
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url("../images/common/icon-check.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s;
}
.base-form__checkbox input[type=checkbox]:checked + .base-form__checkbox-text::after {
  opacity: 1;
}

.acceptance-button {
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 500;
  letter-spacing: 0.7px;
}

.acceptance-button__text {
  font-size: clamp(12px, 3.0769230769vw, 14px);
  font-weight: 500;
  letter-spacing: 0.7px;
}

.base-form__submit {
  margin-top: clamp(32px, 8.2051282051vw, 56px);
}

.base-form__submit button {
  max-width: 300px;
  width: 90%;
  height: 64px;
  aspect-ratio: 300/64;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background: #00a0e9;
  border: 1px solid #00a0e9;
  display: grid;
  place-items: center;
  margin-inline: auto;
  transition: all 0.5s ease;
  position: relative;
}
.base-form__submit button:hover {
  color: #00a0e9;
  background: #fff;
}
.base-form__submit button:hover .button-main__button-arrow {
  color: #00a0e9;
}
.base-form__submit button .button-main__button-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: #fff;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.base-form__submit .wpcf7-form-control {
  width: 100%;
  height: 64px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.base-form__item p {
  width: 100%;
}

.wpcf7 p {
  margin: 0;
  padding: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  text-align: center;
  font-size: 12px;
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .recaptcha {
    margin-top: 24px !important;
  }
}
.recaptcha a {
  text-decoration: underline;
}

.p-use-case__content {
  margin-top: clamp(40px, 10.2564102564vw, 80px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 10.2564102564vw, 80px);
}

.p-use-case-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4.6%;
  padding-block: 40px;
  padding-inline: clamp(20px, 5.1282051282vw, 40px);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(5, 31, 70, 0.15);
  scroll-margin-top: 84px;
}
@media screen and (max-width: 1024px) {
  .p-use-case-item {
    flex-direction: column;
    scroll-margin-top: 60px;
    max-width: 520px;
    margin-inline: auto;
  }
}

.p-use-case-item__image {
  width: 12%;
}
@media screen and (max-width: 1024px) {
  .p-use-case-item__image {
    width: 100%;
  }
}

.p-use-case-item__image img {
  display: block;
  width: 120px;
  height: 160px;
}
@media screen and (max-width: 1024px) {
  .p-use-case-item__image img {
    margin-inline: auto;
  }
}

.p-use-case-item__description {
  width: 83.4%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-use-case-item__description {
    gap: 24px;
    width: 100%;
  }
}

.p-use-case-item__title {
  font-size: clamp(20px, 5.1282051282vw, 24px);
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadbdb;
}
@media screen and (max-width: 1024px) {
  .p-use-case-item__title {
    margin-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 1px;
  }
}

.p-use-case__boxes {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-use-case__boxes {
    flex-direction: column;
    gap: 24px;
  }
}

.p-use-case-box {
  padding: 16px 20px;
  flex: 1;
  border-radius: 12px;
  background: #f3f4f5;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .p-use-case-box {
    padding: 24px 20px 12px;
    width: 100%;
  }
}

.p-use-case-box.is-open .p-use-case-box__button-line {
  display: none;
}

.p-use-case-box__head {
  display: flex;
  flex-direction: column;
}

.p-use-case-list__label {
  color: #fff;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 12px;
  display: grid;
  place-items: center;
  background: #b2b2b2;
  width: -moz-fit-content;
  width: fit-content;
}

.p-use-case-list__text,
.p-use-case-box__text {
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .p-use-case-list__text,
  .p-use-case-box__text {
    letter-spacing: 0.75px;
  }
}

.p-use-case-list__text {
  margin-block: 12px;
  min-height: 4.8em;
}
@media screen and (max-width: 1024px) {
  .p-use-case-list__text {
    margin-block: 12px;
    min-height: initial;
  }
}

.p-use-case-box__text {
  min-height: 3.2em;
}
@media screen and (max-width: 1024px) {
  .p-use-case-box__text {
    min-height: initial;
  }
}

.p-use-case-item--pharmacist .p-use-case-list__text {
  min-height: 3.2em;
}
@media screen and (max-width: 1024px) {
  .p-use-case-item--pharmacist .p-use-case-list__text {
    min-height: initial;
  }
}

.p-use-case-box__button {
  display: block;
  margin-left: auto;
  margin-top: auto;
}

.p-use-case-box__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  max-height: var(--max-height, 0);
  transition: max-height 0.3s ease;
}

.p-use-case-box__icon svg {
  display: block;
  margin-inline: auto;
}

.p-use-case-box__label {
  color: #fff;
  background: #00a0e9;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  font-weight: 700;
  letter-spacing: 0.8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
}
@media screen and (max-width: 1024px) {
  .p-use-case-box__label {
    letter-spacing: 0.75px;
  }
}

.p-use-case-box__label--merit {
  color: #00a0e9;
  background: none;
  padding-left: 18px;
  border-bottom: 2px solid #00a0e9;
  display: inline-block;
  position: relative;
  z-index: 0;
}

.p-use-case-box__label--merit::before {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../images/use-case/icon-merit.svg") no-repeat center center/contain;
  z-index: 1;
}

.p-use-case-message {
  margin-top: 70px;
  align-items: flex-start;
  gap: 4.3859649123%;
  max-width: 912px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-use-case-message {
    margin-top: 80px;
    gap: 19px;
    width: 88.5714285714%;
  }
}

.p-use-case-message__text {
  padding-top: 26px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 64.8026315789%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-use-case-message__text {
    width: 100%;
    font-size: 18px;
  }
}

.p-use-case-message__text--blue {
  color: #00a0e9;
  font-weight: 700;
}

.p-use-case-message__image {
  width: 31.0307017544%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-use-case-message__image {
    width: 90%;
    margin-inline: auto;
  }
}

.p-use-case-message__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-use-case-information {
  margin-inline: auto;
  border-radius: 48px 48px 0 0;
  background: #fff;
  background: url("../images/use-case/information-bg.svg") no-repeat center center/cover;
  padding-block: clamp(80px, 20.5128205128vw, 104px);
}
@media screen and (max-width: 768px) {
  .p-use-case-information {
    margin-top: 0;
    border-radius: 24px 24px 0 0;
    background: #fff;
    padding-bottom: 40px;
  }
}

.p-use-case-information .l-inner {
  flex-direction: row-reverse;
  gap: 3.7037037037%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-use-case-information .l-inner {
    flex-direction: column;
    gap: 32px;
  }
}

.p-use-case-information__description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50.1851851852%;
}
@media screen and (max-width: 768px) {
  .p-use-case-information__description {
    width: 100%;
  }
}

.p-use-case-information__title--pc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1320px) {
  .p-use-case-information__title--pc {
    display: none;
  }
}

.p-use-case-information__title--sp {
  display: none;
}
@media screen and (max-width: 1320px) {
  .p-use-case-information__title--sp {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

.p-use-case-information__title--blue {
  color: #fff;
  font-size: clamp(24px, 6.1538461538vw, 32px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.2px;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 4px;
  background-color: #00a0e9;
}

.p-use-case-information__text {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.9px;
}

.p-use-case-information__image {
  width: 39.9074074074%;
}
@media screen and (max-width: 768px) {
  .p-use-case-information__image {
    width: 100%;
  }
}

.p-use-case-information__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-form-thanks p {
  padding-top: 56px;
  text-align: center;
  font-size: 18px;
}
.p-form-thanks .download-note {
  font-size: 12px;
  padding-top: 24px;
  text-align: center;
}

.thankspage-button__wrapper {
  margin-top: clamp(40px, 10.2564102564vw, 64px);
  margin-inline: auto;
}

.button-main--thanks {
  margin-inline: auto;
}

.coming-soon-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.p-coming-soon {
  margin-top: clamp(120px, 30.7692307692vw, 180px);
  padding-bottom: clamp(120px, 30.7692307692vw, 180px);
  flex: 1;
  display: flex;
  align-items: center;
}
.p-coming-soon .p-coming-soon__text {
  font-family: "Poppins", sans-serif;
  color: #00a0e9;
  font-size: clamp(32px, 10.2564102564vw, 48px);
  font-weight: 600;
  text-align: center;
}

/*************************************************
header
*************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header.is-scrolled {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.header.is-open {
  background-color: transparent;
}
.header.is-open .header-logo {
  display: none;
}
.header.is-open .header-logo--drawer {
  display: block;
  position: relative;
  z-index: 51;
}
.header.is-open .header-logo--drawer img {
  width: 155px;
  height: auto;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 12px 40px 12px 32px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    height: 60px;
    padding: 0;
    width: 90%;
    margin-inline: auto;
  }
}

.header-logo {
  position: relative;
  z-index: 51;
}

.header-logo img {
  width: 230px;
  height: auto;
  aspect-ratio: 230/41;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    width: 155px;
    aspect-ratio: 155/28;
    flex-shrink: 0;
  }
}

.header-logo--drawer {
  display: none;
}

.header-logo a {
  transition: all 0.5s ease;
}
.header-logo a:hover {
  opacity: 0.7;
}

.header-nav__lists {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-nav__lists {
    flex-direction: column;
  }
}

.header-nav__list {
  text-align: center;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .header-nav__list {
    text-align: left;
  }
}

.header-nav__list:hover {
  color: #00a0e9;
}
.header-nav__list:hover .header-subnav {
  display: block;
}

.header-nav__list:last-child {
  padding-inline: 0;
}
.header-nav__list:last-child::before {
  content: none;
}

.header-nav__link,
.header-subnav__text {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  min-height: 2em;
  transition: all 0.5s ease;
}

.header-nav__link-ja {
  display: block;
}

.header-nav__link--contact {
  width: 180px;
  height: 44px;
  padding-inline: 16px;
  display: grid;
  place-items: center;
  background-color: #00a0e9;
  border-radius: 100px;
  border: 1px solid #00a0e9;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.75px;
  position: relative;
}

.header-nav__link--contact:hover {
  background-color: #fff;
  color: #00a0e9;
}
.header-nav__link--contact:hover .header-nav__button-arrow {
  color: #00a0e9;
}

.header-nav__button-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: #fff;
  width: 8px;
  height: 18px;
}

.header-subnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header-subnav {
    padding: 0 0 20px 0;
    width: 100%;
  }
}

.header-subnav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .header-subnav__link::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon-arrow.svg) no-repeat center center/contain;
    display: block;
    z-index: 1;
  }
}

.header-subnav__link:hover .header-subnav__text {
  color: #00a0e9;
}

.header-subnav__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #333333;
  white-space: nowrap;
}

.header-subnav__icon {
  width: 10px;
  height: 10px;
}

.header-subnav__icon svg {
  display: block;
  width: 8px;
  height: 100%;
  color: #00a0e9;
}

/*********************
drawer
*********************/
/* PC表示 */
.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}

/* SP表示（ドロワー開いたら表示） */
.header-nav.is-open {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 60px;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  padding-top: 140px;
  background: #fff;
}
.header-nav.is-open .header-subnav {
  display: block;
  position: inherit;
}

.header-nav.is-open .header-nav__lists {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.header-nav.is-open .header-nav__lists .header-nav__list {
  padding-inline: 20px;
  border-bottom: 2px solid #dadbdb;
  width: 100%;
}
.header-nav.is-open .header-nav__lists .header-nav__link {
  display: block;
  padding-block: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-nav.is-open .header-nav__lists .header-nav__link::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon-arrow.svg) no-repeat center center/contain;
    display: block;
  }
}
.header-nav.is-open .header-nav__lists .header-nav__list--contact {
  display: none;
}

.header__open {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__open {
    display: block;
  }
}

.drawer-icon__wrapper {
  display: none;
}
@media screen and (max-width: 1024px) {
  .drawer-icon__wrapper {
    background: transparent;
    padding: 10px 0;
    width: 30px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: none;
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon {
    width: 22px;
    height: 20px;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar {
    background-color: #333333;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(2) {
    display: none;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
  }
}

.drawer-icon {
  width: 22px;
  height: 18px;
  position: relative;
  z-index: 51;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background: #333333;
  border-radius: 30px;
  transition: transform 0.3s linear, top 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 7px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 14px;
}

/*************************************************
footer
*************************************************/
.footer {
  padding-top: 80px;
  padding-bottom: clamp(24px, 6.1538461538vw, 32px);
}

.footer__inner {
  max-width: 1200px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 10.2564102564vw, 80px);
  padding-bottom: clamp(32px, 8.2051282051vw, 72px);
}

.footer-content__head.flex {
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .footer-content__head.flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-logo img {
  width: 230px;
}

.footer-nav__lists.flex {
  margin-top: 0;
  gap: clamp(32px, 8.2051282051vw, 40px);
}
@media screen and (max-width: 950px) {
  .footer-nav__lists.flex {
    margin-top: 40px;
    align-items: flex-start;
  }
}

.footer-nav__link {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.75px;
}
.footer-nav__link:hover {
  color: #00a0e9;
}
@media screen and (max-width: 900px) {
  .footer-nav__link {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.footer-content__bottom.flex {
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #dadbdb;
}
@media screen and (max-width: 900px) {
  .footer-content__bottom.flex {
    align-items: flex-start;
  }
}

.footer-subnav__lists.flex {
  gap: clamp(32px, 8.2051282051vw, 40px);
}
@media screen and (max-width: 900px) {
  .footer-subnav__lists.flex {
    align-items: flex-start;
  }
}

.footer-subnav__link {
  color: var(--text-color, #333);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  transition: all 0.5s ease;
}
.footer-subnav__link:hover {
  color: #00a0e9;
}
.footer-subnav__link:hover .footer-subnav__link-image svg {
  color: #00a0e9;
}

.footer-subnav__link-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-subnav__link-text {
  font-size: 14px;
  letter-spacing: 0.7px;
}

.footer-subnav__link-image svg {
  display: block;
  width: 12px;
  height: 9px;
  color: #333333;
}

.footer__copyright {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .footer__copyright {
    margin-top: 24px;
    margin-inline: auto;
  }
}

.footer__copyright {
  font-size: 10px;
  letter-spacing: 0.5px;
}/*# sourceMappingURL=style.css.map */