.service-overview {
  position: relative;
  padding-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service-overview {
    margin-bottom: 45px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .service-overview__inner {
    width: 90%;
    padding: 0 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__header {
  width: 100%;
  height: 480px;
  background: linear-gradient(to bottom, #00317F, #3db7a5);
  display: flex;
  padding: 100px 0 100px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .service-overview__header {
    padding-top: 160px;
    height: 350px;
  }
}
.service-overview__image {
  position: relative;
  width: 800px;
  max-width: 90%;
  margin: -250px auto 100px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}
.service-overview__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1120px) {
  .service-overview__image {
    margin-top: -90px;
    margin-bottom: 45px;
  }
}
.service-overview__content {
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .service-overview__content {
    padding: 0;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: white;
  margin-bottom: 20px;
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .service-overview__title {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-right: 6px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service-overview__title-en {
    display: block;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 26px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__title-ja {
  display: block;
  font-size: 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .service-overview__title-ja {
    font-size: 12px;
    gap: 0px;
    margin-top: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__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;
}
.service-overview__text section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-overview__text section {
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__text section h3 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .service-overview__text section h3 {
    font-size: 24px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__text p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 3;
  margin-bottom: 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service-overview__text p {
    font-size: 12px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__text p:last-child {
  margin-bottom: 0;
}

.service-overview-low {
  margin-bottom: 0;
}
.service-overview-low .service-overview__header {
  height: 260px;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-overview-low .service-overview__header {
    height: 280px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview-low .service-overview__header .service-overview__inner {
  width: 100%;
  padding: 0 0%;
}
@media screen and (max-width: 768px) {
  .service-overview-low .service-overview__header .service-overview__inner {
    padding: 0 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview-low .service-overview__header h2 {
  margin: 0;
}
.service-overview-low .service-overview__header .service-overview__title {
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .service-overview-low .service-overview__header {
    padding: 0;
    padding-top: 100px;
  }
}

.overview-keyvisual__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #00B3BA;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .overview-keyvisual__title {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.overview-keyvisual__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview-keyvisual__title-en {
    display: block;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.overview-keyvisual__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: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.overview-keyvisual__title-ja {
  display: block;
  font-size: 21px;
  position: relative;
  color: #2D2D2D;
  font-weight: bold;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .overview-keyvisual__title-ja {
    font-size: 23px;
    gap: 0px;
    margin-top: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.service-overview__ceo {
  margin-top: 60px;
  text-align: right;
}
.service-overview__ceo p {
  margin: 0;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  text-align: right;
}
.service-overview__ceo-company {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .service-overview__ceo-company {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__ceo-name {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service-overview__ceo-name {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.service-overview__content-career section {
  margin-bottom: 0 !important;
}
.service-overview__content-career h3 {
  font-size: 24px !important;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .service-overview__content-career h3 {
    font-size: 18px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-overview__content-career p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .service-overview__content-career p {
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

/**  **/
.service-detaile-career .service-overview__header {
  height: 260px;
  padding: 0;
  display: flex;
  align-items: center;
}

.service-list {
  width: 100%;
  background: #fff;
  padding: 6%;
  padding-bottom: 0;
}
.service-list__inner {
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  gap: 5%;
  width: 100%;
  padding: 6% 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .service-list__inner {
    flex-direction: column;
    gap: 0;
    padding: 45px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__inner:last-child {
  border-bottom: none;
}
.service-list__left {
  flex: 0 0 45%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-list__left {
    flex: 0 0 100%;
    text-align: left;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__left figure {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-list__left figure {
    padding: 6% 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__left figure img {
  width: 100%;
  height: auto;
  display: block;
}
.service-list__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-list__sub-title {
  font-size: 16px;
  color: #00b6b6;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-list__sub-title p {
  margin: 0;
  font-size: 16px;
  color: #00b6b6;
  font-weight: bold;
}
.service-list__sub-title::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;
}
.service-list__main-title {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .service-list__main-title {
    padding: 10px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__main-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #222;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .service-list__main-title h2 {
    font-size: clamp(1.85rem, 6.5vw, 2.45rem);
    line-height: 1.2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__description {
  font-size: 16px;
  color: #333;
  margin-bottom: 32px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service-list__description {
    font-weight: 600;
    padding: 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-list__description p {
  margin: 0;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
    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;
}