header {
  display: block;
  position: relative;
}
@media screen and (max-width: 1120px) {
  header {
    height: 0;
  }
}
header #header-pc {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3% 0;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  header #header-pc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    top: 30px;
    width: 88%;
    margin: 0 auto;
    background-color: white;
    border-radius: 100px;
    box-shadow: 0px 0px 10px rgba(0, 0, 14, 0.062745098);
    z-index: 1000;
  }
}
header #header-pc .logo {
  width: 124px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header #header-pc .logo {
    width: 110px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
header #header-pc .logo img {
  width: 100%;
}
header #header-pc .logo a:hover {
  opacity: 1;
}
header #header-pc ol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  padding-top: 48px;
}
@media screen and (max-width: 1120px) {
  header #header-pc ol {
    display: none;
  }
}
header #header-pc ol li {
  flex: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: clamp(14px, 2vw, 14px);
  letter-spacing: 0.5px;
  line-height: 18px;
}
header #header-pc ol li a {
  color: black;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header #header-pc ol li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00B3BA;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header #header-pc ol li a:hover {
  color: #00B3BA;
  opacity: 1;
}
header #header-pc ol li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
header #header-pc ol li span {
  display: block;
  font-weight: normal;
  font-size: clamp(10px, 2vw, 10px);
  transition: color 0.3s ease;
}
header #header-pc .hamburger {
  display: none;
}
@media screen and (max-width: 1120px) {
  header #header-pc .hamburger {
    display: block;
    position: absolute;
    right: 30px;
  }
  header #header-pc .hamburger .hamburger-icon {
    width: 24px;
    height: 32px;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  header #header-pc .hamburger .hamburger-icon span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #00B3BA;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
  }
  header #header-pc .hamburger .hamburger-icon:hover span:nth-child(2) {
    transform: translateX(-10px);
  }
  header #header-pc .hamburger .hamburger-icon span:nth-child(1) {
    top: 6px;
  }
  header #header-pc .hamburger .hamburger-icon span:nth-child(2) {
    top: 15px;
  }
  header #header-pc .hamburger .hamburger-icon span:nth-child(3) {
    top: 24px;
  }
}
header #scroll-menu {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}
header #scroll-menu .wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  width: 1240px;
  margin: 0 auto;
  background-color: white;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 14, 0.062745098);
}
header #scroll-menu .wrap .hamburger {
  position: absolute;
  right: 30px;
}
header #scroll-menu .wrap .hamburger-icon {
  width: 24px;
  height: 32px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
header #scroll-menu .wrap .hamburger-icon span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #00B3BA;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}
header #scroll-menu .wrap .hamburger-icon:hover span:nth-child(2) {
  transform: translateX(-10px);
}
header #scroll-menu .wrap .hamburger-icon span:nth-child(1) {
  top: 6px;
}
header #scroll-menu .wrap .hamburger-icon span:nth-child(2) {
  top: 15px;
}
header #scroll-menu .wrap .hamburger-icon span:nth-child(3) {
  top: 24px;
}
@media screen and (max-width: 1240px) {
  header #scroll-menu .wrap {
    width: 88%;
    padding: 16px 6%;
  }
}
header #scroll-menu .logo {
  width: 110px;
}
@media screen and (max-width: 768px) {
  header #scroll-menu .logo {
    width: 110px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
header #scroll-menu .logo img {
  width: 100%;
}

#hamburger-menu {
  display: none;
}

.logo h1 img {
  width: 120px;
}
.logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.modal-open {
  overflow: hidden;
}

.modal-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  height: 100vh;
  background: #00B3BA;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  overflow-y: auto;
}
.modal-menu .menu-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .modal-menu .menu-header {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
.modal-menu .menu-header .logo img {
  filter: brightness(0) invert(1);
}
.modal-menu .menu-header .logo:hover {
  opacity: 1;
}
.modal-menu .menu-header .close-icon {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  .modal-menu .menu-header .close-icon {
    top: 30px;
  }
}
.modal-menu .menu-header .close-icon span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 5px 0;
  background: #fff;
}
.modal-menu .menu-header .close-icon:hover span {
  background: #ddd;
}
.modal-menu .menu-body ol {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  border-top: solid 1px #F6F6F6;
}
.modal-menu .menu-body ol li:first-child {
  grid-column: 1/-1;
  border-right: none;
}
.modal-menu .menu-body ol .grid-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border-width: 0 0 0 1px;
}
@media screen and (max-width: 768px) {
  .modal-menu .menu-body ol .grid-items {
    grid-template-columns: repeat(2, 1fr);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.modal-menu .menu-body ol .grid-items li {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.modal-menu .menu-body ol .grid-items li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  z-index: 1;
}
.modal-menu .menu-body ol .grid-items li a {
  color: white;
  position: relative;
  z-index: 2;
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 50%;
  background-size: 12px;
  border-right: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
  transition: color 0.2s ease;
}
.modal-menu .menu-body ol .grid-items li a span {
  color: white;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .modal-menu .menu-body ol .grid-items li a {
    background-size: 6px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.modal-menu .menu-body ol .grid-items li:first-child a {
  background-position-x: calc(100% - 16px);
  border-right: unset;
}
.modal-menu .menu-body ol .grid-items li:nth-child(5) a, .modal-menu .menu-body ol .grid-items li:nth-child(9) a {
  border-right: unset;
}
@media screen and (max-width: 768px) {
  .modal-menu .menu-body ol .grid-items li:nth-child(odd) {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .modal-menu .menu-body ol .grid-items li:nth-child(odd) a {
    border-right: none;
  }
}
.modal-menu .menu-body ol .grid-items li:hover a {
  background-image: url(../image/cta-arrow-green.svg);
  background-color: white;
  color: #00B3BA;
  opacity: 1;
}
.modal-menu .menu-body ol .grid-items li:hover span {
  color: #00B3BA;
}
.modal-menu .menu-body ol .grid-items a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  padding: 40px 0;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: bold;
  color: black;
  display: block;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .modal-menu .menu-body ol .grid-items a {
    line-height: 28px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.modal-menu .menu-body ol .grid-items a span {
  display: block;
  font-weight: normal;
  font-size: clamp(10px, 2vw, 16px);
}
.modal-menu .menu-body ol .grid-items li:first-child a {
  padding: 20px 0;
}
.modal-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.modal-menu.is-active ~ * {
  overflow-y: hidden;
}
.modal-menu.is-active .close-icon span {
  background: #fff;
}
.modal-menu.is-active .close-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.modal-menu.is-active .close-icon span:nth-child(2) {
  opacity: 0;
}
.modal-menu.is-active .close-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.modal-menu.is-closing {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.modal-menu .modal-cta {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3% 0;
  text-align: center;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(100vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100vh);
  }
}
.modal-footer {
  padding: 5% 3%;
  background-color: #00B3BA;
}
@media screen and (max-width: 768px) {
  .modal-footer {
    padding: 6% 6%;
    padding-bottom: 120px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.modal-footer .wrap {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.modal-footer .footer-links {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal-footer .footer-links {
    max-width: 100%;
    justify-items: self-start;
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.modal-footer .footer-links ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .modal-footer .footer-links ul {
    max-width: 100%;
    justify-items: self-start;
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .modal-footer .footer-links ul li {
    line-height: 160%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.modal-footer .footer-links ul li a {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: white;
}
.modal-footer .footer-links ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modal-footer .footer-links .copy-right {
    padding-top: 10%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.modal-footer .footer-links .copy-right p {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: white;
}

#pankuzu {
  background-color: #FAFAFA;
  padding: 2% 6%;
  border-top: solid 1px #F6F6F6;
}
@media screen and (max-width: 768px) {
  #pankuzu {
    padding: 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#pankuzu .wrap {
  max-width: 1240px;
  margin: 0 auto;
}
#pankuzu ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
#pankuzu ol li {
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  #pankuzu ol li {
    font-size: 10px;
    line-height: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#pankuzu ol li:not(:last-child) {
  padding-right: 24px;
}
#pankuzu ol li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 8px;
  color: #707070;
}
#pankuzu ol a {
  color: #707070;
  text-decoration: none;
}
#pankuzu ol a:hover {
  text-decoration: underline;
}
#pankuzu ol:last-child {
  color: #707070;
}

footer {
  padding: 5% 3%;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 6% 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
footer .wrap {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
footer figure {
  padding: 10% 0;
}
@media screen and (max-width: 768px) {
  footer figure {
    padding: 18% 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
footer figure img {
  width: auto;
}
@media screen and (max-width: 768px) {
  footer figure img {
    width: 60%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
footer figure a {
  display: inline-block;
}
footer figure a:hover {
  opacity: 1;
}
footer .footer-links {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-links {
    max-width: 100%;
    justify-items: self-start;
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
footer .footer-links ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-links ul {
    max-width: 100%;
    justify-items: self-start;
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-links ul li {
    line-height: 160%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
footer .footer-links ul li a {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #707070;
}
footer .footer-links ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .footer-links .copy-right {
    padding-top: 10%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
footer .footer-links .copy-right p {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #707070;
}

#footer-nav ol {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  border-top: solid 1px #F6F6F6;
  border-bottom: solid 1px #F6F6F6;
}
@media screen and (max-width: 768px) {
  #footer-nav ol {
    border-bottom: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#footer-nav ol li {
  text-align: center;
  border-right: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
  position: relative;
  overflow: hidden;
}
#footer-nav ol li:nth-child(4), #footer-nav ol li:nth-child(8) {
  border-right: none;
}
#footer-nav ol li:nth-last-child(-n+4) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #footer-nav ol li:nth-last-child(-n+4) {
    border-bottom: 1px solid #F6F6F6;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #footer-nav ol li:nth-child(even) {
    border-right: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#footer-nav ol li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #00B3BA;
  transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
  z-index: 1;
}
#footer-nav ol li a {
  color: black;
  position: relative;
  z-index: 2;
  transition: color 0.2s ease;
  background-image: url(../image/cta-arrow-green.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 3%;
}
#footer-nav ol li a span {
  color: black;
  transition: color 0.2s ease;
}
#footer-nav ol li:hover a {
  background-image: url(../image/cta-arrow-white.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 3%;
  color: white;
  background-color: #00B3BA;
  opacity: 1;
}
#footer-nav ol li:hover span {
  color: white;
}
#footer-nav ol a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  padding: 18% 0;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: bold;
  color: black;
  display: block;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  #footer-nav ol a {
    line-height: 28px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#footer-nav ol a span {
  display: block;
  font-weight: normal;
  font-size: clamp(10px, 2vw, 16px);
}
@media screen and (max-width: 768px) {
  #footer-nav ol {
    grid-template-columns: repeat(2, 1fr);
    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;
}