@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.welltech-en {
  width: 255px;
  height: 54px;
  aspect-ratio: 255/54;
  padding-right: 0.5rem;
}

.content-title, #contact .contact-title, #faq .faq-title, #flow .flow-title, #record .record-title, #reason .reason-title, #service .service-title {
  background-color: #09489E;
  padding: 4rem 0;
}

.content-title__ja, #contact .contact-title .contact-title__ja, #faq .faq-title .faq-title__ja, #flow .flow-title .flow-title__ja, #record .record-title .record-title__ja, #reason .reason-title .reason-title__ja, #service .service-title .service-title__ja {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.bigger, #contact .contact-title .contact-title__ja span .bigger, #faq .faq-title .faq-title__ja span .bigger, #flow .flow-title .flow-title__ja span .bigger, #record .record-title .record-title__ja span .bigger, #reason .reason-title .reason-title__ja span .bigger, #service .service-title .service-title__ja span .bigger {
  font-size: 1.5em;
  padding: 0 0.1em;
}

.bigger-figure {
  font-size: 2em;
  padding: 0 0.05em;
}

.content-title__en, #contact .contact-title .contact-title__en, #faq .faq-title .faq-title__en, #flow .flow-title .flow-title__en, #record .record-title .record-title__en, #reason .reason-title .reason-title__en, #service .service-title .service-title__en {
  color: #6F92C1;
  border-bottom: 2px solid #6F92C1;
  font-size: 1.4rem;
  text-align: center;
  max-width: 350px;
  margin: 0 auto 1rem;
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-title, #contact .contact-title, #faq .faq-title, #flow .flow-title, #record .record-title, #reason .reason-title, #service .service-title {
    padding: 2.5rem 0;
  }
  .content-title__ja, #contact .contact-title .contact-title__ja, #faq .faq-title .faq-title__ja, #flow .flow-title .flow-title__ja, #record .record-title .record-title__ja, #reason .reason-title .reason-title__ja, #service .service-title .service-title__ja {
    font-size: 2rem;
  }
  .bigger, #contact .contact-title .contact-title__ja span .bigger, #faq .faq-title .faq-title__ja span .bigger, #flow .flow-title .flow-title__ja span .bigger, #record .record-title .record-title__ja span .bigger, #reason .reason-title .reason-title__ja span .bigger, #service .service-title .service-title__ja span .bigger {
    font-size: 1.25em;
  }
  .content-title__en, #contact .contact-title .contact-title__en, #faq .faq-title .faq-title__en, #flow .flow-title .flow-title__en, #record .record-title .record-title__en, #reason .reason-title .reason-title__en, #service .service-title .service-title__en {
    width: 50%;
  }
  .br-pc {
    display: none;
  }
  .welltech-en {
    width: 191px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .content-title, #contact .contact-title, #faq .faq-title, #flow .flow-title, #record .record-title, #reason .reason-title, #service .service-title {
    padding: 2.5rem 0;
  }
  .content-title__ja, #contact .contact-title .contact-title__ja, #faq .faq-title .faq-title__ja, #flow .flow-title .flow-title__ja, #record .record-title .record-title__ja, #reason .reason-title .reason-title__ja, #service .service-title .service-title__ja {
    font-size: 1.85rem;
  }
  .bigger, #contact .contact-title .contact-title__ja span .bigger, #faq .faq-title .faq-title__ja span .bigger, #flow .flow-title .flow-title__ja span .bigger, #record .record-title .record-title__ja span .bigger, #reason .reason-title .reason-title__ja span .bigger, #service .service-title .service-title__ja span .bigger {
    font-size: 1.25em;
  }
  .content-title__en, #contact .contact-title .contact-title__en, #faq .faq-title .faq-title__en, #flow .flow-title .flow-title__en, #record .record-title .record-title__en, #reason .reason-title .reason-title__en, #service .service-title .service-title__en {
    width: 50%;
  }
  .br-pc {
    display: none;
  }
  .welltech-en {
    width: 191px;
    height: 40px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:visited {
  text-decoration: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 15px;
}

body {
  font-family: "Noto Sans JP", Arial, sans-serif;
  color: #002E67;
  line-height: 1.6;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

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

header {
  background-color: #09489E;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 50px;
  }
}
header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  max-width: 1753px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .navbar {
    height: 65px;
    padding: 0 5px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar {
    padding: 0 5px 0 20px;
  }
}
header .navbar .navbar-brand .logo {
  height: 35px;
}
@media screen and (max-width: 767px) {
  header .navbar .navbar-brand .logo {
    height: 30px;
  }
}
header .navbar .navbar-content {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 30px;
}
header .navbar .nav-right {
  display: none;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .navbar .nav-right {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  header .navbar .nav-right {
    display: flex;
  }
}
header .navbar .nav-sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .navbar .nav-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .navbar .nav-sp {
    display: block;
  }
}
header .navbar .nav-sp .hamburger {
  display: block;
  height: 2.5rem;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 3.25rem;
  border: none;
  background-color: transparent;
}
header .navbar .nav-sp .hamburger.-active .hamburger__line {
  background-color: transparent;
}
header .navbar .nav-sp .hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
header .navbar .nav-sp .hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
header .navbar .nav-sp .hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 55%;
  transform: translateX(-48%);
  width: 28px;
  background-color: #fff;
  transition: 0.4s;
}
header .navbar .nav-sp .hamburger__line:before,
header .navbar .nav-sp .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
header .navbar .nav-sp .hamburger__line:before {
  top: -8px;
}
header .navbar .nav-sp .hamburger__line:after {
  top: 8px;
}
header .navbar .nav-sp .hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
header .navbar .nav-sp .hamburger__text::before {
  content: "";
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
header .navbar .nav-sp .header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  margin-top: 50px;
  background-color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .navbar .nav-sp .header__nav-area {
    margin-top: 65px;
  }
}
header .navbar .nav-sp .header__nav-area.-active {
  left: 0;
  visibility: visible;
}
header .navbar .nav-sp .global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
header .navbar .nav-sp .global-navigation__list {
  list-style: none;
}
header .navbar .nav-sp .global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
}
header .navbar .nav-sp .global-navigation__list > li + li {
  margin-top: 20px;
}
header .navbar .nav-sp .global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #172e59;
  font-weight: 700;
  transition: color 0.4s;
}
header .navbar .nav-sp .global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
header .navbar .nav-sp .global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
header .navbar .nav-sp .global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}
header .navbar .nav-sp .global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
header .navbar .nav-sp .accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
header .navbar .nav-sp .accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
header .navbar .nav-sp .accordion__list li {
  font-size: 0.75rem;
}
header .navbar .nav-sp .accordion__list li + li {
  margin-top: 21px;
}
header .navbar .nav-sp .accordion__link {
  color: #172e59;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .navbar .nav-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .navbar .nav-pc {
    display: none;
  }
}
header .navbar .navbar-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navbar .navbar-menu li {
  position: relative;
}
header .navbar .navbar-menu li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0 5px;
  font-size: 1.2rem;
}
header .navbar .navbar-menu li a:hover {
  color: #d3d3d3;
}
header .navbar .navbar-menu li:not(:last-child)::after {
  color: white;
  content: "｜";
}
header .navbar .navbar-cta .cta-button {
  background-color: #ff7d38;
  color: white;
  padding: 8px 30px;
  text-decoration: none;
  transition: opacity 0.3s;
  border-radius: 23.5px;
  background: linear-gradient(#ffa200 0%, #fa7200 46.87%, #f54900 100%);
  border: 2px solid #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .navbar .navbar-cta .cta-button {
    height: 65px;
    display: flex;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 0.9rem;
    align-items: center;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar .navbar-cta .cta-button {
    height: 50px;
    display: flex;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 0.9rem;
    align-items: center;
    padding: 0 5px;
  }
}
header .navbar .navbar-cta .cta-button:hover {
  opacity: 0.8;
}

.fv {
  width: 100%;
  background: aliceblue;
  user-select: none; /* CSS3 */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -webkit-user-drag: none;
  -moz-user-select: none;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 65px;
    background: unset;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 50px;
    background: unset;
  }
}
.fv .fv-container {
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media screen and (max-width: 767px) {
  .fv .fv-container {
    width: 100%;
  }
}
.fv img {
  width: 100%;
  vertical-align: middle;
}

#cta {
  background: linear-gradient(to right, #003893, #0092FF 50%, #003893);
  width: 100%;
  max-height: 452px;
  padding: 30px 0;
}
#cta .cta-txt {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #cta .cta-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta-txt {
    font-size: 1.25rem;
  }
}
#cta .cta-btn {
  display: block;
  width: 40%;
  border-radius: 50px;
  background: linear-gradient(#ffa200 0%, #fa7200 46.87%, #f54900 100%);
  border: 4px solid #fff;
  color: #fff;
  padding: 15px 0;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #cta .cta-btn {
    width: 70%;
    font-size: 1.3rem;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #cta .cta-btn {
    width: 90%;
    font-size: 1.3rem;
    padding: 0.5rem 0;
  }
}
#cta .cta-btn:hover {
  opacity: 0.8;
}

#issues {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #issues {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}
#issues .issues-frame {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame {
    width: 90%;
  }
}
#issues .issues-frame .issues-h2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-h2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-h2 {
    width: 100%;
  }
}
#issues .issues-frame .issues-h2 .h2 {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  line-height: 0.5;
  letter-spacing: 2px;
}
#issues .issues-frame .issues-h2 .h2 span {
  font-size: 1.222em;
  color: #EF3837;
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-h2 .h2 {
    font-size: 1.5rem;
    line-height: 0.7;
  }
}
@media (max-width: 350px) {
  #issues .issues-frame .issues-h2 .h2 {
    font-size: 1.2rem;
  }
}
#issues .issues-frame .issues-h2 .h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 134px;
  height: 58px;
  aspect-ratio: 134/58;
  background-image: url("../img/issues-h2.png");
  background-size: cover;
  top: -4.5rem;
  left: -2.5rem;
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-h2 .h2::before {
    left: 50%;
    transform: translateX(-50%);
    top: -2.75rem;
    width: 79px;
    height: 33px;
    background-image: url("../img/issues-h2__sp.png");
  }
}
#issues .issues-frame .issues-h2 .h2::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to left, #c9f0ff 0%, #84ccff 58.58%, #0082ea 100%);
}
#issues .issues-frame .issues-box {
  max-width: 1014px;
  margin: 4em auto 0;
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-box {
    margin-top: 2em;
  }
}
#issues .issues-frame .issues-box img {
  width: 100%;
}
#issues .issues-frame .issues-bg {
  background-image: url("../img/issues-bg.webp");
  width: 105%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 281/124;
  padding: 3rem 5rem;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-bg {
    padding: 3rem 0;
    margin-top: 5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg {
    padding: 2rem 0 0;
    margin-top: 4rem;
    background-image: url("../img/issues-bg-sp.webp");
    aspect-ratio: 830/1928;
    width: 100%;
  }
}
#issues .issues-frame .issues-bg h3 {
  width: 72.272%;
  max-width: 795px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  color: #002e67;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-bg h3 {
    font-size: 2rem;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg h3 {
    width: 100%;
    font-size: 1.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg h3 span {
    display: none;
  }
}
#issues .issues-frame .issues-bg h3 img {
  display: none;
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg h3 img {
    display: block;
    width: 260px;
    margin-left: 30px;
  }
}
#issues .issues-frame .issues-bg h3::after {
  position: absolute;
  content: "";
  background-image: url("../img/issues-bg-ttl.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 15px;
  left: 0px;
  aspect-ratio: 1415/95;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-bg h3::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg h3::after {
    content: unset;
  }
}
#issues .issues-frame .issues-bg ul {
  list-style: none;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 80%;
  max-width: 804px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-bg ul {
    margin: 45px auto 0;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg ul {
    width: 100%;
    margin-top: 3.5rem;
  }
}
#issues .issues-frame .issues-bg ul li {
  position: relative;
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  color: #002e67;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-bg ul li {
    font-size: 1.25rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg ul li {
    font-size: 1.15rem;
    font-weight: 700;
    padding: 2rem 0 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
    text-align: center;
    padding-top: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
}
#issues .issues-frame .issues-bg ul li::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/issues-bg-dot.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: -8%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-bg ul li::before {
    width: 33px;
    height: 33px;
    top: 2px;
    left: -45px;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg ul li::before {
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
  }
}
#issues .issues-frame .issues-bg ul li span {
  background-color: #FFF572;
}
#issues .issues-frame .issues-bg .issues-conclusion {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  width: 95%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues .issues-frame .issues-bg .issues-conclusion {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg .issues-conclusion {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}
#issues .issues-frame .issues-bg .issues-conclusion p {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 75%, #fc8a2d 80%);
}
@media screen and (max-width: 767px) {
  #issues .issues-frame .issues-bg .issues-conclusion p {
    font-size: 1.2rem;
  }
}

#data {
  padding: 90px 0 0;
  background: linear-gradient(to bottom, #f2fbff 0%, #dcf5ff 52.72%, #aee8ff 100%);
}
@media screen and (max-width: 767px) {
  #data {
    padding-top: 60px;
  }
}
#data .data-container {
  max-width: 1100px;
  margin: 0 auto 105px;
}
@media screen and (max-width: 767px) {
  #data .data-container {
    margin-bottom: 30px;
  }
}
#data .data-container .data-container__el:nth-child(2) {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el:nth-child(2) {
    margin-top: 3rem;
  }
}
#data .data-container .data-container__el h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #002e67;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el h3 {
    font-size: 1.5rem;
    background: #fff;
    padding: 0.25rem 0;
    border-top: 3px solid #002E67;
    border-bottom: 3px solid #002E67;
    justify-content: center;
  }
}
#data .data-container .data-container__el h3::before, #data .data-container .data-container__el h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #002E67;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el h3::before, #data .data-container .data-container__el h3::after {
    content: unset;
  }
}
#data .data-container .data-container__el h3::before {
  margin-right: 1rem;
}
#data .data-container .data-container__el h3::after {
  margin-left: 1rem;
}
#data .data-container .data-container__el .el-data {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data {
    flex-direction: column;
    width: 85%;
    margin-top: 30px;
    gap: 1.4rem;
  }
}
#data .data-container .data-container__el .el-data .el-data__detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data .el-data__detail:nth-child(2) h4::after {
    bottom: -30%;
  }
}
#data .data-container .data-container__el .el-data .el-data__detail h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background: #ff8802;
  padding: 0.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data .el-data__detail h4 {
    font-size: 1.35rem;
    line-height: 1.4;
  }
}
#data .data-container .data-container__el .el-data .el-data__detail h4::after {
  content: "";
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #ff8802;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45%;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data .el-data__detail h4::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 24px solid #ff8802;
  }
}
#data .data-container .data-container__el .el-data .el-data__detail .image {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data .el-data__detail .image {
    margin-top: 0.5rem;
  }
}
#data .data-container .data-container__el .el-data .el-data__detail .image img {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#data .data-container .data-container__el .el-data.lower {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower {
    flex-direction: column;
    gap: 0;
  }
}
#data .data-container .data-container__el .el-data.lower .el-data__detail {
  width: 91.545%;
  max-width: 1007px;
  border-radius: 20px;
  background: #fffceb;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail:first-child h4::after {
    bottom: -45%;
  }
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail:nth-child(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#data .data-container .data-container__el .el-data.lower .el-data__detail h4 {
  width: 100%;
  max-width: 409px;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail h4 {
    font-size: 1.25rem;
  }
}
#data .data-container .data-container__el .el-data.lower .el-data__detail h4::after {
  bottom: -25%;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 22px solid #ff8802;
}
#data .data-container .data-container__el .el-data.lower .el-data__detail .image {
  width: 64.27%;
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail .image {
    width: 80%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
#data .data-container .data-container__el .el-data.lower .el-data__detail .image img {
  box-shadow: unset;
}
#data .data-container .data-container__el .el-data.lower .el-data__detail .figure {
  color: #5F6368;
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  line-height: 150px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail .figure {
    width: 200px;
  }
}
#data .data-container .data-container__el .el-data.lower .el-data__detail .figure span {
  font-size: 4.5rem;
  color: #FF8802;
}
@media screen and (max-width: 767px) {
  #data .data-container .data-container__el .el-data.lower .el-data__detail .figure span {
    font-size: 5.25rem;
    padding-right: 0.25rem;
  }
}
#data .data-conclusion {
  background-color: #fff;
}
#data .data-conclusion .data-conclusion__el {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  color: #002e67;
  position: relative;
  display: block;
  text-align: center;
  background-color: #c1ebfd;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #data .data-conclusion .data-conclusion__el {
    background-color: #bfebfd;
    font-size: 2rem;
    padding: 0;
    height: auto;
    clip-path: unset;
    flex-direction: column;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #data .data-conclusion .data-conclusion__el::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    clip-path: polygon(0 0, 50% 75%, 100% 0);
    top: 100%;
    background: #bfebfd;
  }
}
#data .data-conclusion .data-conclusion__el span {
  border-bottom: 8px solid #fff;
}
@media screen and (max-width: 767px) {
  #data .data-conclusion .data-conclusion__el span {
    border-width: 7px;
  }
}
#data .data-conclusion2 {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #data .data-conclusion2 {
    padding-top: 60px;
  }
}
#data .data-conclusion2 .data-conclusion2__el {
  max-width: 1076px;
  aspect-ratio: 1076/305;
  margin: 0 auto 45px;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-image: url("../img/data-conclusion2__el.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #data .data-conclusion2 .data-conclusion2__el {
    background-image: url("../img/data-conclusion2__el-sp.png");
    aspect-ratio: 394/234;
    padding: 1rem;
    font-size: 1.55rem;
    width: 93%;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#data .data-conclusion2 .data-conclusion2__el span {
  display: block;
}
@media screen and (max-width: 767px) {
  #data .data-conclusion2 .data-conclusion2__el span {
    padding-bottom: 1rem;
  }
}

#issues02 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F2FBFF;
}
@media screen and (max-width: 767px) {
  #issues02 {
    padding-top: 3rem;
  }
}
#issues02 .issues-frame {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame {
    max-width: 90%;
  }
}
#issues02 .issues-frame .issues-box {
  width: 93.272%;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues02 .issues-frame .issues-box {
    width: 90%;
  }
}
#issues02 .issues-frame .issues-box .issues-box__ttl {
  max-width: 573px;
  width: 55.847%;
  margin: 0 auto;
  border-radius: 37px;
  background: #09489e;
  box-shadow: 0px 3px 6px rgba(26, 81, 187, 0.16);
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues02 .issues-frame .issues-box .issues-box__ttl {
    width: 90%;
    font-size: 1.7rem;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__ttl {
    width: 100%;
    font-size: 1.35rem;
    border-radius: 50px;
  }
}
#issues02 .issues-frame .issues-box .issues-box__container {
  width: 37.524%;
  max-width: 385px;
  margin: 3rem auto 0;
  border-radius: 8px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container {
    width: 100%;
    padding: 2rem 0 8rem;
  }
}
#issues02 .issues-frame .issues-box .issues-box__container::before {
  position: absolute;
  content: "";
  background-image: url("../img/issues-dot.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 44px;
  aspect-ratio: 23/44;
  left: 50%;
  transform: translateX(-50%);
  top: -3%;
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container::before {
    top: -2%;
  }
}
#issues02 .issues-frame .issues-box .issues-box__container::after {
  position: absolute;
  content: "";
  background-image: url("../img/issues02-tri.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 102px;
  aspect-ratio: 44/102;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
#issues02 .issues-frame .issues-box .issues-box__container .container-el {
  width: 91.168%;
  max-width: 351px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el {
    margin-bottom: 2rem;
  }
}
#issues02 .issues-frame .issues-box .issues-box__container .container-el img {
  width: 100%;
}
#issues02 .issues-frame .issues-box .issues-box__container .container-el::before {
  position: absolute;
  content: "";
  background-image: url("../img/issues02-detail01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 315px;
  height: 149px;
  left: -85%;
  top: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el::before {
    width: 220px;
    height: 104px;
  }
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el::before {
    background-image: url("../img/issues02-detail01_sp.png");
    width: 181px;
    height: 107px;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(2)::before {
  background-image: url("../img/issues02-detail02.png");
  left: unset;
  right: -107.5%;
  width: 387px;
  height: 149px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(2)::before {
    width: 270px;
    height: 104px;
  }
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(2)::before {
    background-image: url("../img/issues02-detail02__sp.png");
    width: 229px;
    height: 108px;
    right: unset;
    left: 50%;
  }
}
#issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(3)::before {
  background-image: url("../img/issues02-detail03.png");
  width: 315px;
  height: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(3)::before {
    width: 220px;
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(3)::before {
    background-image: url("../img/issues02-detail03__sp.png");
    width: 198px;
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(4) {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}
#issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(4)::before {
  background-image: url("../img/issues02-detail04.png");
  left: unset;
  right: -100%;
  width: 361px;
  height: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(4)::before {
    width: 252px;
    height: 126px;
  }
}
@media screen and (max-width: 767px) {
  #issues02 .issues-frame .issues-box .issues-box__container .container-el:nth-child(4)::before {
    background-image: url("../img/issues02-detail04__sp.png");
    width: 213px;
    height: 132px;
    right: unset;
    left: 50%;
  }
}

#solution {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #solution {
    padding: 45px 0;
  }
}
#solution .solution-h2 {
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #solution .solution-h2 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #solution .solution-h2 {
    width: 90%;
  }
}
#solution .solution-h2 h2 {
  width: -moz-max-content;
  width: max-content;
  max-width: 868px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  color: #141414;
  position: relative;
  border-bottom: 3px solid #09489E;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #solution .solution-h2 h2 {
    max-width: 90%;
    font-size: 2rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #solution .solution-h2 h2 {
    width: 90%;
    font-size: 1.75rem;
    padding: 2rem 1rem;
    border-bottom: unset;
    border-radius: 103.82px;
    background: #fffedd;
  }
}
#solution .solution-h2 h2 .font-smaller {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #solution .solution-h2 h2 .font-smaller {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #solution .solution-h2 h2 .font-smaller {
    font-size: 1em;
  }
}
#solution .solution-h2 h2 .upper {
  display: block;
  border-bottom: 3px solid #09489E;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #solution .solution-h2 h2 .upper {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #solution .solution-h2 h2 .upper {
    margin-bottom: 1rem;
    border-bottom: unset;
  }
}
#solution .solution-h2 h2 .font-en img {
  aspect-ratio: 209/45;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #solution .solution-h2 h2 .font-en img {
    width: 183px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #solution .solution-h2 h2 .font-en img {
    width: 183px;
    height: 40px;
  }
}
#solution .solution-h2 h2::before {
  content: "";
  background: url("../img/solution-h2-left.png");
  background-size: cover;
  aspect-ratio: 1/2;
  display: inline-block;
  width: 64px;
  height: 121px;
  position: absolute;
  left: -7rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #solution .solution-h2 h2::before {
    left: -2.25rem;
    top: 3.25rem;
  }
}
#solution .solution-h2 h2::after {
  content: "";
  background: url("../img/solution-h2-right.png");
  background-size: cover;
  aspect-ratio: 1/2;
  display: inline-block;
  width: 64px;
  height: 121px;
  position: absolute;
  right: -7rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #solution .solution-h2 h2::after {
    right: -2.25rem;
    top: 3.25rem;
  }
}

#service {
  padding-bottom: 90px;
  scroll-margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #service {
    scroll-margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content {
    width: 90%;
    margin: 0 auto;
  }
}
#service .service-content .content-image {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
  padding: 4rem 0 15rem;
  position: relative;
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: space-around;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image {
    gap: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-image {
    gap: 10rem;
    padding-bottom: 10rem;
  }
}
#service .service-content .content-image__el {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 30%;
  max-width: 450px;
  text-align: center;
  color: #ffffff;
  position: relative;
  height: 200px;
  margin: 16px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image__el {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-image__el {
    width: 90%;
  }
}
#service .service-content .content-image__el .el-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(to right, #0057cd 0%, #2a88ff 50.2%, #0057cd 100%);
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image__el .el-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-image__el .el-title {
    font-size: 1.5rem;
  }
}
#service .service-content .content-image__el .el-title::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 22px;
  height: 15px;
  background: #2a88ff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: 58px;
}
@media screen and (max-width: 767px) {
  #service .service-content .content-image__el .el-title::after {
    top: 54px;
  }
}
#service .service-content .content-image__el .el-list {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
  background: #ffffff;
  overflow: hidden;
  background: linear-gradient(to bottom right, #e3f2fd 50%, #bbdefb 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  -o-border-image: linear-gradient(90deg, #0057cd 0%, #2a88ff 50.2%, #0057cd 100%) 1/0 0 6px;
     border-image: linear-gradient(90deg, #0057cd 0%, #2a88ff 50.2%, #0057cd 100%) 1/0 0 6px;
}
#service .service-content .content-image__el .el-list::after {
  width: 70%;
  content: "など";
  font-size: 1.25rem;
  font-weight: 700;
  color: #002E67;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image__el .el-list::after {
    font-size: 1.15rem;
  }
}
#service .service-content .content-image__el .el-list li {
  background: #fff;
  border-radius: 30px;
  width: 85%;
  margin-bottom: 0;
  padding: 10px;
  padding-left: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #002E67;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image__el .el-list li {
    font-size: 1.15rem;
  }
}
#service .service-content .content-image__el .el-list li:last-child {
  border-bottom: none;
}
#service .service-content .content-image__el .el-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
#service .service-content .content-image__el .el-list li:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url("../img/el-list-check.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#service .service-content .content-image__el:first-child::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 92px;
  height: 98px;
  background-image: url("../img/arrow-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -14rem;
  left: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image__el:first-child::before {
    width: 82px;
    height: 88px;
    left: 30%;
    top: -12rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-image__el:first-child::before {
    background-image: url("../img/arrow-04.png");
    top: -4.2rem;
    left: 50%;
    transform: translateX(-50%);
    height: 42px;
  }
}
#service .service-content .content-image__el:nth-child(2)::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 92px;
  height: 98px;
  background-image: url("../img/arrow-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -14rem;
  left: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image__el:nth-child(2)::before {
    width: 82px;
    height: 88px;
    left: 45%;
    top: -12rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-image__el:nth-child(2)::before {
    background-image: url("../img/arrow-04.png");
    top: -4.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#service .service-content .content-image__el:nth-child(3)::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 92px;
  height: 98px;
  background-image: url("../img/arrow-03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 31rem;
  left: 38%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-image__el:nth-child(3)::before {
    width: 86px;
    height: 71px;
    left: 36%;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-image__el:nth-child(3)::before {
    display: none;
  }
}
#service .service-content .content-detail .content-detail__sub {
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
  width: 35%;
  max-width: 700px;
  background-color: #002E67;
  padding: 0.25rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-detail .content-detail__sub {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-detail .content-detail__sub {
    width: 90%;
    font-size: 1.25rem;
  }
}
#service .service-content .content-detail .content-detail__ttl {
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  color: #002E67;
  width: 35%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-detail .content-detail__ttl {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-detail .content-detail__ttl {
    width: 90%;
    font-size: 1.25rem;
  }
}
#service .service-content .content-detail .content-detail__list {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #service .service-content .content-detail .content-detail__list {
    margin-top: 30px;
  }
}
#service .service-content .content-detail .content-detail__list li {
  position: relative;
  background-color: #e0f7fa;
  height: 80px;
  margin: 10px 0;
  color: #002E67;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  width: 95%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-detail .content-detail__list li {
    font-size: 1.2rem;
    width: 82%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-detail .content-detail__list li {
    font-size: 1rem;
    height: 80px;
    width: 85%;
    margin: 10px auto;
    padding-left: 5px;
    margin-left: calc(0% + 40px);
  }
}
#service .service-content .content-detail .content-detail__list li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #e0f7fa;
}
@media screen and (max-width: 767px) {
  #service .service-content .content-detail .content-detail__list li::before {
    left: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #e0f7fa;
  }
}
#service .service-content .content-detail .content-detail__list li::after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #service .service-content .content-detail .content-detail__list li::after {
    width: 13px;
    height: 13px;
  }
}
#service .service-content .content-support {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 1rem;
  background-color: #DFF9FF;
  padding: 5rem 0;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-support {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-support {
    padding: 3rem 0;
  }
}
#service .service-content .content-support .content-support__inner {
  width: 83.5455%;
  max-width: 919px;
  margin: 0 auto;
}
#service .service-content .content-support .content-support__title {
  width: 60%;
  max-width: 575px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  background-color: #fff;
  padding: 1rem 0;
  border-top: 2px solid #002E67;
  border-bottom: 2px solid #002E67;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-support .content-support__title {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-support .content-support__title {
    width: 100%;
    font-size: 1.25rem;
  }
}
#service .service-content .content-support .content-support__image {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #service .service-content .content-support .content-support__image {
    margin-top: 2rem;
  }
}
#service .service-content .content-support .content-support__image img {
  width: 100%;
}
#service .service-content .content-support .content-support__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-support .content-support__detail {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-support .content-support__detail {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2rem;
  }
}
#service .service-content .content-support .content-support__detail p {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-support .content-support__detail p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service-content .content-support .content-support__detail p {
    font-size: 1rem;
  }
}
#service .service-content .content-support .content-support__detail img {
  max-width: 346px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #service .service-content .content-support .content-support__detail img {
    width: 40%;
  }
}

#reason {
  scroll-margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #reason {
    scroll-margin-top: 4rem;
  }
}
#reason .reason-content {
  background-image: url("../img/reason01-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0;
}
#reason .reason-content.reason02 {
  background-image: url("../img/reason02-bg.webp");
}
#reason .reason-content.reason03 {
  background-image: url("../img/reason03-bg.webp");
}
#reason .reason-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 4rem 4rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #reason .reason-container {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #reason .reason-container {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    gap: 30px;
    padding: 1.5rem 2rem;
  }
}
#reason .reason-container__upper {
  width: 49.272%;
  max-width: 542px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #reason .reason-container__upper {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #reason .reason-container__upper {
    width: 100%;
  }
}
#reason .reason-container__upper .upper-title {
  font-weight: 700;
  font-size: 2rem;
  color: #002e67;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #reason .reason-container__upper .upper-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #reason .reason-container__upper .upper-title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
#reason .reason-container__upper .upper-title::before {
  content: "";
  background-image: url("../img/reason01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 86px;
  height: 150px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #reason .reason-container__upper .upper-title::before {
    height: 112px;
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  #reason .reason-container__upper .upper-title::before {
    height: 112px;
    width: 64px;
  }
}
#reason .reason-container__upper .upper-title.reason02::before {
  background-image: url("../img/reason02.png");
}
#reason .reason-container__upper .upper-title.reason03::before {
  background-image: url("../img/reason03.png");
}
#reason .reason-container__upper .upper-text {
  font-weight: 600;
  line-height: 1.8;
  font-size: 1.2rem;
  color: #002e67;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #reason .reason-container__upper .upper-text {
    line-height: 2.3;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #reason .reason-container__upper .upper-text {
    line-height: 2.3;
    font-size: 1.1rem;
  }
}
#reason .reason-container__upper .upper-text P:not(:last-child) {
  margin-bottom: 1rem;
}
#reason .reason-container__lower {
  width: 37.727%;
  max-width: 412px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #reason .reason-container__lower {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  #reason .reason-container__lower {
    width: 75%;
    margin: 0 auto;
  }
}
#reason .reason-container__lower img {
  width: 100%;
}

#record {
  background-image: url("../img/record-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
}
#record .record-container {
  max-width: 1100px;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #record .record-container {
    width: 90%;
  }
}
#record .record-container .record-content {
  width: 100%;
  padding: 2rem 0 9rem;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #09489E;
  box-shadow: 8px 8px 0px #09489E;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #record .record-container .record-content {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
}
#record .record-container .record-content .record-content__container {
  width: 82.727%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container {
    width: 90%;
  }
}
#record .record-container .record-content .record-content__container::before {
  content: "";
  position: absolute;
  background-image: url("../img/record-a.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 105px;
  height: 96px;
  aspect-ratio: 105/96;
  display: block;
  top: -2.75rem;
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container::before {
    width: 65.625px;
    height: 60px;
  }
}
#record .record-container .record-content .record-content__container .record-content__title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #002e67;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__title {
    gap: 0.5rem;
  }
}
#record .record-container .record-content .record-content__container .record-content__title::after {
  display: inline-block;
  content: "";
  background: url("../img/record-ttl01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 69px;
  height: 78px;
  aspect-ratio: 69/78;
}
#record .record-container .record-content .record-content__container .record-content__issue {
  border-radius: 20px;
  background: #e4f5ff;
  font-weight: 700;
  font-size: 2rem;
  color: #002e67;
  padding: 1rem 0;
  text-align: center;
  margin: 2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #record .record-container .record-content .record-content__container .record-content__issue {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__issue {
    font-size: 1.5rem;
  }
}
#record .record-container .record-content .record-content__container .record-content__issue::after {
  position: absolute;
  content: "▲";
  display: block;
  transform: rotate(60deg) translateX(-43%);
  left: 47%;
  bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__issue::after {
    bottom: -1.9rem;
  }
}
#record .record-container .record-content .record-content__container .record-content__result {
  border-radius: 20px;
  background: #FFE4E4;
  font-weight: 700;
  font-size: 2rem;
  color: #EF3837;
  padding: 1rem 0;
  text-align: center;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #record .record-container .record-content .record-content__container .record-content__result {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__result {
    font-size: 1.5rem;
  }
}
#record .record-container .record-content .record-content__container .record-content__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #record .record-container .record-content .record-content__container .record-content__detail {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__detail {
    flex-direction: column;
    gap: 7rem;
    margin-top: 5rem;
  }
}
#record .record-container .record-content .record-content__container .record-content__detail .detail-el {
  width: 40%;
  max-width: 378px;
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__detail .detail-el {
    width: 90%;
    margin: 0 auto;
  }
}
#record .record-container .record-content .record-content__container .record-content__detail .detail-el .detail-el__title {
  width: 60.846%;
  margin: 0 auto;
  max-width: 230px;
  width: 230px;
  border-radius: 28.5px;
  background: #09489e;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}
#record .record-container .record-content .record-content__container .record-content__detail .detail-el .detail-el__text {
  margin-top: 4rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2;
  color: #002e67;
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__detail .detail-el .detail-el__text {
    margin-top: 2rem;
  }
}
#record .record-container .record-content .record-content__container .record-content__detail::after {
  position: absolute;
  content: "";
  background-image: url("../img/detail-el.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 356px;
  aspect-ratio: 17/356;
  right: 50%;
}
@media screen and (max-width: 767px) {
  #record .record-container .record-content .record-content__container .record-content__detail::after {
    right: 47%;
    bottom: 30%;
    transform: rotate(90deg);
    height: 275px;
    width: 15px;
  }
}
#record .record-container .record-content:nth-child(2) {
  margin-top: 60px;
}
#record .record-container .record-content:nth-child(2) .record-content__container::before {
  background-image: url("../img/record-b.png");
}
#record .record-container .record-content:nth-child(2) .record-content__title::after {
  background-image: url("../img/record-ttl02.png");
}

#flow {
  margin-top: 60px;
  background-image: url("../img/flow-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1800;
  scroll-margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #flow {
    scroll-margin-top: 4rem;
  }
}
@media screen and (min-width: 1920px) {
  #flow {
    aspect-ratio: unset;
  }
}
#flow .flow-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 0;
}
#flow .flow-container .flow-container__content {
  max-width: 906px;
  width: 82.363%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 4rem;
  list-style: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #flow .flow-container .flow-container__content {
    width: 90%;
    gap: 3rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-container .flow-container__content {
    width: 90%;
    gap: 2rem;
  }
}
#flow .flow-container .flow-container__content .content-el {
  width: 45.805%;
  max-width: 415px;
  padding: 1rem 1rem 4rem;
  background: #fff;
  box-shadow: 15px 15px 15px rgba(28, 55, 118, 0.16);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #flow .flow-container .flow-container__content .content-el {
    width: 40%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-container .flow-container__content .content-el {
    width: 96%;
    padding-top: 0;
  }
}
#flow .flow-container .flow-container__content .content-el .order {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  left: -10%;
  top: -2.5%;
  border-radius: 50%;
  background: #fff;
  font-family: "Kozuka Gothic Pro";
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: #ff8802;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #flow .flow-container .flow-container__content .content-el .order {
    width: 125px;
    height: 125px;
    left: -10%;
    top: -4%;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-container .flow-container__content .content-el .order {
    width: 120px;
    height: 120px;
    font-size: 1.75rem;
    left: -6%;
    top: -5%;
  }
}
#flow .flow-container .flow-container__content .content-el .order span {
  display: block;
  font-size: 2em;
}
#flow .flow-container .flow-container__content .content-el .content-el__title {
  box-shadow: 8px 8px 0px #FFD29E;
  color: white;
  padding: 10px 20px;
  font-size: 1.5rem;
  display: inline-block;
  border-radius: 0px 13px 10px 0px;
  background: #f80;
  font-weight: 600;
  position: relative;
  left: 15%;
  width: 91%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #flow .flow-container .flow-container__content .content-el .content-el__title {
    font-size: 1.1rem;
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-container .flow-container__content .content-el .content-el__title {
    font-size: 1.15rem;
    height: 75px;
    padding-left: 3rem;
  }
}
#flow .flow-container .flow-container__content .content-el .content-el__image {
  width: 56.144%;
  margin: 2rem auto;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #flow .flow-container .flow-container__content .content-el .content-el__image {
    width: 50%;
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-container .flow-container__content .content-el .content-el__image {
    width: 40%;
    height: 105px;
  }
}
#flow .flow-container .flow-container__content .content-el .content-el__image img {
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #flow .flow-container .flow-container__content .content-el .content-el__image img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-container .flow-container__content .content-el .content-el__image img {
    width: 100%;
  }
}
#flow .flow-container .flow-container__content .content-el .content-el__text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
  color: #002e67;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #flow .flow-container .flow-container__content .content-el .content-el__text {
    font-size: 1.1rem;
  }
}

#faq {
  scroll-margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #faq {
    scroll-margin-top: 4rem;
  }
}
#faq .faq-container {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #faq .faq-container {
    padding: 4rem 0 6rem;
    width: 95%;
    margin: 0 auto;
  }
}
#faq .faq-container .faq-item {
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #faq .faq-container .faq-item {
    width: 90%;
  }
}
#faq .faq-container .faq-item .faq-question__wrap {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 2px solid #002E67;
}
#faq .faq-container .faq-item .faq-question__wrap .faq-question__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.15rem;
  position: relative;
  line-height: 1.6;
  color: #002e67;
}
#faq .faq-container .faq-item .faq-question__wrap .faq-question__title span {
  display: flex;
  align-items: center;
}
#faq .faq-container .faq-item .faq-question__wrap .faq-question__title span::before {
  display: inline-block;
  color: #fff;
  content: "Q";
  background-color: #09489E;
  border-radius: 100px;
  padding: 0.5rem 1.1rem;
  margin-right: 1rem;
  line-height: 1.7225;
}
#faq .faq-container .faq-item .faq-question__wrap .faq-question__title::after {
  display: inline-block;
  content: "▼";
  color: #09489E;
  font-size: 1.75rem;
  transition: linear all 0.3s;
}
#faq .faq-container .faq-item .faq-question__wrap .faq-question__title.active::after {
  transform: rotate(180deg);
}
#faq .faq-container .faq-item .faq-answer__wrap {
  background: #fff;
  padding: 0 15px;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: linear all 0.3s;
}
#faq .faq-container .faq-item .faq-answer__wrap.active {
  height: auto;
  padding: 10px 15px;
  opacity: 1;
}
#faq .faq-container .faq-item .faq-answer__wrap .faq-answer__title {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  font-weight: 600;
  font-size: 1.15rem;
  position: relative;
  line-height: 1.6;
  color: #002e67;
}
#faq .faq-container .faq-item .faq-answer__wrap .faq-answer__title::before {
  display: inline-block;
  color: #fff;
  content: "A";
  background-color: #EF3837;
  border-radius: 100px;
  padding: 0.5rem 1.1rem;
  margin-right: 1rem;
  line-height: 1.5925;
}
#faq .faq-container .faq-item .faq-answer__wrap .faq-answer__text {
  margin-top: 1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #002e67;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  #faq .faq-container .faq-item .faq-answer__wrap .faq-answer__text {
    font-size: 1rem;
  }
}
#faq .faq-container .faq-item:first-child {
  margin-top: 0;
}

#contact {
  scroll-margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #contact {
    scroll-margin-top: 4rem;
  }
}
footer {
  background: linear-gradient(to right, #003893, #0092FF 50%, #003893);
  width: 100%;
  height: 200px;
}
footer .brand {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding-top: 2rem;
  margin-top: -5px;
}
footer .brand .logo {
  height: 35px;
}
@media screen and (max-width: 767px) {
  footer .brand .logo {
    height: 30px;
  }
}
footer .company {
  font-size: 1.1rem;
  color: #fff;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0.25rem auto 0;
}
footer .company:visited {
  color: #fff;
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .copyright {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    padding-top: 2rem;
  }
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.page-top button {
  background: #0758B1;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  border: unset;
  font-size: 1.5rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.page-top button:hover {
  text-decoration: none;
  opacity: 0.5;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}