@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  background-color: rgb(217, 217, 217);
}
.select-wrap select {
  display: block;
  width: 100%;
  font-weight: 700;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 1100px;
}
.contents-wrapper.big {
  width: 100%;
  max-width: 1920px;
}

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

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.top-title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-title {
    margin-bottom: 30px;
  }
}
.top-title img {
  margin-bottom: 10px;
  width: auto;
  height: 66px;
}
@media screen and (max-width: 767px) {
  .top-title img {
    height: 45px;
    margin-bottom: 5px;
  }
}
.top-title .ja {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-title .ja {
    font-size: 1.2rem;
  }
}
.top-title.left {
  text-align: left;
}
.top-title.left img {
  margin-left: 0;
}
.top-title.left .ja {
  padding: 0 20px;
}
.top-title .works {
  position: relative;
  display: block;
}
.top-title .works img {
  display: inline-block;
}
.top-title .works .dot {
  width: 103px;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .top-title .works .dot {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-title .works .dot {
    width: 53px;
    margin-left: 10px;
  }
}

.delfy-page-text {
  max-width: 998px;
  margin: 0 auto 60px;
  font-weight: 700;
  font-size: 1.1rem;
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 20px;
  min-height: 40px;
  gap: 10px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1255px) {
  .header-link {
    font-size: 0.9rem;
  }
}
.header-link::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 25px;
}
@media screen and (max-width: 1255px) {
  .header-link::before {
    width: 20px;
  }
}
.header-link.tel {
  background-color: rgb(0, 0, 0);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1255px) {
  .header-link.tel {
    font-size: 1.1rem;
  }
}
.header-link.tel::before {
  background-image: url("../../images/tel-icon.svg");
}
.header-link.pink {
  background-color: rgb(246, 44, 158);
}
.header-link.pink::before {
  width: 20px;
  background-image: url("../../images/check-icon.svg");
}
@media screen and (max-width: 1255px) {
  .header-link.pink::before {
    width: 15px;
  }
}
.header-link.blue {
  background-color: rgb(81, 78, 233);
}
.header-link.blue::before {
  background-image: url("../../images/contact-icon.svg");
}
.header-link.line {
  border: 2px solid rgb(0, 0, 0);
  background-color: rgb(6, 199, 85);
}
.header-link.line::before {
  background-image: url("../../images/line-white.svg");
}

.shadow-link {
  position: relative;
  display: block;
  border-radius: 50px;
  margin: auto;
  max-width: 374px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.shadow-link::after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.shadow-link span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 50px;
  padding: 10px 30px;
}
.shadow-link:hover span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.shadow-link.gradation {
  margin-top: 50px;
  color: rgb(255, 255, 255);
}
.shadow-link.gradation::after {
  background-color: rgb(215, 215, 215);
}
.shadow-link.gradation span {
  background: -webkit-gradient(linear, left top, right top, from(#BD2ED8), color-stop(60.67%, #7141D2), color-stop(116.11%, #4BE6CD));
  background: linear-gradient(90deg, #BD2ED8 0%, #7141D2 60.67%, #4BE6CD 116.11%);
}
.shadow-link.black {
  color: rgb(0, 0, 0);
}
.shadow-link.black::after {
  background-color: rgb(0, 0, 0);
}
.shadow-link.black span {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
}

.drawer--right button.drawer-hamburger {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 60px;
  height: auto;
  padding: 0;
  aspect-ratio: 1/1;
  background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 1255px) {
  .drawer--right button.drawer-hamburger {
    width: 50px;
  }
}
@media screen and (max-width: 1145px) {
  .drawer--right button.drawer-hamburger {
    width: 45px;
  }
}
.drawer--right button.drawer-hamburger .drawer-hamburger-icon {
  background-color: rgb(255, 255, 255);
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1145px) {
  .drawer--right button.drawer-hamburger .drawer-hamburger-icon {
    width: 55%;
  }
}
.drawer--right button.drawer-hamburger .drawer-hamburger-icon::before, .drawer--right button.drawer-hamburger .drawer-hamburger-icon::after {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1145px) {
  .drawer--right button.drawer-hamburger .drawer-hamburger-icon::before {
    top: 7px;
  }
}
@media screen and (max-width: 1145px) {
  .drawer--right button.drawer-hamburger .drawer-hamburger-icon::after {
    top: -7px;
  }
}
.drawer--right nav.drawer-nav {
  position: absolute;
  max-width: 657px;
  max-height: 757px;
  width: 100%;
  height: 100vh;
  background-color: rgb(208, 224, 255);
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .drawer--right nav.drawer-nav {
    border-radius: 15px;
  }
}
.drawer--right.drawer-open button.drawer-hamburger {
  background-color: transparent;
  right: 0;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
@media screen and (max-width: 1145px) {
  .drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before, .drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
    top: 0;
  }
}
.drawer--right.drawer-open nav.drawer-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drawer-menu li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .drawer-menu li {
    width: 100%;
  }
}
.drawer-menu li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .drawer-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.drawer-menu li.sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drawer-menu li.sns-wrapper {
    margin-top: 15px;
  }
}
.drawer-menu li.sns-wrapper img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .drawer-menu li.sns-wrapper img {
    width: 35px;
  }
}
.drawer-menu .drawer-menu-item {
  border-left: 8px solid rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .drawer-menu .drawer-menu-item {
    border-width: 6px;
    padding: 3px 10px;
  }
}
.drawer-menu .ja {
  display: block;
}
.drawer-menu .en {
  color: rgb(255, 255, 255);
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  text-stroke: 1px rgb(0, 0, 0);
  font-weight: 900;
  line-height: 37px;
  font-size: 2.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .drawer-menu .en {
    font-size: 2rem;
    line-height: 30px;
  }
}

.footer-menu {
  width: 85%;
  max-width: 820px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-menu a {
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.dot-list li {
  font-weight: 700;
  font-size: 1.4rem;
}
.dot-list li:not(:last-child) {
  margin-bottom: 10px;
}
.dot-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background-color: rgb(164, 41, 235);
  border-radius: 50%;
  vertical-align: middle;
}

.good-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px 40px;
}
@media screen and (max-width: 1220px) {
  .good-icon-list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .good-icon-list {
    gap: 15px;
  }
}
.good-icon-list li {
  width: calc((100% - 40px) / 2);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1220px) {
  .good-icon-list li {
    width: 52%;
  }
  .good-icon-list li:nth-child(odd) {
    width: calc(48% - 20px);
  }
}
@media screen and (max-width: 1090px) {
  .good-icon-list li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .good-icon-list li {
    width: 100%;
  }
  .good-icon-list li:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .good-icon-list li {
    font-size: 1rem;
  }
}
.good-icon-list li::before {
  content: "";
  display: inline-block;
  width: 32px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-image: url("../../images/good-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .good-icon-list li::before {
    width: 20px;
  }
}

.news-list li {
  border-bottom: 1px dotted rgb(0, 0, 0);
}
.news-list li:first-child a {
  padding-top: 0;
}
.news-list a {
  display: block;
  padding: 15px 0;
}
.news-list .title {
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.news-list .title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.time-wrapper {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.time-wrapper .time {
  color: rgb(143, 143, 143);
  font-weight: 500;
}
.time-wrapper .category {
  display: block;
  width: 100px;
  padding: 1px;
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  border-radius: 15px;
  text-align: center;
}
.time-wrapper .category.blog {
  background-color: rgb(246, 44, 158);
}
.time-wrapper .category.news {
  background-color: rgb(0, 208, 135);
}

.hidden {
  position: relative;
  overflow: hidden;
}

header {
  position: relative;
  z-index: 1000;
  padding: 10px 20px 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px;
  }
}
header.page {
  position: absolute;
  width: 100%;
}
header .contents-wrapper.big {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  header .contents-wrapper.big {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  header .header-link {
    display: none;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1145px) {
  .header-logo {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    font-size: 0.8rem;
  }
}

.logo-img {
  display: inline-block;
  width: 195px;
}
@media screen and (max-width: 1145px) {
  .logo-img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .logo-img {
    width: 135px;
  }
}

.sp-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.line-link {
  width: 45px;
}
@media screen and (max-width: 1145px) {
  .line-link {
    width: 40px;
  }
}
@media screen and (max-width: 1175px) {
  .line-link {
    display: none;
  }
}

footer {
  padding: 70px 0 30px;
  background-color: rgb(0, 0, 0);
}
footer .contents-wrapper {
  position: relative;
}

.footer-sns-box {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .footer-sns-box {
    margin-bottom: 45px;
  }
}
.footer-sns-box a {
  display: block;
  width: 45px;
}

.footer-logo {
  margin-bottom: 45px;
  max-width: 260px;
}

.copy-right {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.copy-right span {
  margin-right: 30px;
}

.policy-link {
  color: rgb(255, 255, 255);
}

.page-top {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-top {
    font-size: 1rem;
  }
}
.page-top::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  width: 20px;
  height: 50px;
  background-image: url("../../images/page-top-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-top::after {
    width: 10px;
    height: 30px;
  }
}

.fv-section {
  position: relative;
  z-index: 2;
}

.fv-image-wrapper {
  position: relative;
  max-width: 1043px;
  margin: auto;
}

.fv-text {
  position: relative;
  max-width: 958px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fv-text {
    width: 100%;
  }
}
.fv-text .wi-fi-box {
  position: absolute;
  width: 150px;
  left: 10%;
  top: 14%;
}
@media screen and (max-width: 1023px) {
  .fv-text .wi-fi-box {
    width: 130px;
    left: 5%;
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .fv-text .wi-fi-box {
    width: 90px;
    top: -10px;
  }
}
.fv-text .main-text {
  position: relative;
  z-index: 2;
}
.fv-text .shadow-text {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .fv-text .shadow-text {
    top: 5px;
    left: 5px;
  }
}

.fv-search {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 50%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv-search {
    width: 65%;
  }
}

.sub-text {
  width: 80%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sub-text {
    width: 95%;
    margin-top: 15px;
  }
}

.arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .arrow-box {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-box {
    width: 30px;
  }
}
.arrow-box .main-arrow {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.arrow-box .shadow-arrow {
  position: absolute;
  top: 5px;
  left: -5px;
}
@media screen and (max-width: 767px) {
  .arrow-box .shadow-arrow {
    top: 2px;
    left: -2px;
  }
}

.top-about-section {
  position: relative;
}
.top-about-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.top-about-section::before {
  position: absolute;
  top: -10%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background-color: rgb(244, 244, 244);
  clip-path: polygon(0 10%, 10% 5%, 45% 8%, 60% 0, 90% 5%, 100% 0, 100% 100%, 70% 95%, 55% 99%, 20% 90%, 0 100%);
}

.about-point-wrapper {
  max-width: 790px;
  width: 90%;
  margin: 0 auto 100px;
  display: -ms-grid;
  display: grid;
  gap: 37px;
  -ms-grid-columns: 1fr 37px 1fr 37px 1fr 37px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .about-point-wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-point-wrapper {
    width: 100%;
    gap: 5px;
    margin-bottom: 50px;
  }
}
.about-point-wrapper .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(81, 78, 233);
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  background-color: rgb(208, 224, 255);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid rgb(0, 0, 0);
}
@media screen and (max-width: 1023px) {
  .about-point-wrapper .inner-box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-point-wrapper .inner-box {
    font-size: 1rem;
    line-height: 15px;
  }
}
.about-point-wrapper .inner-box::after {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  border-radius: 51%;
}
.about-point-wrapper .small {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .about-point-wrapper .small {
    font-size: 0.7rem;
  }
}

.top-about-text {
  margin-bottom: 90px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-about-text {
    margin-bottom: 55px;
    font-size: 1.3rem;
    line-height: 35px;
  }
}
.top-about-text p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-about-text p:not(:last-child) {
    margin-bottom: 0;
  }
}
.top-about-text .green-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(0, 208, 135, 0.5)));
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 208, 135, 0.5) 60%);
}

.about-point-box {
  position: relative;
  margin: auto;
  background-color: rgb(255, 255, 255);
  max-width: 680px;
  width: 65%;
  padding: 65px 60px 40px;
  border-radius: 20px;
  border: 2px solid rgb(0, 0, 0);
}
@media screen and (max-width: 1023px) {
  .about-point-box {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .about-point-box {
    width: 100%;
    padding: 50px 20px 30px;
  }
}
.about-point-box .point-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 37%;
}
@media screen and (max-width: 767px) {
  .about-point-box .point-title {
    width: 55%;
  }
}

.ok-section {
  position: relative;
  z-index: 2;
}

.file-box {
  position: relative;
}
.file-box .file-title {
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 6px solid;
  border-bottom: none;
  padding: 20px 35px 0;
  border-radius: 18px 18px 0 0;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .file-box .file-title {
    font-size: 1.2rem;
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .file-box .file-title {
    border-width: 3px;
    padding: 10px 10px 0;
  }
}
.file-box .file-title::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: rgb(255, 255, 255);
}
.file-box .inner-box {
  background-color: rgb(255, 255, 255);
  border: 6px solid;
  border-radius: 0 15px 15px 15px;
}
@media screen and (max-width: 767px) {
  .file-box .inner-box {
    border-width: 3px;
  }
}
.file-box .inner-title {
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-radius: 20px;
}
.file-box .text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1155px) {
  .file-box .text {
    font-size: 1.3rem;
  }
}
.file-box.blue .inner-box,
.file-box.blue .file-title {
  border-color: rgb(81, 78, 233);
}
.file-box.blue .file-title {
  color: rgb(81, 78, 233);
}
.file-box.blue .file-title::before {
  background-color: rgb(81, 78, 233);
}
.file-box.blue .inner-title {
  background-color: rgb(81, 78, 233);
}
.file-box.blue .text {
  color: rgb(81, 78, 233);
}
.file-box.blue .dot-list li::before {
  background-color: rgb(81, 78, 233);
}
.file-box.green .inner-box,
.file-box.green .file-title {
  border-color: rgb(0, 208, 135);
}
.file-box.green .file-title {
  color: rgb(0, 208, 135);
}
.file-box.green .file-title::before {
  background-color: rgb(0, 208, 135);
}
.file-box.green .inner-title {
  background-color: rgb(0, 208, 135);
}
.file-box.green .text {
  color: rgb(0, 208, 135);
}
.file-box.green .dot-list li::before {
  background-color: rgb(0, 208, 135);
}
.file-box.pink .inner-box,
.file-box.pink .file-title {
  border-color: rgb(246, 44, 158);
}
.file-box.pink .file-title {
  color: rgb(246, 44, 158);
}
.file-box.pink .file-title::before {
  background-color: rgb(246, 44, 158);
}
.file-box.pink .inner-title {
  background-color: rgb(246, 44, 158);
}
.file-box.pink .text {
  color: rgb(246, 44, 158);
}
.file-box.pink .dot-list li::before {
  background-color: rgb(246, 44, 158);
}
.file-box.light-purple .inner-box,
.file-box.light-purple .file-title {
  border-color: rgb(201, 129, 239);
}
.file-box.light-purple .file-title {
  color: rgb(201, 129, 239);
}
.file-box.light-purple .file-title::before {
  background-color: rgb(201, 129, 239);
}
.file-box.light-purple .inner-title {
  background-color: rgb(201, 129, 239);
}
.file-box.light-purple .text {
  color: rgb(201, 129, 239);
}
.file-box.light-purple .dot-list li::before {
  background-color: rgb(201, 129, 239);
}
.file-box.purple .inner-box,
.file-box.purple .file-title {
  border-color: rgb(164, 41, 235);
}
.file-box.purple .file-title {
  color: rgb(164, 41, 235);
}
.file-box.purple .file-title::before {
  background-color: rgb(164, 41, 235);
}
.file-box.purple .inner-title {
  background-color: rgb(164, 41, 235);
}
.file-box.purple .text {
  color: rgb(164, 41, 235);
}
.file-box.top {
  max-width: 1110px;
  margin: auto;
}
.file-box.top .inner-box {
  padding: 60px 45px;
}
@media screen and (max-width: 1220px) {
  .file-box.top .inner-box {
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .file-box.top .inner-box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .file-box.top .inner-box {
    padding: 20px 15px 30px;
  }
}

.ok-text {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-23%);
          transform: translateY(-23%);
  min-width: 380px;
  width: 50%;
  text-align: center;
  padding: 20px 20px 55px;
  font-size: 1.6rem;
  font-weight: 700;
  background-image: url("../../images/point-img2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1090px) {
  .ok-text {
    width: 45%;
  }
}
@media screen and (max-width: 1023px) {
  .ok-text {
    padding: 15px 15px 40px;
    font-size: 1.3rem;
    min-width: 315px;
  }
}
@media screen and (max-width: 767px) {
  .ok-text {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.ok-text .big {
  margin-left: 5px;
  font-weight: 900;
  font-size: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .ok-text .big {
    font-size: 2rem;
  }
}

.top-works-section {
  position: relative;
}
.top-works-section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  background-image: url("../../images/bg-works.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top;
}
.top-works-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.top-works-wrapper {
  max-width: 1110px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px 75px;
}
@media screen and (max-width: 1150px) {
  .top-works-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .top-works-wrapper {
    gap: 40px 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .top-works-wrapper {
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.top-works-wrapper .inner-box {
  border-radius: 33px;
  -webkit-box-shadow: 5px 5px 13px 0px rgba(227, 227, 227, 0.9), -5px -5px 10px 0px rgba(255, 255, 255, 0.9), 5px -5px 10px 0px rgba(227, 227, 227, 0.2), -5px 5px 10px 0px rgba(227, 227, 227, 0.2), -1px -1px 2px 0px rgba(227, 227, 227, 0.5) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3) inset;
          box-shadow: 5px 5px 13px 0px rgba(227, 227, 227, 0.9), -5px -5px 10px 0px rgba(255, 255, 255, 0.9), 5px -5px 10px 0px rgba(227, 227, 227, 0.2), -5px 5px 10px 0px rgba(227, 227, 227, 0.2), -1px -1px 2px 0px rgba(227, 227, 227, 0.5) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3) inset;
  aspect-ratio: 1/1;
  width: calc((100% - 225px) / 4);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(81, 78, 233);
  padding: 30px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
}
@media screen and (max-width: 1150px) {
  .top-works-wrapper .inner-box {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (max-width: 1023px) {
  .top-works-wrapper .inner-box {
    width: calc((100% - 60px) / 4);
    font-size: 0.9rem;
    aspect-ratio: auto;
    padding: 30px 10px;
    min-height: 152px;
  }
}
@media screen and (max-width: 767px) {
  .top-works-wrapper .inner-box {
    width: calc((100% - 20px) / 2);
    min-height: 130px;
  }
}
.top-works-wrapper .inner-box.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-works-wrapper .inner-box.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-works-wrapper .inner-box.sp img {
    width: 100%;
    margin-bottom: 0;
  }
}
.top-works-wrapper img {
  margin-bottom: 30px;
  width: 58px;
}
@media screen and (max-width: 1023px) {
  .top-works-wrapper img {
    margin-bottom: 5px;
    width: 40px;
  }
}

.works-link-wrapper {
  max-width: 798px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .works-link-wrapper {
    gap: 30px;
  }
}
.works-link-wrapper .shadow-link {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1023px) {
  .works-link-wrapper .shadow-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .works-link-wrapper .shadow-link {
    width: 100%;
  }
}

.contact-contents-section.top {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#CDFAFF), to(#AE93FF));
  background: linear-gradient(180deg, #CDFAFF 0%, #AE93FF 100%);
}
.contact-contents-section.top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 42px 42px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255) 1px, transparent 1px, transparent 42px), repeating-linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255) 1px, transparent 1px, transparent 42px);
}
.contact-contents-section .contents-wrapper {
  position: relative;
  z-index: 1;
}
.contact-contents-section .contact-people {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 2;
  width: 40%;
  max-width: 407px;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .contact-contents-section .contact-people {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-contents-section .contact-people {
    display: none;
  }
}

.contact-contents-wrapper {
  border-radius: 18px;
  width: calc(100% - 12px);
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper {
    width: calc(100% - 5px);
  }
}
.contact-contents-wrapper .inner-title {
  position: relative;
  z-index: 2;
}
.contact-contents-wrapper .inner-title span::before,
.contact-contents-wrapper .inner-title span::after, .contact-contents-wrapper .inner-title::before {
  position: absolute;
  bottom: 25px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper .inner-title span::before,
  .contact-contents-wrapper .inner-title span::after, .contact-contents-wrapper .inner-title::before {
    bottom: 15px;
    width: 5px;
  }
}
.contact-contents-wrapper .inner-title::before {
  background-color: rgb(255, 0, 0);
  left: 25px;
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper .inner-title::before {
    left: 15px;
  }
}
.contact-contents-wrapper .inner-title span::before {
  background-color: rgb(255, 255, 0);
  left: 49px;
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper .inner-title span::before {
    left: 25px;
  }
}
.contact-contents-wrapper .inner-title span::after {
  background-color: rgb(34, 255, 0);
  left: 73px;
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper .inner-title span::after {
    left: 35px;
  }
}
.contact-contents-wrapper .inner-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 18px 18px 0 0;
  border: 2px solid rgb(0, 0, 0);
  background-color: rgb(234, 226, 255);
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper .inner-title::after {
    height: 30px;
  }
}
.contact-contents-wrapper .inner-title img {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 575px;
}
.contact-contents-wrapper .contact-contents-inner {
  position: relative;
}
.contact-contents-wrapper .contact-contents-inner .bg-white {
  position: relative;
  z-index: 2;
  border: 2px solid rgb(0, 0, 0);
  border-top: none;
  padding: 50px;
  border-radius: 0 0 18px 18px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .contact-contents-wrapper .contact-contents-inner .bg-white {
    padding: 50px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper .contact-contents-inner .bg-white {
    padding-top: 30px;
  }
}
.contact-contents-wrapper .contact-contents-inner::before {
  position: absolute;
  bottom: -12px;
  left: 12px;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 50px);
  border-radius: 18px;
  background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .contact-contents-wrapper .contact-contents-inner::before {
    bottom: -5px;
    left: 5px;
    height: calc(100% + 30px);
  }
}
.contact-contents-wrapper .visit-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 35px;
}
.contact-contents-wrapper .visit-box p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .contact-contents-wrapper .visit-box p {
    font-size: 1.5rem;
  }
}

.arrow-link-wrapper {
  position: relative;
  width: 40%;
  max-width: 232px;
}
@media screen and (max-width: 767px) {
  .arrow-link-wrapper {
    width: 55%;
  }
}
.arrow-link-wrapper a {
  display: block;
  padding: 15px 5px;
  background-color: rgb(246, 44, 158);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  border: 2px solid rgb(0, 0, 0);
}
@media screen and (max-width: 1023px) {
  .arrow-link-wrapper a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-link-wrapper a {
    padding: 5px;
  }
}
.arrow-link-wrapper a:hover + .arrow-box .main-arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
}
@media screen and (max-width: 767px) {
  .arrow-link-wrapper a:hover + .arrow-box .main-arrow {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
}
.arrow-link-wrapper .arrow-box {
  pointer-events: none;
  width: 45px;
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .arrow-link-wrapper .arrow-box {
    width: 30px;
  }
}

.contact-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .contact-link-wrapper {
    gap: 10px 20px;
  }
}
.contact-link-wrapper .contact-link-box {
  width: calc((100% - 48px) / 2);
  max-width: 350px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact-link-wrapper .contact-link-box {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .contact-link-wrapper .contact-link-box {
    width: 100%;
  }
}
.contact-link-wrapper .contact-link-box p {
  margin-top: 10px;
}
.contact-link-wrapper .contact-link-box span {
  margin-right: 10px;
}
.contact-link-wrapper .header-link {
  padding: 10px 5px;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scroll-wrapper {
  overflow: scroll;
}

.top-learning-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 58px;
  min-width: 1050px;
}
@media screen and (max-width: 1200px) {
  .top-learning-wrapper {
    gap: 30px;
  }
}

.top-learning-box {
  width: calc((100% - 116px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .top-learning-box {
    width: calc((100% - 60px) / 3);
  }
}
.top-learning-box.pink .phrases-box {
  background-color: rgb(238, 226, 255);
}
.top-learning-box.pink .phrases-box::before {
  background-color: rgb(238, 226, 255);
}
.top-learning-box.pink .title {
  background-color: rgb(201, 129, 239);
}
.top-learning-box.blue .phrases-box {
  background-color: rgb(208, 224, 255);
}
.top-learning-box.blue .phrases-box::before {
  background-color: rgb(208, 224, 255);
}
.top-learning-box.blue .title {
  background-color: rgb(81, 78, 233);
}
.top-learning-box.green .phrases-box {
  background-color: rgb(166, 255, 224);
}
.top-learning-box.green .phrases-box::before {
  background-color: rgb(166, 255, 224);
}
.top-learning-box.green .title {
  background-color: rgb(0, 208, 135);
}

.phrases-box {
  margin-bottom: 40px;
  position: relative;
  padding: 20px;
  border-radius: 22px;
  -webkit-filter: drop-shadow(2px 2px 0 rgb(0, 0, 0));
          filter: drop-shadow(2px 2px 0 rgb(0, 0, 0));
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid rgb(0, 0, 0);
  border-bottom: none;
  border-right: none;
}
@media screen and (max-width: 1335px) {
  .phrases-box {
    font-size: 1.2rem;
  }
}
.phrases-box .case {
  display: block;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  text-stroke: 2px rgb(0, 0, 0);
  font-weight: 900;
  line-height: 37px;
  font-size: 2.7rem;
  text-transform: uppercase;
}
.phrases-box::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 30px;
  border-left: 2px solid rgb(0, 0, 0);
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: rgb(238, 226, 255);
}

.learning-main-box {
  border-radius: 27px;
  overflow: hidden;
  border: 2px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-weight: 500;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.learning-main-box .title {
  padding: 10px;
  border-bottom: 2px solid rgb(0, 0, 0);
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1260px) {
  .learning-main-box .title {
    font-size: 1.2rem;
  }
}
.learning-main-box .inner-box {
  padding: 25px;
}
.learning-main-box .icon-box {
  margin: 15px 0 10px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 24px 5px 24px 5px 24px;
  grid-template-columns: repeat(3, 24px);
}

.top-plan-section {
  background-color: rgb(244, 244, 244);
}

.top-plan-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px 120px;
  counter-reset: number 0;
}
@media screen and (max-width: 1150px) {
  .top-plan-wrapper {
    gap: 100px 50px;
  }
}

.top-plan-box {
  position: relative;
  width: calc((100% - 240px) / 3);
  counter-increment: number 1;
}
.top-plan-box::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: counter(number, decimal-leading-zero);
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  color: rgb(255, 255, 255);
  font-family: "Fugaz One", serif;
  font-size: 2.9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-plan-box::before {
    width: 70px;
    font-size: 2rem;
  }
}
.top-plan-box.mini {
  width: 270px;
}
@media screen and (max-width: 1023px) {
  .top-plan-box.mini {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-plan-box.mini {
    width: 85%;
    margin: auto;
  }
}
.top-plan-box.mini::after {
  position: absolute;
  bottom: -22px;
  left: 13px;
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/plan-bg.png");
}
@media screen and (max-width: 1023px) {
  .top-plan-box.mini::after {
    background-image: none;
    background-color: rgb(255, 255, 255);
    height: 100%;
    border: 2px solid rgb(0, 0, 0);
    top: 10px;
    left: 10px;
  }
}
.top-plan-box.mini .inner-box {
  padding-top: 70px;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/plan-bg.png");
  aspect-ratio: 270/326;
}
@media screen and (max-width: 1023px) {
  .top-plan-box.mini .inner-box {
    background-image: none;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    aspect-ratio: auto;
    height: 100%;
  }
}
.top-plan-box.big {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 1215px) {
  .top-plan-box.big {
    width: 75%;
  }
}
@media screen and (max-width: 1023px) {
  .top-plan-box.big {
    width: calc((100% - 80px) / 2);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-box.big {
    width: 85%;
    margin: auto;
  }
}
.top-plan-box.big .inner-box {
  position: relative;
  z-index: 2;
  padding-inline: 70px;
  border: 2px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1215px) {
  .top-plan-box.big .inner-box {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top-plan-box.big .inner-box {
    padding-inline: 20px;
    padding-top: 50px;
  }
}
.top-plan-box.big::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
}
.top-plan-box .inner-box {
  padding: 30px;
}
.top-plan-box .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
.top-plan-box .text {
  margin-bottom: 25px;
  font-size: 0.9rem;
}
.top-plan-box .time {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 10px;
  color: rgb(255, 255, 255);
}
.top-plan-box .time::before {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background-image: url("../../images/clock-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-plan-box.purple::before {
  background-image: url("../../images/plan01-img1.png");
}
.top-plan-box.purple .title {
  color: rgb(164, 41, 235);
}
.top-plan-box.purple .time {
  background-color: rgb(164, 41, 235);
}
.top-plan-box.green::before {
  background-image: url("../../images/plan02-img1.png");
}
.top-plan-box.green .title {
  color: rgb(0, 208, 135);
}
.top-plan-box.green .time {
  background-color: rgb(0, 208, 135);
}
.top-plan-box.pink::before {
  background-image: url("../../images/plan03-img1.png");
}
.top-plan-box.pink .title {
  color: rgb(246, 44, 158);
}
.top-plan-box.pink .time {
  background-color: rgb(246, 44, 158);
}
.top-plan-box.blue::before {
  background-image: url("../../images/plan04-img1.png");
}
.top-plan-box.blue .title {
  color: rgb(81, 78, 233);
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top-plan-box.blue .title {
    text-align: center;
  }
}
.top-plan-box.blue .text {
  margin-bottom: 0;
}

.plan-after-text {
  width: 55%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1215px) {
  .plan-after-text {
    width: 65%;
  }
}
@media screen and (max-width: 1023px) {
  .plan-after-text {
    width: 90%;
  }
}

.top-voice-section {
  position: relative;
  z-index: 2;
}

.top-voice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px 75px;
}
@media screen and (max-width: 1023px) {
  .top-voice-wrapper {
    gap: 20px 30px;
  }
}

.top-voice-box {
  width: calc((100% - 75px) / 2);
}
@media screen and (max-width: 1023px) {
  .top-voice-box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-voice-box {
    width: 90%;
  }
}
.top-voice-box img {
  width: 30%;
  max-width: 146px;
}
.top-voice-box .top-voice-text {
  position: relative;
  padding: 30px;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 22px;
  width: 85%;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .top-voice-box .top-voice-text {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice-box .top-voice-text {
    width: 95%;
  }
}
.top-voice-box .top-voice-text::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
}
.top-voice-box .name {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 3px 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  font-size: 0.9rem;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .top-voice-box .name {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice-box:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-voice-box:nth-child(odd) img {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .top-voice-box:nth-child(odd) img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-voice-box:nth-child(odd) .top-voice-text {
  border-right: none;
  margin-left: auto;
  -webkit-filter: drop-shadow(2px 0px 0 rgb(0, 0, 0));
          filter: drop-shadow(2px 0px 0 rgb(0, 0, 0));
}
.top-voice-box:nth-child(odd) .top-voice-text::before {
  top: 1px;
  left: 50px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  border-left: 2px solid rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .top-voice-box:nth-child(odd) .top-voice-text::before {
    top: auto;
    bottom: 1px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .top-voice-box:nth-child(even) {
    margin-left: auto;
  }
}
.top-voice-box:nth-child(even) img {
  margin-right: 0;
}
.top-voice-box:nth-child(even) .top-voice-text {
  border-bottom: none;
  -webkit-filter: drop-shadow(0 2px 0 rgb(0, 0, 0));
          filter: drop-shadow(0 2px 0 rgb(0, 0, 0));
}
.top-voice-box:nth-child(even) .top-voice-text::before {
  bottom: 0;
  right: 50px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  border-right: 2px solid rgb(0, 0, 0);
}

.top-flow-wrapper {
  gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1155px) {
  .top-flow-wrapper {
    gap: 40px;
  }
}
.top-flow-wrapper .file-box {
  position: relative;
  width: calc((100% - 140px) / 3);
}
@media screen and (max-width: 1155px) {
  .top-flow-wrapper .file-box {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .top-flow-wrapper .file-box {
    width: 85%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-flow-wrapper .file-box {
    width: 100%;
  }
}
.top-flow-wrapper .file-box:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 14px), 100%);
          transform: translate(calc(100% + 14px), 100%);
  content: "";
  display: block;
  width: 46px;
  aspect-ratio: 46/8;
  background-image: url("../../images/dot-image.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1155px) {
  .top-flow-wrapper .file-box:not(:last-child)::after {
    width: 22px;
    -webkit-transform: translate(calc(100% + 10px), 100%);
            transform: translate(calc(100% + 10px), 100%);
  }
}
@media screen and (max-width: 1023px) {
  .top-flow-wrapper .file-box:not(:last-child)::after {
    display: none;
  }
}
.top-flow-wrapper .file-box .inner-box {
  padding: 70px 50px;
}
@media screen and (max-width: 1300px) {
  .top-flow-wrapper .file-box .inner-box {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .top-flow-wrapper .file-box .inner-box {
    padding: 50px 50px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-flow-wrapper .file-box .inner-box {
    padding: 30px;
  }
}
.top-flow-wrapper .file-box img {
  margin-bottom: 20px;
  width: 70%;
  max-width: 152px;
}
@media screen and (max-width: 767px) {
  .top-flow-wrapper .file-box img {
    width: 50%;
  }
}
.top-flow-wrapper .file-box .file-title {
  padding-top: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.top-flow-wrapper .file-box .file-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.top-flow-wrapper .file-box .file-title span {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .top-flow-wrapper .text {
    width: 100%;
  }
}
.top-flow-wrapper .inner-title {
  width: 100%;
}

.faq-wrapper {
  border: 2px solid rgb(0, 0, 0);
  border-radius: 15px;
  overflow: hidden;
}
.faq-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.q-box {
  background-color: rgb(0, 208, 135);
  padding: 20px;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.q-box::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("../../images/q-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .q-box::before {
    width: 25px;
  }
}
.q-box span {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 40px - 10px);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .q-box span {
    width: calc(100% - 25px - 10px);
  }
}
.q-box span::before, .q-box span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .q-box span::before, .q-box span::after {
    width: 20px;
    height: 2px;
  }
}
.q-box span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.q-box.acdn_open span::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.a-box {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.a-box .inner-box {
  width: calc(100% - 90px);
  margin: auto;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  .a-box .inner-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .a-box .inner-box {
    padding: 20px;
  }
}
.a-box.acdn_open {
  border-top: 2px solid rgb(0, 0, 0);
}

.top-topics-wrapper {
  position: relative;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px 100px;
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper {
    padding-top: 0;
  }
}
.top-topics-wrapper::before, .top-topics-wrapper::after {
  position: absolute;
  border-radius: 47px 0 0 47px;
  top: 0;
  left: 75px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(244, 244, 244);
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper::before, .top-topics-wrapper::after {
    left: 0;
  }
}
.top-topics-wrapper::before {
  left: auto;
  right: 0;
  width: 50vw;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-radius: 0;
}
.top-topics-wrapper .topics-category-list {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper .topics-category-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top-topics-wrapper .topics-category-list {
    gap: 5px;
  }
}
.top-topics-wrapper .topics-category-list a:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper .topics-category-list a:not(:last-child) {
    margin-bottom: 0;
  }
}
.top-topics-wrapper .news-list {
  position: relative;
  z-index: 2;
  width: calc(100% - 149px - 100px);
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper .news-list {
    width: 100%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-topics-wrapper .news-list {
    padding-left: 30px;
  }
}

.topics-category-list a {
  position: relative;
  display: block;
  width: 149px;
}
@media screen and (max-width: 767px) {
  .topics-category-list a {
    width: calc((100% - 10px) / 3);
  }
}
.topics-category-list a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-radius: 50px;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.topics-category-list a span {
  position: relative;
  z-index: 2;
  display: block;
  background-color: rgb(255, 255, 255);
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid rgb(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topics-category-list a:hover span {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.topics-category-list a.all {
  color: rgb(81, 78, 233);
}
.topics-category-list a.blog {
  color: rgb(246, 44, 158);
}
.topics-category-list a.news {
  color: rgb(0, 208, 135);
}
.topics-category-list a.user {
  color: rgb(255, 119, 0);
}
.topics-category-list a.staff {
  color: rgb(246, 44, 158);
}

.top-topics-wrapper.blog {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-topics-wrapper.blog::before {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.top-topics-wrapper.blog::after {
  border-radius: 0 47px 47px 0;
  left: auto;
  right: 75px;
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper.blog::after {
    right: 0;
  }
}
.top-topics-wrapper.blog .blog-list {
  position: relative;
  z-index: 2;
  width: calc(100% - 149px - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper.blog .blog-list {
    width: 100%;
    padding-right: 50px;
    gap: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-topics-wrapper.blog .blog-list {
    padding-right: 30px;
  }
}
.top-topics-wrapper.blog .blog-list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1023px) {
  .top-topics-wrapper.blog .blog-list li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top-topics-wrapper.blog .blog-list li {
    width: 100%;
  }
  .top-topics-wrapper.blog .blog-list li:nth-child(3) {
    display: none;
  }
}
.top-topics-wrapper.blog .blog-list .image-box {
  margin-bottom: 10px;
}
.top-topics-wrapper.blog .blog-list .image-box img {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-topics-wrapper.blog .blog-list .text-box {
  color: rgb(0, 0, 0);
}
.top-topics-wrapper.blog .blog-list .day-box {
  margin-bottom: 10px;
}
.top-topics-wrapper.blog .blog-list .time {
  margin-right: 10px;
  vertical-align: middle;
}
.top-topics-wrapper.blog .blog-list .title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-category {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7rem;
  padding: 3px 20px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
}
.blog-category.user {
  background-color: rgb(255, 119, 0);
}
.blog-category.staff {
  background-color: rgb(246, 44, 158);
}

.instagram-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.instagram-title-wrapper .top-title img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .instagram-title-wrapper .top-title img {
    height: auto;
    width: 100%;
  }
}
.instagram-title-wrapper .follow-link {
  position: relative;
  display: block;
  width: 203px;
}
@media screen and (max-width: 1023px) {
  .instagram-title-wrapper .follow-link {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .instagram-title-wrapper .follow-link {
    width: 150px;
  }
}
.instagram-title-wrapper .follow-link:hover .arrow-box .main-arrow {
  -webkit-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}
.instagram-title-wrapper .arrow-box {
  width: 28px;
}
@media screen and (max-width: 767px) {
  .instagram-title-wrapper .arrow-box {
    width: 20px;
  }
}
.instagram-title-wrapper .arrow-box .shadow-arrow {
  top: 2px;
  left: -2px;
}

.access-wrapper {
  position: relative;
}
.access-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 47px;
  background-color: rgb(244, 244, 244);
}
.access-wrapper .top-title {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-33px);
          transform: translateY(-33px);
}
.access-wrapper .top-access-inne-box {
  position: relative;
  z-index: 2;
  padding: 0 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .access-wrapper .top-access-inne-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper .top-access-inne-box {
    padding: 0 20px 30px;
  }
}
.access-wrapper .top-access-inne-box .text-box {
  width: 59%;
}
@media screen and (max-width: 1023px) {
  .access-wrapper .top-access-inne-box .text-box {
    width: 100%;
  }
}
.access-wrapper .top-access-inne-box .inner-box {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.access-wrapper .top-access-inne-box .inner-box:not(:last-child) {
  border-bottom: 1px dotted rgb(0, 0, 0);
}
.access-wrapper .top-access-inne-box .inner-box:first-child {
  padding-top: 0;
}
.access-wrapper .top-access-inne-box .inner-box .title {
  width: 150px;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .access-wrapper .top-access-inne-box .inner-box .title {
    margin-bottom: 10px;
  }
}
.access-wrapper .top-access-inne-box .inner-box .contants {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 500;
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .access-wrapper .top-access-inne-box .inner-box .contants {
    width: 100%;
  }
}
.access-wrapper .top-access-inne-box .inner-box .small {
  display: block;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .access-wrapper .top-access-inne-box .inner-box .small {
    font-size: 0.8rem;
  }
}
.access-wrapper .top-access-inne-box .image-box {
  position: relative;
  width: 41%;
  -webkit-transform: translate(25%, 80px);
          transform: translate(25%, 80px);
}
@media screen and (max-width: 1023px) {
  .access-wrapper .top-access-inne-box .image-box {
    position: absolute;
    width: 35%;
    -webkit-transform: translate(50px, 50%);
            transform: translate(50px, 50%);
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper .top-access-inne-box .image-box {
    -webkit-transform: translate(10px, 20%);
            transform: translate(10px, 20%);
    width: 45%;
  }
}
.access-wrapper .top-access-inne-box .logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, transparent 80%, rgb(0, 0, 0) 80%);
}
.map-section .contents-wrapper {
  position: relative;
}
.map-section .map-title {
  width: auto;
  height: 127px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  left: -40px;
}
@media screen and (max-width: 767px) {
  .map-section .map-title {
    height: auto;
    width: 100%;
    left: 0;
  }
}
.map-section .google-map {
  height: 370px;
}
@media screen and (max-width: 767px) {
  .map-section .google-map {
    height: 300px;
  }
}

.mv-section {
  padding: 200px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom;
  background-image: url("../../images/mv-bg.png");
}
@media screen and (max-width: 767px) {
  .mv-section {
    padding: 150px 0;
  }
}
.mv-section .contents-wrapper {
  position: relative;
}
.mv-section .mv-image {
  position: absolute;
  bottom: -200px;
  right: 0;
  width: 30%;
  min-width: 380px;
}
@media screen and (max-width: 1023px) {
  .mv-section .mv-image {
    right: -50px;
    min-width: auto;
    width: 50%;
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  .mv-section .mv-image {
    right: -30px;
    bottom: -100px;
  }
}

.mv-title {
  position: relative;
  z-index: 2;
}
.mv-title .en {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv-title .en .text {
  width: auto;
  margin: 0;
  height: 130px;
}
@media screen and (max-width: 1150px) {
  .mv-title .en .text {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title .en .text {
    height: 60px;
  }
}
.mv-title .en .arrow-box {
  width: 62px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media screen and (max-width: 1150px) {
  .mv-title .en .arrow-box {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title .en .arrow-box {
    width: 25px;
    -webkit-transform: translate(20%, 50%);
            transform: translate(20%, 50%);
  }
}
.mv-title .ja {
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv-title .ja {
    font-size: 1.5rem;
  }
}

.company-table {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.company-table .inner-box {
  padding: 20px 0;
  border-bottom: 1px dotted rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .company-table .inner-box {
    padding: 15px 20px;
    gap: 5px;
  }
}
.company-table .inner-box:first-child {
  padding-top: 0;
}
.company-table .title {
  width: 30%;
  padding-left: 10%;
  color: rgb(81, 78, 233);
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .company-table .title {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .company-table .title {
    width: 100%;
    padding-left: 0;
  }
}
.company-table .contents {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(70% - 20px);
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .company-table .contents {
    width: 100%;
  }
}
.company-table .contents a {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid transparent;
}
.company-table .contents a:hover {
  border-color: rgb(0, 0, 0);
}

.company-map {
  aspect-ratio: 3/1;
}
@media screen and (max-width: 1023px) {
  .company-map {
    aspect-ratio: 3/2;
  }
}

.delfy-box {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 135px;
  padding: 130px 50px 50px;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .delfy-box {
    padding: 100px 18px 30px;
  }
}
.delfy-box .logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .delfy-box .logo {
    width: 80%;
  }
}
.delfy-box .circle-image {
  position: absolute;
  width: 142px;
}
@media screen and (max-width: 1023px) {
  .delfy-box .circle-image {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .delfy-box .circle-image {
    width: 60px;
  }
}
.delfy-box .circle-image.one {
  top: -10px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .delfy-box .circle-image.one {
    top: 50px;
  }
}
.delfy-box .circle-image.two {
  bottom: 50px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.delfy-box .circle-image.three {
  width: 82px;
  bottom: 0;
  right: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 1023px) {
  .delfy-box .circle-image.three {
    width: 50px;
  }
}
.delfy-box .inner-text span:not(.pc) {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .delfy-box .inner-text span:not(.pc) {
    font-size: 1rem;
    line-height: 35px;
  }
}
.delfy-box .inner-text span:not(.pc):not(:last-child) {
  margin-bottom: 15px;
  padding: 0 20px 5px;
  border-bottom: 1px dotted rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .delfy-box .inner-text span:not(.pc):not(:last-child) {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.delfy-message {
  margin-bottom: 50px;
  color: rgb(246, 44, 158);
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .delfy-message {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.page-works-section {
  position: relative;
}
.page-works-section::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background-color: rgb(244, 244, 244);
  clip-path: polygon(0 10%, 10% 5%, 45% 8%, 60% 0, 90% 5%, 100% 0, 100% 100%, 70% 95%, 55% 99%, 20% 90%, 0 100%);
}
.page-works-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.page-works-section .contents-wrapper.big {
  overflow: hidden;
}

.delfy-swiper.swiper {
  overflow: visible;
}
.delfy-swiper.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.delfy-swiper.swiper .swiper-slide {
  position: relative;
}
.delfy-swiper.swiper .swiper-slide.bottom {
  margin-top: 125px;
}
.delfy-swiper.swiper .phrase-image {
  position: absolute;
  width: 65%;
  max-width: 163px;
}
.delfy-swiper.swiper .phrase-image.left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}
.delfy-swiper.swiper .phrase-image.right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}
.delfy-swiper.swiper .phrase-image.bottom {
  bottom: 10px;
  right: 0;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}

.delfy-file-wrapper {
  max-width: 1000px;
  margin: auto;
}
.delfy-file-wrapper .file-box:nth-child(odd) .inner-text {
  margin-left: auto;
}
.delfy-file-wrapper .file-box:nth-child(odd) .delfy-works-image {
  left: 0;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
@media screen and (max-width: 1225px) {
  .delfy-file-wrapper .file-box:nth-child(odd) .delfy-works-image {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@media screen and (max-width: 1023px) {
  .delfy-file-wrapper .file-box:nth-child(odd) .delfy-works-image {
    left: auto;
    right: 0;
    -webkit-transform: translate(50px, 60%);
            transform: translate(50px, 60%);
  }
}
@media screen and (max-width: 767px) {
  .delfy-file-wrapper .file-box:nth-child(odd) .delfy-works-image {
    -webkit-transform: translate(5px, 60%);
            transform: translate(5px, 60%);
  }
}
.delfy-file-wrapper .file-box:nth-child(even) .delfy-works-image {
  right: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
@media screen and (max-width: 1225px) {
  .delfy-file-wrapper .file-box:nth-child(even) .delfy-works-image {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@media screen and (max-width: 1023px) {
  .delfy-file-wrapper .file-box:nth-child(even) .delfy-works-image {
    -webkit-transform: translate(50px, 60%);
            transform: translate(50px, 60%);
  }
}
@media screen and (max-width: 767px) {
  .delfy-file-wrapper .file-box:nth-child(even) .delfy-works-image {
    -webkit-transform: translate(5px, 60%);
            transform: translate(5px, 60%);
  }
}
.delfy-file-wrapper .file-box:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 1225px) {
  .delfy-file-wrapper .file-box:not(:last-child) {
    margin-bottom: 100px;
  }
}
.delfy-file-wrapper .file-box .inner-box {
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .delfy-file-wrapper .file-box .inner-box {
    padding: 40px 25px;
  }
}
.delfy-file-wrapper .file-box .text {
  text-align: left;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.delfy-file-wrapper .inner-text {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .delfy-file-wrapper .inner-text {
    width: 100%;
  }
}
.delfy-file-wrapper .inner-title {
  max-width: 330px;
}
.delfy-file-wrapper .file-title {
  padding-top: 5px;
  text-transform: uppercase;
}
.delfy-file-wrapper .file-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .delfy-file-wrapper .file-title::before {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.delfy-file-wrapper .file-title span {
  vertical-align: middle;
}
.delfy-file-wrapper .dot-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

.delfy-works-image {
  position: absolute;
  top: 50px;
  width: 40%;
  max-width: 352px;
}
@media screen and (max-width: 1225px) {
  .delfy-works-image {
    width: 32%;
  }
}
@media screen and (max-width: 1023px) {
  .delfy-works-image {
    width: 28%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .delfy-works-image {
    width: 35%;
  }
}

.payoff-case-wrapper {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 150px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .payoff-case-wrapper {
    margin-bottom: 75px;
  }
}
.payoff-case-wrapper .text-box {
  position: relative;
  width: 90%;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 20px;
  padding: 50px 100px 50px 130px;
}
@media screen and (max-width: 1023px) {
  .payoff-case-wrapper .text-box {
    padding: 50px 30px;
    width: 100%;
  }
}
.payoff-case-wrapper .case {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 278px;
  aspect-ratio: 278/82;
  background-image: url("../../images/comment-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  color: rgb(255, 255, 255);
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  text-stroke: 1px rgb(0, 0, 0);
  font-weight: 900;
  line-height: 50px;
  font-size: 2.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .payoff-case-wrapper .case {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.payoff-case-wrapper .text-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .payoff-case-wrapper .text-inner-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .payoff-case-wrapper .price-box {
    margin-bottom: 20px;
  }
}
.payoff-case-wrapper .price-box .title {
  display: block;
  width: 97px;
  text-align: center;
  padding: 5px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 0.9;
  border-radius: 15px;
}
.payoff-case-wrapper .price-box .price {
  font-weight: 900;
  font-size: 3.8rem;
}
.payoff-case-wrapper .price-box .yen {
  font-size: 1.5rem;
  font-weight: 700;
}
.payoff-case-wrapper .image-box {
  position: relative;
  z-index: 2;
  width: 20%;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  margin-right: -10%;
}
@media screen and (max-width: 1023px) {
  .payoff-case-wrapper .image-box {
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-right: 0;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .payoff-case-wrapper .image-box {
    width: 40%;
  }
}
.payoff-case-wrapper.purple .dot-title::before,
.payoff-case-wrapper.purple .price-box .title {
  background-color: rgb(201, 129, 239);
}
.payoff-case-wrapper.purple .payoff-case-table th {
  background-color: rgb(201, 129, 239);
}
.payoff-case-wrapper.blue .dot-title::before,
.payoff-case-wrapper.blue .price-box .title {
  background-color: rgb(81, 78, 233);
}
.payoff-case-wrapper.blue .payoff-case-table th {
  background-color: rgb(81, 78, 233);
}
.payoff-case-wrapper.green .dot-title::before,
.payoff-case-wrapper.green .price-box .title {
  background-color: rgb(0, 208, 135);
}
.payoff-case-wrapper.green .payoff-case-table th {
  background-color: rgb(0, 208, 135);
}

.dot-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.9rem;
}
.dot-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 5px;
}

.payoff-case-table {
  font-size: 0.9rem;
  font-weight: 500;
}
.payoff-case-table th, .payoff-case-table td {
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .payoff-case-table th, .payoff-case-table td {
    padding: 10px;
  }
}
.payoff-case-table th {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .payoff-case-table th {
    width: 100px;
  }
}
.payoff-case-table td {
  border-left: 2px solid rgb(255, 255, 255);
  background-color: rgb(244, 244, 244);
}
.payoff-case-table tr:not(:last-child) th, .payoff-case-table tr:not(:last-child) td {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.payoff-after-box {
  padding: 30px;
  background-color: rgb(244, 244, 244);
  font-weight: 700;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .payoff-after-box {
    padding: 30px 15px;
    font-size: 0.9rem;
  }
}
.payoff-after-box span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.contact-page-text {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.contact-inner {
  margin-bottom: 35px;
}
.contact-inner .title {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.contact-inner .title.must::after {
  margin-left: 10px;
  display: inline-block;
  padding: 3px 10px;
  content: "必須";
  background-color: rgb(81, 78, 233);
  color: rgb(255, 255, 255);
}
.contact-inner .input-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
.contact-inner .select-wrap {
  width: 40%;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .contact-inner .select-wrap {
    width: 100%;
  }
}
.contact-inner .select-wrap select {
  font-weight: 400;
}
.contact-inner .text-common {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid rgb(183, 183, 183);
  border-radius: 10px;
}
.contact-inner .text-common ::-webkit-input-placeholder {
  color: rgb(183, 183, 183);
}
.contact-inner .text-common ::-moz-placeholder {
  color: rgb(183, 183, 183);
}
.contact-inner .text-common :-ms-input-placeholder {
  color: rgb(183, 183, 183);
}
.contact-inner .text-common ::-ms-input-placeholder {
  color: rgb(183, 183, 183);
}
.contact-inner .text-common ::placeholder {
  color: rgb(183, 183, 183);
}
.contact-inner a {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}
.contact-inner .button-submit {
  display: block;
  width: 80%;
  max-width: 375px;
  background-color: rgb(246, 44, 158);
  padding: 15px 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.7rem;
  border-radius: 50px;
  margin: 50px auto 0;
  font-family: "Zen Maru Gothic", serif;
  border: 2px solid rgb(246, 44, 158);
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-inner .button-submit.active {
  opacity: 1;
}
.contact-inner .button-submit.active:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(246, 44, 158);
}

.privacypolicy-page-section {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .privacypolicy-page-section {
    padding-top: 135px;
  }
}
.privacypolicy-page-section .mv-title {
  margin-bottom: 100px;
  text-align: center;
}
.privacypolicy-page-section .mv-title .en {
  margin: auto;
}
.privacypolicy-page-section .mv-title img {
  max-width: 100%;
}

.privacy-wrapper .inner-box:not(:last-child) {
  margin-bottom: 75px;
}
.privacy-wrapper .privacy-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(183, 183, 183);
  font-size: 1.6rem;
  font-weight: 700;
}
.privacy-wrapper .contants {
  font-family: "Noto Sans JP", sans-serif;
}
.privacy-wrapper .comapny {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 500;
}

.reserve-section {
  margin-top: 100px;
}

.news-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
}
.news-page-wrapper .news-main-wrapper {
  width: calc(100% - 250px - 50px);
}
@media screen and (max-width: 1023px) {
  .news-page-wrapper .news-main-wrapper {
    width: 100%;
  }
}
.news-page-wrapper .side-wrapper {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .news-page-wrapper .side-wrapper {
    margin-left: auto;
  }
}

.archive-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.1rem;
}

.topics-category-list.page {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .topics-category-list.page {
    gap: 5px;
  }
}

.wp-pagenavi {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.1rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0;
  border: none;
  color: rgb(0, 0, 0);
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(81, 78, 233);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi span.arrow::before,
.wp-pagenavi a.arrow::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: rgb(183, 183, 183);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.wp-pagenavi span.arrow.left::before,
.wp-pagenavi a.arrow.left::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-title {
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgb(0, 0, 0);
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-title {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.single-image {
  margin-bottom: 30px;
}

.single-main-wrapper {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .single-main-wrapper {
    width: 100%;
  }
}

.single-page-link {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.single-page-link .single-pagination {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .single-page-link .single-pagination {
    width: calc((100% - 20px) / 2);
  }
  .single-page-link .single-pagination.list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
  }
}
.single-page-link .single-pagination a {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.single-page-link .single-pagination a:hover .sub-news-arrow {
  -webkit-transform: translate(-3px);
          transform: translate(-3px);
}
.single-page-link .single-pagination .sub-news-arrow {
  width: 20px;
  aspect-ratio: 1/1;
  background-color: rgb(183, 183, 183);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .single-page-link .single-pagination .sub-news-arrow {
    width: 15px;
  }
}
.single-page-link .single-pagination.single-page-next {
  text-align: right;
}
.single-page-link .single-pagination.single-page-next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-page-link .single-pagination.single-page-next a:hover .sub-news-arrow {
  -webkit-transform: translate(3px) rotate(180deg);
          transform: translate(3px) rotate(180deg);
}
.single-page-link .single-pagination.single-page-next .sub-news-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-page-link a.back-to-page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 177px;
  padding: 10px 5px;
  border-radius: 30px;
  margin: auto;
  border: 2px solid rgb(0, 0, 0);
}
.single-page-link a.back-to-page:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.blog-list.page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgb(244, 244, 244);
}
@media screen and (max-width: 767px) {
  .blog-list.page a {
    gap: 20px;
  }
}
.blog-list.page .image-box {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .blog-list.page .image-box {
    width: 100%;
  }
}
.blog-list.page .image-box img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list.page .text-box {
  width: calc(100% - 250px - 30px);
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .blog-list.page .text-box {
    width: 100%;
  }
}
.blog-list.page .title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .blog-list.page .title {
    margin-bottom: 10px;
  }
}
.blog-list.page .day-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .blog-list.page .day-box {
    margin-bottom: 10px;
  }
}
.blog-list.page .day-box .time {
  color: rgb(145, 145, 145);
}
.blog-list.page .contents span {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */