@charset "UTF-8";
.p-about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0.15em;
  line-height: 2.5;
  text-align: center;
}

.p-about-title {
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  padding: 0 20px;
  line-height: 2;
  display: inline-block;
  margin-bottom: 30px;
}

.p-about-text1 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-about-text1 {
    width: 80%;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 390px) {
  .p-about-text1 {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .p-about-text2,
  .p-about-text3 {
    font-size: 0.875rem;
  }
}

.aboutme-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .aboutme-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
}

.aboutme-img,
.aboutme-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aboutme-text {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .aboutme-text {
    gap: 15px;
  }
}

.aboutme-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aboutme-name .name-ja {
  font-size: 1.25rem;
}

.aboutme-detection {
  line-height: 2.5;
}

.name-en {
  font-size: 0.75rem;
  font-family: "Montserrat";
}

.aboutme-detection-bold {
  font-weight: bold;
}

.aboutme-sns a {
  display: inline-block;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 3px;
  font-family: "Montserrat";
}

.education-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-top: 40px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .education-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}

.education {
  display: grid;
  grid-template-columns: 70px 1fr;
  row-gap: 5px;
}
@media screen and (max-width: 768px) {
  .education {
    row-gap: 0;
  }
}

.education-item p {
  font-family: "Montserrat";
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #aeaeae;
}
@media screen and (max-width: 768px) {
  .education-item p {
    margin-bottom: 5px;
  }
}

.company-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .company-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.company-text,
.company-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-name {
  font-size: 1.5rem;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .company-name {
    font-size: 1.25rem;
  }
}

.company-info {
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 100px 1fr;
}
@media screen and (max-width: 390px) {
  .company-info {
    font-size: 0.8125rem;
  }
}
.company-info dt,
.company-info dd {
  border-bottom: 1px solid #aeaeae;
  padding: 20px 5px;
}
@media screen and (max-width: 390px) {
  .company-info dt,
  .company-info dd {
    padding: 15px 5px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #fefefe;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.1em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  img {
    border-radius: 5px;
  }
}

dt {
  font-weight: 400;
}

.u-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 120px 30px;
}
@media screen and (max-width: 768px) {
  .u-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 430px) {
  .u-wrapper {
    padding: 60px 20px;
  }
}

.u-wrapper-sub {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 30px;
}
@media screen and (max-width: 430px) {
  .u-wrapper-sub {
    padding: 60px 20px;
  }
}

#stalker {
  pointer-events: none;
  position: fixed;
  width: 40px;
  height: 40px;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse at 70% 60%, #ffefa8 0%, rgba(195, 224, 96, 0) 90%), radial-gradient(ellipse at 30% 30%, #ffcce2 0%, rgba(195, 224, 96, 0) 60%), linear-gradient(135deg, rgba(18, 46, 119, 0) 0%, rgba(18, 46, 119, 0) 100%), linear-gradient(to right, #ffefa8 0%, #ffdec5 50%, #ffcce2 100%);
  background-blend-mode: screen, luminosity, saturation, darken, color-dodge, color;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  #stalker {
    display: none;
  }
}

.section-top {
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  .section-top {
    padding-top: 120px;
  }
}

.p-hero {
  padding: 0 60px;
}
@media screen and (max-width: 1000px) {
  .p-hero {
    padding: 0 30px;
  }
}
@media screen and (max-width: 430px) {
  .p-hero {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-hero img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.margin-top {
  margin-top: 80px;
}

.p-hero img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 390px) {
  .p-hero img {
    height: 200px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
  margin-top: 20px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "ー";
  margin: 10px;
  color: #333333;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .c-title {
    padding-bottom: 40px;
  }
}
.c-title .en {
  font-family: "Montserrat";
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-title .ja {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-title .en {
    font-size: 1.5rem;
  }
}

.c-title.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact-button a {
  min-width: 160px;
  display: inline-block;
  text-align: center;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  border: 1px solid #333333;
  border-radius: 25px;
  padding: 8px 20px;
}
.contact-button a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.c-button {
  display: block;
  overflow: hidden;
}
.c-button a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #333333;
  border-radius: 30px;
  background: #fefefe;
  padding: 10px 55px;
  font-family: "Montserrat";
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.c-button a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.c-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  z-index: 0;
}
.c-button a:hover::before, .c-button a:active::before {
  left: 0;
}
.c-button a span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.c-button .btn-text::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .c-button a {
    padding: 10px 40px;
  }
}
.pagination ul {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.pagination li a {
  display: block;
  padding: 6px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pagination li a:hover {
  border-bottom: 1px solid #333333;
}

.pagination li.current a {
  border-bottom: 2px solid #333333;
  font-weight: bold;
}

.pagination li.prev a,
.pagination li.next a {
  font-size: 18px;
  padding: 4px 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 60px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .header {
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 390px) {
  .header {
    padding: 0 20px;
  }
}
.header.open .nav-container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  pointer-events: auto;
}
.header.open .btn .btn-line {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header.open .btn .btn-line:nth-of-type(1) {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.open .btn .btn-line:nth-of-type(2) {
  opacity: 0;
}
.header.open .btn .btn-line:nth-of-type(3) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .logo img {
  width: 120px;
  height: auto;
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  .header .logo img {
    width: 90px;
  }
}
.header .btn {
  position: absolute;
  top: 8px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 390px) {
  .header .btn {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header .btn {
    display: block;
  }
}
.header .btn .btn-line {
  position: absolute;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .btn .btn-line:nth-of-type(1) {
  top: 20px;
}
.header .btn .btn-line:nth-of-type(2) {
  top: 30px;
}
.header .btn .btn-line:nth-of-type(3) {
  top: 40px;
}
.header .nav-container {
  position: relative;
  width: auto;
  background: none;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .header .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    padding: 80px 20px;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  }
}
.header .nav-container .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 0.875rem;
  font-family: "Montserrat";
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .header .nav-container .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    text-align: center;
  }
}
.header .nav-container .nav-list a:not(.no-underline) {
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-container .nav-list a:not(.no-underline)::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333333;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header .nav-container .nav-list a:not(.no-underline):hover::after {
  width: 100%;
}

.sns-link {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sns-link {
    display: block;
    margin-top: 10px;
  }
  .sns-link a {
    display: inline-block;
  }
  .sns-link a img {
    width: 30px;
    height: auto;
  }
}

.link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .link {
    grid-template-columns: 1fr;
  }
}

.link-en {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 390px) {
  .link-en {
    font-size: 1.25rem;
  }
}

.link-ja {
  font-size: 0.75rem;
}

.link-item {
  position: relative;
}
.link-item:hover {
  opacity: 0.8;
}
.link-item img {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .link-item img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 390px) {
  .link-item img {
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.link-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fefefe;
  z-index: 2;
}

.material-symbols-outlined {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  font-size: 60px;
}
@media screen and (max-width: 390px) {
  .material-symbols-outlined {
    font-size: 50px;
  }
}

.material-symbols-outlined.icon-white {
  color: #fefefe;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

.top-contact {
  background-image: url(../image/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.top-contact .c-title {
  padding-bottom: 30px;
}

.top-contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.top-contact-text {
  letter-spacing: 0.2em;
  text-align: center;
  color: #fefefe;
}

.top-contact-section {
  color: #fefefe;
}

.footer {
  background: #a7a498;
  padding: 50px 60px 30px;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width: 390px) {
  .footer {
    padding: 50px 20px 30px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.logo {
  width: 120px;
  height: auto;
}

.sns_icon {
  width: 29px;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  row-gap: 20px;
  font-size: 0.875rem;
  color: #fefefe;
  font-family: "Montserrat";
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .footer-nav {
    padding-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copyright {
  font-size: 0.625rem;
  color: #fefefe;
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  .copyright {
    text-align: center;
    padding-top: 60px;
  }
}

.l-inner {
  padding: 0 60px;
}

.links-wrapper {
  padding: 60px 30px;
}

.more-links-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .more-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}

.more-links-block.single-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.more-links-block.single-item .more-links-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 350px;
}
@media screen and (max-width: 430px) {
  .more-links-block.single-item .more-links-item {
    max-width: none;
    width: 100%;
  }
}

.more-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .more-links-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 390px) {
  .more-links-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
}

.more-links-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 15px;
}

.more-links-arrow.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fill-left {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fefefe;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.fill-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px;
  border-color: transparent;
  border-right-color: #333333;
  border-left: 0;
}

.fill-right::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recaptcha-text {
  color: #A7A498;
  font-size: 10px;
}

.recaptcha-link {
  color: #FFC3A2;
  text-decoration: underline;
}

.recaptcha-link:hover {
  color: #FFA472;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact-text {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact-text {
    text-align: left;
    font-size: 0.875rem;
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 800px;
  margin: 0 auto;
}

.mail-block {
  text-align: center;
  padding: 60px 0;
}
.mail-block .mail-item {
  display: inline-block;
  border: 1px solid #333333;
  min-width: 380px;
  padding: 15px 30px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mail-block .mail-item:hover {
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 430px) {
  .mail-block .mail-item {
    min-width: auto;
    padding: 15px 20px;
  }
  .mail-block .mail-item:hover {
    -webkit-transform: none;
            transform: none;
    background: none;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 8px;
}

.required {
  display: inline-block;
  padding: 2px 5px;
  color: #f23a3c;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #aeaeae;
  border-radius: 6px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ffd8b8;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 216, 184, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 216, 184, 0.5);
}

.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.send-btn {
  display: inline-block;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  max-width: 300px;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  color: #333333;
  border: 1px solid #333333;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin: 40px 0 60px;
}
.send-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #333333;
  color: #fefefe;
}

.wpcf7-submit.send-btn {
  border-radius: 30px;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 73px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333333;
  pointer-events: none;
}

.mail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.contactform-img {
  width: 25px;
  height: auto;
  border-radius: 0;
}
@media screen and (max-width: 430px) {
  .contactform-img {
    min-width: 20px;
  }
}

input[type=checkbox] {
  appearance: auto !important;
  -webkit-appearance: auto !important; /* Safari対応 */
  -moz-appearance: auto !important; /* Firefox対応 */
  width: 18px;
  height: 18px;
  margin-right: 6px;
  cursor: pointer;
}

.check-text {
  border-bottom: 1px solid #333333;
  font-weight: 500;
}

.wpcf7-list-item {
  margin: 0 auto;
}

.check-desc {
  font-weight: normal;
}

.news-single-text {
  padding-top: 60px;
}

.news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-title {
  padding-right: 10px;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 60px;
}

.news-category {
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 0.875rem;
  border: 1px solid #333333;
  border-radius: 20px;
  padding: 5px 15px;
}
@media screen and (max-width: 390px) {
  .news-category {
    font-size: 0.75rem;
  }
}
.news-category:hover {
  background: #333333;
  color: #fefefe;
}

.news-single-text-block {
  padding-top: 60px;
}
.news-single-text-block p {
  width: 70%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news-single-text-block p {
    width: 100%;
  }
}
.news-single-text-block p:last-child {
  padding-bottom: 0;
}

.p-plan-top {
  max-width: 1140px;
  margin: 0 auto;
  padding: 120px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 10px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-plan-top {
    font-size: 0.875rem;
    padding: 100px 30px 0 30px;
  }
}
@media screen and (max-width: 430px) {
  .p-plan-top {
    padding: 60px 20px 0 20px;
  }
}

.p-plan-title {
  display: inline-block;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  padding: 0 10px;
  font-weight: 600;
}

.p-plan-circle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-plan-circle-list {
    gap: 20px;
  }
}
@media screen and (max-width: 390px) {
  .p-plan-circle-list {
    gap: 10px;
  }
}

.p-plan-circle-item {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: #fefefe;
  -webkit-animation: puff 3s ease-in-out infinite;
          animation: puff 3s ease-in-out infinite;
}
.p-plan-circle-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7)) border-box;
  background: linear-gradient(#fff 0 0) content-box, linear-gradient(90deg, #ffbd15, #ff79a7) border-box;
  background-clip: content-box, border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-plan-circle-item {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 390px) {
  .p-plan-circle-item {
    width: 95px;
    height: 95px;
  }
}

.p-plan-circle-text {
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 1rem;
  text-align: center;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background-image: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-plan-circle-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 390px) {
  .p-plan-circle-text {
    font-size: 0.75rem;
  }
}

@-webkit-keyframes puff {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes puff {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.font-weight {
  font-weight: 600;
}

.plan-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.plan-arrow::after {
  content: "";
  width: 120px;
  height: 50px;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .plan-arrow::after {
    width: 90px;
    height: 40px;
  }
}

.p-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-plan {
    gap: 60px;
  }
}

@-webkit-keyframes shine-bg {
  0%, 100% {
    -webkit-box-shadow: 0 0 5px #ffa468, 0 0 10px #ffa468;
            box-shadow: 0 0 5px #ffa468, 0 0 10px #ffa468;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-box-shadow: 0 0 20px #ffa468, 0 0 40px #ffa468;
            box-shadow: 0 0 20px #ffa468, 0 0 40px #ffa468;
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
}

@keyframes shine-bg {
  0%, 100% {
    -webkit-box-shadow: 0 0 5px #ffa468, 0 0 10px #ffa468;
            box-shadow: 0 0 5px #ffa468, 0 0 10px #ffa468;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-box-shadow: 0 0 20px #ffa468, 0 0 40px #ffa468;
            box-shadow: 0 0 20px #ffa468, 0 0 40px #ffa468;
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
}
.plan-badge2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffa468;
  color: #fefefe;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: 0.2em;
  padding: 5px 40px;
  border-radius: 20px;
  overflow: hidden;
}
.plan-badge2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: shine-btn 1.8s linear infinite;
          animation: shine-btn 1.8s linear infinite;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .plan-badge2 {
    width: 75%;
    font-size: 1rem;
    padding: 5px 20px;
    min-width: 200px;
  }
}
@media screen and (max-width: 430px) {
  .plan-badge2 {
    font-size: 0.75rem;
  }
}

@-webkit-keyframes shine-btn {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine-btn {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.p-plan-block {
  position: relative;
  border: 1px solid #333333;
  padding: 80px;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-plan-block {
    padding: 30px 20px;
    font-size: 0.875rem;
  }
}

.p-plan-line {
  border: 2px solid #ffa468;
}

.plan-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-name img {
  width: 120px;
  height: 100px;
}
.plan-name .plan-title {
  font-size: 2rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plan-name .plan-title {
    font-size: 1.75rem;
  }
}

.p-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #f8f6f5;
}

.p-recommend-title {
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend-title {
    font-size: 0.875rem;
  }
}

.p-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: left;
}
.p-recommend-item img {
  width: 20px;
  height: 20px;
}

.p-plan-price {
  display: block;
  padding: 10px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin: 30px 0;
}
.p-plan-price p {
  font-size: 2.25rem;
  font-family: "Oswald";
}
.p-plan-price span {
  margin-left: 5px;
  font-weight: 600;
  font-size: 0.875rem;
}

.p-plan-detection {
  text-align: left;
}

.p-setplan-title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  margin-top: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-setplan-title {
    font-size: 0.875rem;
  }
}

.p-plan-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-plan-set {
    grid-template-columns: repeat(2, 1fr);
  }
}

.item-text {
  line-height: 1.5;
}

.support-plan-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: 50px;
}

.support-detection {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support-detection {
    font-size: 0.875rem;
  }
}

.support-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .support-table {
    padding: 30px 0;
  }
}

.support-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  border: 1px solid #333333;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .support-card {
    font-size: 0.875rem;
  }
}

.support-header {
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  padding: 20px 15px;
  text-align: center;
  border-bottom: 1px solid #aeaeae;
}
@media screen and (max-width: 768px) {
  .support-header {
    padding: 10px;
  }
}

.support-subtitle {
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.support-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.support-price {
  text-align: center;
  padding: 20px 15px;
  border-bottom: 1px solid #aeaeae;
}
@media screen and (max-width: 768px) {
  .support-price {
    padding: 5px 15px;
  }
}

.price-amount {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Oswald";
}

.support-features li {
  padding: 15px;
  border-bottom: 1px solid #aeaeae;
  text-align: center;
}

.support-features li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

.option {
  background-color: #f8f6f5;
  width: 100%;
}

.option-sub-title {
  font-size: 1.25rem;
  font-family: "Montserrat";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .option-sub-title {
    margin-bottom: 30px;
  }
}

.option-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .option-detection {
    font-size: 0.875rem;
  }
}

.option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fefefe;
  padding: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .option-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px;
  }
}

.option-item > :first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; /* 3割 */
}

.option-item > :last-child {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7; /* 7割 */
}

.option-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.option-price dt,
.option-price dd {
  margin: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.option-price dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
@media screen and (max-width: 768px) {
  .option-price dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.option-price dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .option-price dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 768px) {
  .option-price {
    font-size: 0.875rem;
  }
}

.option-price dt {
  position: relative;
  padding-right: 10px;
}

.option-price dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: 100%;
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  .option-price dt::before {
    display: none;
  }
}

.option-price dt::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dotted #333333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}

.flow-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  font-family: "Montserrat";
}
@media screen and (max-width: 768px) {
  .flow-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 430px) {
  .flow-block {
    grid-template-columns: 1fr;
  }
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.flow-item img {
  width: 50px;
  height: 50px;
}

.flow-title {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow-title {
    font-size: 0.875rem;
  }
}

.flow-detection {
  font-size: 0.875rem;
}

.p-sub-title {
  text-align: center;
  padding: 100px 0 40px;
}
@media screen and (max-width: 390px) {
  .p-sub-title {
    padding: 60px 0 40px;
  }
}

.website-block {
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .website-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.website-item {
  background: #fbf9f8;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .website-item {
    padding: 20px 15px;
    font-size: 0.8125rem;
  }
}
.website-item p {
  font-size: 0.8125rem;
}
.website-item img {
  max-width: 60px;
  border-radius: 0;
}
.website-item .item-text {
  text-align: center;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 5px;
}

.site-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .site-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.site-type div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 300px;
}

.site-bg {
  background: #f8f6f5;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 24px 0;
}

.site-list {
  margin-bottom: 20px;
}

.c-list-dot:last-child {
  padding-bottom: 10px;
}

.site-text {
  font-size: 0.875rem;
}

.c-list-dot {
  position: relative;
  font-size: 0.875rem;
  padding-left: 15px;
}
.c-list-dot::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
}

.p-bg {
  background-image: url(../image/service-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .p-bg {
    height: 250px;
  }
}

.partner-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.partner-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .partner-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 430px) {
  .partner-block {
    grid-template-columns: 1fr;
  }
}

.partner-item img {
  margin-bottom: 10px;
}

.skills-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .skills-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.skills-block .skills-item {
  background: #f8f6f5;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .skills-block .skills-item {
    padding: 20px;
  }
}
.skills-block p {
  margin: 0 10px 10px;
}

.skills-name {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  margin: 5px 10px;
  padding: 0 15px;
  background: #fefefe;
  border: 1px solid #333333;
  border-radius: 30px;
}

.notice-list {
  background: #f8f6f5;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 390px) {
  .notice-list {
    padding: 30px 20px;
  }
}

.breadcrumb-block {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-block {
    padding-bottom: 50px;
  }
}

.c-back_button {
  display: block;
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-back_button {
    padding-top: 50px;
  }
}
.c-back_button a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #333333;
  border-radius: 30px;
  background: #fefefe;
  padding: 10px 55px;
  font-family: "Montserrat";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-back_button a {
    padding: 10px 30px;
  }
}
.c-back_button a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.c-back_button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  z-index: 0;
}
.c-back_button a:hover::before, .c-back_button a:active::before {
  left: 0;
}
.c-back_button a span {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.c-back_button .btn-text::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0 60px;
}
@media screen and (max-width: 1000px) {
  .fv {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 0;
  }
}

.fv-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 200px 0 100px;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1000px) {
  .fv-text {
    padding: 160px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv-text {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 430px) {
  .fv-text {
    padding: 115px 10px 50px;
  }
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv-en {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeUp 0.8s ease-out forwards;
          animation: fadeUp 0.8s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  font-family: "Montserrat";
  font-size: 3.75rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fv-en {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 430px) {
  .fv-en {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}

.fv-ja {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeUp 0.8s ease-out forwards;
          animation: fadeUp 0.8s ease-out forwards;
  padding-bottom: 10px;
  margin: 0 auto;
}
.fv-ja:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fv-ja:nth-of-type(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .fv-ja {
    font-size: 0.875rem;
    max-width: 280px;
  }
}
@media screen and (max-width: 390px) {
  .fv-ja {
    font-size: 0.875rem;
  }
}

.fv-img {
  position: relative;
}

@media screen and (max-width: 390px) {
  .fv-img img {
    border-radius: 0;
  }
}

.scroll_down {
  position: absolute;
  top: -165px;
  right: 100px;
}
@media screen and (max-width: 1000px) {
  .scroll_down {
    top: -145px;
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .scroll_down {
    top: -125px;
    right: 30px;
  }
}
@media screen and (max-width: 390px) {
  .scroll_down {
    top: -65px;
    right: 20px;
  }
}

.scroll_down a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .scroll_down a {
    font-size: 0.625rem;
  }
}

.scroll_down a::after {
  content: "";
  display: block;
  width: 1px;
  height: 180px;
  background: #333333;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: sdl01 3s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 390px) {
  .scroll_down a::after {
    height: 100px;
  }
}

@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.1% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes sdl01 {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.1% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
@media screen and (max-width: 768px) {
  .about-text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-text .about-title {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about-text .about-title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 390px) {
  .about-text .about-title {
    font-size: 1.25rem;
  }
}
.about-text .about-description {
  font-size: 0.875rem;
  line-height: 3;
  margin-bottom: 40px;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .about-text .about-description {
    max-width: 500px;
    line-height: 2.3;
  }
}

.about-img {
  position: relative;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
@media screen and (max-width: 768px) {
  .about-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.recommend-bg {
  background: url("../image/recommend-bg.jpg") center/cover no-repeat;
  width: 100%;
  height: auto;
}

.recommend-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .recommend-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.highlight {
  color: #f78b9b;
  font-weight: bold;
}

.recommend-en {
  aspect-ratio: 1/1;
  padding: 30px;
  border-radius: 50%;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(254, 254, 254, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recommend-en {
    padding: 20px;
  }
}

.recommend-text {
  max-width: 180px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recommend-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

.point-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .point-block {
    gap: 40px;
  }
}

.point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .point-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .point-img {
    width: 100%;
  }
}

.point-text {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .point-text {
    width: 100%;
  }
}

.point-number {
  font-size: 2rem;
  font-family: "Montserrat";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .point-number {
    font-size: 1.5rem;
  }
}

.point-title-color {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0 5px;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
}
@media screen and (max-width: 768px) {
  .point-title-color {
    font-size: 1.25rem;
  }
}

.point-title-black {
  display: block;
  font-size: 1.25rem;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .point-title-black {
    font-size: 1.25rem;
  }
}

.point-description {
  font-size: 0.875rem;
  padding-top: 15px;
  font-size: 0.875rem;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service {
  background: #f8f6f5;
}

.service-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .service-item {
    gap: 10px;
  }
}
.service-item:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.8;
}

.service-text-top {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service-text-top {
    text-align: left;
    font-size: 0.875rem;
  }
}

.service-title {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  padding: 0 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .service-title {
    padding-bottom: 5px;
  }
}

.service-description {
  font-size: 0.875rem;
  max-width: 320px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .service-description {
    max-width: none;
    text-align: left;
  }
}

.section-center-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .section-center-button {
    padding-top: 40px;
  }
}

.background {
  background: url(../image/background.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .background {
    background-attachment: scroll;
    background-size: center;
    height: 350px;
  }
}

.works-block {
  font-family: "Montserrat";
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .works-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 430px) {
  .works-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.works-item:hover {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  opacity: 0.6;
}

.works-text {
  line-height: 1.6;
  font-weight: 500;
}

.works-title {
  font-weight: 500;
}

.category {
  color: #aeaeae;
  font-size: 0.875rem;
}

.plan {
  background: #f8f6f5;
}

.plan-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .plan-block {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media screen and (max-width: 390px) {
  .plan-block {
    gap: 50px;
  }
}

.plan-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.plan-text-color {
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  padding: 3px 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .plan-text-color {
    font-size: 0.875rem;
  }
}

.plan-text-black {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .plan-text-black {
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
}

.plan-badge {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  right: 15px;
  background: #333333;
  color: #fefefe;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 390px) {
  .plan-badge {
    font-size: 0.875rem;
    width: 70px;
    height: 70px;
    top: -30px;
    right: 10px;
  }
}
.plan-badge::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #333333;
}
@media screen and (max-width: 390px) {
  .plan-badge::after {
    width: 13px;
    height: 13px;
  }
}

.plan-item {
  position: relative;
  background: #fefefe;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 40px 30px;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .plan-item {
    padding: 30px;
  }
}

.plan-item img {
  width: 90px;
  display: block;
  margin: 0 auto;
}

.plan-en {
  font-size: 0.75rem;
  margin-top: 20px;
}

.plan-ja {
  font-size: 1.5rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.plan-description {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.plan-price {
  font-size: 2rem;
  font-family: "Oswald";
  font-weight: bold;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 16px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plan-price {
    padding: 10px 0;
  }
}
.plan-price .yen {
  font-size: 0.75rem;
}

.plan-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-button a {
  min-width: 180px;
  padding: 3px 20px;
  background: #333333;
  color: #fefefe;
}
.plan-button a:hover {
  background: linear-gradient(135deg, #ffefa8, #ffcce2);
  color: #333333;
}

.plan-list {
  text-align: left;
  margin: 20px auto;
  max-width: 240px;
}
.plan-list .plan-list-item {
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.plan-list .plan-list-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
}

.question-bg {
  background: #f8f6f5;
  padding: 80px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .question-bg {
    padding: 60px 20px;
  }
}

.qa-item {
  margin-bottom: 5px;
  border-bottom: 1px solid #aeaeae;
}

.qa-item summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 10px 20px 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa-item summary {
    padding: 15px 10px 20px 40px;
    font-size: 0.875rem;
  }
}

.qa-item[open] summary {
  color: #aeaeae;
}

.qa-item summary::before,
.qa-item p::before {
  position: absolute;
  left: 10px;
  font-size: 1.25rem;
}

.qa-item summary::before {
  color: #333333;
  font-weight: bold;
  content: "Q";
}

.qa-item summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

.qa-item[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.qa-item p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 6px 48px 24px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  .qa-item p {
    font-size: 0.875rem;
  }
}

.qa-item[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.qa-item p::before {
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  font-weight: bold;
  content: "A";
}

.news-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .news-block {
    gap: 30px;
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 430px) {
  .news-block {
    row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

.news-item:hover {
  opacity: 0.8;
}

.news-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.news-text {
  margin-top: 10px;
}

time {
  font-size: 0.875rem;
  color: #777575;
}

.news-title {
  font-weight: 500;
}

.error {
  padding-top: 80px;
}

.error-block {
  text-align: center;
  font-family: "Montserrat";
}

.number-404 {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 5rem;
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single {
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  .single {
    padding-top: 120px;
  }
}

.single-top {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat";
}
@media screen and (max-width: 768px) {
  .single-top {
    padding-bottom: 40px;
  }
}
.single-top a {
  font-size: 0.875rem;
  color: #aeaeae;
}

.single-title {
  display: inline-block;
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd15), to(#ff79a7));
  background: linear-gradient(90deg, #ffbd15, #ff79a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .single-title {
    font-size: 1.25rem;
  }
}

.single-text-block {
  padding-top: 120px;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  .single-text-block {
    padding-top: 60px;
  }
}

.single-text {
  display: grid;
  grid-template-columns: 160px 1fr;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-text {
    grid-template-columns: 1fr;
    font-size: 0.875rem;
    padding-bottom: 30px;
  }
}
.single-text dt {
  font-weight: 600;
  grid-row: span 3;
}
@media screen and (max-width: 768px) {
  .single-text dt {
    grid-row: auto;
  }
}

.scroll-box {
  background: #f8f6f5;
}

.scroll-item {
  border: 1px solid #aeaeae;
  border-radius: 10px;
  width: 100%;
  height: 650px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .scroll-item {
    height: 500px;
  }
}
.scroll-item img {
  width: 100%;
  height: auto;
}

.scroll-wrapper {
  position: relative;
}

.design-scroll {
  font-size: 0.875rem;
  color: #333333;
  position: absolute;
  top: 85px;
  right: 30px;
  z-index: 10;
  -webkit-animation: slow-blink 2s ease-in-out infinite;
          animation: slow-blink 2s ease-in-out infinite;
}
.design-scroll::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333333;
}
@media screen and (max-width: 768px) {
  .design-scroll {
    top: 65px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 390px) {
  .design-scroll {
    top: 35px;
    font-size: 0.75rem;
  }
}

@-webkit-keyframes slow-blink {
  0%, 100% {
    opacity: 1;
  }
  90% {
    opacity: 0.3;
  }
}

@keyframes slow-blink {
  0%, 100% {
    opacity: 1;
  }
  90% {
    opacity: 0.3;
  }
}
.single-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.single-img-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  .single-img-item {
    gap: 15px;
  }
}
.single-img-item img {
  border-radius: 0;
  border: 0.5px solid #aeaeae;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.privacy-text-block {
  padding-bottom: 40px;
}
.privacy-text-block h3 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.privacy-text-block .privacy-description {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacy-text-block .privacy-description {
    font-size: 0.875rem;
  }
}

.privacy-policy dt {
  font-weight: 600;
  padding-bottom: 5px;
}
.privacy-policy dd {
  padding-bottom: 30px;
}
.privacy-policy dd:last-of-type {
  padding: 0;
}
.privacy-policy .dd-padding {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .privacy-policy {
    font-size: 0.875rem;
  }
}

.privacy-list {
  padding-bottom: 30px;
}

.thanks-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.thanks-block img {
  width: 70px;
  padding-bottom: 20px;
}
@media screen and (max-width: 390px) {
  .thanks-block img {
    width: 50px;
  }
}
.thanks-block .thanks-title {
  font-size: 1.5rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .thanks-block .thanks-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks-block .thanks-text {
    font-size: 0.875rem;
  }
}