@charset "UTF-8";
.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-section {
  position: relative;
  border-top: 1px solid #efefef;
}
.service-section__split-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.service-section__sidebar-wrapper {
  background-color: white;
  width: 20%;
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .service-section__sidebar-wrapper {
    width: 8%;
    min-width: auto;
    justify-content: center;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__sidebar {
  width: 40px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .service-section__sidebar {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__sidebar .service-number {
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  padding-top: 100px;
  letter-spacing: 0.1em;
  color: #333;
  height: auto;
}
@media screen and (max-width: 768px) {
  .service-section__sidebar .service-number {
    font-size: 12px;
    padding-top: 60px;
    height: auto;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__content-wrapper {
  background-color: #FAFAFA;
  border-left: 1px solid #efefef;
  width: 80%;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .service-section__content-wrapper {
    width: 85%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__content {
  max-width: 1180px;
  padding: 100px 6%;
}
@media screen and (max-width: 768px) {
  .service-section__content {
    padding: 60px 20px 60px 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__header {
  margin-bottom: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .service-section__header {
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.service-section__title-en {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00B3BA;
  padding-left: 30px;
}
.service-section__title-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: url("../image/keyvisual-text-bar-green.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .service-section__title-en {
    font-size: 12px;
    padding-left: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .service-section__title-en::before {
    width: 20px;
    height: 20px;
  }
}
.service-section__title-ja {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.service-section__title-ja small {
  font-size: 16px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .service-section__title-ja {
    font-size: 21px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .service-section__title-ja small {
    font-size: 12px;
  }
}
.service-section__figure {
  margin: 0 0 60px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service-section__figure {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.service-section__description {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service-section__description p {
  margin-bottom: 1em;
  line-height: 3;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .service-section__description p {
    font-size: 12px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-section__description p:last-child {
  margin-bottom: 0;
}
.service-section__subtitle {
  padding: 60px 0px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: bold;
  color: black;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.service-section__subtitle .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .service-section__subtitle .sp {
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .service-section__subtitle {
    padding: 20px 0px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .service-section__subtitle .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .service-section__subtitle {
    font-size: clamp(24px, 10vw, 26px);
    margin-top: 10px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.service-detaile-page-section {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .service-detaile-page-section {
    width: 100%;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.service-detaile-page-section p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .service-detaile-page-section p {
    font-size: 12px;
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

/* CEOメッセージのスタイル */
.ceo-message {
  /* レスポンシブ対応 */
}
.ceo-message .ceo-message__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.ceo-message .ceo-message__header {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .ceo-message .ceo-message__header {
    width: 100%;
    margin: 0 auto;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.ceo-message .company-ceo-message__content {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ceo-message .company-ceo-message__content {
    width: 100%;
    margin: 0 auto;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.ceo-message .company-ceo-message__content 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) {
  .ceo-message .company-ceo-message__content p {
    font-size: 12px;
    line-height: 2.5;
    transition-property: all;
    transition-duration: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.ceo-message .company-ceo-message__content dl {
  width: 100%;
}
.ceo-message .company-ceo-message__content dl dt, .ceo-message .company-ceo-message__content dl dd {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ceo-message .company-ceo-message__content dl dt, .ceo-message .company-ceo-message__content dl dd {
    font-size: 12px;
    line-height: 1.7;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.ceo-message .service-section__title-ja {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ceo-message .service-section__title-ja {
    font-size: 18px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.ceo-message .company-section {
  margin-bottom: 80px;
}
.ceo-message .ceo-message__figure {
  margin: 0;
  order: 1; /* 画像を上に配置 */
}
.ceo-message .ceo-message__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ceo-message .ceo-message__header {
  order: 2; /* タイトルを下に配置 */
}
.ceo-message .ceo-message__subtitle {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ceo-message .ceo-message__content {
    gap: 20px;
  }
}

.keyvisual-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.keyvisual-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .keyvisual-section__background {
    display: none;
  }
}
.keyvisual-section__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.213);
}
.keyvisual-section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(4px);
  transform: scale(1.1);
}
@media screen and (max-width: 1120px) {
  .keyvisual-section__background img {
    transform: scale(1.2);
  }
}
.keyvisual-section .wrap {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .keyvisual-section .wrap {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual-section .wrap {
    height: auto;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.keyvisual-section__image {
  width: 100%;
  position: relative;
}
.keyvisual-section__image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.keyvisual-section__image img.main-image {
  display: block;
}
@media screen and (max-width: 1120px) {
  .keyvisual-section__image img.main-image {
    display: block;
    height: 680px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual-section__image img.main-image {
    display: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.keyvisual-section__image img.sub-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .keyvisual-section__image img.sub-image {
    display: block;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.agent-single .service-number {
  height: auto;
}
.agent-single header {
  margin-bottom: 0;
}
.agent-single header h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .agent-single header h2 {
    font-size: clamp(24px, 4vw, 32px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.agent-single header .service-section__title-en {
  margin-bottom: 20px;
}
.agent-single header .service-section__title-ja {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .agent-single header .service-section__title-ja {
    font-size: clamp(18px, 4vw, 32px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.service-section.hobby .service-section__sidebar .service-number {
  height: auto;
}

#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;
}