@charset "UTF-8";

body.no-scroll {
  overflow: hidden;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 24rem;
  min-height: 5.8rem;
  padding: 2rem 5.1rem;
  border-radius: 10rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 999px) {
  .btn {
    min-width: auto;
    min-height: auto;
    padding: 1.5rem 3.2rem;
  }
}

.btn .txt {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
}

.btn .btn__icon {
  margin-right: 1rem;
}

.btn--style01 {
  background: linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%);
  background-size: 100% 100%;
  background-position: left center;
  transition: all 0.3s ease-in-out;
}

.btn--style01:hover {
  background-size: 200% 100%;
  background-position: right center;
}

.btn--style02 {
  padding: 1.75rem 4.85rem;
  border: 0.25rem solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%) border-box;
}

.btn--style02 .txt {
  color: #1A1A1A;
}

.btn--style02 .btn__icon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(0%);
}

.btn--style03 {
  min-height: 4.7rem;
  padding: 1rem 5.1rem;
  background: #FFFFFF;
}

.btn--style03::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: #142864;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.btn--style03 .txt {
  color: #142864;
  font-size: max(1.4rem, 14px);
  font-weight: 700;
}

.btn--style03 .btn__icon {
  max-width: 9px;
  margin: 0;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.btn--style04 {
  min-width: 30rem;
  min-height: 5.7rem;
  padding: 1rem 5.1rem;
  background: linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%);
  background-size: 100% 100%;
  background-position: left center;
  transition: all 0.3s ease-in-out;
}

.btn--style04:hover {
  background-size: 200% 100%;
  background-position: right center;
}

.btn--style04::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.btn--style04 .txt {
  color: #FFFFFF;
}

.btn--style04 .btn__icon {
  max-width: 9px;
  margin: 0;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(54%) sepia(99%) saturate(2475%) hue-rotate(166deg) brightness(101%) contrast(101%);
  z-index: 10;
}

.btn--style05 {
  min-width: 25rem;
  min-height: 4.2rem;
  padding: 1.5rem 5rem 1rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .btn--style05 {
    min-width: 20rem;
    padding: 1rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .btn--style05 {
    min-width: 26rem;
    padding: 1rem 4.2rem 1rem 2.5rem;
  }
}

.btn--style05::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.btn--style05::after {
  content: url("../img/common/overlay_btn.png");
  position: absolute;
  opacity: 15%;
  filter: brightness(0.3);
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .btn--style05:after {
    transform: scale(1.1);
  }
}

.btn--style05 .txt {
  color: #FFFFFF;
  font-size: max(1.5rem, 14px);
  font-weight: 700;
}

.btn--style05 .btn__icon {
  max-width: 9px;
  margin: 0;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.btn--style06 {
  min-width: 38rem;
  min-height: 8rem;
  margin: 3rem auto 0;
  border-radius: 2.2rem;
  background: #69B6E6;
}

@media screen and (max-width: 767px) {
  .btn--style06 {
    min-width: 100%;
    min-height: 5rem;
  }
}

.btn--style06::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.btn--style06 .txt {
  color: #FFFFFF;
  font-size: 2rem;
}

.btn--style06 .btn__icon {
  max-width: 9px;
  margin: 0;
  position: absolute;
  right: 2.95rem;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(73%) sepia(26%) saturate(1269%) hue-rotate(174deg) brightness(96%) contrast(92%);
  z-index: 10;
}

.title-under_grd {
  padding-bottom: 2rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 0;
}

.title-under_grd::before {
  content: "";
  width: 4.5rem;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #02FFAE 0%, #04DCD1 33%, #06ADFF 100%);
  border-radius: 10rem;
}

.title-grd {
  display: inline-block;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  background: linear-gradient(90deg, #02FFAE 0%, #04DCD1 33%, #06ADFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.txt-blue {
  color: #32a0e6;
}

.txt-hl-yellow {
  position: relative;
  z-index: 0;
}

.txt-hl-yellow::before {
  content: "";
  width: calc(100% + 0.4rem);
  height: 0.5rem;
  background: #FFD93D;
  position: absolute;
  bottom: 0.15rem;
  left: -0.2rem;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  .view-pc {
    display: none;
  }
}

.view-tl {
  display: none;
}

@media screen and (max-width: 999px) {
  .view-tl {
    display: block;
  }
}

.view-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .view-sp {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .hidden-tl {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

.fw-black {
  font-weight: 900;
}

.fw-medium {
  font-weight: 500;
}

.service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1300px) {
  .service {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 999px) {
  .service {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .service {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.service__item {
  max-height: 37.5rem;
  border-radius: 2.2rem;
  overflow: hidden;
}

.list {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .list {
    margin-bottom: 2rem;
  }
}

.list--style01 li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
}

.list--style01 li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 1.5rem;
  transform: translateY(-50%);
  border-radius: 50%;
}

.list--style01 li:first-child::before {
  background: #02feaf;
}

.list--style01 li:nth-child(2)::before {
  background: #03f4b9;
}

.list--style01 li:nth-child(3)::before {
  background: #03e8c5;
}

.list--style01 li:nth-child(4)::before {
  background: #04dbd1;
}

.list--style01 li:nth-child(5)::before {
  background: #04cce0;
}

.list--style01 li:nth-child(6)::before {
  background: #05bfee;
}

.list--style01 li:nth-child(7)::before {
  background: #06b0fc;
}

.list--style02 {
  margin-top: 2.1rem;
  margin-bottom: 2.5rem;
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 2rem;
  grid-auto-flow: column;
}

@media screen and (max-width: 999px) {
  .list--style02 {
    width: 100%;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .list--style02 {
    display: block;
    margin-top: 0;
  }
}

.list--style02 li {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-left: 2.6rem;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 999px) {
  .list--style02 li {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .list--style02 li {
    margin-bottom: 0.5rem;
    padding-left: 3.2rem;
  }
}

.list--style02 li:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

.list--style02 li:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}

.list--style02 li:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}

.list--style02 li:nth-child(4) {
  grid-row: 1;
  grid-column: 2;
}

.list--style02 li:nth-child(5) {
  grid-row: 2;
  grid-column: 2;
}

.list--style02 li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #02FFAE 0%, #04DCD1 33%, #06ADFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  backdrop-filter: unset;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in;
}

.header.is-active::before {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.header.open-nav::before {
  background-color: #FFFFFF;
  backdrop-filter: blur(0);
}

.header__content {
  padding: 2.5rem 7.4rem 2.5rem 4.1rem;
}

@media screen and (max-width: 1400px) {
  .header__content {
    padding: 2.5rem 3rem;
  }
}

@media screen and (max-width: 999px) {
  .header__content {
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 999px) {
  .header__content {
    padding: 1.5rem;
  }
}

.header__nav {
  display: none;
  width: 100%;
  height: calc(100vh - 6rem);
  padding: 1.5rem;
  position: absolute;
  top: 6rem;
  left: 0;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .header__nav {
    top: 5.5rem
  }
}

.header__nav-item:not(:last-child) {
  border-bottom: 0.25rem solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%) border-box;
}

@media screen and (max-width: 999px) {
  .header__nav-link {
    display: block;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 999px) {
  .header__nav-link.active {
    color: #06ADFF;
  }
}

@media screen and (max-width: 1400px) {
  .header__logo img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  .header__logo {
    width: 30%;
  }
}

@media screen and (max-width: 999px) {
  .header__logo {
    width: 80%;
  }
}

.header__subnav {
  margin-bottom: 1rem;
}

.header__subnav .header__subnav-item {
  position: relative;
}

.header__subnav .header__subnav-item.is-active a {
  background: linear-gradient(90deg, #02FFAE 0%, #04DCD1 33%, #06ADFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header__subnav .header__subnav-item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.header__subnav .header__subnav-item:first-child::before {
  background: #02FEAF;
}

.header__subnav .header__subnav-item:nth-child(2)::before {
  background: #04DCD1;
}

.header__subnav .header__subnav-item:nth-child(3)::before {
  background: #05BCF0;
}

.header__subnav .header__subnav-item:last-child::before {
  background: #06ADFF;
}

.header__subnav .header__subnav-item a {
  padding-left: 2.4rem;
}

.header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .toggle__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__menu .nav-list {
  margin-right: 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1500px) {
  .header__menu .nav-list {
    margin-right: 3rem;
  }
}

.header__menu .nav-item {
  padding: 1.4rem 0;
  position: relative;
  cursor: pointer;
}

.header__menu .nav-item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1.7rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
  .header__menu .nav-item::before {
    left: -1.5rem;
  }
}

.header__menu .nav-list .nav-item:first-child::before {
  background: #02FEAF;
}

.header__menu .nav-list .nav-item:nth-child(2)::before {
  background: #04DCD1;
}

.header__menu .nav-list .nav-item:nth-child(3)::before {
  background: #05BCF0;
}

.header__menu .nav-list .nav-item:last-child::before {
  background: #06ADFF;
}

.header__menu .nav-item:not(:last-child) {
  margin-right: 6.9rem;
}

@media screen and (max-width: 1400px) {
  .header__menu .nav-item:not(:last-child) {
    margin-right: 4rem;
  }
}

.header__menu .nav-item a {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.07rem;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.header__menu .nav-item.is-active > a, .header__menu .nav-item > a:hover {
  background: linear-gradient(90deg, #02FFAE 0%, #04DCD1 33%, #06ADFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease-in-out;
}

.header__menu .nav-item.has-subnav:hover .subnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__menu .subnav {
  min-width: 30rem;
  position: absolute;
  top: 5.5rem;
  left: 0;
  background: linear-gradient(68deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%);
  transition: all 0.3s ease-in-out;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.header__menu .subnav-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header__menu .subnav-item a {
  display: block;
  padding: 2rem;
  color: #FFFFFF;
  position: relative;
}

.header__menu .subnav-item a:hover, .header__menu .subnav-item.is-active a {
  color: #000000;
}

.header__menu .subnav-item a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon_round-arrow.png) center/cover no-repeat;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 42rem;
  position: relative;
}

@media screen and (max-width: 999px) {
  .footer__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 30%;
  background: linear-gradient(113deg, #02FFAE 0%, #06ADFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer__left {
  flex-basis: 60rem;
  max-width: 60rem;
  padding-left: 25rem;
}

@media screen and (max-width: 1700px) {
  .footer__left {
    flex-basis: 50rem;
    max-width: 50rem;
    padding-left: 15rem;
  }
}

@media screen and (max-width: 1500px) {
  .footer__left {
    flex-basis: 40rem;
    max-width: 40rem;
    padding-left: 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .footer__left {
    padding-left: 3.5rem;
  }
}

.footer__right {
  flex-basis: calc(100% - 60rem);
  max-width: calc(100% - 60rem);
  margin-top: 17.5rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1700px) {
  .footer__right {
    flex-basis: calc(100% - 50rem);
    max-width: calc(100% - 50rem);
  }
}

@media screen and (max-width: 1500px) {
  .footer__right {
    flex-basis: calc(100% - 40rem);
    max-width: calc(100% - 40rem);
  }
}

@media screen and (max-width: 999px) {
  .footer__left, .footer__right {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 999px) {
  .footer__right {
    margin: 3rem 0 18rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
    margin: 2rem 0;
  }
}

.footer .logo {
  margin-top: 7rem;
}

@media screen and (max-width: 999px) {
  .footer .logo {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer .logo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer__infor {
  margin-top: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

@media screen and (max-width: 999px) {
  .footer__infor {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu {
    margin: 1.5rem;
    width: calc(100% - 3rem);
  }
}

.footer__menu .nav-list {
  margin-right: 10.5rem;
  justify-content: flex-end;
}

@media screen and (max-width: 1700px) {
  .footer__menu .nav-list {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu .nav-list {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
  }
}

@media screen and (max-width: 1400px) {
  .header__feature .btn {
    min-width: max-content;
    padding: 2rem 2.5rem;
  }
}

.footer__menu .nav-item {
  margin: 0 5.5rem;
  padding: 1rem 0;
  line-height: 1;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .footer__menu .nav-item {
    margin: 0 4rem;
  }
}

@media screen and (max-width: 1200px) {
  .footer__menu .nav-item {
    margin: 0 3.5rem;
  }
}

@media screen and (max-width: 999px) {
  .footer__menu .nav-item {
    margin: 0 4.5rem;
  }
}

.footer__menu .nav-item:hover > a {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .footer__menu .nav-item {
    margin: 0 0 0 3rem;
    position: relative;
  }
}

.footer__menu .nav-item a {
  position: relative;
}

.footer__menu .nav-item > a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1.7rem;
  transform: translateY(-50%);
}

.footer__menu .nav-item > a:first-child::before {
  background: #02FEAF;
}

.footer__menu .nav-item > a:nth-child(2)::before {
  background: #04DCD1;
}

.footer__menu .nav-item > a:nth-child(3)::before {
  background: #05BCF0;
}

.footer__menu .nav-item > a:nth-child(4)::before {
  background: #04DCD1;
}

.footer__menu .nav-item > a:last-child::before {
  background: #06ADFF;
}

.footer__menu .subnav {
  width: max-content;
  position: absolute;
  top: 4rem;
}

@media screen and (max-width: 767px) {
  .footer__menu .subnav {
    position: relative;
    top: 0.5rem;
  }
}

.footer__menu .subnav-item a {
  display: block;
  padding: 1rem 1.2rem;
  position: relative;
}

.footer__menu .subnav-item:hover > a {
  opacity: 0.8;
}

.footer__menu .subnav-item a::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: #000000;
  transform: translateY(-50%);
}

.footer__bottom {
  padding: 2rem 0;
  background: linear-gradient(90deg, #02FFAE 0%, #06ADFF 43%, #06ADFF 100%);
}

.text__copyright {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.home .welcome {
  max-width: 1680px;
  width: calc(100% - 3rem);
  margin: 10.8rem 7.4rem 0 auto;
  padding: 1.8rem 0 4.2rem;
  display: grid;
  grid-template-columns: 60rem 1fr;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1800px) {
  .home .welcome {
    width: calc(100% - 9rem);
    margin: 10.8rem auto 0 6rem;
  }
}

@media screen and (max-width: 1600px) {
  .home .welcome {
    grid-template-columns: 50rem 1fr;
  }
}

@media screen and (max-width: 1300px) {
  .home .welcome {
    padding-right: 0;
    margin-right: auto;
    grid-template-columns: 60rem 1fr;
  }
}

@media screen and (max-width: 999px) {
  .home .welcome {
    width: calc(100% - 6rem);
    grid-template-columns: 1fr;
    margin: 10rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .home .welcome {
    width: calc(100% - 3rem);
    padding-bottom: 3rem;
    margin-top: 7rem;
  }
}

.home .welcome__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 999px) {
  .home .welcome__content {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .home .welcome__content {
    margin-bottom: 2rem;
  }
}

.home .welcome__content .maintxt {
  font-family: "Yu Gothic", sans-serif;
  line-height: 1.74;
  font-weight: 700;
}

.home .welcome__content .maintxt::before {
  top: 3rem;
  left: -2rem;
}

@media screen and (max-width: 767px) {
  .home .welcome__content .maintxt::before {
    top: 2rem;
    left: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .home .welcome__content .maintxt {
    line-height: 1.5;
  }
}

.home .welcome__content .subtxt {
  font-family: "Yu Gothic", sans-serif;
  line-height: 2.125;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .home .service__item:nth-child(5) {
    grid-column: span 2;
    max-height: 17.6rem;
  }
}

.home .service__item:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4.5rem 1rem 6rem;
  background-color: #142864;
  font-family: "M PLUS 1p", sans-serif;
  color: #FFFFFF;
}

@media screen and (max-width: 1600px) {
  .home .service__item:last-child {
    padding-bottom: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .home .service__item:last-child {
    grid-column: span 2;
    padding: 3rem 2rem;
  }
}

.home .service__item:last-child .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home .service__item:last-child .toptxt {
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1600px) {
  .home .service__item:last-child .toptxt {
    font-size: 7.2rem;
  }
}

.home .service__item:last-child .bottomtxt {
  margin-top: 0.5rem;
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
}

@media screen and (max-width: 1600px) {
  .home .service__item:last-child .bottomtxt {
    font-size: 5.3rem;
  }
}

.home .service__item .txt-effect {
  max-width: 20.1rem;
}

.home .service__item:not(:last-child) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.2rem;
}

@media screen and (max-width: 1600px) {
  .home .service__item:last-child .btn {
    min-width: 18rem;
    padding: 1rem 5.1rem 1rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home .service__item:last-child .btn {
    width: 100%;
  }
}

.home .aboutus {
  min-height: 60.4rem;
  padding: 4rem 0;
  background: url("../img/top/bg_aboutus-top.png") center/cover no-repeat;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .home .aboutus {
    min-height: 50rem;
  }
}

@media screen and (max-width: 767px) {
  .home .aboutus {
    padding: 3rem 0;
  }
}

.home .aboutus::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%);
  opacity: 10%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .home .aboutus::before {
    opacity: 30%;
  }
}

.home .aboutus__wrapper {
  max-width: 1110px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  font-family: "Yu Gothic", sans-serif;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home .aboutus__title {
  margin: 1.5rem 0 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}

.home .aboutus__subtitle {
  letter-spacing: -1.5px;
}

.home .aboutus .txt {
  margin-top: 1.8rem;
  font-family: "Yu Gothic", sans-serif;
  line-height: 2.5;
  font-weight: 600;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 999px) {
  .home .aboutus .txt {
    width: calc(100% - 5rem);
    margin: 3rem auto 0;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .home .aboutus .txt {
    width: 100%;
    margin: 2rem 0 0;
  }
}

.home .business {
  padding: 7.2rem 0 11rem;
  position: relative;
}

@media screen and (max-width: 999px) {
  .home .business {
    padding: 5rem 0;
  }
}

.home .business::before {
  content: "";
  width: 100%;
  height: 30rem;
  background: url("../img/top/bg_main-top.png") top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home .business__heading {
  display: inline-block;
  min-width: 46rem;
  padding: 3rem 9.4rem 1.3rem 9rem;
  background: #FFFFFF;
  border-radius: 0 2rem 0 0;
  box-shadow: 5px 0 8px rgba(0, 0, 0, 0.12);
  position: relative;
}

@media screen and (max-width: 1300px) {
  .home .business__heading {
    min-width: auto;
    padding: 1.2rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .home .business__heading {
    padding: 1.2rem 2rem;
  }
}

.home .business__heading h2 {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.home .business__heading .subtxt {
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .home .business__heading .subtxt {
    line-height: 1;
  }
}

.home .business__content {
  background: #FFFFFF;
  margin-top: -0.3rem;
  padding-top: 12rem;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1300px) {
  .home .business__content {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 999px) {
  .home .business__content {
    padding-top: 5rem;
  }
}

.home .business__row {
  max-width: 1527px;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 47.7vw 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9rem;
}

@media screen and (max-width: 1300px) {
  .home .business__row {
    gap: 5rem;
  }
}

@media screen and (max-width: 999px) {
  .home .business__row {
    grid-template-areas: "title" "img" "txt";
    grid-template-columns: 1fr;
    gap: 2rem;
    width: calc(100% - 6rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .home .business__row {
    width: calc(100% - 3rem);
  }
}

.home .business__row:not(:last-child) {
  margin-bottom: 15rem;
}

@media screen and (max-width: 1300px) {
  .home .business__row:not(:last-child) {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .home .business__row:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.home .business__row:nth-child(odd) .business__image::before,
.home .business__row:nth-child(odd) .business__image img {
  border-radius: 0 2rem 2rem 0;
}

@media screen and (max-width: 999px) {

  .home .business__row:nth-child(odd) .business__image::before,
  .home .business__row:nth-child(odd) .business__image img {
    border-radius: 2rem;
  }
}

.home .business__row:nth-child(even) .business__image::before,
.home .business__row:nth-child(even) .business__image img {
  border-radius: 2rem 0 0 2rem;
}

@media screen and (max-width: 999px) {

  .home .business__row:nth-child(even) .business__image::before,
  .home .business__row:nth-child(even) .business__image img {
    border-radius: 2rem;
  }
}

.home .business__row.reverse {
  direction: rtl;
  grid-template-columns: 46.9vw 1fr;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .home .business__row.reverse {
    grid-template-columns: 1fr;
  }
}

.home .business__row.reverse .business__infor {
  margin-left: -1.5rem;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .home .business__row.reverse .business__infor {
    margin-left: 0;
  }
}

.home .business__row.reverse .business__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.home .business__row.reverse p.txt {
  direction: ltr;
  unicode-bidi: plaintext;
}

@media screen and (max-width: 999px) {
  .home .business__infor {
    display: contents;
  }

  .home .business__infor h3 {
    grid-area: title;
  }
}

.home .business__infor p.txt {
  min-width: 50rem;
  max-width: 55rem;
  margin-bottom: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 999px) {
  .home .business__infor p.txt {
    max-width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .home .business__infor p.txt {
    margin-bottom: 2rem;
  }
}

.home .business__infor .boxtxt {
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1.2rem;
  margin-bottom: 4.5rem;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border: 0.25rem solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%) border-box;
}

@media screen and (max-width: 767px) {
  .home .business__infor .boxtxt {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0.5rem;
  }
}

.home .business__infor .btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  margin-top: -1.2rem;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 767px) {
  .home .business__infor .btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.home .business__infor .btns .btn:first-child {
  /* background: linear-gradient(to bottom, #f5b300 0%, #ffbc1f 55%, #f3b300 100%); */
  background: linear-gradient(to bottom, #172757 0%, #1b3c9d 55%, #244095 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 2px 2px 0 #142864;
}

.home .business__infor .btns .btn:first-child .btn__icon {
  /* filter: brightness(0) saturate(100%) invert(81%) sepia(66%) saturate(1705%) hue-rotate(344deg) brightness(102%) contrast(98%); */
  filter: brightness(0) saturate(100%) invert(16%) sepia(36%) saturate(1734%) hue-rotate(194deg) brightness(88%) contrast(94%);
}

.home .business__infor .btns .btn:last-child {
  letter-spacing: -1px;
  background: #E1093D;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 2px 2px 0 #E1093D;
}

.home .business__infor .btns .btn:last-child .btn__icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(6218%) hue-rotate(339deg) brightness(90%) contrast(111%);
}

.home .business__image {
  position: relative;
}

@media screen and (max-width: 999px) {
  .home .business__image {
    grid-area: img;
  }
}

.home .business__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #B7E3FF;
  opacity: 0.2;
}

.home .business__image img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .home .business__image img {
    max-height: 40rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 999px) {
  .home .business__detail {
    grid-area: txt;
  }
}

@media screen and (max-width: 999px) {
  .home .business__btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.home .company {
  padding: 8.5rem 0 14.5rem;
  background: url("../img/common/bg_company-top.png") center/cover no-repeat;
}

@media screen and (max-width: 999px) {
  .home .company {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .home .company {
    padding: 3rem 0;
  }
}

.home .company__wrapper {
  max-width: 1640px;
  width: calc(100% - 3rem);
  padding-left: 7rem;
}

@media screen and (max-width: 1300px) {
  .home .company__wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .home .company__wrapper {
    margin: 0 auto;
  }
}

.home .company__row {
  width: calc(100% - 3rem);
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .home .company__row {
    width: 100%;
  }
}

.home .company__row:nth-child(2) {
  max-width: 1380px;
  margin: 0 auto 0 27rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1700px) {
  .home .company__row:nth-child(2) {
    margin-left: auto;
  }
}

@media screen and (max-width: 999px) {
  .home .company__row:nth-child(2) {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .home .company__row:nth-child(2) {
    grid-template-columns: 1fr;
  }
}

.home .company__banner01 {
  margin-bottom: 4.2rem;
  border-radius: 2rem;
  box-shadow: 7px 7px 6px rgba(44, 185, 200, 0.23);
}

@media screen and (max-width: 767px) {
  .home .company__banner01 {
    width: 100%;
    max-height: 20rem;
    margin-bottom: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home .company__banner02 {
  border-radius: 2rem;
  box-shadow: 7px 7px 6px rgba(44, 185, 200, 0.23);
}

@media screen and (max-width: 767px) {
  .home .company__banner02 {
    height: 28rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home .company__content {
  max-width: 53.7rem;
  height: -moz-max-content;
  height: max-content;
  padding: 5.5rem 10rem;
  margin-left: -10rem;
  margin-top: -20rem;
  border-radius: 2rem;
  background: #FFFFFF;
}

@media screen and (max-width: 1300px) {
  .home .company__content {
    padding: 3.5rem 5rem;
  }
}

@media screen and (max-width: 999px) {
  .home .company__content {
    padding: 3rem;
    margin: 0;
  }
}

@media screen and (max-width: 999px) {
  .home .company__content {
    padding: 3rem 1.5rem;
    margin: 0;
  }
}

.home .company__content .subtxt {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.home .company__content .titletxt {
  margin-bottom: 2.3rem;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .home .company__content .titletxt {
    line-height: 1.3;
  }
}

.home .company__content p.txt {
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 1300px) {
  .home .company__btn {
    display: flex;
    justify-content: center;
  }
}

.home .okbbrand {
  background: url("../img/common/bg_okbbrand-top.png") center/cover no-repeat;
  display: grid;
  grid-template-columns: calc(50% + 1rem) calc(50% - 1rem);
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .home .okbbrand {
    grid-template-columns: 40% 60%;
  }
}

@media screen and (max-width: 1300px) {
  .home .okbbrand {
    grid-template-columns: 60% 40%;
  }
}

@media screen and (max-width: 767px) {
  .home .okbbrand {
    grid-template-columns: 1fr;
  }
}

.home .okbbrand__col {
  align-self: stretch;
}

.home .okbbrand__col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 0;
}

.home .okbbrand__col:first-child p.txt {
  max-width: 64.5rem;
  width: calc(100% - 1.5rem);
  margin-bottom: 3rem;
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.22);
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .home .okbbrand__col:first-child p.txt {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .home .okbbrand__col:first-child p.txt {
    margin-bottom: 2rem;
  }
}

.home .okbbrand__col:first-child .btn {
  min-width: 30rem;
  min-height: 5.7rem;
  box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.22);
  letter-spacing: 2px;
  font-weight: 800;
}

.home .okbbrand__col:first-child .btn .txt {
  color: #03BAB2;
  text-shadow: none;
}

.home .okbbrand__col:first-child .btn::before {
  background: #04d3d9;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.22);
}

.home .okbbrand__title {
  margin-bottom: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 767px) {
  .home .okbbrand__title {
    font-size: 3.8rem;
  }
}

.home .okbbrand__banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .home .okbbrand__banners {
    grid-template-columns: repeat(2, 1fr);
  }

  .home .okbbrand__banners img:last-child {
    grid-column: span 2;
    width: 100%;
    max-height: 33rem;
  }
}

@media screen and (max-width: 767px) {
  .home .okbbrand__banners {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2rem;
  }

  .home .okbbrand__banners img:last-child {
    grid-column: span 1;
  }
}

.home .okbbrand__banners img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home .contact {
  padding: 9.8rem 0 10rem;
}

@media screen and (max-width: 999px) {
  .home .contact {
    padding: 12.6rem 0 5rem;
  }
}

@media screen and (max-width: 767px) {
  .home .contact {
    padding: 3rem 0;
  }
}

.home .contact__wrapper {
  max-width: 1240px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  padding: 3.2rem 5.6rem 3.4rem;
  border: 0.6rem solid transparent;
  border-radius: 2.2rem;
  background: url("../img/common/bg_contact-top.png") center/cover no-repeat padding-box, linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #02FFAE, #06ADFF) border-box;
  position: relative;
}

@media screen and (max-width: 999px) {
  .home .contact__wrapper {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .home .contact__wrapper {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}

.home .contact__inner {
  max-width: 75.2rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 999px) {
  .home .contact__inner {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .home .contact__inner {
    max-width: 100%;
    min-height: 60rem;
    max-height: 70rem;
  }
}

.home .contact__inner p {
  font-weight: 500;
}

.home .contact__title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #02FFAE 0%, #04DCD1 33%, #06ADFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 1200px) {
  .home .contact__title {
    font-size: 6.3rem;
  }
}

@media screen and (max-width: 999px) {
  .home .contact__title {
    font-size: 5.7rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .home .contact__title {
    font-size: 4.2rem;
    margin-bottom: 1rem;
  }
}

.home .contact__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.7rem;
  margin-top: 3rem;
}

@media screen and (max-width: 999px) {
  .home .contact__btns {
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home .contact__btns {
    margin-top: 90%;
  }
}

.home .contact__btns .btn--style01:hover {
  background-size: initial;
  background-position: initial;
}

.home .contact__btns .btn--style02 .txt {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
}

.home .contact__btns>* {
  max-width: 50%;
  flex-basis: 50%;
  max-height: 10.2rem;
  min-height: 8.4rem;
  align-self: stretch;
  padding: 1.75rem 0;
}

@media screen and (max-width: 999px) {
  .home .contact__btns>* {
    max-width: 70%;
    flex-basis: 70%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home .contact__btns>* {
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
    min-height: 6.4rem;
    padding: 1rem 0;
  }
}

.home .contact__btns .infor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home .contact__btns .infor .txt:not(:last-child) {
  margin-bottom: 0.7rem;
}

.home .contact__btns .infor .txt:nth-child(2) {
  font-family: "M PLUS 1p", sans-serif;
}

.home .contact__btns .infor .txt.time {
  font-size: 12px;
  font-family: "M PLUS 1p", sans-serif;
}

.home .contact__banner {
  text-align: right;
  position: absolute;
  bottom: -1px;
  right: 2.9rem;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .home .contact__banner {
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .home .contact__banner {
    width: 100%;
    right: 0;
  }

  .home .contact__banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  .home .contact__banner .banner-pc {
    width: 90%;
  }
}

.advertisement__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.advertisement__bg {
  width: 100%;
  background-color: #dce3ef;
  border-radius: 7rem  0 0 0;
}
.advertisement__bg__triangle {
  width: 100%;
  aspect-ratio: 1675 / 130;
  background-color: #dce3ef;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -1px;
  margin-bottom: 5rem;
}

.advertisement__title {
  padding-top: 10rem;
  margin-bottom: 5.5rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 999px) {
  .advertisement__title {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__title {
    padding-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  .advertisement__bg {
    border-radius: 2rem  0 0 0;
  }
}

/*
.advertisement__title::before {
  content: "";
  width: 11.5rem;
  height: 1.5rem;
  background: #69B6E6;
  position: absolute;
  left: 11.5rem;
  bottom: 0.8rem;
  z-index: -1;
}
  */

.advertisement__title span.wavy {
  text-decoration: underline wavy #144696;
  text-underline-offset: 10px; 
}

@media screen and (max-width: 767px) {
/*
  .advertisement__title::before {
    left: 8.5rem;
    bottom: -0.2rem;
  }
*/


}

.advertisement__problem {
  width: 100%;
  text-align: center;
  padding: 0 40px;
  position: relative;
}

/*
@media screen and (max-width: 999px) {
  .advertisement__problem {
    margin-top: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__problem {
    margin-top: 0;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__problem .human-problem {
    transform: scale(0.7);
  }
}
*/

@media screen and (max-width: 767px) {
  .advertisement__problem {
    padding-bottom: 3rem;
  }
  .advertisement__problem .human-problem {
    transform: scale(1);
    margin: 4rem auto 0;
  }
}

/*
@media screen and (max-width: 767px) {
  .advertisement__problem .problems {
    width: calc(100% - 3rem);
    margin: 0 auto;
  }
}

.advertisement__problem .problem01 {
  position: absolute;
  top: -1.5rem;
  left: 19%;
}

@media screen and (max-width: 1600px) {
  .advertisement__problem .problem01 {
    left: 11%;
  }
}

@media screen and (max-width: 1200px) {
  .advertisement__problem .problem01 {
    left: 4%;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__problem .problem01 {
    left: -1%;
    transform: scale(0.8);
  }
}

.advertisement__problem .problem02 {
  position: absolute;
  top: -21.3rem;
  left: 32.4%;
}

@media screen and (max-width: 1600px) {
  .advertisement__problem .problem02 {
    left: 24.4%;
  }
}

@media screen and (max-width: 1200px) {
  .advertisement__problem .problem02 {
    left: 15.4%;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__problem .problem02 {
    left: 11.4%;
    transform: scale(0.8);
  }
}

.advertisement__problem .problem03 {
  position: absolute;
  top: -21.3rem;
  right: 29.9%;
}

@media screen and (max-width: 1600px) {
  .advertisement__problem .problem03 {
    right: 23.9%;
  }
}

@media screen and (max-width: 1200px) {
  .advertisement__problem .problem03 {
    right: 15.9%;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__problem .problem03 {
    right: 11.8%;
    transform: scale(0.8);
  }
}

.advertisement__problem .problem04 {
  position: absolute;
  top: -1.5rem;
  right: 16.5%;
}

@media screen and (max-width: 1600px) {
  .advertisement__problem .problem04 {
    right: 9.5%;
  }
}

@media screen and (max-width: 1200px) {
  .advertisement__problem .problem04 {
    right: 2.5%;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__problem .problem04 {
    right: -1%;
    transform: scale(0.8);
  }
}
  */

@media screen and (max-width: 767px) {
  .advertisement__problem .problem-sp {
    width: 100%;
    margin-bottom: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.advertisement__icon {
  margin: 6rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .advertisement__icon {
    margin: 1rem 0;
  }
}

.advertisement__box {
  max-width: 93rem;
  width: calc(100% - 3rem);
  padding: 3.1rem 0;
  margin: 0 auto;
  background: url("../img/advertisement/bg01-advertisement.png") center/cover no-repeat;
  border-radius: 2.2rem;
}

@media screen and (max-width: 1200px) {
  .advertisement__box {
    max-width: 96.6rem;
    width: calc(100% - 6rem);
  }
}

@media screen and (max-width: 767px) {
  .advertisement__box {
    max-width: 100%;
    width: 100%;
    padding: 3rem 1.5rem;
  }
}

.advertisement__box .title {
  margin-bottom: 2rem;
  font-family: "Yu Gothic", sans-serif;
  font-size: 4.1rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .advertisement__box .title {
    font-size: 2.6rem;
  }
}

.advertisement__box .title span {
  font-family: "M PLUS 1p", sans-serif;
}

.advertisement__box .subtitle {
  display: inline-block;
  margin-bottom: 2.5rem;
  font-weight: 600;
  position: relative;
}

.advertisement__box .subtitle::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffd93d;
  border-radius: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.advertisement__box .content {
  max-width: 51rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
  padding: 3rem 3.5rem;
  background: #FFFFFF;
  border-radius: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .advertisement__box .content {
    max-width: 46.6rem;
    width: calc(100% - 6rem);
  }
}

@media screen and (max-width: 999px) {
  .advertisement__box .content {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__box .content {
    max-width: 100%;
    width: 100%;
    padding: 1.5rem;
  }
}

.advertisement__box .bottom__box {
  position: relative;
}

.advertisement__box .banner {
  max-width: 16rem;
  position: absolute;
  bottom: 0;
}

.advertisement__box .banner.human01 {
  left: 2.4rem;
}

.advertisement__box .banner.human02 {
  right: 2.4rem;
}

.advertisement__box .banner-sp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem auto;
}

.advertisement__list {
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 999px) {
  .advertisement__list {
    font-size: 14px;
  }
}

.advertisement__list li {
  padding-left: 2.6rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.advertisement__list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
}

.advertisement__list li:first-child::before {
  background: #02FEAF;
}

.advertisement__list li:nth-child(2)::before {
  background: #03f5b8;
}

.advertisement__list li:nth-child(3)::before {
  background: #03e8c4;
}

.advertisement__list li:nth-child(4)::before {
  background: #04dcd0;
}

.advertisement__list li:nth-child(5)::before {
  background: #04cddf;
}

.advertisement__list li:nth-child(6)::before {
  background: #05bfed;
}

.advertisement__list li:last-child::before {
  background: #06ADFF;
}

.advertisement__mess {
  max-width: 1170px;
  width: calc(100% - 3rem);
  margin: 22.5rem auto 7.1rem;
  padding: 2.6rem 9rem;
  text-align: center;
  border-radius: 2.2rem;
  border: 0.4rem solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%) border-box;
  position: relative;
}

@media screen and (max-width: 999px) {
  .advertisement__mess {
    max-width: 100%;
    padding: 2.6rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__mess {
    margin: 12rem auto 4rem;
    padding: 4rem 1.5rem 2rem;
  }
}

.advertisement__mess::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #FFFFFF;
  border-left: 0.4rem solid #04c8e3;
  border-bottom: 0.4rem solid #04c8e3;
  position: absolute;
  bottom: -2.15rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.advertisement__mess .banner {
  position: absolute;
  top: -4.5rem;
  left: 8.8rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
  .advertisement__mess .banner {
    width: 24.4rem;
    left: 5.8rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__mess .banner {
    left: 0;
  }
}

.advertisement__mess .mess-title {
  margin-bottom: 0.5rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  line-height: 1.62;
}

@media screen and (max-width: 767px) {
  .advertisement__mess .mess-title {
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__mess .mess-title .title-under_grd {
    background: linear-gradient(90deg, #02FFAE 0%, #04DCD1 33%, #06ADFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}

.advertisement__mess .mess-title .title-under_grd::before {
  width: calc(100% + 1.5rem);
  height: 1.6rem;
  opacity: 60%;
  border-radius: unset;
  bottom: 2rem;
  left: -0.75rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .advertisement__mess .mess-title .title-under_grd::before {
    display: none;
  }
}

.advertisement__bottom {
  padding: 9rem 3rem;
  background: linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%);
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .advertisement__bottom {
    padding: 7rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__bottom {
    padding: 2rem 1.5rem;
  }
}

.advertisement__bottom .cont-inner {
  max-width: 1332px;
  margin: 0 auto;
}

.advertisement__bottom .txt-box {
  min-height: 9rem;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .txt-box {
    padding: 0 2rem;
  }
}

.advertisement__bottom .txt-box span {
  font-family: "Yu Gothic", sans-serif;
  line-height: 1;
  font-size: 3.7rem;
  font-weight: 900;
  color: #32A0E6;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .advertisement__bottom .txt-box span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__bottom .txt-box span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .txt-box span {
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}

.advertisement__bottom .txt-box span::before,
.advertisement__bottom .txt-box span::after {
  content: "";
  width: 3.5rem;
  height: 0.6rem;
  background: #32A0E6;
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%) rotate(60deg);
}

@media screen and (max-width: 767px) {

  .advertisement__bottom .txt-box span::before,
  .advertisement__bottom .txt-box span::after {
    height: 0.3rem;
    left: -3rem;
  }
}

.advertisement__bottom .txt-box span::after {
  left: unset;
  right: -4.5rem;
  transform: translateY(-50%) rotate(-60deg);
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .txt-box span::after {
    left: unset;
    right: -3rem;
  }
}

.advertisement__bottom .txt-underline {
  display: inline-block;
  margin-top: 4.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-text-decoration: underline solid #FFFFFF 4px;
  text-decoration: underline solid #FFFFFF 4px;
  text-underline-offset: 2rem;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .advertisement__bottom .txt-underline {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__bottom .txt-underline {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .txt-underline {
    margin-top: 2rem;
    font-size: 1.9rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    letter-spacing: 2px;
  }
}

.advertisement__bottom .list-card {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 1300px) {
  .advertisement__bottom .list-card {
    gap: 1rem;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__bottom .list-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .list-card {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}

.advertisement__bottom .list-card .card-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 3.1rem 4.8rem 4.1rem;
  background: #FFFFFF;
  border-radius: 3rem;
}

@media screen and (max-width: 1400px) {
  .advertisement__bottom .list-card .card-item {
    padding: 2.1rem 2rem 2.1rem;
  }
}

@media screen and (max-width: 1200px) {
  .advertisement__bottom .list-card .card-item {
    padding: 2.1rem 1.5rem 2.1rem;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__bottom .list-card .card-item {
    padding: 3.1rem 2rem 4.1rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .list-card .card-item {
    padding: 2rem 1rem;
  }
}

.advertisement__bottom .list-card .card-item:first-child .card-flag {
  background: linear-gradient(113deg, #02FFAE 0%, #04DCD1 23%, #06ADFF 100%);
}

.advertisement__bottom .list-card .card-item:nth-child(2) ol li:first-child {
  letter-spacing: -1.2px;
}

@media screen and (max-width: 999px) {
  .advertisement__bottom .list-card .card-item:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .list-card .card-item:last-child {
    grid-column: 1;
    width: 100%;
  }
}

.advertisement__bottom .list-card .card-item:not(:first-child) .card-flag {
  background: #05B3F9;
}

.advertisement__bottom .list-card .card-flag {
  min-height: 6.2rem;
  margin-bottom: 4rem;
  padding: 0 2.5rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 10rem;
}

@media screen and (max-width: 1200px) {
  .advertisement__bottom .list-card .card-flag {
    font-size: 3.1rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 999px) {
  .advertisement__bottom .list-card .card-flag {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .advertisement__bottom .list-card .card-flag {
    min-height: auto;
    font-size: 2.6rem;
  }
}

.advertisement__bottom .list-card .card-title {
  display: inline-block;
  margin-top: 4rem;
  font-weight: 900;
  color: #32A0E6;
  position: relative;
}

@media screen and (max-width: 999px) {
  .advertisement__bottom .list-card .card-title {
    margin-top: 2rem;
  }
}

.advertisement__bottom .list-card .card-title::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #32A0E6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.advertisement__bottom .list-card ol,
.advertisement__bottom .list-card ul {
  width: 100%;
  text-align: left;
  font-weight: 600;
  line-height: 1.5;
}

.advertisement__bottom .list-card ol li {
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.advertisement__bottom .list-card ol li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: -0.4rem;
  width: auto;
  font-size: 2rem;
  font-weight: 900;
  color: #32A0E6;
}

@media screen and (max-width: 1200px) {
  .advertisement__bottom .list-card ol li::before {
    top: -0.3rem;
  }
}

.advertisement__bottom .list-card ul li {
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.advertisement__bottom .list-card ul li::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  transform: translateY(-50%);
}

.merchandise__inner {
  max-width: 1064px;
  width: calc(100% - 6rem);
  margin: 0 auto 0 26rem;
  padding: 10rem 0;
}

@media screen and (max-width: 1400px) {
  .merchandise__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .merchandise__inner {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .merchandise__inner {
    width: calc(100% - 3rem);
    padding: 3rem 0;
  }
}

.merchandise__inner p {
  font-weight: 600;
}

.merchandise__title {
  font-family: "Yu Gothic", sans-serif;
  line-height: 1.05;
  letter-spacing: 1px;
}

.merchandise__title:nth-child(6) {
  margin-top: 12.5rem;
}

@media screen and (max-width: 999px) {
  .merchandise__title:nth-child(6) {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 999px) {
  .merchandise__title img {
    max-width: 80%;
  }
}

.merchandise__subtitle {
  margin-top: 2rem;
  font-weight: 900;
  color: #06ADFF;
}

.merchandise__subtitle:nth-child(8) {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .merchandise__subtitle:nth-child(8) {
    margin-top: 2rem;
  }
}

.merchandise__shop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 7rem;
  width: -moz-max-content;
  width: max-content;
  margin: 3rem 0 12.5rem;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .merchandise__shop {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .merchandise__shop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
  }
}

.merchandise__shop .col {
  text-align: center;
}

.merchandise__shop .col:first-child .btn--style05 {
  /* background: linear-gradient(to bottom, #f5b300 0%, #ffbc1f 55%, #f3b300 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 2px 2px 0 #d89a00; */
  background: linear-gradient(to bottom, #172757 0%, #1b3c9d 55%, #244095 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 2px 2px 0 #142864;
}

.merchandise__shop .col:first-child .btn--style05 .btn__icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(36%) saturate(1734%) hue-rotate(194deg) brightness(88%) contrast(94%);
}

.merchandise__shop .col:last-child .btn--style05 {
  background: #E1093D;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 2px 2px 0 #E1093D;
}

.merchandise__shop .col:last-child .btn--style05 .btn__icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(6218%) hue-rotate(339deg) brightness(90%) contrast(111%);
}

.merchandise__shop .col p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merchandise__shop .col p {
    text-align: left;
  }
}

.merchandise__shop .txtbtn {
  margin-bottom: 2rem;
  line-height: 1;
  font-weight: 600;
}

.merchandise__shop .imgbtn {
  margin-bottom: 1rem;
}

.merchandise__list {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .merchandise__list {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.merchandise__list li::before {
  width: 1rem;
  height: 1rem;
}

.merchandise__list li:first-child::before {
  background: #06ADFF;
}

.merchandise__list:nth-child(4) {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .merchandise__list:nth-child(4) {
    margin-bottom: 5rem;
  }
}

.merchandise__banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
  margin-top: 4rem;
}

@media screen and (max-width: 999px) {
  .merchandise__banners {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .merchandise__banners.banners01 {
    grid-template-columns: 1fr;
  }
}

.merchandise__banners.banners03 {
  margin-top: 13rem;
}

@media screen and (max-width: 999px) {
  .merchandise__banners.banners03 {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 999px) {

  .merchandise__banners.banners02,
  .merchandise__banners.banners03 {
    grid-template-columns: repeat(3, 1fr);
    position: relative;
  }
}

@media screen and (max-width: 767px) {

  .merchandise__banners.banners02,
  .merchandise__banners.banners03 {
    grid-template-columns: 1fr;
  }
}

.merchandise__banners .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 20rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .merchandise__banners .banner {
    max-height: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .merchandise__banners .banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.font-m-plus {
  font-family: "M PLUS 1p", sans-serif;
}

.font-cjk {
  font-family: "Noto Sans CJK JP", sans-serif;
}

.fw-bold {
  font-weight: 700;
}

.content-page {
  margin-top: 16.1rem;
}

@media screen and (max-width: 999px) {
  .content-page {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page {
    margin-top: 8rem;
  }
}

.content-page .page-banner {
  margin-top: 9.6rem;
  margin-bottom: 11.3rem;
}

@media screen and (max-width: 999px) {
  .content-page .page-banner {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page .page-banner {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.content-page .page-banner .page-banner__bg {
  position: relative;
}

.content-page .page-banner .page-banner__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(183, 227, 255, 0.1);
}

.content-page .page-banner .page-banner__bg img {
  min-height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.content-page .page-banner .page-banner__bg-bottom {
  text-align: right;
  margin-top: 5.5rem;
}

@media screen and (max-width: 999px) {
  .content-page .page-banner .page-banner__bg-bottom {
    margin-top: 1rem;
  }
}

.contact-page .container {
  max-width: 112rem;
}

.contact-page .contact {
  margin-left: 1rem;
}

@media screen and (max-width: 1200px) {
  .contact-page .contact {
    margin-left: 0;
  }
}

.bg-footer {
  margin-bottom: 0.343rem;
  margin-top: 11.7rem;
}

@media screen and (max-width: 999px) {
  .bg-footer {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .bg-footer {
    margin-top: 4rem;
  }
}

.policy-page .page-banner .page-banner__bg {
  position: relative;
}

.policy-page .page-banner .page-banner__bg::before {
  display: none;
}

.heading-wrap,
.heading-sub {
  margin-left: 14.1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 999px) {

  .heading-wrap,
  .heading-sub {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 767px) {

  .heading-wrap,
  .heading-sub {
    margin-left: 0;
  }
}

.heading-wrap {
  font-size: 6rem;
  color: #1a1a1a;
  z-index: 2;
  font-family: "M PLUS 1p", sans-serif;
}

@media screen and (max-width: 767px) {
  .heading-wrap {
    font-size: 4rem;
  }
}

.heading-line {
  width: 29.2212rem;
  margin-left: -1rem;
}

.heading-sub {
  margin-top: 0.6rem;
  font-weight: 600;
  font-size: 1.8rem;
}

.under_symbol {
  position: relative;
}

.under_symbol::before {
  position: absolute;
  content: url("../img/common/symbol-undertitle.png");
  top: 2.4rem;
  left: 0.5rem;
  z-index: -1;
}

span.red {
  color: #eb1c24;
}

.form__form {
  margin-top: 10.2rem;
}

@media screen and (max-width: 999px) {
  .form__form {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .form__form {
    margin-top: 3rem;
  }
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.8rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form__row:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .form__row.email {
    margin-bottom: 0;
  }

  .form__row.email .form__field {
    margin-bottom: 0;
  }
}

.form__row.textarea {
  transform: translateY(1.1rem);
  align-items: start;
}

@media screen and (max-width: 767px) {
  .form__row.textarea {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .form__row {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.form__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.form__label {
  font-weight: 600;
  width: calc(100% - 91.4rem);
}

@media screen and (max-width: 999px) {
  .form__label {
    width: calc(100% - 74rem);
  }
}

.required {
  color: #eb1c24;
  margin-left: 0.3rem;
}

.form__field {
  width: 91.4rem;
}

@media screen and (max-width: 999px) {
  .form__field {
    width: 74rem;
  }
}

@media screen and (max-width: 767px) {
  .form__field {
    width: 100%;
  }
}

.form__field .form-input,
.form__field .form-textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 1rem;
  padding: 1rem 2rem;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  min-height: 5.4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {

  .form__field .form-input,
  .form__field .form-textarea {
    min-height: 5rem;
  }
}

.form__field .form-input.form-input__view,
.form__field .form-textarea.form-input__view {
  overflow-y: auto;
}

.form__field .form-input.is-error,
.form__field .form-textarea.is-error {
  border: 1px solid red;
}

.form__field .form-input::-moz-placeholder,
.form__field .form-textarea::-moz-placeholder {
  color: #999;
}

.form__field .form-input::placeholder,
.form__field .form-textarea::placeholder {
  color: #999;
}

.email-error {
  margin-top: 8px;
  color: #e00;
  font-size: 14px;
}

.form__field .form-textarea {
  height: 22rem;
  resize: none;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  margin-top: 2.4rem;
}

.form__example {
  line-height: 4px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .form__example {
    display: block;
    margin-top: 2rem;
  }
}

/* 郵便番号 */
.zip {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-left: 1.6rem;
}

.zip_mark {
  color: #999;
}

.zip_input {
  width: 20.1rem !important;
}

@media screen and (max-width: 767px) {
  .zip_input {
    width: 100%;
  }
}

/* Radio */
.label-radio {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .label-radio {
    display: block;
  }
}

.custom-radio {
  display: block;
  margin-right: 3.2rem;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 999px) {
  .custom-radio {
    width: 21rem;
  }
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  width: -moz-max-content;
  width: max-content;
}

.custom-radio span {
  position: relative;
  padding-left: 3.2rem;
}

.custom-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #1a1a1a;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.custom-radio.radio-error span::before {
  border: 0.1rem solid #d00;
}

.custom-radio input:checked+span::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: #0074d9;
  border-radius: 50%;
}

/* Checkbox */
.form__agree {
  width: 61.6rem;
  margin: 6.6rem auto 4.1rem;
  padding: 0 1.6rem;
  border: 0.1rem solid #ccc;
  border-radius: 1rem;
  text-align: center;
  height: 5.8rem;
}

@media screen and (max-width: 999px) {
  .form__agree {
    margin: 3rem auto 4.1rem;
  }
}

.form__agree label {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
  height: 100%;
}

.form__agree input {
  width: auto;
  height: auto;
}

.form__agree a {
  color: #32a0e6;
  border-bottom: 1px solid #32a0e6;
  line-height: 1.3;
}

.form__agree a:hover {
  border-bottom: none;
}

.custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: max(1.35996rem, 11px);
  height: max(1.35996rem, 11px);
  border: 1px solid #1a1a1a;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-left: -2.4rem;
}

.custom-checkbox input[type=checkbox]:checked {
  background-color: #0072af;
  border-color: #0072af;
}

.custom-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: relative;
  display: block;
  width: 4px;
  top: -0.2rem;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 2px auto;
}

.form__desc p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

/* Button */
.form__btn {
  margin-top: 3rem;
}

.form__btn .btn {
  margin-left: 26.5rem;
  min-width: 35rem;
  min-height: 7.4rem;
}

@media screen and (max-width: 999px) {
  .form__btn .btn {
    margin-left: 14rem;
  }
}

@media screen and (max-width: 767px) {
  .form__btn .btn {
    margin: 0 auto;
  }
}

.double_btn {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .double_btn {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-top: 3rem;
  }
}

/* Responsive */
@media screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }

  .zip {
    gap: 1rem;
    padding-left: 0;
  }

  .zip_input {
    width: 12rem !important;
  }

  .form__agree {
    width: 100%;
  }

  .form__submit button {
    width: 100%;
    max-width: 30rem;
  }
}

.policy-page .container {
  max-width: 123.6rem;
}

.policy-page .container .policy {
  margin-left: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .policy-page .container .policy {
    margin-left: 0;
  }
}

.policy__content {
  margin-top: 10.6rem;
  padding-right: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .policy__content {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 999px) {
  .policy__content {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .policy__content {
    margin-top: 4rem;
    padding-right: 0;
  }
}

.policy__content .item {
  position: relative;
  padding: 0.5rem 3.1rem;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .policy__content .item {
    padding: 0.5rem 0rem 0.5rem 1.3rem;
  }
}

.policy__content .item ul {
  padding: 0;
  margin: 0;
}

.policy__content .item ul li {
  position: relative;
  list-style: none;
  padding-left: 1.1rem;
}

.policy__content .item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875em;
  width: 0.31035rem;
  height: 0.31035rem;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}

.policy__content .item ul li+li {
  margin-top: -0.1rem;
}

@media screen and (max-width: 999px) {
  .policy__content .item ul li+li {
    margin-top: 0.5rem;
  }
}

.policy__content .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}

.policy__content .item:nth-child(1)::before {
  background: linear-gradient(to bottom, #02ffae 0%, #03f1b9 100%);
}

.policy__content .item:nth-child(2)::before {
  background: linear-gradient(to bottom, #03f1b9 0%, #04e3c5 100%);
}

.policy__content .item:nth-child(3)::before {
  background: linear-gradient(to bottom, #04e3c5 0%, #05d4d0 100%);
}

.policy__content .item:nth-child(4)::before {
  background: linear-gradient(to bottom, #05d4d0 0%, #05c5dc 100%);
}

.policy__content .item:nth-child(5)::before {
  background: linear-gradient(to bottom, #05c5dc 0%, #06b6e7 100%);
}

.policy__content .item:nth-child(6)::before {
  background: linear-gradient(to bottom, #06b6e7 0%, #06b0f3 100%);
}

.policy__content .item:nth-child(7)::before {
  background: linear-gradient(to bottom, #06b0f3 0%, #06adff 100%);
}

.policy__content .item+.item {
  margin-top: 4rem;
}

.policy__date {
  text-align: end;
  margin-top: 7.5rem;
}

@media screen and (max-width: 999px) {
  .policy__date {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .policy__date {
    margin-top: 2rem;
  }
}

.policy__box {
  border: 2px solid transparent;
  border-radius: 2rem;
  margin-top: 7.8rem;
  padding: 3.9rem 14rem;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #02ffae, #06adff) border-box;
}

.policy__box .mt {
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .policy__box .mt {
    margin-top: 1rem;
  }
}

.policy__box .link-contact {
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #02ffae, #06adff) 1;
  border-image: linear-gradient(to right, #02ffae, #06adff) 1;
}

@media screen and (max-width: 999px) {
  .policy__box {
    margin-top: 5rem;
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .policy__box {
    margin-top: 4rem;
    padding: 2rem 1rem;
  }
}

.company-page .container {
  max-width: 118.7rem;
}

.company-page .heading60 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
}

.company-page .title-under_grd {
  margin-bottom: 3.2rem;
}

.company-page .title-under_grd::before {
  height: 0.4rem;
}

.desc {
  display: flex;
  gap: 14rem;
}

@media screen and (max-width: 1200px) {
  .desc {
    gap: 5rem;
  }
}

@media screen and (max-width: 999px) {
  .desc {
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .desc {
    gap: 1rem;
  }
}

.desc .txt-fs16 {
  line-height: 1.9375;
}

.desc-title {
  flex-shrink: 0;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #32a0e6;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 999px) {
  .desc-title {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .desc-title {
    font-size: 2.2rem;
  }
}

.desc-title span {
  display: block;
  font-kerning: normal;
  font-feature-settings: "palt";
  text-indent: -0.1em;
}

.desc-content {
  letter-spacing: -0.7px;
}

.desc-company {
  margin-top: 6.1rem;
  font-size: 14px;
}

.desc-company span {
  font-size: 3.2rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .desc-company span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 999px) {
  .desc-company {
    margin-top: 2rem;
  }
}

.pt {
  padding-top: 21.4rem;
}

@media screen and (max-width: 999px) {
  .pt {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .pt {
    padding-top: 8rem;
  }
}

.pt.history-pt {
  padding-top: 22.7rem;
}

.pt.history-pt .title-under_grd {
  margin-bottom: 2.7rem;
}

@media screen and (max-width: 767px) {
  .pt.history-pt {
    padding-top: 8rem;
  }
}

.pt.address {
  padding-top: 20.4rem;
}

@media screen and (max-width: 767px) {
  .pt.address {
    padding-top: 8rem;
  }
}

.company-info {
  margin-top: 6.1rem;
}

@media screen and (max-width: 767px) {
  .company-info {
    margin-top: 3rem;
  }
}

.company-info .item {
  position: relative;
  display: grid;
  grid-template-columns: 10.6334rem 1fr;
  -moz-column-gap: 12rem;
  column-gap: 12rem;
  padding: 4.2rem 3.3rem 4rem;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #02ffae, #06adff) 1;
  border-image: linear-gradient(to right, #02ffae, #06adff) 1;
}

.company-info .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14.3334rem;
  height: 3px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .company-info .item::before {
    width: 10rem;
  }
}

.company-info .item.border1::before {
  background: linear-gradient(to bottom right, #02ffae 0%, #02f2ba 100%);
}

.company-info .item.border2::before {
  background: linear-gradient(to bottom right, #02f2ba 0%, #03e5c6 100%);
}

.company-info .item.border3::before {
  background: linear-gradient(to bottom right, #03e5c6 0%, #03d8d2 100%);
}

.company-info .item.border4::before {
  background: linear-gradient(to bottom right, #03d8d2 0%, #04cbde 100%);
}

.company-info .item.border5::before {
  background: linear-gradient(to bottom right, #04cbde 0%, #05beeb 100%);
}

.company-info .item.border6::before {
  background: linear-gradient(to bottom right, #05beeb 0%, #05b4f0 100%);
}

.company-info .item.border7::before {
  background: linear-gradient(to bottom right, #05b4f0 0%, #06b1f6 100%);
}

.company-info .item.border8::before {
  background: linear-gradient(to bottom right, #06b1f6 0%, #06afff 100%);
}

.company-info .item.border9::before {
  background: linear-gradient(to bottom right, #06afff 0%, #06adff 100%);
}

@media screen and (max-width: 767px) {
  .company-info .item {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
}

.company-info .label {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .company-info .label {
    font-size: 1.7rem;
  }
}

.company-info .value {
  font-size: max(1.8rem, 14px);
}

@media screen and (max-width: 767px) {
  .company-info .value {
    font-size: 1.5rem;
  }
}

.history {
  position: relative;
}

.history .text {
  flex: 1;
  font-size: max(1.8rem, 16px);
}

@media screen and (max-width: 767px) {
  .history .text {
    font-size: 1.6rem;
  }
}

.history::before {
  content: "";
  position: absolute;
  left: calc(13.25rem + 1px);
  top: 5.9rem;
  bottom: 4rem;
  width: 2px;
  border-left: 2px dotted #d8d8d8;
}

@media screen and (max-width: 999px) {
  .history::before {
    left: 13rem;
    top: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .history::before {
    display: none;
  }
}

.history-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .history-table {
    display: none;
  }
}

.history-table th {
  width: 13.6rem;
  text-align: start;
  font-size: 4.2rem;
  font-weight: 700;
}

.history-table th img {
  padding-top: 2.3rem;
  width: 9.9rem;
}

.history-table th span {
  font-size: max(1.8rem, 16px);
  padding-left: 0.7rem;
}

@media screen and (max-width: 767px) {
  .history-table th span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .history-table th {
    width: 10rem;
    font-size: 3rem;
  }
}

.history-table td {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.7rem;
  font-weight: 700;
  padding: 3.1rem 0 0rem 2.6rem;
}

.history-table td::before {
  content: "";
  position: absolute;
  left: calc(-0.7rem + 1px);
  top: 4.3rem;
  width: calc(0.85625rem + 1px);
  height: 0.85625rem;
  border-radius: 50%;
}

@media screen and (max-width: 999px) {
  .history-table td::before {
    left: -0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .history-table td::before {
    top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .history-table td {
    gap: 0;
    padding: 2rem 0 0 1rem;
  }
}

.history-table tr:last-child td {
  border-left: none;
}

.month {
  width: 4.6rem;
  flex-shrink: 0;
  color: #808080;
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: 700;
}

@media screen and (max-width: 999px) {
  .month {
    width: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .month {
    width: 100%;
    margin-left: 1rem;
  }
}

.history-table tr:nth-child(1) td::before {
  background: #02ffae;
}

.history-table tr:nth-child(2) td::before {
  background: #02f4b8;
}

.history-table tr:nth-child(3) td::before {
  background: #03e9c1;
}

.history-table tr:nth-child(4) td::before {
  background: #03dfc9;
}

.history-table tr:nth-child(5) td::before {
  background: #04d4d2;
}

.history-table tr:nth-child(6) td::before {
  background: #04cadb;
}

.history-table tr:nth-child(7) td::before {
  background: #05bfe4;
}

.history-table tr:nth-child(8) td::before {
  background: #05b5ed;
}

.history-table tr:nth-child(9) td::before {
  background: #06aaf6;
}

.history-table tr:nth-child(10) td::before {
  background: #06a8fb;
}

.history-table tr:nth-child(11) td::before {
  background: #06adff;
}

.company-maps {
  margin-top: 7.1rem;
  height: 64.2rem;
}

.company-maps iframe {
  width: 100%;
  height: 100%;
  border-radius: 4rem;
}

@media screen and (max-width: 767px) {
  .company-maps iframe {
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .company-maps {
    margin-top: 3rem;
    height: 34rem;
  }
}

.btn-map {
  display: grid;
  grid-template-columns: 5rem 1fr 3rem;
  align-items: center;
  width: 17.6rem;
  height: 6.1rem;
  border: 1px solid transparent;
  border-radius: 3.05rem;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #07ffae, #06adff) border-box;
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .btn-map {
    grid-template-columns: 4.5rem 1fr 0rem;
  }
}

.maps__btn {
  margin-top: 3.6rem;
  margin-bottom: 2.2rem;
}

@media screen and (max-width: 767px) {
  .maps__btn {
    margin-top: 2.9rem;
  }
}

.btn-map__icon {
  justify-self: self-end;
  width: 1.8rem;
}

.btn-map span {
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  background: linear-gradient(to right, #07ffae, #06adff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  justify-self: start;
  padding-left: 1rem;
}

.item-year img {
  vertical-align: text-bottom;
}

.history-item+.history-item {
  margin-top: 3rem;
}

.item-info+.item-info {
  margin-top: 1rem;
}

.h3-style {
  margin-bottom: 4.2rem;
  font-size: 3.8rem;
  font-family: "Yu Gothic", sans-serif;
  line-height: 1.05;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .h3-style {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}

.page-style {
  margin-top: 10.8rem;
}

@media screen and (max-width: 767px) {
  .page-style {
    margin-top: 8rem;
  }
}

.page-style .page-banner {
  width: 100%;
  min-height: 25rem;
  height: 29.2rem;
  background: url("../img/common/banner.png") no-repeat center/cover;
}

.page-style .page-banner .page-banner__img {
  margin-left: 21.8%;
  margin-top: -4.6rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 999px) {
  .page-style .page-banner .page-banner__img {
    margin-left: 14%;
    transform: scale(0.7);
  }
}

@media screen and (max-width: 767px) {
  .page-style .page-banner .page-banner__img {
    width: 33.6rem;
    margin-left: 1rem;
    margin-top: -1.6rem;
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .page-style .page-banner {
    height: auto;
    min-height: 20rem;
  }
}

.page-style .cont {
  background-color: rgba(204, 204, 204, 0.25);
  padding: 16.2rem 0;
}

@media screen and (max-width: 1200px) {
  .page-style .cont {
    padding: 8rem 0;
  }
}

@media screen and (max-width: 767px) {
  .page-style .cont {
    padding: 4rem 0;
  }
}

.page-style .cont .cont-container {
  max-width: 167.22495rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  border-radius: 7rem 0 0 7rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-style .cont .cont-container {
    border-radius: 2rem 0 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page-style .cont .cont-container {
    max-width: 100%;
    width: 100%;
  }
}

.page-style.service-page .cont .cont-container .page-style__content {
  width: 119.8rem;
  margin: 0 auto;
  padding: 10.5rem 0rem 10rem 0rem;
  transform: translateX(2.7rem);
}

@media screen and (max-width: 1200px) {
  .page-style.service-page .cont .cont-container .page-style__content {
    padding: 6rem 0 8rem 0;
  }
}

@media screen and (max-width: 999px) {
  .page-style.service-page .cont .cont-container .page-style__content {
    width: calc(100% - 6rem);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .page-style.service-page .cont .cont-container .page-style__content {
    width: calc(100% - 3rem);
    padding: 4rem 0 6rem 0;
  }
}

.page-style .heading-wrap {
  margin-left: 22.5rem;
  padding-right: 0;
  padding-left: 0;
  padding-top: 5.8rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .page-style .heading-wrap {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .page-style .heading-wrap {
    margin-left: 2rem;
    padding-top: 2.8rem;
  }
}

.page-style .page-bg {
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 999px) {
  .page-style .page-bg {
    opacity: 0.5;
  }
}

.page-style.service-page .page-bg {
  right: -25%;
  bottom: -6%;
}

.page-style.travel-page .page-bg {
  right: -12.5%;
  bottom: 0.8%;
}

.page-style.merchandise .page-bg {
  right: -12.1%;
  bottom: 0%;
}

.service__list {
  display: grid;
  grid-template-columns: repeat(3, 35.1rem);
  row-gap: 6.4rem;
  -moz-column-gap: 7.2rem;
  column-gap: 7.2rem;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .service__list {
    -moz-column-gap: 4.4rem;
    column-gap: 4.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .service__list {
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
  }
}

@media screen and (max-width: 999px) {
  .service__list {
    grid-template-columns: repeat(3, 28rem);
  }
}

@media screen and (max-width: 767px) {
  .service__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 2.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
}

.service__list-item {
  width: 100%;
  min-width: 0;
}

.service__list-item:last-child img {
  max-width: 28.6rem;
}

@media screen and (max-width: 999px) {
  .service__list-item:last-child img {
    max-width: 24rem;
  }
}

@media screen and (max-width: 767px) {
  .service__list-item:last-child img {
    max-width: 100%;
  }
}

.service__list-item a {
  margin-top: 2.3rem;
  display: block;
}

@media screen and (max-width: 999px) {
  .service__list-item a {
    display: flex;
    margin-top: 1.3rem;
    align-items: center;
  }

  .service__list-item a .service-btn {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .service__list-item a {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .service__list-item a.txt-fs18 {
    font-size: 1.3rem;
  }
}

.service__img {
  text-align: center;
  overflow: hidden;
}
.service__img img{
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .service__img {
    aspect-ratio: auto;
  }
}

.service__img.border {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(113deg, #02ffae 0%, #04dcd1 23%, #06adff 100%) border-box;
  border-radius: 1rem;
}

.service__img.border img {
  border-radius: 1rem;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.28211rem;
  height: 2.2821rem;
  border-radius: 50%;
  background: linear-gradient(113deg, #02ffae 0%, #04dcd1 23%, #06adff 100%);
  vertical-align: text-bottom;
  margin-left: 1.2rem;
}

.service-btn img {
  width: 0.74985rem;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  padding: 3rem 0;
}

@media screen and (max-width: 999px) {
  .section-title {
    padding: 1rem 0;
  }
}

.section-title h3 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 999px) {
  .section-title h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 1.8rem;
  }
}

.section-title .blue {
  color: #1293d3;
  font-size: 4.5rem;
}

@media screen and (max-width: 767px) {
  .section-title .blue {
    font-size: 3rem;
  }
}

.section-title .highlight {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section-title .highlight {
    display: flex;
  }
}

.section-title .highlight::after {
  content: "";
  position: absolute;
  left: 1.9rem;
  bottom: 0;
  height: 1.8rem;
  background: rgba(255, 255, 0, 0.4);
  width: 32.4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title .highlight::after {
    width: 85%;
  }
}

.section-title .line {
  display: block;
  width: 11.9rem;
  height: 0.3rem;
  background: #000;
  position: relative;
  top: 1.3rem;
}

@media screen and (max-width: 999px) {
  .section-title .line {
    width: 9rem;
  }
}

.section-title .line-left {
  transform: rotate(60deg);
  left: 0.9rem;
}

.section-title .line-right {
  transform: rotate(-60deg);
  right: 0;
}

@media screen and (max-width: 767px) {
  .section-title .line-right {
    right: 0.9rem;
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .section-title {
    gap: 1.5rem;
  }

  .section-title h2 {
    font-size: 2.2rem;
  }

  .section-title .line {
    width: 5rem;
  }
}

.page-style__content {
  padding: 5.3rem 0 7.7rem;
}

@media screen and (max-width: 999px) {
  .page-style__content {
    padding: 2rem 0 5rem;
  }
}

.benefit {
  background: url("../img/travel/bg01.png") no-repeat center/cover;
  margin-top: 3rem;
  padding: 4.4rem 0 6.8rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .benefit {
    padding: 3rem 0 4rem;
  }
}

.benefit::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(18, 147, 211, 0.1);
  z-index: -1;
}

.heading-title {
  width: 67.7rem;
}

@media screen and (max-width: 999px) {
  .heading-title {
    width: 50rem;
  }
}

.travel__inner {
  max-width: 122.2rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.travel__inner.travel__content {
  max-width: 114.1rem;
}

.travel__inner.sales__content {
  max-width: 115.5rem;
}

.benefit__title {
  text-align: center;
}

.benefit__title p {
  font-size: 2.618rem;
  letter-spacing: 2px;
  border-radius: 3.463rem 0 3.463rem 0;
  background: linear-gradient(30deg, #02ffae 0%, #02ffae 0%, #06adff 74%, #06adff 100%);
  width: 41.05706rem;
  height: 6.92609rem;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .benefit__title p {
    width: 100%;
    height: 5rem;
    font-size: 2rem;
  }
}

.benefit__list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .benefit__list {
    margin-top: 3.5rem;
  }
}

.benefit__item {
  width: 28.1rem;
  background: #fff;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.benefit__head {
  height: 23.5rem;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .benefit__head {
    height: 22rem;
  }
}

@media screen and (max-width: 767px) {
  .benefit__head {
    height: 17rem;
  }
}

.benefit__num {
  margin: 2rem 0 4rem;
}

@media screen and (max-width: 999px) {
  .benefit__num {
    margin: 1rem 0 2rem;
  }
}

.benefit__num img {
  width: 4.65rem;
}

@media screen and (max-width: 767px) {
  .benefit__num img {
    width: 3.65rem;
  }
}

.benefit__body {
  display: inline-block;
  min-height: 15.3rem;
  width: 100%;
  background: #32a0e6;
  padding: 2.8rem 2rem 1rem 2rem;
}

@media screen and (max-width: 1200px) {
  .benefit__body {
    padding: 1rem;
  }
}

@media screen and (max-width: 999px) {
  .benefit__body {
    min-height: 10rem;
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .benefit__body {
    min-height: 9rem;
    padding: 1rem 0;
  }
}

.benefit__body p {
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.416;
}

@media screen and (max-width: 999px) {
  .benefit__body p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .benefit__body p {
    font-size: 1.5rem;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767px) {
  .benefit__list {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .benefit__item {
    width: calc(50% - 0.8rem);
  }
}

.benefit__banner-txt {
  width: 100%;
  height: 10.9rem;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(30deg, #02ffae 0%, #02ffae 0%, #06adff 74%, #06adff 100%);
}

@media screen and (max-width: 767px) {
  .benefit__banner-txt {
    padding: 0 1.5rem;
  }
}

.benefit__banner-txt p {
  width: 100%;
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .benefit__banner-txt p {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 999px) {
  .benefit__banner-txt p {
    font-size: 2rem;
  }
}

.travel-page .h3-style {
  margin-bottom: 3.9rem;
  margin-top: 10.5rem;
  font-family: "Yu Gothic", sans-serif;
  line-height: 1.05;
  letter-spacing: 1px;
}

@media screen and (max-width: 999px) {
  .travel-page .h3-style {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}

.travel-page h4 {
  width: 16.35rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background-color: #32a0e6;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2px;
  text-align: center;
  display: grid;
  place-items: center;
  margin-bottom: 3.1rem;
}

@media screen and (max-width: 999px) {
  .travel-page h4 {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
}

.travel-page .btn--style06 {
  min-width: 41.13932rem;
  min-height: 7.99946rem;
  border-radius: 2rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .travel-page .btn--style06 {
    min-width: 100%;
  }
}

.travel-page .btn--style06+.btn--style06 {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .travel-page .btn--style06+.btn--style06 {
    margin-top: 2.5rem;
  }
}

.travel-page .btn--style06.blue {
  background: #32a0e6;
}

.travel-page .btn--style06.blue .btn__icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(91%) saturate(2225%) hue-rotate(178deg) brightness(95%) contrast(90%);
}

.travel-page .btn--style06.orange {
  background: #f0aa32;
}

.travel-page .btn--style06.orange .btn__icon {
  filter: brightness(0) saturate(100%) invert(74%) sepia(53%) saturate(1815%) hue-rotate(351deg) brightness(98%) contrast(92%);
}

.p-style {
  margin-bottom: 5rem;
}

@media screen and (max-width: 999px) {
  .p-style {
    margin-bottom: 3.5rem;
  }
}

.p-style span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #32a0e6;
  margin-right: 0.8rem;
}

.p-style p+p {
  margin-top: 1rem;
}

.package {
  font-size: 2.5rem;
  font-weight: 700;
  color: #32a0e6;
  margin-bottom: 4.3rem;
}

@media screen and (max-width: 999px) {
  .package {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}

.product__box {
  position: relative;
  padding: 0 2.6rem;
  border: 1px solid #32a0e6;
  border-radius: 1rem;
  background: #fff;
  width: 75.9rem;
}

@media screen and (max-width: 767px) {
  .product__box {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.product__box+.product__box {
  margin-top: 4.6rem;
}

@media screen and (max-width: 767px) {
  .product__box+.product__box {
    margin-top: 3rem;
  }
}

.product__box:first-child {
  height: 15.6rem;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .product__box:first-child {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}

.product__box:last-child {
  height: 28.4rem;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .product__box:last-child {
    height: auto;
    padding: 5rem 1.5rem 2rem;
  }
}

.product__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product__label {
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12.7rem;
  height: 4.9rem;
  border-radius: 1rem 0 2rem 0;
  background: #32a0e6;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.product__item {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}

@media screen and (max-width: 767px) {
  .product__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
  }

  .product__item.last-child {
    grid-template-columns: 1fr;
  }
}

.product__item+.product__item {
  margin-top: 2.9rem;
}

@media screen and (max-width: 767px) {
  .product__item+.product__item {
    margin-top: 1.5rem;
  }
}

.link-list li {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .link-list li {
    margin-bottom: 1.5rem;
  }
}

.link-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.link-list li a {
  padding-left: 1.5rem;
  position: relative;
  display: inline-block;
}

.link-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(to right, #02ffae, #06adff);
  -webkit-mask: repeating-linear-gradient(to right, #000 0 8px, transparent 8px 14px);
  mask: repeating-linear-gradient(to right, #000 0 8px, transparent 8px 14px);
  width: calc(100% + 0.6rem);
}

.custom-checkbox input.error {
  border-color: #d00;
}

.business__infor-logo-info{
  position: relative;
}
.business__infor-logo-info-img{
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0;
  right: 0;
  text-align: center;
}
.home .business__infor .btns{
  padding-top: 3rem;
}
@media screen and (max-width:767px){
  .business__infor-logo-info{
    margin-top: 8rem;
  }
}
