@charset "UTF-8";
/* _reset.scss - Modern CSS Reset + WP最低限リセット + Link Reset */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margins */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles */
ul[role=list],
ol[role=list],
ul,
ol {
  list-style: none;
}

/* Smooth scroll */
html:focus-within {
  scroll-behavior: smooth;
}

/* Body basic */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif; /* 変数で上書き可能 */
  background: #fff;
  color: #000;
}

/* Links reset */
a {
  color: inherit;
  text-decoration: none;
  background: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

/* Images & media */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* Forms */
input,
button,
textarea,
select,
ul,
ol {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Clearfix utility */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

.inner {
  max-width: 1232px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 8px;
  }
}

.l-main {
  margin-top: 154px;
}
@media screen and (max-width: 1232px) {
  .l-main {
    margin-top: 12.5vw;
  }
}
@media (max-width: 768px) {
  .l-main {
    margin-top: 70px;
    overflow: hidden;
  }
}
.l-main--no-offset {
  margin-top: 0;
}

.breadcrumb {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 154px;
  /* ホームアイコン */
}
@media screen and (max-width: 1232px) {
  .breadcrumb {
    margin-top: 12.5vw;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 70px;
  }
}
.breadcrumb .breadcrumb__list {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 1232px) {
  .breadcrumb .breadcrumb__list {
    padding-top: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .breadcrumb .breadcrumb__list {
    padding-bottom: 1.2987012987vw;
  }
}
.breadcrumb .breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb .breadcrumb__link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.breadcrumb .breadcrumb__link:hover {
  opacity: 0.8;
}
.breadcrumb .breadcrumb__separator {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 6px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='9 4 17 12 9 20' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='9 4 17 12 9 20' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.breadcrumb .breadcrumb__icon--home {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.breadcrumb .breadcrumb__current {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .breadcrumb .breadcrumb__current {
    max-width: none;
  }
}

.l-header {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -5px #777777;
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 154px;
}
@media screen and (max-width: 1232px) {
  .l-header {
    height: 12.5vw;
  }
}
@media (max-width: 768px) {
  .l-header {
    height: auto;
  }
}
.l-header .l-header__inner {
  height: inherit;
}
@media (max-width: 1232px) {
  .l-header .l-header__inner {
    padding: 0 4%;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner {
    padding: 2% 4%;
  }
}
.l-header .l-header__inner .l-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.l-header .l-header__inner .l-header__top .l-header__logo {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 16px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo {
    padding-top: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo {
    padding-bottom: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo {
    gap: 1.2987012987vw;
  }
}
.l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-image {
  width: 150px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-image {
    width: 12.1753246753vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-image {
    width: 80px;
  }
}
.l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 64px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area {
    height: 5.1948051948vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area {
    height: 40px;
  }
}
.l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area p {
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-size: 17px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area p {
    font-size: 1.3798701299vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area p {
    font-size: 14px;
  }
}
.l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a {
  font-feature-settings: "palt";
  letter-spacing: 0;
  color: #ffffff;
  background-color: #45c7dc;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-size: 12px;
  width: 235px;
  height: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a {
    font-size: 0.974025974vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a {
    width: 19.0746753247vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a {
    height: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a {
    border-radius: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a {
    font-size: 10px;
    width: 200px;
    height: 20px;
    border-radius: 20px;
  }
}
.l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a img {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a img {
    margin-left: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a img {
    width: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a img {
    height: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__top .l-header__logo .l-header__logo-button-area a img {
    width: 12px;
    height: 12px;
  }
}
.l-header .l-header__inner .l-header__top .l-header__buttons {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons {
    gap: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons {
    display: none;
  }
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button {
  font-weight: 700;
  color: #ffffff;
  font-feature-settings: "palt";
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 250px;
  height: 76px;
  border-radius: 76px;
  font-size: 20px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button {
    width: 20.2922077922vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button {
    height: 6.1688311688vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button {
    border-radius: 6.1688311688vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button {
    font-size: 1.6233766234vw;
  }
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button p {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button p {
    padding-left: 2.4350649351vw;
  }
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button p img {
  position: absolute;
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button small {
    font-size: 1.1363636364vw;
  }
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.line {
  background-color: #06c755;
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.line p img {
  width: 46px;
  height: 46px;
  left: -16px;
  top: -4px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.line p img {
    width: 3.7337662338vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.line p img {
    height: 3.7337662338vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.line p img {
    left: -1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.line p img {
    top: -0.3246753247vw;
  }
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.email {
  background-color: #0aa7c1;
}
.l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.email p img {
  left: 0;
  width: 22px;
  height: 18px;
  top: 8px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.email p img {
    width: 1.7857142857vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.email p img {
    height: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__top .l-header__buttons .l-header__button.email p img {
    top: 0.6493506494vw;
  }
}
.l-header .l-header__inner .l-header__top .l-header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__top .l-header__hamburger {
    display: block;
    width: 30px;
    height: 26px;
    border-top: 3px solid #777777;
    border-bottom: 3px solid #777777;
    position: relative;
  }
  .l-header .l-header__inner .l-header__top .l-header__hamburger::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #777777;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-header .l-header__inner .l-header__nav-wrapper {
  margin-top: 5px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper {
    margin-top: 0.4058441558vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: auto;
    margin-top: 0;
    display: none;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__overlay {
  display: none;
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav {
    padding: 80px 20px 0;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease 0.4s;
    z-index: 1000;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav.active {
  right: 0;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-close-button {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-close-button {
    display: block;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-close-button::before, .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-close-button::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90%;
  height: 3px;
  border-radius: 3px;
  background-color: #777777;
  transform-origin: center;
  top: 50%;
  left: 50%;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu {
  display: flex;
  justify-content: flex-end;
  height: 50px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu {
    height: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu {
    display: block;
    width: 200px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu .l-header__item {
    margin-bottom: 18px;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu .l-header__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu .l-header__item a {
    padding-left: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu .l-header__item a {
    padding-right: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu .l-header__item a {
    font-size: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu .l-header__item a {
    font-size: 14px;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__menu .l-header__item:last-child a {
  padding-right: 0;
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons {
    display: block;
    width: 100%;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button {
  font-weight: 700;
  color: #ffffff;
  font-feature-settings: "palt";
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 250px;
  height: 76px;
  border-radius: 76px;
  font-size: 20px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button {
    width: 20.2922077922vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button {
    height: 6.1688311688vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button {
    border-radius: 6.1688311688vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button {
    font-size: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button {
    margin-bottom: 16px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button p {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button p {
    padding-left: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button p {
    padding-left: 20px;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button p img {
  position: absolute;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button small {
    font-size: 1.1363636364vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button small {
    font-size: 10px;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.line {
  background-color: #06c755;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.line p img {
  width: 46px;
  height: 46px;
  left: -16px;
  top: -4px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.line p img {
    width: 3.7337662338vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.line p img {
    height: 3.7337662338vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.line p img {
    left: -1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.line p img {
    top: -0.3246753247vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.line p img {
    width: 32px;
    height: 32px;
    left: -20px;
    top: 2px;
  }
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.email {
  background-color: #0aa7c1;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.email p img {
  left: 0;
  width: 22px;
  height: 18px;
  top: 8px;
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.email p img {
    width: 1.7857142857vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.email p img {
    height: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.email p img {
    top: 0.6493506494vw;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-buttons .l-header__nav-button.email p img {
    width: 18px;
    height: 16px;
    top: 8px;
    left: -8px;
  }
}

.l-footer {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 250px;
}
@media screen and (max-width: 1232px) {
  .l-footer {
    padding-top: 6.4935064935vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-footer {
    padding-bottom: 20.2922077922vw;
  }
}
.l-footer .l-footer__menu {
  display: flex;
  justify-content: center;
  height: 50px;
}
@media screen and (max-width: 1232px) {
  .l-footer .l-footer__menu {
    height: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  .l-footer .l-footer__menu {
    display: block;
    width: 200px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .l-footer .l-footer__menu .l-footer__item {
    margin-bottom: 18px;
  }
}
.l-footer .l-footer__menu .l-footer__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1232px) {
  .l-footer .l-footer__menu .l-footer__item a {
    padding-left: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-footer .l-footer__menu .l-footer__item a {
    padding-right: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-footer .l-footer__menu .l-footer__item a {
    font-size: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  .l-footer .l-footer__menu .l-footer__item a {
    font-size: 14px;
  }
}
.l-footer .l-footer__copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1232px) {
  .l-footer .l-footer__copyright {
    margin-top: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .l-footer .l-footer__copyright {
    font-size: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  .l-footer .l-footer__copyright {
    margin-top: 10px;
    font-size: 12px;
  }
}

.l-footer--sub {
  background-color: #0F2F38;
  color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 1232px) {
  .l-footer--sub {
    padding-bottom: 6.4935064935vw;
  }
}
@media (max-width: 768px) {
  .l-footer--sub {
    padding-bottom: 40px;
  }
}

#top-page #mainVisual {
  display: flex;
  align-items: flex-end;
  box-shadow: 0px 0px 15px -5px #777777;
  background: url(../images/pages/top/mainVisual-bg.png) no-repeat center/cover;
  height: 1120px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual {
    height: 90.9090909091vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual {
    height: 1245px;
    background: url(../images/pages/top/mainVisual-bg_sp.jpg) no-repeat top/contain;
  }
}
@media (max-width: 480px) {
  #top-page #mainVisual {
    height: 1080px;
  }
}
#top-page #mainVisual .mainVisual__contentBox {
  padding-bottom: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox {
    padding-bottom: 3.8961038961vw;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton {
  width: 100%;
  position: relative;
  margin-bottom: 77px;
  height: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton {
    height: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton {
    height: 70px;
    margin-bottom: 35px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff100;
  font-weight: 900;
  color: #112242;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  border: 0 solid #112242;
  border-width: 3px;
  border-radius: 100px;
  font-size: 33.25px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton a {
    border-width: 0.2435064935vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton a {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton a {
    font-size: 2.6988636364vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton a {
    border-width: 2px;
    border-radius: 100px;
    font-size: 18px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9de1ec;
  position: absolute;
  display: inline-block;
  z-index: 1;
  left: 8px;
  top: 14px;
  border-radius: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton::before {
    left: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton::before {
    top: 1.1363636364vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton::before {
    border-radius: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton::before {
    border-radius: 100px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton::before:hover {
  z-index: 1;
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span {
  position: relative;
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before, #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/pages/top/left-diagonal-lines.png) no-repeat center/contain;
  width: 52px;
  height: 43px;
  top: 20px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before, #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
    width: 4.2207792208vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before, #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
    height: 3.4902597403vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before, #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
    top: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before, #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
    width: 36px;
    height: 30px;
    top: 20px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before {
  background: url(../images/pages/top/left-diagonal-lines.png) center/contain;
  left: -68px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before {
    left: -5.5194805195vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::before {
    left: -40px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
  background: url(../images/pages/top/right-diagonal-lines.png) center/contain;
  right: -68px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
    right: -5.5194805195vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__linkButton span::after {
    right: -40px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 2%;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem {
  border: 1px solid #112242;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 185px;
  height: 140px;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem {
    width: 15.0162337662vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem {
    height: 11.3636363636vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem {
    border-radius: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem {
    padding-top: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem {
    padding-bottom: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem {
    flex-wrap: wrap;
    width: 49%;
    height: 140px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem .mainVisual__listItem-icon {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem .mainVisual__listItem-icon {
    width: 6.4935064935vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem .mainVisual__listItem-icon {
    height: 6.4935064935vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem .mainVisual__listItem-icon {
    width: 80px;
    height: 80px;
  }
}
#top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem p {
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (max-width: 1232px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem p {
    font-size: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  #top-page #mainVisual .mainVisual__contentBox .mainVisual__list .mainVisual__listItem p {
    font-size: 20px;
  }
}
#top-page #bannerArea {
  background-color: #f6f6f6;
  position: relative;
  padding-top: 57px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea {
    padding-top: 4.6266233766vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea {
    padding-bottom: 8.9285714286vw;
  }
}
#top-page #bannerArea .bannerArea__contentBox .bannerArea__textImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 82px;
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea .bannerArea__contentBox .bannerArea__textImage {
    height: 5.6818181818vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea .bannerArea__contentBox .bannerArea__textImage {
    margin-bottom: 6.6558441558vw;
  }
}
#top-page #bannerArea .bannerArea__contentBox .bannerArea__textImage img {
  height: 100%;
  width: auto;
}
#top-page #bannerArea .bannerArea__contentBox .c-banner01 {
  box-shadow: 10px 10px 16px -8px #777777;
  border-radius: 20px;
  margin-bottom: 86px;
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea .bannerArea__contentBox .c-banner01 {
    border-radius: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea .bannerArea__contentBox .c-banner01 {
    margin-bottom: 6.9805194805vw;
  }
}
#top-page #bannerArea .bannerArea__contentBox .banner-line {
  margin-bottom: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea .bannerArea__contentBox .banner-line {
    margin-bottom: 8.1168831169vw;
  }
}
#top-page #bannerArea .bannerArea__contentBox .banner-test {
  margin-bottom: 80px;
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea .bannerArea__contentBox .banner-test {
    margin-bottom: 6.4935064935vw;
  }
}
#top-page #bannerArea::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* 三角形を作る */
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 0 solid #fff;
  border-bottom-width: 110px;
}
@media screen and (max-width: 1232px) {
  #top-page #bannerArea::before {
    border-bottom-width: 8.9285714286vw;
  }
}
#top-page #reason {
  padding-bottom: 76px;
}
@media screen and (max-width: 1232px) {
  #top-page #reason {
    padding-bottom: 6.1688311688vw;
  }
}
@media (max-width: 768px) {
  #top-page #reason {
    margin-bottom: 38px;
  }
}
#top-page #reason .reason__headingBlock {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 18px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1232px) {
  #top-page #reason .reason__headingBlock {
    padding-top: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reason .reason__headingBlock {
    margin-bottom: 4.5454545455vw;
  }
}
@media (max-width: 768px) {
  #top-page #reason .reason__headingBlock {
    padding-top: 9px;
    margin-bottom: 28px;
  }
}
#top-page #reason .reason__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: absolute;
  font-size: 24px;
  top: -36px;
}
@media screen and (max-width: 1232px) {
  #top-page #reason .reason__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reason .reason__headingBlock span {
    top: -2.9220779221vw;
  }
}
@media (max-width: 768px) {
  #top-page #reason .reason__headingBlock span {
    font-size: 18px;
    top: -26px;
  }
}
#top-page #reason .reason__headingBlock .reason__heading {
  width: 408px;
}
@media screen and (max-width: 1232px) {
  #top-page #reason .reason__headingBlock .reason__heading {
    width: 33.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #reason .reason__headingBlock .reason__heading {
    width: 240px;
  }
}
#top-page #reason .reason__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1232px) {
  #top-page #reason .reason__list {
    gap: 2.0292207792vw;
  }
}
@media (max-width: 768px) {
  #top-page #reason .reason__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 2%;
  }
}
#top-page #reason .reason__list .reason__listItem {
  width: 49%;
}
@media (max-width: 768px) {
  #top-page #reason .reason__list .reason__listItem {
    width: 40%;
  }
}
#top-page #service {
  background: url(../images/pages/top/service-bg.png) no-repeat center/cover;
  position: relative;
  padding-top: 86px;
  padding-bottom: 241px;
}
@media screen and (max-width: 1232px) {
  #top-page #service {
    padding-top: 6.9805194805vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service {
    padding-bottom: 19.5616883117vw;
  }
}
@media (max-width: 768px) {
  #top-page #service {
    padding-top: 43px;
    padding-bottom: 120px;
  }
}
#top-page #service .service__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock {
    margin-bottom: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__headingBlock {
    margin-bottom: 25px;
  }
}
#top-page #service .service__headingBlock .service__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock .service__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__headingBlock .service__heading {
    font-size: 28px;
  }
}
#top-page #service .service__headingBlock .service__heading::before, #top-page #service .service__headingBlock .service__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #45c7dc;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock .service__heading::before, #top-page #service .service__headingBlock .service__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock .service__heading::before, #top-page #service .service__headingBlock .service__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #service .service__headingBlock .service__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock .service__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #service .service__headingBlock .service__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock .service__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #service .service__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__headingBlock span {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
#top-page #service .service__lead-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__lead-text {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__lead-text {
    margin-bottom: 4.5454545455vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__lead-text {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
#top-page #service .service__gridBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox {
    gap: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox {
    margin-bottom: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__gridBox {
    display: block;
  }
}
#top-page #service .service__gridBox .service__gridItem {
  background-color: #ffffff;
  box-shadow: 5px 5px 6px 4px rgba(0, 0, 0, 0.14);
  position: relative;
  border-radius: 50px;
  height: 550px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem {
    border-radius: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem {
    height: 44.6428571429vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__gridBox .service__gridItem {
    height: 350px;
    width: 100%;
    max-width: 350px;
    border-radius: 50px;
    margin: 0 auto 30px;
  }
}
#top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #ffffff;
  width: 100%;
  background-color: #45c7dc;
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 30px;
  max-width: 500px;
  padding-left: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  top: 250px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    height: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    font-size: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    max-width: 40.5844155844vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    border-top-right-radius: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    border-bottom-right-radius: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    top: 20.2922077922vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-heading {
    height: 50px;
    font-size: 18px;
    padding-left: 20px;
    max-width: 90%;
    top: 150px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
#top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea {
  padding-top: 70px;
  padding-bottom: 37px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea {
    padding-top: 5.6818181818vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea {
    padding-bottom: 3.0032467532vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea {
    padding-right: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea p {
  line-height: 1.4;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 18px;
  min-height: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea p {
    font-size: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea p {
    min-height: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea p {
    font-size: 16px;
    min-height: 90px;
  }
}
#top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a {
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-left: auto;
  border-bottom: 0 solid #aeecf6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all ease 0.3s;
  border-bottom-width: 2px;
  height: 48px;
  font-size: 20px;
  width: 314px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a {
    border-bottom-width: 0.1623376623vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a {
    height: 3.8961038961vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a {
    width: 25.487012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a {
    padding-bottom: 0.974025974vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a {
    border-width: 2px;
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
#top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a img {
  transition: all ease 0.3s;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a img {
    width: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a img {
    height: 2.7597402597vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a img {
    width: 30px;
    height: 20px;
    padding-left: 10px;
  }
}
#top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a:hover {
  opacity: 0.7;
}
#top-page #service .service__gridBox .service__gridItem .service__gridItem-textArea a:hover img {
  transform: translateX(20%);
}
#top-page #service .service__linkeButton {
  position: relative;
  width: 100%;
  z-index: 0;
  margin: 0 auto;
  max-width: 700px;
  height: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton {
    max-width: 56.8181818182vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton {
    height: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__linkeButton {
    height: 80px;
    max-width: 500px;
  }
}
#top-page #service .service__linkeButton a {
  height: 100%;
  border: 0 solid #112242;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  border-width: 5px;
  border-radius: 100px;
  font-size: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton a {
    border-width: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton a {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton a {
    font-size: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__linkeButton a {
    font-size: 20px;
    border-width: 2px;
    border-radius: 80px;
  }
}
#top-page #service .service__linkeButton a span {
  transition: all ease 0.3s;
}
#top-page #service .service__linkeButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9de1ec;
  z-index: -1;
  transition: all ease 0.3s;
  left: 8px;
  top: 10px;
  border-radius: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton::before {
    left: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton::before {
    top: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton::before {
    border-radius: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__linkeButton::before {
    border-radius: 80px;
    left: 4px;
    top: 5px;
  }
}
#top-page #service .service__linkeButton img {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 34px;
  height: 34px;
  right: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton img {
    width: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton img {
    height: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #service .service__linkeButton img {
    right: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #service .service__linkeButton img {
    width: 24px;
    height: 24px;
    right: 20px;
  }
}
#top-page #service .service__linkeButton:hover::before {
  opacity: 0.3;
}
#top-page #service .service__linkeButton:hover a span {
  opacity: 0.7;
}
#top-page #service .service__linkeButton:hover a img {
  transform: translate(20%, -50%);
}
#top-page #transparency {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
  top: -110px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency {
    padding-top: 8.9285714286vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency {
    top: -8.9285714286vw;
  }
}
#top-page #transparency::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* 三角形を作る */
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 0 solid #6dcddd;
  border-bottom-width: 110px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency::before {
    border-bottom-width: 8.9285714286vw;
  }
}
#top-page #transparency .transparency__wrapper {
  background-color: #6dcddd;
  padding-top: 44px;
  padding-bottom: 282px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper {
    padding-top: 3.5714285714vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper {
    padding-bottom: 22.8896103896vw;
  }
}
@media (max-width: 768px) {
  #top-page #transparency .transparency__wrapper {
    padding-bottom: 60px;
  }
}
#top-page #transparency .transparency__wrapper .transparency__headingBlock {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 84px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparency__headingBlock {
    padding-right: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparency__headingBlock {
    padding-left: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparency__headingBlock {
    margin-bottom: 6.8181818182vw;
  }
}
#top-page #transparency .transparency__wrapper .transparency__headingBlock::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/pages/top/transparency-magnifier.png) no-repeat center/contain;
  width: 49.3%;
  height: 370%;
  right: -3.7%;
  top: -116%;
  z-index: -1;
}
#top-page #transparency .transparency__wrapper .transparancy__content {
  position: relative;
  z-index: 10;
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box {
  background-color: #ffffff;
  box-shadow: 5px 5px 6px 4px rgba(0, 0, 0, 0.14);
  border-radius: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box {
    border-radius: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box {
    padding-right: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box {
    padding-left: 4.0584415584vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box .transparency___box-heading {
  margin-bottom: 42px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box .transparency___box-heading {
    margin-bottom: 3.4090909091vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box .transparency__flexBox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box .transparency__flexBox {
    gap: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box .transparency__flexBox {
    display: block;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before {
  position: relative;
  padding-top: 45px;
  padding-bottom: 52px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before {
    padding-top: 3.6525974026vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before {
    padding-bottom: 4.2207792208vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before {
    margin-bottom: 7.3051948052vw;
  }
}
@media (max-width: 768px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before {
    margin-bottom: 50px;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 30%;
  bottom: -24.1%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/pages/top/transparency-arrow.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before::before {
    bottom: -19%;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 550px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3 {
    max-width: 44.6428571429vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3 {
    padding-left: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3 {
    padding-right: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3 {
    padding-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3 {
    max-width: 230px;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/pages/top/transparency-before-heading-underline.png) no-repeat center/contain;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 18px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3::before {
    height: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency___box-heading h3::before {
    height: 10px;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox {
  flex: 1;
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem {
  margin-top: 8px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem {
    margin-top: 0.6493506494vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem:first-child {
    padding-left: 1.2987012987vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem:nth-child(2) {
  padding-left: 32px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem:nth-child(2) {
    padding-left: 2.5974025974vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem:nth-child(3) {
  padding-left: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__textBox .transparency__textItem:nth-child(3) {
    padding-left: 2.1103896104vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.before .transparency__flexBox .transparency__imageBox {
  flex: 1;
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after {
  padding-top: 30px;
  padding-bottom: 67px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after {
    padding-top: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after {
    padding-bottom: 5.4383116883vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency___box-heading h3 {
  width: 100%;
  margin: 0 auto;
  max-width: 840px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency___box-heading h3 {
    max-width: 68.1818181818vw;
  }
}
@media (max-width: 768px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency___box-heading h3 {
    max-width: none;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency__flexBox .transparency__textBox {
  padding-top: 12px;
  padding-right: 32px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency__flexBox .transparency__textBox {
    padding-top: 0.974025974vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency__flexBox .transparency__textBox {
    padding-right: 2.5974025974vw;
  }
}
#top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency__flexBox .transparency__textBox .transparency__textItem:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1232px) {
  #top-page #transparency .transparency__wrapper .transparancy__content .transparency__box.after .transparency__flexBox .transparency__textBox .transparency__textItem:not(:last-child) {
    margin-bottom: 2.5974025974vw;
  }
}
#top-page #price {
  padding-top: 71px;
  padding-bottom: 155px;
}
@media screen and (max-width: 1232px) {
  #top-page #price {
    padding-top: 5.762987013vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price {
    padding-bottom: 12.5811688312vw;
  }
}
@media (max-width: 768px) {
  #top-page #price {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
#top-page #price .price__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock {
    margin-bottom: 5.8441558442vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__headingBlock {
    margin-bottom: 36px;
  }
}
#top-page #price .price__headingBlock .price__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock .price__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__headingBlock .price__heading {
    font-size: 28px;
  }
}
#top-page #price .price__headingBlock .price__heading::before, #top-page #price .price__headingBlock .price__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #45c7dc;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock .price__heading::before, #top-page #price .price__headingBlock .price__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock .price__heading::before, #top-page #price .price__headingBlock .price__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #price .price__headingBlock .price__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock .price__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #price .price__headingBlock .price__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock .price__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #price .price__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__headingBlock span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#top-page #price .price__lead-text {
  width: 100%;
  margin: 0 auto;
  max-width: 574px;
  margin-bottom: 62px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__lead-text {
    max-width: 46.5909090909vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__lead-text {
    margin-bottom: 5.0324675325vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__lead-text {
    max-width: 300px;
  }
}
#top-page #price .price__imgList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__imgList {
    margin-bottom: 8.9285714286vw;
  }
}
#top-page #price .price__imgList figure {
  width: 27.3%;
}
#top-page #price .price__gridBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 55px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox {
    row-gap: 4.4642857143vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox {
    -moz-column-gap: 8.1168831169vw;
         column-gap: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox {
    display: block;
  }
}
#top-page #price .price__gridBox .price__gridItem {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 5px 5px 6px 4px rgba(0, 0, 0, 0.14);
  border-radius: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem {
    border-radius: 4.0584415584vw;
  }
}
@media (min-width: 769px) {
  #top-page #price .price__gridBox .price__gridItem:first-child {
    grid-column: 1/3;
  }
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox {
    display: flex;
    justify-content: space-between;
  }
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__imgBox {
    height: auto;
    width: 50%;
    padding-top: 34px;
    padding-bottom: 44px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__imgBox {
    padding-top: 2.7597402597vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__imgBox {
    padding-bottom: 3.5714285714vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__imgBox {
    padding-left: 4.0584415584vw;
  }
}
@media (min-width: 769px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__imgBox img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 769px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__textBox {
    width: 50%;
    padding-top: 32px;
    padding-bottom: 44px;
    padding-right: 50px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__textBox {
    padding-top: 2.5974025974vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__textBox {
    padding-bottom: 3.5714285714vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__textBox {
    padding-right: 4.0584415584vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__textBox {
    padding-left: 8.1168831169vw;
  }
}
@media (min-width: 769px) {
  #top-page #price .price__gridBox .price__gridItem:first-child .price__flexBox .price__textBox small {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem {
    margin: 0 auto 20px;
    max-width: 350px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__planName {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0aa7c1;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__planName {
    padding-top: 2.8409090909vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__planName {
    padding-bottom: 3.2467532468vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__planName {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__planName h3 {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #ffffff;
  font-size: 36px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__planName h3 {
    font-size: 2.9220779221vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__planName h3 {
    font-size: 22px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__imgBox {
  height: 220px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__imgBox {
    height: 17.8571428571vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__imgBox {
    height: 140px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__imgBox figure {
  height: 100%;
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__imgBox figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox {
  padding-top: 23px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox {
    padding-top: 1.8668831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox {
    padding-bottom: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox {
    padding-right: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox {
    padding: 16px 30px 20px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox small {
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 20px;
  height: 80px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox small {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox small {
    height: 6.4935064935vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox small {
    font-size: 16px;
    height: auto;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p {
    margin-bottom: 2.5974025974vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p .price {
  font-size: 42px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p .price {
    font-size: 3.4090909091vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p .price {
    font-size: 30px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p .yen {
  font-size: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p .yen {
    font-size: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox p .yen {
    font-size: 24px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  max-width: 450px;
  height: 88px;
  border-radius: 88px;
  font-size: 25px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button {
    max-width: 36.525974026vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button {
    height: 7.1428571429vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button {
    border-radius: 7.1428571429vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button {
    font-size: 2.0292207792vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button {
    max-width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button img {
  position: absolute;
  right: 18px;
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button img {
    right: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button img {
    width: 2.6785714286vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button img {
    height: 2.6785714286vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button img {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button {
  background-color: #06c755;
  margin-bottom: 17px;
  padding-left: 34px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button {
    margin-bottom: 1.3798701299vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button {
    padding-left: 2.7597402597vw;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/icon-line.png) center/contain;
  width: 80px;
  height: 80px;
  left: 17px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button::before {
    width: 6.4935064935vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button::before {
    height: 6.4935064935vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button::before {
    left: 1.3798701299vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.line-button::before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.email-button {
  background-color: #0aa7c1;
}
#top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.email-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/icon-letter.png) center/contain;
  width: 49px;
  height: 41px;
  left: 39px;
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.email-button::before {
    width: 3.9772727273vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.email-button::before {
    height: 3.3279220779vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.email-button::before {
    left: 3.1655844156vw;
  }
}
@media (max-width: 768px) {
  #top-page #price .price__gridBox .price__gridItem .price__flexBox .price__textBox .price__buttonBox .button.email-button::before {
    width: 25px;
    height: 20px;
    left: 20px;
  }
}
#top-page .banner01 .banner01__textImage {
  margin: 0 auto;
  margin-bottom: 82px;
  max-width: 1200px;
  padding-left: 85px;
  padding-right: 85px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner01 .banner01__textImage {
    margin-bottom: 6.6558441558vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner01 .banner01__textImage {
    max-width: 97.4025974026vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner01 .banner01__textImage {
    padding-left: 6.8993506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner01 .banner01__textImage {
    padding-right: 6.8993506494vw;
  }
}
#top-page .banner01 .c-banner01 .c-banner01__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner01 .c-banner01 .c-banner01__inner {
    max-width: 97.4025974026vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner01 .c-banner01 .c-banner01__inner {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner01 .c-banner01 .c-banner01__inner {
    padding-right: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page .banner01 .c-banner01 .c-banner01__inner {
    max-width: 360px;
  }
}
#top-page #option {
  padding-top: 152px;
  margin-bottom: 94px;
}
@media screen and (max-width: 1232px) {
  #top-page #option {
    padding-top: 12.3376623377vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option {
    margin-bottom: 7.6298701299vw;
  }
}
#top-page #option .option__wrapper {
  border: 0 solid #45c7dc;
  border-width: 2px;
  border-radius: 123px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper {
    border-width: 0.1623376623vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper {
    border-radius: 9.9837662338vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper {
    padding-right: 4.0584415584vw;
  }
}
#top-page #option .option__wrapper .option__headingBlock {
  position: relative;
  display: flex;
  justify-content: center;
  width: 61.8%;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock {
    margin-bottom: 4.5454545455vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__headingBlock {
    width: 90%;
  }
}
#top-page #option .option__wrapper .option__headingBlock::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  height: 4px;
  top: -3px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock::before {
    height: 0.3246753247vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock::before {
    top: -0.2435064935vw;
  }
}
#top-page #option .option__wrapper .option__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: absolute;
  font-size: 24px;
  top: -75px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock span {
    top: -6.0876623377vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__headingBlock span {
    font-size: 18px;
    top: -30px;
  }
}
#top-page #option .option__wrapper .option__headingBlock .option__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading {
    font-size: 28px;
  }
}
#top-page #option .option__wrapper .option__headingBlock .option__heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: url(../images/pages/top/option-heading-left-bubble.png) no-repeat center/contain;
  width: 40px;
  height: 60px;
  left: -90px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::before {
    width: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::before {
    height: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::before {
    left: -7.3051948052vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::before {
    width: 20px;
    height: 30px;
    left: -30px;
  }
}
#top-page #option .option__wrapper .option__headingBlock .option__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 60px;
  right: -90px;
  bottom: 0;
  background: url(../images/pages/top/option-heading-right-bubble.png) no-repeat center/contain;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::after {
    width: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::after {
    height: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::after {
    right: -7.3051948052vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__headingBlock .option__heading::after {
    width: 20px;
    height: 30px;
    right: -30px;
  }
}
#top-page #option .option__wrapper .option__lead-text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 20px;
  margin-bottom: 73px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__lead-text {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__lead-text {
    margin-bottom: 5.9253246753vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__lead-text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
#top-page #option .option__wrapper .option__gridBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem h3 {
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem h3 {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem h3 {
    margin-bottom: 1.1363636364vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem figure {
  box-shadow: 11px 11px 38px 7px rgba(69, 199, 220, 0.3);
  width: 180px;
  height: 180px;
  border-radius: 180px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem figure {
    width: 14.6103896104vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem figure {
    height: 14.6103896104vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem figure {
    border-radius: 14.6103896104vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem figure {
    margin-bottom: 1.7857142857vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem figure {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    margin-bottom: 20px;
    box-shadow: 6px 6px 12px 2px rgba(69, 199, 220, 0.3);
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem p {
  letter-spacing: 0;
  font-feature-settings: "palt";
  height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem p {
    height: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem p {
    margin-bottom: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem p {
    font-size: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem p {
    font-size: 14px;
    margin-bottom: 16px;
    height: auto;
    min-height: 70px;
    text-align: center;
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton {
  width: 100%;
  position: relative;
  z-index: 0;
  max-width: 240px;
  height: 58px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton {
    max-width: 19.4805194805vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton {
    height: 4.7077922078vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton {
    margin-bottom: 8.5227272727vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton {
    max-width: 140px;
    height: 40px;
    margin-bottom: 50px;
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9de1ec;
  z-index: -1;
  transition: all ease 0.3s;
  border-radius: 58px;
  top: 10px;
  left: 8px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton::before {
    border-radius: 4.7077922078vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton::before {
    top: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton::before {
    left: 0.6493506494vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton::before {
    border-radius: 40px;
    top: 5px;
    left: 4px;
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  height: 100%;
  border: 0 solid #112242;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  font-size: 23px;
  border-radius: 58px;
  border-width: 2px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a {
    font-size: 1.8668831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a {
    border-radius: 4.7077922078vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a {
    border-width: 0.1623376623vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a {
    font-size: 16px;
    border-radius: 40px;
    border-width: 2px;
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a span {
  transition: all ease 0.3s;
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a img {
  position: absolute;
  transition: all ease 0.3s;
  width: 31px;
  height: 31px;
  right: 15px;
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a img {
    width: 2.5162337662vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a img {
    height: 2.5162337662vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a img {
    right: 1.2175324675vw;
  }
}
@media (max-width: 768px) {
  #top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton a img {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton:hover::before {
  opacity: 0.7;
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton:hover a span {
  opacity: 0.7;
}
#top-page #option .option__wrapper .option__gridBox .option__gridItem .option__detailButton:hover a img {
  transform: translateX(20%);
}
#top-page #area {
  padding-bottom: 128px;
}
@media screen and (max-width: 1232px) {
  #top-page #area {
    padding-bottom: 10.3896103896vw;
  }
}
@media (max-width: 768px) {
  #top-page #area {
    margin-bottom: 60px;
  }
}
#top-page #area .area__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock {
    margin-bottom: 5.8441558442vw;
  }
}
@media (max-width: 768px) {
  #top-page #area .area__headingBlock {
    margin-bottom: 36px;
  }
}
#top-page #area .area__headingBlock .area__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock .area__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #area .area__headingBlock .area__heading {
    font-size: 28px;
  }
}
#top-page #area .area__headingBlock .area__heading::before, #top-page #area .area__headingBlock .area__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #45c7dc;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock .area__heading::before, #top-page #area .area__headingBlock .area__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock .area__heading::before, #top-page #area .area__headingBlock .area__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #area .area__headingBlock .area__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock .area__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #area .area__headingBlock .area__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock .area__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #area .area__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #area .area__headingBlock span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#top-page #area .area__lead-text {
  width: 100%;
  margin: 0 auto;
  max-width: 832px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__lead-text {
    max-width: 67.5324675325vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #area .area__lead-text {
    margin-bottom: 4.5454545455vw;
  }
}
@media (max-width: 768px) {
  #top-page #area .area__lead-text {
    max-width: 100%;
    margin-bottom: 28px;
  }
}
#top-page #flow {
  background: url(../images/pages/top/service-bg.png) no-repeat center/cover;
  padding-top: 86px;
  padding-bottom: 93px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow {
    padding-top: 6.9805194805vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow {
    padding-bottom: 7.5487012987vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow {
    padding-top: 43px;
    padding-bottom: 48px;
  }
}
#top-page #flow .flow__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock {
    margin-bottom: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__headingBlock {
    margin-bottom: 25px;
  }
}
#top-page #flow .flow__headingBlock .flow__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock .flow__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__headingBlock .flow__heading {
    font-size: 28px;
  }
}
#top-page #flow .flow__headingBlock .flow__heading::before, #top-page #flow .flow__headingBlock .flow__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #45c7dc;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock .flow__heading::before, #top-page #flow .flow__headingBlock .flow__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock .flow__heading::before, #top-page #flow .flow__headingBlock .flow__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #flow .flow__headingBlock .flow__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock .flow__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #flow .flow__headingBlock .flow__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock .flow__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #flow .flow__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__headingBlock span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#top-page #flow .flow__lead-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 20px;
  margin-bottom: 88px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__lead-text {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__lead-text {
    margin-bottom: 7.1428571429vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__lead-text {
    font-size: 16px;
  }
}
#top-page #flow .flow__steps {
  display: flex;
  justify-content: space-between;
  gap: 66px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps {
    gap: 5.3571428571vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps {
    flex-direction: column;
  }
}
#top-page #flow .flow__steps .flow__step {
  background-color: #ffffff;
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.16);
  flex: 1;
  position: relative;
  border-radius: 25px;
  height: 350px;
  margin-bottom: 78px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step {
    border-radius: 2.0292207792vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step {
    height: 28.4090909091vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step {
    margin-bottom: 6.3311688312vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step {
    width: 250px;
    height: auto;
    margin: 0 auto 38px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#top-page #flow .flow__steps .flow__step .step-icon {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  top: -24px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .step-icon {
    width: 5.6818181818vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .step-icon {
    height: 5.6818181818vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .step-icon {
    top: -1.9480519481vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step .step-icon {
    width: 50px;
    height: 50px;
    top: -20px;
  }
}
#top-page #flow .flow__steps .flow__step:not(:last-child)::before, #top-page #flow .flow__steps .flow__step:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  transform-origin: right;
  height: 8px;
  width: 36px;
  border-radius: 8px;
  right: -48px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step:not(:last-child)::before, #top-page #flow .flow__steps .flow__step:not(:last-child)::after {
    height: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step:not(:last-child)::before, #top-page #flow .flow__steps .flow__step:not(:last-child)::after {
    width: 2.9220779221vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step:not(:last-child)::before, #top-page #flow .flow__steps .flow__step:not(:last-child)::after {
    border-radius: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step:not(:last-child)::before, #top-page #flow .flow__steps .flow__step:not(:last-child)::after {
    right: -3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step:not(:last-child)::before, #top-page #flow .flow__steps .flow__step:not(:last-child)::after {
    height: 4px;
    width: 20px;
    border-radius: 8px;
    right: auto;
    bottom: -50px;
    left: 47.5%;
  }
}
#top-page #flow .flow__steps .flow__step:not(:last-child)::before {
  top: 50.75%;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step:not(:last-child)::before {
    top: auto;
    transform: translate(-60%, -50%) rotate(135deg);
  }
}
#top-page #flow .flow__steps .flow__step:not(:last-child)::after {
  top: 49.25%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step:not(:last-child)::after {
    top: auto;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
#top-page #flow .flow__steps .flow__step:not(:last-child):first-child::before, #top-page #flow .flow__steps .flow__step:not(:last-child):first-child::after {
  background-color: #9de1ec;
}
#top-page #flow .flow__steps .flow__step:not(:last-child):nth-child(2)::before, #top-page #flow .flow__steps .flow__step:not(:last-child):nth-child(2)::after {
  background-color: #45c7dc;
}
#top-page #flow .flow__steps .flow__step:not(:last-child):nth-child(3)::before, #top-page #flow .flow__steps .flow__step:not(:last-child):nth-child(3)::after {
  background-color: #0aa7c1;
}
#top-page #flow .flow__steps .flow__step .flow__imgBox {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#top-page #flow .flow__steps .flow__step.step1 .flow__imgBox figure {
  width: 65px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step.step1 .flow__imgBox figure {
    width: 5.275974026vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step.step1 .flow__imgBox figure {
    width: 39px;
  }
}
#top-page #flow .flow__steps .flow__step.step2 .flow__imgBox figure {
  width: 97px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step.step2 .flow__imgBox figure {
    width: 7.8733766234vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step.step2 .flow__imgBox figure {
    width: 58.2px;
  }
}
#top-page #flow .flow__steps .flow__step.step3 .flow__imgBox figure {
  width: 130px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step.step3 .flow__imgBox figure {
    width: 10.5519480519vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step.step3 .flow__imgBox figure {
    width: 78px;
  }
}
#top-page #flow .flow__steps .flow__step.step4 .flow__imgBox figure {
  width: 125px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step.step4 .flow__imgBox figure {
    width: 10.1461038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step.step4 .flow__imgBox figure {
    width: 75px;
  }
}
#top-page #flow .flow__steps .flow__step .flow__textBox {
  height: 50%;
  line-height: 1;
  padding-top: 36px;
  padding-right: 28px;
  padding-left: 28px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox {
    padding-top: 2.9220779221vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox {
    padding-right: 2.2727272727vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox {
    padding-left: 2.2727272727vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox {
    padding: 20px 18px 0;
  }
}
#top-page #flow .flow__steps .flow__step .flow__textBox h3 {
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 27px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox h3 {
    font-size: 2.1915584416vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox h3 {
    margin-bottom: 2.1915584416vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#top-page #flow .flow__steps .flow__step .flow__textBox p {
  letter-spacing: 0;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox p {
    font-size: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__steps .flow__step .flow__textBox p {
    font-size: 14px;
  }
}
#top-page #flow .flow__linkButton {
  position: relative;
  width: 100%;
  z-index: 0;
  margin: 0 auto;
  max-width: 700px;
  height: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton {
    max-width: 56.8181818182vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton {
    height: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__linkButton {
    height: 80px;
    max-width: 100%;
  }
}
#top-page #flow .flow__linkButton a {
  height: 100%;
  border: 0 solid #112242;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  border-radius: 100px;
  border-width: 5px;
  font-size: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton a {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton a {
    border-width: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton a {
    font-size: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__linkButton a {
    font-size: 20px;
    border-width: 2px;
    border-radius: 80px;
  }
}
#top-page #flow .flow__linkButton a span {
  transition: all ease 0.3s;
}
#top-page #flow .flow__linkButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9de1ec;
  z-index: -1;
  transition: all ease 0.3s;
  border-radius: 100px;
  left: 8px;
  top: 10px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton::before {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton::before {
    left: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton::before {
    top: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__linkButton::before {
    border-radius: 80px;
    left: 4px;
    top: 5px;
  }
}
#top-page #flow .flow__linkButton img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 34px;
  height: 34px;
  right: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton img {
    width: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton img {
    height: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #flow .flow__linkButton img {
    right: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #flow .flow__linkButton img {
    width: 24px;
    height: 24px;
    right: 24px;
  }
}
#top-page #flow .flow__linkButton:hover::before {
  opacity: 0.3;
}
#top-page #flow .flow__linkButton:hover a span {
  opacity: 0.7;
}
#top-page #flow .flow__linkButton:hover a img {
  transform: translate(20%, -50%);
}
#top-page #examples {
  padding-top: 86px;
  padding-bottom: 82px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples {
    padding-top: 6.9805194805vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples {
    padding-bottom: 6.6558441558vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples {
    padding-top: 43px;
    padding-bottom: 40px;
  }
}
#top-page #examples .examples__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock {
    margin-bottom: 4.8701298701vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__headingBlock {
    margin-bottom: 30px;
  }
}
#top-page #examples .examples__headingBlock .examples__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock .examples__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__headingBlock .examples__heading {
    font-size: 28px;
  }
}
#top-page #examples .examples__headingBlock .examples__heading::before, #top-page #examples .examples__headingBlock .examples__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #45c7dc;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock .examples__heading::before, #top-page #examples .examples__headingBlock .examples__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock .examples__heading::before, #top-page #examples .examples__headingBlock .examples__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #examples .examples__headingBlock .examples__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock .examples__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #examples .examples__headingBlock .examples__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock .examples__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #examples .examples__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__headingBlock span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#top-page #examples .examples__lead-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__lead-text {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__lead-text {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__lead-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#top-page #examples .carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 28px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel {
    margin-bottom: 2.2727272727vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel {
    padding-top: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel {
    padding-bottom: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel {
    margin-bottom: 20px;
    padding: 30px 0;
  }
}
#top-page #examples .carousel .carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .carousel-track {
    gap: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .carousel-track {
    padding-left: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .carousel-track {
    padding-right: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel .carousel-track {
    gap: 16px;
    padding: 0;
  }
}
#top-page #examples .carousel .slide {
  flex: 0 0 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  flex-basis: 570px;
  width: 570px;
  height: 600px;
  border-radius: 25px;
  font-size: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide {
    flex-basis: 46.2662337662vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide {
    width: 46.2662337662vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide {
    height: 48.7012987013vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide {
    border-radius: 2.0292207792vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide {
    font-size: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel .slide {
    flex-basis: 350px;
    width: 350px;
    height: auto;
    border-radius: 25px;
    font-size: 30px;
    padding-bottom: 20px;
  }
}
#top-page #examples .carousel .slide h3 {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #ffffff;
  width: 46.5%;
  background-color: #0aa7c1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  font-size: 24px;
  padding-top: 17px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h3 {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h3 {
    padding-top: 1.3798701299vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h3 {
    padding-bottom: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h3 {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel .slide h3 {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
#top-page #examples .carousel .slide figure {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide figure {
    padding-left: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide figure {
    padding-right: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide figure {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel .slide figure {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
#top-page #examples .carousel .slide h4 {
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h4 {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h4 {
    padding-left: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h4 {
    padding-right: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide h4 {
    margin-bottom: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel .slide h4 {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
#top-page #examples .carousel .slide p {
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide p {
    padding-left: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide p {
    padding-right: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel .slide p {
    font-size: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel .slide p {
    padding: 0 20px;
    font-size: 14px;
  }
}
#top-page #examples .carousel button.prev, #top-page #examples .carousel button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(0, 0, 0, 0.16);
  border: 0 solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  border-width: 1px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel button.prev, #top-page #examples .carousel button.next {
    border-width: 0.0811688312vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel button.prev, #top-page #examples .carousel button.next {
    width: 6.4935064935vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel button.prev, #top-page #examples .carousel button.next {
    height: 6.4935064935vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel button.prev, #top-page #examples .carousel button.next {
    border-radius: 6.4935064935vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel button.prev, #top-page #examples .carousel button.next {
    width: 40px;
    height: 40px;
  }
}
#top-page #examples .carousel button.prev::before, #top-page #examples .carousel button.prev::after, #top-page #examples .carousel button.next::before, #top-page #examples .carousel button.next::after {
  content: "";
  display: inline-block;
  position: absolute;
  transform-origin: right;
  right: 8%;
  background-color: #ffffff;
  height: 8px;
  width: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel button.prev::before, #top-page #examples .carousel button.prev::after, #top-page #examples .carousel button.next::before, #top-page #examples .carousel button.next::after {
    height: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel button.prev::before, #top-page #examples .carousel button.prev::after, #top-page #examples .carousel button.next::before, #top-page #examples .carousel button.next::after {
    width: 2.5974025974vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .carousel button.prev::before, #top-page #examples .carousel button.prev::after, #top-page #examples .carousel button.next::before, #top-page #examples .carousel button.next::after {
    border-radius: 0.6493506494vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .carousel button.prev::before, #top-page #examples .carousel button.prev::after, #top-page #examples .carousel button.next::before, #top-page #examples .carousel button.next::after {
    height: 4px;
    width: 16px;
    border-radius: 4px;
  }
}
#top-page #examples .carousel button.prev.prev, #top-page #examples .carousel button.next.prev {
  left: calc(50% - 285px - 30px);
}
@media (max-width: 768px) {
  #top-page #examples .carousel button.prev.prev, #top-page #examples .carousel button.next.prev {
    left: calc(50% - 175px - 17px);
  }
}
#top-page #examples .carousel button.prev.prev::before, #top-page #examples .carousel button.next.prev::before {
  top: 53%;
  transform-origin: left;
  transform: translate(-50%, -50%) rotate(-45deg);
  right: 5%;
}
#top-page #examples .carousel button.prev.prev::after, #top-page #examples .carousel button.next.prev::after {
  transform-origin: left;
  top: 46%;
  transform: translate(-50%, -50%) rotate(45deg);
  right: 5%;
}
#top-page #examples .carousel button.prev.next, #top-page #examples .carousel button.next.next {
  right: calc(50% - 285px - 70px);
}
@media (max-width: 768px) {
  #top-page #examples .carousel button.prev.next, #top-page #examples .carousel button.next.next {
    right: calc(50% - 175px);
  }
}
#top-page #examples .carousel button.prev.next::before, #top-page #examples .carousel button.next.next::before {
  top: 53%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#top-page #examples .carousel button.prev.next::after, #top-page #examples .carousel button.next.next::after {
  top: 46%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#top-page #examples .examples__linkButton {
  position: relative;
  width: 100%;
  z-index: 0;
  margin: 0 auto;
  max-width: 700px;
  height: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton {
    max-width: 56.8181818182vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton {
    height: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__linkButton {
    height: 80px;
    max-width: 500px;
  }
}
#top-page #examples .examples__linkButton a {
  height: 100%;
  border: 0 solid #112242;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  border-radius: 100px;
  border-width: 5px;
  font-size: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton a {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton a {
    border-width: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton a {
    font-size: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__linkButton a {
    border-radius: 80px;
    border-width: 2px;
    font-size: 20px;
  }
}
#top-page #examples .examples__linkButton a span {
  transition: all ease 0.3s;
}
#top-page #examples .examples__linkButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9de1ec;
  z-index: -1;
  transition: all ease 0.3s;
  border-radius: 100px;
  left: 8px;
  top: 10px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton::before {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton::before {
    left: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton::before {
    top: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__linkButton::before {
    border-radius: 80px;
    left: 4px;
    top: 5px;
  }
}
#top-page #examples .examples__linkButton img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 34px;
  height: 34px;
  right: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton img {
    width: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton img {
    height: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #examples .examples__linkButton img {
    right: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #examples .examples__linkButton img {
    width: 24px;
    height: 24px;
    right: 24px;
  }
}
#top-page #examples .examples__linkButton:hover::before {
  opacity: 0.3;
}
#top-page #examples .examples__linkButton:hover a span {
  opacity: 0.7;
}
#top-page #examples .examples__linkButton:hover a img {
  transform: translate(20%, -50%);
}
#top-page #achievement {
  background-color: #f4f1f1;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement {
    padding-top: 7.3051948052vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement {
    padding-bottom: 5.6818181818vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
#top-page #achievement .achievement__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock {
    margin-bottom: 4.8701298701vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__headingBlock {
    margin-bottom: 30px;
  }
}
#top-page #achievement .achievement__headingBlock .achievement__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock .achievement__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__headingBlock .achievement__heading {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
  }
}
#top-page #achievement .achievement__headingBlock .achievement__heading::before, #top-page #achievement .achievement__headingBlock .achievement__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #45c7dc;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock .achievement__heading::before, #top-page #achievement .achievement__headingBlock .achievement__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock .achievement__heading::before, #top-page #achievement .achievement__headingBlock .achievement__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #achievement .achievement__headingBlock .achievement__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock .achievement__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #achievement .achievement__headingBlock .achievement__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock .achievement__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #achievement .achievement__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__headingBlock span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#top-page #achievement .achievement__lead-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 20px;
  margin-bottom: 76px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__lead-text {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__lead-text {
    margin-bottom: 6.1688311688vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__lead-text {
    font-size: 16px;
    margin-bottom: 38px;
  }
}
#top-page #achievement .achievement__gridBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 63px;
  row-gap: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox {
    margin-bottom: 5.1136363636vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox {
    row-gap: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__gridBox {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 34px;
    row-gap: 20px;
  }
}
#top-page #achievement .achievement__gridBox .achievement__gridItem {
  background-color: #ffffff;
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.16);
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem {
    padding-top: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem {
    padding-bottom: 2.0292207792vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem {
    padding-left: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem {
    padding-right: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem {
    border-radius: 1.2175324675vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem {
    padding: 16px 16px 10px;
    border-radius: 10px;
  }
}
#top-page #achievement .achievement__gridBox .achievement__gridItem figure {
  margin-bottom: 25px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem figure {
    margin-bottom: 2.0292207792vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem figure {
    margin-bottom: 16px;
  }
}
#top-page #achievement .achievement__gridBox .achievement__gridItem h3 {
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 24px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem h3 {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem h3 {
    margin-bottom: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#top-page #achievement .achievement__gridBox .achievement__gridItem span {
  width: 100%;
  background-color: #0aa7c1;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem span {
    height: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem span {
    border-radius: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem span {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem span {
    margin-bottom: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem span {
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#top-page #achievement .achievement__gridBox .achievement__gridItem small {
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #626262;
  display: block;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem small {
    font-size: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__gridBox .achievement__gridItem small {
    font-size: 12px;
  }
}
#top-page #achievement .achievement__linkButton {
  position: relative;
  width: 100%;
  z-index: 0;
  margin: 0 auto;
  max-width: 700px;
  height: 100px;
  margin-bottom: 77px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton {
    max-width: 56.8181818182vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton {
    height: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__linkButton {
    height: 80px;
    margin-bottom: 40px;
    max-width: 500px;
  }
}
#top-page #achievement .achievement__linkButton a {
  height: 100%;
  border: 0 solid #112242;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  border-radius: 100px;
  border-width: 5px;
  font-size: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton a {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton a {
    border-width: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton a {
    font-size: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__linkButton a {
    border-radius: 80px;
    border-width: 2px;
    font-size: 20px;
  }
}
#top-page #achievement .achievement__linkButton a span {
  transition: all ease 0.3s;
}
#top-page #achievement .achievement__linkButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9de1ec;
  z-index: -1;
  transition: all ease 0.3s;
  border-radius: 100px;
  left: 8px;
  top: 10px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton::before {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton::before {
    left: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton::before {
    top: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__linkButton::before {
    border-radius: 80px;
    left: 4px;
    top: 5px;
  }
}
#top-page #achievement .achievement__linkButton img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 34px;
  height: 34px;
  right: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton img {
    width: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton img {
    height: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #achievement .achievement__linkButton img {
    right: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #achievement .achievement__linkButton img {
    width: 24px;
    height: 24px;
    right: 24px;
  }
}
#top-page #achievement .achievement__linkButton:hover::before {
  opacity: 0.3;
}
#top-page #achievement .achievement__linkButton:hover a span {
  opacity: 0.7;
}
#top-page #achievement .achievement__linkButton:hover a img {
  transform: translate(20%, -50%);
}
#top-page #reviews {
  padding-top: 91px;
  padding-bottom: 113px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews {
    padding-top: 7.3863636364vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews {
    padding-bottom: 9.1720779221vw;
  }
}
#top-page #reviews .reviews__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock {
    margin-bottom: 4.8701298701vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__headingBlock {
    margin-bottom: 30px;
  }
}
#top-page #reviews .reviews__headingBlock .reviews__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock .reviews__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__headingBlock .reviews__heading {
    font-size: 28px;
  }
}
#top-page #reviews .reviews__headingBlock .reviews__heading::before, #top-page #reviews .reviews__headingBlock .reviews__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #45c7dc;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock .reviews__heading::before, #top-page #reviews .reviews__headingBlock .reviews__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock .reviews__heading::before, #top-page #reviews .reviews__headingBlock .reviews__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #reviews .reviews__headingBlock .reviews__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock .reviews__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #reviews .reviews__headingBlock .reviews__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock .reviews__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #reviews .reviews__headingBlock span {
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__headingBlock span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#top-page #reviews .reviews__lead-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__lead-text {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__lead-text {
    margin-bottom: 4.8701298701vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__lead-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#top-page #reviews .review__gridBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 8.33%;
       column-gap: 8.33%;
  row-gap: 30px;
  margin-bottom: 63px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox {
    row-gap: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox {
    margin-bottom: 5.1136363636vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox {
    display: block;
  }
}
#top-page #reviews .review__gridBox .reviews__gridItem {
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.16);
  padding-top: 50px;
  padding-bottom: 24px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem {
    padding-top: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem {
    padding-bottom: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem {
    padding-right: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem {
    border-radius: 4.0584415584vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox .reviews__gridItem {
    margin-bottom: 20px;
    padding: 16px 20px;
  }
}
#top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox {
  display: flex;
  justify-content: space-between;
  gap: 0.111%;
  align-items: flex-end;
  margin-bottom: 38px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox {
    margin-bottom: 3.0844155844vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox {
    margin-bottom: 20px;
    justify-content: start;
  }
}
#top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox figure {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox figure {
    width: 9.7402597403vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox figure {
    height: 9.7402597403vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox figure {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
}
#top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper {
  width: 280px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper {
    width: 22.7272727273vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper {
    width: 180px;
  }
}
#top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper h3 {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #112242;
  line-height: 1;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper h3 {
    font-size: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper h3 {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
#top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper span {
  display: flex;
  align-items: center;
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  background-color: #9de1ec;
  height: 54px;
  font-size: 18px;
  border-radius: 5px;
  padding-left: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper span {
    height: 4.3831168831vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper span {
    font-size: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper span {
    border-radius: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper span {
    padding-left: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox .reviews__gridItem .reviews__flexBox .reviews__textwrapper span {
    height: auto;
    font-size: 14px;
    border-radius: 5px;
    padding-left: 10px;
  }
}
#top-page #reviews .review__gridBox .reviews__gridItem p {
  line-height: 1.6;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 18px;
  min-height: 140px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem p {
    font-size: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .review__gridBox .reviews__gridItem p {
    min-height: 11.3636363636vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .review__gridBox .reviews__gridItem p {
    min-height: none;
    font-size: 16px;
  }
}
#top-page #reviews .reviews__linkButton {
  position: relative;
  width: 100%;
  z-index: 0;
  margin: 0 auto;
  max-width: 700px;
  height: 100px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton {
    max-width: 56.8181818182vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton {
    height: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__linkButton {
    height: 80px;
    max-width: 500px;
  }
}
#top-page #reviews .reviews__linkButton a {
  height: 100%;
  border: 0 solid #112242;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  border-radius: 100px;
  border-width: 5px;
  font-size: 26px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton a {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton a {
    border-width: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton a {
    font-size: 2.1103896104vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__linkButton a {
    border-radius: 80px;
    border-width: 2px;
    font-size: 20px;
  }
}
#top-page #reviews .reviews__linkButton a span {
  transition: all ease 0.3s;
}
#top-page #reviews .reviews__linkButton::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9de1ec;
  z-index: -1;
  transition: all ease 0.3s;
  border-radius: 100px;
  left: 8px;
  top: 10px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton::before {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton::before {
    left: 0.6493506494vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton::before {
    top: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__linkButton::before {
    border-radius: 80px;
    left: 4px;
    top: 5px;
  }
}
#top-page #reviews .reviews__linkButton img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 34px;
  height: 34px;
  right: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton img {
    width: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton img {
    height: 2.7597402597vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #reviews .reviews__linkButton img {
    right: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #reviews .reviews__linkButton img {
    width: 24px;
    height: 24px;
    right: 24px;
  }
}
#top-page #reviews .reviews__linkButton:hover::before {
  opacity: 0.3;
}
#top-page #reviews .reviews__linkButton:hover a span {
  opacity: 0.7;
}
#top-page #reviews .reviews__linkButton:hover a img {
  transform: translate(20%, -50%);
}
#top-page #questions {
  background: url(../images/pages/top/questions-bg.png) no-repeat center/cover;
  padding-top: 80px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions {
    padding-top: 6.4935064935vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions {
    padding-bottom: 15.4220779221vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
#top-page #questions .questions__headingBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock {
    margin-bottom: 4.8701298701vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__headingBlock {
    margin-bottom: 30px;
  }
}
#top-page #questions .questions__headingBlock .questions__heading {
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  color: #ffffff;
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock .questions__heading {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__headingBlock .questions__heading {
    font-size: 28px;
  }
}
#top-page #questions .questions__headingBlock .questions__heading::before, #top-page #questions .questions__headingBlock .questions__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 5px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock .questions__heading::before, #top-page #questions .questions__headingBlock .questions__heading::after {
    width: 12.987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock .questions__heading::before, #top-page #questions .questions__headingBlock .questions__heading::after {
    height: 0.4058441558vw;
  }
}
#top-page #questions .questions__headingBlock .questions__heading::before {
  left: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock .questions__heading::before {
    left: -20.9415584416vw;
  }
}
#top-page #questions .questions__headingBlock .questions__heading::after {
  right: -258px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock .questions__heading::after {
    right: -20.9415584416vw;
  }
}
#top-page #questions .questions__headingBlock span {
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock span {
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__headingBlock span {
    margin-bottom: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__headingBlock span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#top-page #questions .questions__lead-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 66px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__lead-text {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__lead-text {
    margin-bottom: 5.3571428571vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__lead-text {
    font-size: 16px;
  }
}
#top-page #questions .questions__item {
  overflow: hidden;
  background-color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item {
    padding-right: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item {
    border-radius: 1.2175324675vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item {
    margin-bottom: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__item {
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
#top-page #questions .questions__item .questions__question {
  padding: 1em;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all ease 0.3s;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 91px;
  font-size: 24px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question {
    padding-top: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question {
    padding-bottom: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question {
    padding-left: 7.3863636364vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question {
    font-size: 1.9480519481vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__item .questions__question {
    padding: 24px 16px 24px 60px;
    font-size: 16px;
  }
}
#top-page #questions .questions__item .questions__question::before {
  content: "Q";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #45c7dc;
  color: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding-bottom: 6px;
  font-size: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question::before {
    width: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question::before {
    height: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question::before {
    border-radius: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question::before {
    padding-bottom: 0.487012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question::before {
    font-size: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__item .questions__question::before {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding-bottom: 3px;
  }
}
#top-page #questions .questions__item .questions__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 48px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__question::after {
    font-size: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__item .questions__question::after {
    font-size: 32px;
  }
}
#top-page #questions .questions__item .questions__question.active {
  border-color: #c9c9c9;
}
#top-page #questions .questions__item .questions__question.active::after {
  content: "−";
}
#top-page #questions .questions__item .questions__answer {
  display: none;
  background: #ffffff;
  letter-spacing: 0;
  font-feature-settings: "palt";
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 91px;
  font-size: 24px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer {
    padding-top: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer {
    padding-bottom: 3.2467532468vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer {
    padding-left: 7.3863636364vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer {
    font-size: 1.9480519481vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__item .questions__answer {
    padding: 24px 16px 24px 60px;
    font-size: 16px;
  }
}
#top-page #questions .questions__item .questions__answer::before {
  content: "A";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0 solid #45c7dc;
  background-color: #ffffff;
  color: #45c7dc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-width: 1px;
  padding-bottom: 6px;
  font-size: 30px;
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer::before {
    width: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer::before {
    height: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer::before {
    border-radius: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer::before {
    border-width: 0.0811688312vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer::before {
    padding-bottom: 0.487012987vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page #questions .questions__item .questions__answer::before {
    font-size: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  #top-page #questions .questions__item .questions__answer::before {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding-bottom: 3px;
  }
}
#top-page .banner-float {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
#top-page .banner-float .banner-wrapper {
  background-color: rgba(255, 255, 255, 0.83);
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper {
    border-top-left-radius: 2.0292207792vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper {
    border-top-right-radius: 2.0292207792vw;
  }
}
#top-page .banner-float .banner-wrapper .lead-text {
  background-color: #000000;
  font-weight: 900;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-size: 28px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .lead-text {
    height: 5.8441558442vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .lead-text {
    font-size: 2.2727272727vw;
  }
}
#top-page .banner-float .banner-wrapper .flex-box {
  padding: 14px 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box {
    padding-top: 1.1363636364vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box {
    padding-bottom: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box {
    padding-left: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box {
    padding-right: 4.0584415584vw;
  }
}
#top-page .banner-float .banner-wrapper .flex-box .button {
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  height: 76px;
  border-radius: 76px;
  font-size: 22px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button {
    height: 6.1688311688vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button {
    border-radius: 6.1688311688vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button {
    font-size: 1.7857142857vw;
  }
}
#top-page .banner-float .banner-wrapper .flex-box .button::before {
  top: 50%;
  transform: translateY(-50%);
}
#top-page .banner-float .banner-wrapper .flex-box .button.line-button {
  background-color: #06c755;
  width: 32.7%;
  padding-left: 81px;
  margin-left: 2%;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.line-button {
    padding-left: 6.5746753247vw;
  }
}
#top-page .banner-float .banner-wrapper .flex-box .button.line-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/icon-line.png) center/contain;
  width: 61px;
  height: 61px;
  left: 17px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.line-button::before {
    width: 4.9512987013vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.line-button::before {
    height: 4.9512987013vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.line-button::before {
    left: 1.3798701299vw;
  }
}
#top-page .banner-float .banner-wrapper .flex-box .button.email-button {
  background-color: #0aa7c1;
  width: 23.18%;
  padding-left: 84px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.email-button {
    padding-left: 6.8181818182vw;
  }
}
#top-page .banner-float .banner-wrapper .flex-box .button.email-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/icon-letter.png) center/contain;
  width: 38px;
  height: 32px;
  left: 24px;
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.email-button::before {
    width: 3.0844155844vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.email-button::before {
    height: 2.5974025974vw;
  }
}
@media screen and (max-width: 1232px) {
  #top-page .banner-float .banner-wrapper .flex-box .button.email-button::before {
    left: 1.9480519481vw;
  }
}
#top-page .banner-float .banner-wrapper .flex-box .call-info {
  width: 39.8%;
}

@media (max-width: 768px) {
  .p-news-detail .p-news-detail__inner {
    padding: 0 15px;
  }
}
.p-news-detail .p-news-detail__layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 42px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__layout {
    margin-top: 3.4090909091vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__layout {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }
}
.p-news-detail .p-news-detail__main {
  grid-column: span 8/span 8;
}
.p-news-detail .p-news-detail__main .p-news-detail__title {
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__title {
    font-size: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__title {
    font-size: 20px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__date {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #888;
  display: block;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__date {
    margin-top: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__date {
    font-size: 1.1363636364vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__date {
    margin-top: 5px;
    font-size: 12px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__eyecatch {
  margin-top: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__eyecatch {
    margin-top: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__eyecatch {
    margin-top: 20px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__eyecatch img {
  aspect-ratio: 800/450;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.p-news-detail .p-news-detail__main .p-news-detail__body {
  margin-top: 44px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body {
    margin-top: 3.5714285714vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body {
    margin-top: 22px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body p {
    font-size: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body h2 {
  background-color: #0AA7C1;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 19.5px;
  padding-bottom: 19.5px;
  padding-left: 7px;
  padding-right: 7px;
  margin: 1em 0;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h2 {
    font-size: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h2 {
    padding-top: 1.5827922078vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h2 {
    padding-bottom: 1.5827922078vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h2 {
    padding-left: 0.5681818182vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h2 {
    padding-right: 0.5681818182vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h2 {
    font-size: 18px;
    padding: 8px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body h3 {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 500;
  border-left: 5px solid #0AA7C1;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  padding-left: 10px;
  margin: 1em 0;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h3 {
    font-size: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h3 {
    padding-top: 0.5275974026vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h3 {
    padding-bottom: 0.5275974026vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h3 {
    padding-left: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h3 {
    font-size: 16px;
    border-left: 2.5px solid #0AA7C1;
    padding: 3px 5px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body h4 {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 500;
  border: 3px solid #0AA7C1;
  padding: 8px;
  margin: 1em 0;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h4 {
    font-size: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h4 {
    padding: 0.6493506494vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body h4 {
    font-size: 14px;
    border: 2.5px solid #0AA7C1;
    padding: 4px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list {
  background-color: rgba(229, 229, 229, 0.26);
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 23px;
  padding-right: 23px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list {
    padding-top: 2.2727272727vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list {
    padding-bottom: 2.2727272727vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list {
    padding-left: 1.8668831169vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list {
    padding-right: 1.8668831169vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list {
    padding: 12px 8px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li {
    font-size: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li {
    gap: 0.4058441558vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li {
    font-size: 12px;
    gap: 2.5px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li::before {
  content: "";
  background-color: #0AA7C1;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li::before {
    width: 1.0551948052vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li::before {
    height: 1.0551948052vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li::before {
    width: 6px;
    height: 6px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li:nth-child(n+2) {
    margin-top: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-list li:nth-child(n+2) {
    margin-top: 8px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image {
  margin: 2em 0;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image {
    max-width: 38.961038961vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image {
    max-width: initial;
    width: 90%;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image img {
  aspect-ratio: 480/270;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image figcaption {
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image figcaption {
    font-size: 1.0551948052vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image figcaption {
    margin-top: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .wp-block-image figcaption {
    font-size: 10px;
    margin-top: 5px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail-related {
  margin-top: 50px;
  padding-bottom: 92px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related {
    margin-top: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related {
    padding-bottom: 7.4675324675vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related {
    margin-top: 25px;
    padding-bottom: 46px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail-related h2 {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 500;
  border-left: 15px solid #0AA7C1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin: 1em 0;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related h2 {
    font-size: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related h2 {
    padding-top: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related h2 {
    padding-bottom: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related h2 {
    padding-left: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related h2 {
    font-size: 16px;
    border-left: 7px solid #0AA7C1;
    padding: 5px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 10px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list {
    -moz-column-gap: 2.5974025974vw;
         column-gap: 2.5974025974vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list {
    row-gap: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 5px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list .p-news-detail-related__item img {
  aspect-ratio: 210/100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list .p-news-detail-related__item .p-news-detail-related__item-title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list .p-news-detail-related__item .p-news-detail-related__item-title {
    margin-top: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list .p-news-detail-related__item .p-news-detail-related__item-title {
    font-size: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail-related .p-news-detail-related__list .p-news-detail-related__item .p-news-detail-related__item-title {
    margin-top: 8px;
    font-size: 12px;
  }
}
.p-news-detail .p-news-detail__side {
  grid-column: span 4/span 4;
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side {
    grid-column: span 8/span 8;
    padding-bottom: 50px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-popular {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular {
    border-radius: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular {
    padding: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular {
    border-radius: 5px;
    padding: 10px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__title {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 500;
  border-bottom: 3px solid #0AA7C1;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__title {
    font-size: 1.461038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__title {
    padding-bottom: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__title {
    margin-bottom: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__title {
    font-size: 16px;
    border-bottom: 1.5px solid #0AA7C1;
    padding-bottom: 2.5px;
    margin-bottom: 10px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a {
    gap: 0.4058441558vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a {
    gap: 2.5px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a .p-news-detail-popular__thumb {
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a .p-news-detail-popular__thumb {
    max-width: 8.1168831169vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a .p-news-detail-popular__thumb {
    max-width: 100px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a .p-news-detail-popular__thumb img {
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a .p-news-detail-popular__item-title {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a .p-news-detail-popular__item-title {
    font-size: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item a .p-news-detail-popular__item-title {
    font-size: 14px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item:nth-child(n+2) {
    margin-top: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-popular .p-news-detail-popular__item:nth-child(n+2) {
    margin-top: 8px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-banners {
  margin-top: 60px;
  display: grid;
  gap: 35px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-banners {
    margin-top: 4.8701298701vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-banners {
    gap: 2.8409090909vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-banners {
    margin-top: 30px;
    gap: 18px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-contents {
  margin-top: 48px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-contents {
    margin-top: 3.8961038961vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-contents {
    margin-top: 24px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-contents .p-news-detail-contents__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-contents .p-news-detail-contents__title {
    font-size: 1.9480519481vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-contents .p-news-detail-contents__title {
    font-size: 20px;
  }
}
.p-news-detail .p-news-detail__side .p-news-detail-contents .p-news-detail-contents__wrap {
  margin-top: 12px;
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-contents .p-news-detail-contents__wrap {
    margin-top: 0.974025974vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__side .p-news-detail-contents .p-news-detail-contents__wrap {
    gap: 2.5974025974vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__side .p-news-detail-contents .p-news-detail-contents__wrap {
    margin-top: 6px;
    gap: 16px;
  }
}

.c-banner01 {
  padding-top: 77px;
  padding-bottom: 42px;
  padding-right: 50px;
  padding-left: 50px;
  background: url("../images/common/banner-bg-01.png") center/cover;
}
@media screen and (max-width: 1232px) {
  .c-banner01 {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 {
    padding-bottom: 3.4090909091vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 {
    padding-right: 4.0584415584vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 {
    padding-left: 4.0584415584vw;
  }
}
.c-banner01 .c-banner01__inner {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner {
    padding-left: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner {
    padding-right: 2.4350649351vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner {
    border-radius: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner {
    display: block;
    padding-bottom: 20px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea {
  position: relative;
  flex: 1;
  top: -57px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea {
    top: -4.6266233766vw;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__topIcons {
  display: flex;
  gap: 20px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__topIcons {
    gap: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__topIcons {
    margin-bottom: 2.1915584416vw;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__topIcons figure {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__topIcons figure {
    width: 16.2337662338vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__topIcons figure {
    height: 16.2337662338vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__topIcons figure {
    width: 160px;
    height: 160px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping {
  display: flex;
  align-items: center;
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping figure {
  padding-bottom: 14px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping figure {
    padding-bottom: 1.1363636364vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping figure {
    padding-bottom: 10px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping figure img {
  width: 106px;
  margin-right: 13px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping figure img {
    width: 8.6038961039vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping figure img {
    margin-right: 1.0551948052vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping figure img {
    width: 60px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span {
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span {
    font-size: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span {
    font-size: 18px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span.red-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e60012;
  width: 158px;
  height: 49px;
  border-radius: 49px;
  margin-right: 12px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span.red-text {
    width: 12.8246753247vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span.red-text {
    height: 3.9772727273vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span.red-text {
    border-radius: 3.9772727273vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span.red-text {
    margin-right: 0.974025974vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea .c-banner01__grouping > span.red-text {
    width: 120px;
    height: 40px;
    margin-right: 10px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1;
  border-bottom: 0 solid #aaaaaa;
  margin-left: 23px;
  padding-bottom: 17px;
  border-bottom-width: 1px;
  font-size: 72px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea p {
    margin-left: 1.8668831169vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea p {
    padding-bottom: 1.3798701299vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea p {
    border-bottom-width: 0.0811688312vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea p {
    font-size: 5.8441558442vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea p {
    font-size: 48px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__leftArea p span {
  font-size: 60px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea p span {
    font-size: 4.8701298701vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__leftArea p span {
    font-size: 36px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea {
  flex: 1;
  position: relative;
  padding-top: 145px;
  padding-left: 10px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea {
    padding-top: 11.7694805195vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea {
    padding-left: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea {
    padding-top: 0;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/banner01-img01.png) no-repeat center/contain;
  width: 460px;
  height: 360px;
  top: -172px;
  left: 30px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea::before {
    width: 37.3376623377vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea::before {
    height: 29.2207792208vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea::before {
    top: -13.961038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea::before {
    left: 2.4350649351vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea::before {
    display: none;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea .button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  height: 100px;
  max-width: 510px;
  border-radius: 100px;
  font-size: 28px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button {
    height: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button {
    max-width: 41.3961038961vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button {
    border-radius: 8.1168831169vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button {
    font-size: 2.2727272727vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button {
    max-width: 300px;
    width: 100%;
    height: 48px;
    font-size: 18px;
    margin: 0 auto;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea .button img {
  position: absolute;
  right: 20px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button img {
    right: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button img {
    width: 3.0844155844vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button img {
    height: 3.0844155844vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button img {
    width: 22px;
    height: 22px;
    right: 12px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button {
  background-color: #06c755;
  margin-bottom: 27px;
  padding-left: 34px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button {
    margin-bottom: 2.1915584416vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button {
    padding-left: 2.7597402597vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button {
    margin-bottom: 8px;
    padding-left: 20px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/icon-line.png) no-repeat center/contain;
  width: 91px;
  height: 91px;
  left: 17px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button::before {
    width: 7.3863636364vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button::before {
    height: 7.3863636364vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button::before {
    left: 1.3798701299vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.line-button::before {
    width: 40px;
    height: 40px;
    left: 16px;
  }
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea .button.email-button {
  background-color: #0aa7c1;
}
.c-banner01 .c-banner01__inner .c-banner01__rightArea .button.email-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/icon-letter.png) no-repeat center/contain;
  width: 56px;
  height: 46px;
  left: 39px;
  width: 56px;
  height: 46px;
  left: 39px;
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.email-button::before {
    width: 4.5454545455vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.email-button::before {
    height: 3.7337662338vw;
  }
}
@media screen and (max-width: 1232px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.email-button::before {
    left: 3.1655844156vw;
  }
}
@media (max-width: 768px) {
  .c-banner01 .c-banner01__inner .c-banner01__rightArea .button.email-button::before {
    width: 30px;
    height: 22px;
    left: 23px;
  }
}

.p-news-detail .p-news-detail__main .p-news-detail__body {
  /* icon circle */
  /* text */
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 2em 0;
  max-width: 586px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area {
    padding-top: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area {
    padding-bottom: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area {
    padding-left: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area {
    padding-right: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area {
    max-width: 47.5649350649vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area {
    max-width: initial;
    width: 90%;
    padding: 10px 8px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area *,
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area *::before,
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area *::after {
  box-sizing: border-box;
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__top {
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__top {
    font-size: 1.2987012987vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__top {
    font-size: 12px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__inner {
  margin-top: 16px;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__inner {
    margin-top: 1.2987012987vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__inner {
    gap: 0.6493506494vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__inner {
    margin-top: 8px;
    gap: 8px;
    flex-direction: column;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel {
  flex: 0 0 auto;
  min-width: 150px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel {
    min-width: 12.1753246753vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel {
    min-width: 75px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-row {
  display: flex;
  align-items: center;
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon {
    width: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon {
    height: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon {
    width: 20px;
    height: 20px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/icon-tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon::before {
    width: 1.6233766234vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon::before {
    height: 1.6233766234vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-icon::before {
    width: 20px;
    height: 20px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-number {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-number {
    font-size: 1.461038961vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-number {
    font-size: 14px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-hours {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-hours {
    margin-top: 0.4058441558vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-hours {
    margin-top: 2.5px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-badge {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  color: #E60012;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-badge {
    font-size: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-badge {
    font-size: 10px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-time {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-time {
    font-size: 0.8116883117vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__tel-time {
    font-size: 10px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btns {
  flex: 1 1 auto;
  display: flex;
  gap: 14px;
  align-items: stretch;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btns {
    gap: 1.1363636364vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btns {
    gap: 8px;
    flex-direction: column;
    max-width: 200px;
    width: 100%;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 32px;
  width: 100%;
  max-width: 200px;
  color: #fff;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    gap: 1.2175324675vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    padding-top: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    padding-bottom: 0.4058441558vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    padding-right: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    padding-left: 0.8116883117vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    min-height: 2.5974025974vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    max-width: 16.2337662338vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn {
    gap: 20px;
    padding: 5px 20px;
    min-height: 16px;
    max-width: 200px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn:hover {
  opacity: 0.8;
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn--line {
  background: #06C755;
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn--mail {
  background: #0AA7C1;
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon {
  flex: 0 0 auto;
  position: relative;
  display: grid;
  align-items: center;
  margin-left: 8px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon {
    margin-left: 0.6493506494vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon {
    margin-left: 4px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--line::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/icon-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--line::before {
    width: 1.7857142857vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--line::before {
    height: 1.7857142857vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--line::before {
    width: 16px;
    height: 16px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--mail::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/icon-letter.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--mail::before {
    width: 1.7857142857vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--mail::before {
    height: 1.7857142857vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-icon--mail::before {
    width: 16px;
    height: 16px;
  }
}
.p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-text {
    gap: 0.1623376623vw;
  }
}
@media screen and (max-width: 1232px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-text {
    font-size: 0.974025974vw;
  }
}
@media (max-width: 768px) {
  .p-news-detail .p-news-detail__main .p-news-detail__body .c-contact-area__btn-text {
    gap: 1px;
    font-size: 10px;
  }
}

.button {
  transition: all 0.3s ease-in;
}
.button:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=styles.css.map */