@charset "UTF-8";
.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 1120px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.keyvisual {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1120px) {
  .keyvisual {
    margin-bottom: 0;
  }
}
.keyvisual__inner {
  width: 100%;
  max-width: 1260px;
  height: 620px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  overflow: hidden;
}
.keyvisual__container {
  display: flex;
  width: 100%;
  height: 100%;
}
.keyvisual__left {
  flex: 0 0 32%;
  height: 100%;
}
.keyvisual__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.keyvisual__left .pc-img {
  display: block;
}
.keyvisual__left .sp-img {
  display: none;
}
@media screen and (max-width: 1120px) {
  .keyvisual__left {
    flex: 0 0 45%;
    text-align: left;
  }
  .keyvisual__left .pc-img {
    display: none;
  }
  .keyvisual__left .sp-img {
    display: block;
  }
}
.keyvisual__right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.keyvisual__right .keyvisual__images-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 60%;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .keyvisual__right .keyvisual__images-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: static;
    height: 100vw;
    margin-top: 0;
    width: 100%;
    min-height: 0;
    height: 100%;
  }
}
.keyvisual__catch {
  position: absolute;
  top: 0;
  left: 34%;
  width: 66%;
  z-index: 2;
  color: #111;
  pointer-events: none;
  padding-top: 24px;
}
.keyvisual__catch .keyvisual__lead {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
  line-height: 1.2;
  max-width: 100%;
  word-break: break-word;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1120px) {
  .keyvisual__catch .keyvisual__lead {
    font-size: 32px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    width: 100%;
    line-height: 1;
  }
}
.keyvisual__catch .keyvisual__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0;
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.keyvisual__images-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 60%;
  margin-top: auto;
  position: absolute;
  bottom: 0;
}
.keyvisual__image--engineer, .keyvisual__image--business {
  flex: 1 1 0;
  height: 100%;
}
.keyvisual__image--engineer .pc-img, .keyvisual__image--business .pc-img {
  display: block;
}
.keyvisual__image--engineer .sp-img, .keyvisual__image--business .sp-img {
  display: none;
}
.keyvisual__image--engineer img, .keyvisual__image--business img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1120px) {
  .keyvisual__image--engineer, .keyvisual__image--business {
    flex: none;
    width: 100%;
    height: 50%;
    margin: 0;
  }
  .keyvisual__image--engineer .pc-img, .keyvisual__image--business .pc-img {
    display: none;
  }
  .keyvisual__image--engineer .sp-img, .keyvisual__image--business .sp-img {
    display: block;
  }
  .keyvisual__image--engineer img, .keyvisual__image--business img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.keyvisual__image--business {
  margin-left: 0;
}

@media (max-width: 1260px) {
  .keyvisual {
    max-width: 100vw;
    min-height: 0;
  }
}
/* 画像共通：初期状態 */
.js-fadein-img {
  opacity: 0;
  will-change: opacity, transform;
}

/* 左画像：上から下へのスライドイン */
.img-left {
  transform: translateY(-100%);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.img-left.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 下画像：左から右へのスライドイン */
.img-bottom {
  transform: translateX(-100%);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.img-bottom.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* 右画像：下から上へのスライドイン */
.img-right {
  transform: translateY(100%);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.img-right.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* タイピング風1文字ずつ */
.typing-char {
  display: inline-block;
  visibility: hidden;
  opacity: 1;
  transition: none;
}

.typing-char.visible {
  visibility: visible;
}

/* タイピングカーソル */
.typing-cursor {
  display: inline-block;
  width: 1ch;
  animation: blink 1s steps(1) infinite;
  color: #111;
  font-weight: bold;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* オーバーレイ */
.keyvisual__overlay {
  position: absolute;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.8s, visibility 0s linear 0.8s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.keyvisual__overlay.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* タイピング演出前は非表示 */
.keyvisual__lead,
.keyvisual__title {
  visibility: hidden;
}

.keyvisual__lead.typing-start,
.keyvisual__title.typing-start {
  visibility: visible;
}

.keyvisual__title {
  visibility: hidden;
}

.keyvisual__title .typing-start {
  visibility: visible;
}

#header-pc {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
}

#header-pc.is-show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media screen and (max-width: 1120px) {
  .keyvisual__container {
    position: relative;
  }
  .keyvisual__catch {
    position: absolute;
    width: 100%;
    z-index: 30;
    color: #fff;
    padding: 24px 5vw 24px 5vw;
    pointer-events: none;
    margin: 0 auto;
    left: unset;
    top: unset;
    bottom: 0;
  }
  .keyvisual__lead,
  .keyvisual__title {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: clamp(18px, 7vw, 36px);
    line-height: 1.1;
  }
  .keyvisual__gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .keyvisual__lead .lead-line1 {
    font-size: clamp(16px, 4vw, 28px);
    font-weight: 700;
    line-height: 1.1;
    width: 100%;
  }
  .keyvisual__lead .lead-line2 {
    font-size: clamp(28px, 8vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    width: 100%;
  }
  .keyvisual__title.sp-only.custom-layout {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-end;
    gap: 0.5vw;
  }
  .keyvisual__title.sp-only.custom-layout .title-left {
    flex: 1 1 0;
    font-size: clamp(40px, 14vw, 80px);
    font-weight: 900;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.04em;
    white-space: nowrap;
    min-width: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }
  .keyvisual__title.sp-only.custom-layout .title-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.1em;
    min-width: 0;
    margin-left: 0.5vw;
    width: 45%;
  }
  .keyvisual__title.sp-only.custom-layout .title-right .title-right-top,
  .keyvisual__title.sp-only.custom-layout .title-right .title-right-bottom {
    font-size: clamp(18px, 5vw, 32px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-align: right;
    min-width: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }
  .lead-line1,
  .lead-line2,
  .title-left,
  .title-right-top,
  .title-right-bottom {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
  }
}
.keyvisual__title.sp-only.custom-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  align-items: end;
  box-sizing: border-box;
  gap: 0 0.5vw;
  margin-top: -2%;
}
.keyvisual__title.sp-only.custom-layout .title-left {
  grid-column: 1/2;
  font-size: clamp(60px, 24vw, 230px);
  font-weight: 900;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.04em;
  white-space: nowrap;
  align-self: end;
  display: block;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.keyvisual__title.sp-only.custom-layout .title-right {
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.1em;
  margin-left: 0.5vw;
  height: 100%;
  min-width: 0;
}
.keyvisual__title.sp-only.custom-layout .title-right .title-right-top,
.keyvisual__title.sp-only.custom-layout .title-right .title-right-bottom {
  font-size: clamp(32px, 9vw, 110px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: right;
  display: block;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.keyvisual__catch.sp-only {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2vw;
  gap: 0.2em;
}

.keyvisual__lead {
  width: 100%;
  margin-bottom: 0.1em;
  text-align: left;
}
.keyvisual__lead .lead-line1 {
  display: block;
  font-size: clamp(32px, 8.55vw, 110px);
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  width: 100%;
}
.keyvisual__lead .lead-line2 {
  display: block;
  font-size: clamp(48px, 14.25vw, 180px);
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  width: 100%;
}

@media screen and (max-width: 1120px) {
  .keyvisual__title.custom-layout {
    display: flex !important;
    grid-template-columns: 1fr auto;
    align-items: end;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 0 0.5vw;
    margin-top: 0;
  }
  .keyvisual__title.custom-layout .title-left {
    font-size: clamp(56px, 19vw, 220px);
    font-weight: 900;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.04em;
    grid-column: 1/2;
    grid-row: 1/3;
    white-space: nowrap;
    align-self: end;
  }
  .keyvisual__title.custom-layout .title-right {
    display: grid;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    grid-column: 2/3;
    grid-row: 1/3;
    gap: 0.1em;
    margin-left: 0.5vw;
  }
  .keyvisual__title.custom-layout .title-right-top,
  .keyvisual__title.custom-layout .title-right-bottom {
    font-size: clamp(18px, 5vw, 32px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-align: left;
  }
}
.lead-pc,
.lead-line1,
.lead-line2,
.keyvisual__title.pc-only span,
.title-left,
.title-right-top,
.title-right-bottom {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}

.what-section {
  background-color: #FAFAFA;
  padding: 80px 6%;
}
.what-section__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .what-section__inner {
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.what-section__left {
  flex: 0 0 45%;
}
@media screen and (max-width: 768px) {
  .what-section__left {
    width: 100%;
    margin-bottom: 30px;
    display: contents;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.what-section__right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .what-section__right {
    width: 90%;
    margin-top: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.what-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
}
.what-section__title-en {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00B3BA;
  padding-left: 24px;
}
.what-section__title-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 22px;
  background: url("../image/keyvisual-text-bar-green.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .what-section__title-en {
    font-size: 12px;
    padding-left: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .what-section__title-en::before {
    width: 14px;
    height: 20px;
  }
}
.what-section__title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: block;
  font-size: clamp(21px, 3.65vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .what-section__title-jp {
    font-size: clamp(30px, 6vw, 60px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.what-section__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 3;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .what-section__text {
    line-height: 2;
    font-size: clamp(12px, 3.5vw, 16px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.job-change-section {
  padding: 100px 6%;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .job-change-section {
    padding: 60px 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.job-change-section .container {
  max-width: 1240px;
  margin: 0 auto;
}
.job-change-section .section-header {
  margin-bottom: 50px;
  height: auto;
}
.job-change-section .job-change__title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.job-change-section .job-change__title-symbol {
  color: #00bcd4;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 6px;
}
.job-change-section .job-change__title-en {
  color: #00bcd4;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
  margin-left: 4px;
  margin-top: 6px;
}
.job-change-section .job-change__title-ja {
  font-size: clamp(24px, 3vw, 48px);
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .job-change-section .job-change__title-ja {
    font-size: clamp(28px, 2.5vw, 24px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.job-change-section .job-change__title-ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50.5%;
  transform: translateY(-50%);
  width: 14px;
  height: 22px;
  background: url("../image/keyvisual-text-bar-green.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .job-change-section .job-change__title-ja::before {
    top: 20.5%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.job-change-section .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .job-change-section .sp {
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.job-change-section p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 3;
  background-color: #fafafa;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .job-change-section p {
    font-size: 12px;
    line-height: 2.5;
    padding: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.job-change-section .job-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .job-change-section .job-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .job-change-section .job-categories {
    gap: 15px;
  }
}
.job-change-section .job-category {
  transition: transform 0.3s ease;
}
.job-change-section .job-image {
  margin: 0;
  overflow: hidden;
}
.job-change-section .job-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.job-change-section .job-image img:hover {
  transform: scale(1.05);
}
.job-change-section .job-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  margin: 15px 0 0;
  font-size: 1rem;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 768px) {
  .job-change-section .job-title {
    font-size: 12px;
    line-height: 1.5;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.job-change-section .job-title .icon-arrow {
  display: inline-flex;
  align-items: center;
}
.job-change-section .job-title .icon-arrow::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../image/cta-arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.agent {
  height: auto;
  overflow: hidden;
  background: linear-gradient(135deg, #78519E 0%, #0D0D0D 100%);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .agent {
    padding: 60px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent__inner {
  max-width: 100%;
  margin: 0 auto;
}
.agent__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  text-align: center;
  color: white;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .agent__title {
    text-align: left;
    padding: 0 6%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 60px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent__title-en {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-right: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .agent__title-en {
    display: block;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 24px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent__title-ja {
  display: block;
  font-size: 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .agent__title-ja {
    font-size: 12px;
    gap: 0px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent__title-ja::before {
  content: "";
  display: block;
  background-image: url(../image/keyvisual-text-bar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 15px;
  position: static;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}
.agent__slider {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .agent__slider {
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent__slider .swiper-wrapper {
  display: flex;
  will-change: transform;
  touch-action: pan-x;
  cursor: grab;
}
.agent__slider .swiper-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  flex: 0 0 auto;
}
.agent__slider .swiper-slide {
  flex-shrink: 0;
  width: 245px;
}
.agent .swiper-slide {
  height: auto !important;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .agent .swiper-slide {
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent .swiper-slide .agent__card-link {
  display: block;
  text-decoration: none;
}
.agent .swiper-slide .agent__card-figure {
  width: 100%;
  aspect-ratio: 245/375;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.agent .swiper-slide .agent__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.agent .swiper-slide .agent__card-image:hover {
  transform: scale(1.1);
}
.agent .swiper-slide .agent__card-caption {
  position: static;
  padding: 0;
  background: none;
  text-align: left;
}
.agent .swiper-slide .agent__card-name-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: block;
  font-size: clamp(12px, 1vw, 12px);
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.05em;
}
.agent .swiper-slide .agent__card-name-en {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: block;
  font-size: clamp(13px, 1vw, 13px);
  font-weight: bold;
  color: white;
}
.agent .swiper-slide:hover .agent__card-image {
  transform: scale(1.1);
}
.agent .swiper-slide.dragging .agent__card-image {
  transform: none !important;
  transition: none !important;
}

.voice-section {
  padding: clamp(60px, 8vw, 100px) 6%;
}
@media screen and (max-width: 768px) {
  .voice-section {
    padding: 40px 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.voice-section__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
  height: auto;
}
.voice-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  text-align: center;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .voice-section__title {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    min-height: auto;
    gap: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.voice-section__title-en {
  font-size: 21px;
  font-weight: bold;
  padding-right: 6px;
  position: relative;
  color: black;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .voice-section__title-en {
    text-align: left;
    font-size: 12px;
    gap: 0px;
    width: 100%;
    margin-bottom: 8px;
    color: #00B3BA;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .voice-section__title-en::before {
    content: "";
    display: block;
    background-image: url(../image/keyvisual-text-bar-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 15px;
    position: static;
    transition: all 0.3s ease;
  }
}
.voice-section__title-jp {
  font-size: 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00B3BA;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .voice-section__title-jp {
    display: block;
    text-align: left;
    margin-top: 8px;
    font-size: 24px;
    color: black;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.voice-section__title-jp::before {
  content: "";
  display: block;
  background-image: url(../image/keyvisual-text-bar-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 15px;
  position: static;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .voice-section__title-jp::before {
    display: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 30px);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .voice-list {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
    margin-top: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.voice-card {
  overflow: hidden;
}
.voice-card__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.voice-card__content {
  padding: clamp(20px, 2.5vw, 30px) clamp(15px, 2vw, 20px);
}
.voice-card__category {
  display: inline-block;
  font-size: 14px;
  color: #00B3BA;
  font-weight: bold;
  margin-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.voice-card__title {
  font-size: clamp(18px, 1.8vw, 21px);
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
}
.voice-card__text {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .voice-card__text {
    font-size: 13px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.voice-card:hover .voice-card__image img {
  transform: scale(1.1);
}

.other-section {
  padding: clamp(60px, 8vw, 100px) 6%;
  background: linear-gradient(to right, #EAF3F4 0%, #EAF3F4 50%, #FAFAFA 50%, #FAFAFA 100%);
}
@media screen and (max-width: 768px) {
  .other-section {
    padding: 0;
    background: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .other-section__header {
    margin-bottom: 0;
    padding-top: 60px;
    padding: 0 6%;
    background: #eaf3f4;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  text-align: center;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .other-section__title {
    padding-top: 60px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    min-height: auto;
    gap: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section__title-en {
  font-size: 21px;
  font-weight: bold;
  padding-right: 6px;
  position: relative;
  color: black;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .other-section__title-en {
    text-align: left;
    font-size: 12px;
    gap: 0px;
    width: 100%;
    margin-bottom: 8px;
    color: #00B3BA;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .other-section__title-en::before {
    content: "";
    display: block;
    background-image: url(../image/keyvisual-text-bar-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 15px;
    position: static;
    transition: all 0.3s ease;
  }
}
.other-section__title-jp {
  font-size: 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00B3BA;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .other-section__title-jp {
    display: block;
    text-align: left;
    margin-top: 8px;
    font-size: 24px;
    color: black;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section__title-jp::before {
  content: "";
  display: block;
  background-image: url(../image/keyvisual-text-bar-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 15px;
  position: static;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .other-section__title-jp::before {
    display: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section ol {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .other-section ol {
    max-width: none;
    width: 100vw;
    display: block;
    gap: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section ol li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .other-section ol li {
    width: 100vw;
    padding: 40px 6%;
    box-sizing: border-box;
    margin: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .other-section ol li:first-child {
    background: #EAF3F4;
  }
  .other-section ol li:not(:first-child) {
    background: #FAFAFA;
  }
}
.other-section ol li:first-child .other-section__item-title-sub {
  background-color: #004689;
  border-color: #004689;
}
.other-section ol li:first-child .cta__button {
  background-color: #004689;
  border-color: #004689;
  color: white;
  background-image: url(../image/cta-arrow-white.svg);
}
.other-section ol li:first-child .cta__button:hover {
  background-image: url(../image/cta-arrow-blue.svg) !important;
  color: #004689;
  background-color: #fff;
  border-color: #004689;
}
.other-section ol li:first-child .cta__button:before {
  background-image: url(../image/cta-arrow-blue.svg) !important;
}
.other-section ol li:last-child .other-section__item-title-sub {
  background-color: #00B3BA;
  border-color: #00B3BA;
}
.other-section ol li:last-child .cta__button {
  background-color: #00B3BA;
  border-color: #00B3BA;
  color: white;
  background-image: url(../image/cta-arrow-white.svg);
}
.other-section ol li:last-child .cta__button:hover {
  background-image: url(../image/cta-arrow-green.svg);
  color: #00B3BA;
  background-color: #fff;
  border-color: #00B3BA;
}
.other-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .other-section__item {
    padding: 24px 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section__item-image {
  margin-bottom: 24px;
  width: 100%;
}
.other-section__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-section__item-title {
  margin-bottom: 16px;
  text-align: left;
  width: 100%;
}
.other-section__item-title .other-section__item-title-sub {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 24px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 4px;
  background-color: #004689;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.other-section__item-title .other-section__item-title-main {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .other-section__item-title .other-section__item-title-main {
    font-size: 1.25rem;
    margin-top: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .other-section p {
    font-size: 13px;
    padding: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.other-section .other-cta {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.partner-section {
  padding: clamp(60px, 8vw, 100px) 6%;
}
@media screen and (max-width: 768px) {
  .partner-section {
    padding: 40px 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.partner-section__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
  height: auto;
}
.partner-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  text-align: center;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .partner-section__title {
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    min-height: auto;
    gap: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.partner-section__title-en {
  font-size: 21px;
  font-weight: bold;
  padding-right: 6px;
  position: relative;
  color: black;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .partner-section__title-en {
    display: block;
    text-align: left;
    margin-top: 8px;
    font-size: 24px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.partner-section__title-jp {
  font-size: 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00B3BA;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .partner-section__title-jp {
    text-align: left;
    font-size: 12px;
    gap: 0px;
    width: 100%;
    margin-bottom: 8px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.partner-section__title-jp::before {
  content: "";
  display: block;
  background-image: url(../image/keyvisual-text-bar-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 15px;
  position: static;
  transition: all 0.3s ease;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 30px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .partner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.partner-item {
  aspect-ratio: 16/9;
}

.partner-logo {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.partner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .partner-logo {
    padding: 15px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

#footer-cta {
  background-color: #FAFAFA;
  padding: 6% 6%;
}
@media screen and (max-width: 768px) {
  #footer-cta {
    padding: 14% 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#footer-cta .wrap {
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footer-cta .wrap {
    max-width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#footer-cta .wrap ul {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #footer-cta .wrap ul {
    display: grid;
    gap: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#footer-cta .wrap ul li {
  width: 100%;
  display: grid;
  text-align: center;
}
#footer-cta .wrap ul li a {
  background-color: #00B3BA;
  color: white;
  padding: 6.5% 0;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid #00B3BA;
  transition: color 0.3s ease;
  z-index: 1;
}
#footer-cta .wrap ul li a:hover {
  color: #00B3BA;
  background-color: white;
  background-image: url(../image/cta-arrow-green.svg);
  opacity: 1;
  border: 2px solid #00B3BA;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
#footer-cta .wrap ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
  background-image: url(../image/cta-arrow-green.svg);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  #footer-cta .wrap ul li a {
    background-size: 2%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#footer-cta .wrap ul li a span {
  font-size: 12px;
  font-weight: normal;
  transition: color 0.3s ease;
}

#modal-cta {
  padding: 60px 6%;
}
#modal-cta ul {
  max-width: 770px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#modal-cta ul ul {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #modal-cta ul ul {
    display: grid;
    gap: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#modal-cta ul li {
  width: 100%;
  display: grid;
  text-align: center;
}
#modal-cta ul a {
  padding: 6.5% 0;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #modal-cta ul a {
    background-size: 2%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#modal-cta ul a span {
  font-size: 12px;
  font-weight: normal;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #modal-cta ul {
    grid-template-columns: 1fr;
    gap: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#modal-cta ul a {
  background-color: white;
  color: #00B3BA;
  border-color: #00B3BA;
  background-image: url(../image/cta-arrow-green.svg);
}
#modal-cta ul a::before {
  background-color: #00B3BA;
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
#modal-cta ul a:hover {
  background-color: #00B3BA;
  color: white;
  background-image: url(../image/cta-arrow-white.svg);
  opacity: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  border: 2px solid white;
}

.agent-cta, .news-cta, .career-cta, .what-cta, .voice-cta, .other-cta, .service-list__cta {
  text-align: center;
  margin-top: 40px;
}
.agent-cta .cta__button, .news-cta .cta__button, .career-cta .cta__button, .what-cta .cta__button, .voice-cta .cta__button, .other-cta .cta__button, .service-list__cta .cta__button {
  display: inline-block;
  width: 370px;
  height: 80px;
  line-height: 75px;
  background-color: #00B3BA;
  color: white;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid #00B3BA;
  transition: color 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .agent-cta .cta__button, .news-cta .cta__button, .career-cta .cta__button, .what-cta .cta__button, .voice-cta .cta__button, .other-cta .cta__button, .service-list__cta .cta__button {
    width: 86%;
    font-size: 16px;
    background-size: 2%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent-cta .cta__button::before, .news-cta .cta__button::before, .career-cta .cta__button::before, .what-cta .cta__button::before, .voice-cta .cta__button::before, .other-cta .cta__button::before, .service-list__cta .cta__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
  background-image: url(../image/cta-arrow-green.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.agent-cta .cta__button:hover, .news-cta .cta__button:hover, .career-cta .cta__button:hover, .what-cta .cta__button:hover, .voice-cta .cta__button:hover, .other-cta .cta__button:hover, .service-list__cta .cta__button:hover {
  background-color: white;
  color: #00B3BA;
  background-image: url(../image/cta-arrow-green.svg);
  opacity: 1;
  border: 2px solid white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  border: 2px solid #00B3BA;
}

.career-cta {
  margin-top: 100px;
}

.service-list__cta, .service-cta {
  text-align: left;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service-list__cta, .service-cta {
    margin-top: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__cta .cta__button, .service-cta .cta__button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 370px;
  min-height: 80px;
  padding: 10px 20px;
  text-align: center;
  background-color: #00B3BA;
  color: white;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid #00B3BA;
  transition: color 0.3s ease;
  z-index: 1;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .service-list__cta .cta__button, .service-cta .cta__button {
    width: 100%;
    min-height: 80px;
    font-size: 16px;
    background-size: 2%;
    padding-right: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__cta .cta__button span, .service-cta .cta__button span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
  transition: color 0.3s ease;
}
.service-list__cta .cta__button::before, .service-cta .cta__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
  background-image: url(../image/cta-arrow-green.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.service-list__cta .cta__button:hover, .service-cta .cta__button:hover {
  color: #00B3BA;
  background-image: url(../image/cta-arrow-green.svg);
  opacity: 1;
  border: 2px solid white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  border: 2px solid #00B3BA;
}

.cta-wrap {
  display: flex;
  gap: clamp(15px, 2vw, 20px);
  margin-top: clamp(40px, 6vw, 80px);
  max-width: 770px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta-wrap {
    flex-direction: column;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.cta-wrap .service-cta {
  flex: 1;
}
.cta-wrap .service-cta .cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(80px, 8vw, 80px);
  padding: clamp(10px, 1.5vw, 20px) clamp(15px, 2vw, 20px);
  border-radius: 100px;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  transition: color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #00B3BA;
  color: white;
  border: 2px solid #00B3BA;
  background-image: url("../image/cta-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: clamp(12px, 1.5vw, 16px);
  padding-right: clamp(30px, 4vw, 40px);
}
.cta-wrap .service-cta .cta__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
}
.cta-wrap .service-cta .cta__button:hover {
  color: #00B3BA;
  opacity: 1;
}
.cta-wrap .service-cta .cta__button:hover::before {
  width: 100%;
  height: 100%;
}
.cta-wrap .service-cta .cta__button:hover span {
  color: #00B3BA;
}
.cta-wrap .service-cta .cta__button--back {
  background-color: white;
  color: #00B3BA;
  background-image: url("../image/cta-arrow-green.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: clamp(12px, 1.5vw, 16px);
  padding-right: clamp(30px, 4vw, 40px);
}
.cta-wrap .service-cta .cta__button--back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #00B3BA;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
}
.cta-wrap .service-cta .cta__button--back:hover {
  color: white;
  opacity: 1;
}
.cta-wrap .service-cta .cta__button--back:hover::before {
  width: 100%;
  height: 100%;
}
.cta-wrap .service-cta .cta__button--back:hover span {
  color: white;
}
.cta-wrap .service-cta .cta__button span {
  display: block;
  font-size: clamp(10px, 1.2vw, 12px);
  margin-top: clamp(2px, 0.3vw, 4px);
  transition: color 0.3s ease;
}

form .form-submit {
  text-align: left;
  margin-top: 80px;
}
form .form-submit .cta__button {
  display: inline-block;
  width: 370px;
  height: 80px;
  line-height: 75px;
  background-color: #0096a7;
  color: white;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid #0096a7;
  transition: color 0.3s ease;
  z-index: 1;
}
@media (max-width: 767px) {
  form .form-submit .cta__button {
    width: 100%;
    font-size: 16px;
    background-size: 2%;
  }
}
form .form-submit .cta__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
  background-image: url(../image/cta-arrow-green.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
form .form-submit .cta__button:hover {
  color: #00B3BA;
  background-image: url(../image/cta-arrow-green.svg);
  opacity: 1;
  background-color: white;
  border: 2px solid #00B3BA;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.line-contact-button {
  position: fixed;
  bottom: 2%;
  right: 6%;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease;
  animation: fadeIn 0.5s ease;
}
.line-contact-button.hidden {
  display: none;
}
.line-contact-button a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  background-color: #00B3BA;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .line-contact-button {
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.line-contact-button a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 21px;
  font-weight: bold;
  background-color: #00B3BA;
  color: white;
  padding: 0;
  height: 70px;
  width: 260px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 2%;
}
@media screen and (max-width: 768px) {
  .line-contact-button a {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.line-contact-button a:hover {
  opacity: 0.8;
}

@keyframes shine {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.what-section .what-cta {
  text-align: left;
}
.what-section .what-cta .cta__button {
  display: inline-block;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}