@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ==========================================================================
Foundation
========================================================================== */
:root {
  --content-width: min( calc( 100vw - var(--ark-padding--container)*2 ), 1120px );
}

a {
  color: unset;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: unset;
}

html {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #242424;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background-color: #FAFAFA;
}

.home .l-container:not(.l-header__body) {
  max-width: calc(1240px + var(--ark-padding--container) * 2);
}

.top #content {
  padding-top: 0;
}

.home .l-content {
  margin-bottom: 0;
}

.l-article {
  max-width: 1120px;
}

.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}

/* ==========================================================================
Layout
========================================================================== */
.l-wide {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
.c-button {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  border: 2px solid #FF6595;
  border-radius: 8px;
  background-color: #FF6595;
  padding: 0.5em 1em;
  transition: 0.2s;
}
.c-button:hover {
  color: #FF6595;
  background-color: #FFFFFF;
}
.c-button.--white {
  background-color: #FFFFFF;
  color: #FF6595;
}
.c-button.--white:hover {
  color: #FFFFFF;
  background-color: #FF6595;
}
.c-button.--arrow {
  padding-right: 3em;
}
.c-button.--arrow .c-button__arrow {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 2em;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: #FF7CA5;
}
.c-button.--arrow .c-button__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  background-image: url(img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
}
.c-button.--icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-button.--icon:hover .c-button__icon .icon {
  opacity: 0;
}
.c-button.--icon:hover .c-button__icon .icon-hover {
  opacity: 1;
}
.c-button.--icon .c-button__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3em;
}
.c-button.--icon .c-button__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.2s;
}
.c-button.--icon .c-button__icon .icon-hover {
  opacity: 0;
}
.c-button.--disable {
  pointer-events: none !important;
  cursor: pointer !important;
  filter: grayscale(1) !important;
}

.c-dot {
  position: relative;
  padding-left: 1em;
}
.c-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF7CA5;
}

.c-column_card__wrapper {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 999px) {
  .c-column_card__wrapper {
    grid-template-columns: 1fr;
  }
}

.c-column_card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0px rgba(202, 202, 202, 0.25);
  overflow: hidden;
}
.c-column_card .c-column_card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-column_card .c-column_card__link:hover ~ .c-column_card__img_wrapper img {
  scale: 1.1;
}
.c-column_card .c-column_card__img_wrapper {
  display: flex;
  aspect-ratio: 8/5;
  overflow: hidden;
}
.c-column_card .c-column_card__img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.c-column_card .c-column_card__info {
  padding: 1.5rem;
}
.c-column_card .c-column_card__date {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.c-column_card .c-column_card__title {
  font-size: 1.125rem;
  margin-top: 5px;
}

.c-news_card__wrapper {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-news_card__wrapper {
    gap: 10px;
  }
}

.c-news_card .c-news_card__link {
  display: flex;
  gap: 50px;
}
.c-news_card .c-news_card__link:hover .c-news_card__title {
  text-decoration: none;
}
.c-news_card .c-news_card__date {
  font-size: 1.125rem;
  font-weight: 400;
}
.c-news_card .c-news_card__title {
  font-size: 1.125rem;
  text-decoration: underline;
  transition: 0.2s;
}

.c-arrow {
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #FF6595;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.c-arrow:hover {
  background-color: #FF6595;
}
.c-arrow:hover::before {
  background-image: url(img/arrow-white.svg);
}
.c-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
}
.c-arrow.--rev::before {
  transform: rotateY(180deg) translate(50%, -50%);
}

.c-link_arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.c-link_arrow:hover .c-link_arrow__arrow {
  background-color: #FFFFFF;
}
.c-link_arrow:hover .c-link_arrow__arrow::before {
  background-image: url(img/arrow.svg);
}
.c-link_arrow .c-link_arrow__arrow {
  position: relative;
  display: inline-block;
  background-color: #FF6595;
  border: 1px solid #FF6595;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.c-link_arrow .c-link_arrow__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  aspect-ratio: 1/1;
  transform: rotate(-45deg) translate(0, -75%);
  background-image: url(img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
}

.c-section_en {
  font-size: 1.5rem;
  background: linear-gradient(96deg, #FF94B6 2.43%, #E85382 97.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: var(--ark-padding--container);
}
.c-section_en.--white {
  color: #FFFFFF;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.c-contact_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(144, 144, 144, 0.15);
  padding: 60px;
}
@media screen and (max-width: 999px) {
  .c-contact_box {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-contact_box .c-contact_box__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.c-contact_box .c-contact_box__sub_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.c-contact_box .c-contact_box__text {
  line-height: 1.7;
}
.c-contact_box .c-contact_box__tel_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-contact_box .c-contact_box__tel {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 1em;
  line-height: 1;
}
.c-contact_box .c-contact_box__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.7em;
  aspect-ratio: 1/1;
  background-image: url(img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-contact_box .c-contact_box__secretariat {
  font-size: 1.125rem;
  margin-top: 10px;
}
.c-contact_box .c-contact_box__secretariat span {
  font-size: 0.85em;
}
.c-contact_box .c-contact_box__document {
  padding-right: 40px;
}
@media screen and (max-width: 999px) {
  .c-contact_box .c-contact_box__document {
    padding-right: unset;
    padding-bottom: 20px;
  }
}
.c-contact_box .c-contact_box__document .c-contact_box__document_img_box {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .c-contact_box .c-contact_box__document .c-contact_box__document_img_box {
    margin-top: 20px;
  }
}
.c-contact_box .c-contact_box__document .c-contact_box__text {
  margin-top: 35px;
}
@media screen and (max-width: 999px) {
  .c-contact_box .c-contact_box__document .c-contact_box__text {
    margin-top: 20px;
  }
}
.c-contact_box .c-contact_box__document .c-contact_box__document_button {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .c-contact_box .c-contact_box__document .c-contact_box__document_button {
    margin-top: 15px;
  }
}
.c-contact_box .c-contact_box__document_img_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}
.c-contact_box .c-contact_box__document_img_box .c-contact_box__document_img {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
}
.c-contact_box .c-contact_box__document_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-contact_box .c-contact_box__document_button .c-button {
  font-size: 1.5rem;
  width: 100%;
  max-width: 350px;
}
.c-contact_box .c-contact_box__contact_box {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000;
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  .c-contact_box .c-contact_box__contact_box {
    padding-left: unset;
    padding-top: 20px;
    border-left: unset;
    border-top: 1px solid #000;
  }
}
.c-contact_box .c-contact_box__contact_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-contact_box .c-contact_box__contact_button .c-button {
  font-size: 1.5rem;
  width: 100%;
  max-width: 350px;
}
.c-contact_box .c-contact_box__contact {
  padding-bottom: 30px;
}
.c-contact_box .c-contact_box__contact .c-contact_box__contact_button {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .c-contact_box .c-contact_box__contact .c-contact_box__contact_button {
    margin-top: 20px;
  }
}
.c-contact_box .c-contact_box__contact .c-contact_box__tel_box {
  margin-top: 15px;
}
.c-contact_box .c-contact_box__event_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-contact_box .c-contact_box__event_button .c-button {
  width: 100%;
  max-width: 250px;
}
.c-contact_box .c-contact_box__event {
  padding-top: 20px;
  border-top: 1px solid #000;
}
.c-contact_box .c-contact_box__event .c-contact_box__text {
  margin-top: 10px;
}
.c-contact_box .c-contact_box__event .c-contact_box__event_button {
  margin-top: 15px;
}

.c-post_slide {
  padding-left: max(var(--ark-padding--container), (100vw - var(--content-width)) / 2) !important;
  padding-right: max(var(--ark-padding--container), (100vw - var(--content-width)) / 2) !important;
}
.c-post_slide .c-post_slide__items {
  list-style: none;
  padding: 0;
}

.c-case_card {
  position: relative;
}
.c-case_card .c-case_card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-case_card .c-case_card__link:hover ~ .c-case_card__img_wrapper img {
  scale: 1.05;
}
.c-case_card .c-case_card__img_wrapper {
  aspect-ratio: 5/7;
  border-radius: 10px 0;
  overflow: hidden;
}
.c-case_card .c-case_card__img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.c-case_card .c-case_card__pr {
  margin-top: 20px;
}
.c-case_card .c-case_card__pr span {
  color: #CCCCCC;
  font-weight: bold;
  margin-right: 1rem;
}
.c-case_card .c-case_card__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 14px;
}
.c-case_card .c-case_card__category {
  margin-top: 10px;
}

.c-mv_card {
  position: relative;
}
.c-mv_card.swiper-slide-active .c-mv_card__info {
  opacity: 1;
}
.c-mv_card .c-mv_card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-mv_card .c-mv_card__link:hover ~ .c-mv_card__img_wrapper img {
  scale: 1.05;
}
.c-mv_card .c-mv_card__img_wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px 0;
  overflow: hidden;
}
.c-mv_card .c-mv_card__img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.c-mv_card .c-mv_card__info {
  opacity: 0;
  transition: 0.2s;
  padding-right: 100px;
}
.c-mv_card .c-mv_card__title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 16px;
}
.c-mv_card .c-mv_card__title::before {
  content: "Client　";
}
.c-mv_card .c-mv_card__category {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 3px;
}

.c-feature {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(144, 144, 144, 0.15);
  padding: 50px;
}
@media screen and (max-width: 999px) {
  .c-feature {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 20px;
  }
}
.c-feature .c-feature__count {
  position: absolute;
  top: 0;
  left: 50px;
  transform: translateY(-50%);
  color: #FF6595;
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .c-feature .c-feature__count {
    left: 25px;
  }
}
.c-feature .c-feature__title {
  color: #FF6595;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-feature .c-feature__text {
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .c-feature .c-feature__text {
    margin-top: 10px;
  }
}
.c-feature .c-feature__icon {
  width: 100px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.c-feature .c-feature__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Project
----------------------------------------------------------------- */
.l-footer {
  background-color: #F0F0F0;
  padding-top: 120px;
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .l-footer {
    padding-top: 60px;
    margin-top: 40px;
  }
}
.l-footer .c-button {
  color: #FFFFFF;
}
.l-footer .c-button:hover {
  color: #FF6595;
}
.l-footer .c-button.--white {
  color: #FF6595;
}
.l-footer .c-button.--white:hover {
  color: #FFFFFF;
}

.p-footer .p-footer__menu_list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  .p-footer .p-footer__menu_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-footer .p-footer__menu_list .c-dot {
  font-weight: bold;
}
.p-footer .p-footer__menu_list a {
  transition: 0.2s;
}
.p-footer .p-footer__menu_list a:hover {
  opacity: 0.8;
}
.p-footer .p-footer__service_list_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 15px;
}
.p-footer .p-footer__service_list_wrapper.--1 {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .p-footer .p-footer__service_list_wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-footer .p-footer__menu_item {
  font-size: 0.875rem;
  font-weight: 400;
}
.p-footer .p-footer__menu__1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-footer .p-footer__service_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-footer .p-footer__service_sub_list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 1.5em;
  margin-top: 10px;
}
.p-footer .p-footer__case_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.p-footer .p-footer__menu__other {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-footer .p-footer__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 120px;
}
@media screen and (max-width: 999px) {
  .p-footer .p-footer__links {
    flex-direction: column;
    margin-top: 60px;
  }
}
.p-footer .p-footer__logos {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 999px) {
  .p-footer .p-footer__logos {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-footer .p-footer__logos {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
.p-footer .p-footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.125rem;
}
.p-footer .p-footer__logo a {
  transition: 0.2s;
}
.p-footer .p-footer__logo a:hover {
  opacity: 0.8;
}
.p-footer .p-footer__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .p-footer .p-footer__buttons {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: 400px;
  }
}
.p-footer .p-footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .p-footer .p-footer__copy {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}

.p-news {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  background-color: #FCF5E7;
  padding: 1rem 1.5rem;
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .p-news {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}
.p-news .p-news__title {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .p-news .p-news__title {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-news .c-news_card__wrapper {
  margin-left: 70px;
}
@media screen and (max-width: 999px) {
  .p-news .c-news_card__wrapper {
    margin-left: unset;
  }
}
.p-news .p-news__button {
  text-align: center;
  border: 1px solid #242424;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  transition: 0.2s;
}
@media screen and (max-width: 999px) {
  .p-news .p-news__button {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-news .p-news__button:hover {
  background-color: #242424;
  color: #FFFFFF;
}

.p-service {
  position: relative;
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 120px;
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .p-service {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
.p-service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1.35/1;
  background-image: url(img/bg_line_2.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.p-service .p-service__container {
  display: grid;
  grid-template-columns: 20rem calc(100% - 20rem);
  margin-top: 140px;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__container {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
}
.p-service .p-service__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-service .p-service__title em {
  font-style: normal;
  color: #FF6595;
}
.p-service .p-service__title em span {
  font-size: 1.5em;
}
.p-service .p-service__text {
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__text {
    margin-top: 10px;
  }
}
.p-service .p-service__plans {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "plan1 plan1" "plan2 plan2" "plan3 plan4" "plan5 plan6";
  gap: 2px;
  width: 100%;
  padding-left: 5vw;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans {
    padding-left: unset;
    grid-template-columns: 1fr;
    grid-template-areas: unset;
  }
}
.p-service .p-service__plans .p-service__plan {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: #F0F0F0;
  aspect-ratio: 5/2;
  padding: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .p-service .p-service__plans .p-service__plan {
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans .p-service__plan {
    max-width: calc(100vw - 2 * var(--ark-padding--container));
  }
}
.p-service .p-service__plans .p-service__plan:has(.p-service__plan__link:hover) {
  opacity: 0.8;
}
.p-service .p-service__plans .p-service__plan.--1 {
  grid-area: plan1;
  border-top-left-radius: 12px;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans .p-service__plan.--1 {
    grid-area: unset;
  }
}
.p-service .p-service__plans .p-service__plan.--1 .p-service__plan__title {
  font-size: 1.125rem;
}
.p-service .p-service__plans .p-service__plan.--2 {
  grid-area: plan2;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans .p-service__plan.--2 {
    grid-area: unset;
  }
}
.p-service .p-service__plans .p-service__plan.--2 .p-service__plan__title {
  font-size: 1.125rem;
}
.p-service .p-service__plans .p-service__plan.--3 {
  grid-area: plan3;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans .p-service__plan.--3 {
    grid-area: unset;
  }
}
.p-service .p-service__plans .p-service__plan.--4 {
  grid-area: plan4;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans .p-service__plan.--4 {
    grid-area: unset;
  }
}
.p-service .p-service__plans .p-service__plan.--5 {
  grid-area: plan5;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans .p-service__plan.--5 {
    grid-area: unset;
  }
}
.p-service .p-service__plans .p-service__plan.--6 {
  grid-area: plan6;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 999px) {
  .p-service .p-service__plans .p-service__plan.--6 {
    grid-area: unset;
  }
}
.p-service .p-service__plans .p-service__plan .p-service__plan__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-service .p-service__plans .p-service__plan .p-service__plan__title {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.p-service .p-service__plans .p-service__plan .p-service__plan__text {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 5px;
}

.p-it_news {
  display: grid;
  grid-template-columns: 4fr 6fr;
  align-items: center;
  gap: min(7vw, 120px);
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .p-it_news {
    grid-template-columns: 1fr;
  }
}
.p-it_news .p-it_news__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
.p-it_news .p-it_news__text {
  line-height: 2;
  margin-top: 20px;
}
.p-it_news .c-link_arrow {
  margin-top: 40px;
}
.p-it_news .p-it_news__img_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.p-column {
  margin-top: 80px;
}
.p-column .p-column__title {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
.p-column .c-column_card__wrapper {
  margin-top: 30px;
}
.p-column .p-column__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.p-column .p-column__button .c-button {
  width: 100%;
  max-width: 300px;
}

.p-case {
  position: relative;
  padding-top: 40px;
}
.p-case .p-case__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background: linear-gradient(92deg, #FF94B6 -0.93%, #E85382 100.74%);
  z-index: -1;
}
.p-case .p-case__titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: max(var(--ark-padding--container), (100vw - var(--content-width)) / 2) !important;
  padding-right: max(var(--ark-padding--container), (100vw - var(--content-width)) / 2) !important;
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .p-case .p-case__titles {
    margin-top: 50px;
  }
}
.p-case .p-case__title {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 999px) {
  .p-case .p-case__title {
    font-size: 1.7rem;
  }
}
.p-case .p-case__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.p-case .c-post_slide {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .p-case .c-post_slide {
    margin-top: 30px;
  }
}
.p-case .p-case__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .p-case .p-case__button {
    margin-top: 40px;
  }
}

.p-contact {
  position: relative;
  padding-top: 120px;
  margin-top: 190px;
}
@media screen and (max-width: 999px) {
  .p-contact {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.p-contact .p-contact__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 70%;
  background: linear-gradient(-92deg, #FF94B6 -0.93%, #E85382 100.74%);
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .p-contact .p-contact__bg {
    height: 40%;
  }
}
.p-contact .p-contact__bg::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  aspect-ratio: 3.48/1;
  background-image: url(img/bg_line_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.p-contact .p-contact__title {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-contact .p-contact__title .p-contact__title__text {
  position: relative;
  display: inline-flex;
  padding-bottom: 14px;
}
.p-contact .p-contact__title .p-contact__title__text .p-contact__title__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-image: url(img/top_dotted_line.svg);
  background-repeat: repeat-x;
  background-position: center;
}
.p-contact .p-contact__title .p-contact__title__text .p-contact__title__line::before, .p-contact .p-contact__title .p-contact__title__text .p-contact__title__line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.p-contact .p-contact__title .p-contact__title__text .p-contact__title__line::before {
  left: -15px;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__title .p-contact__title__text .p-contact__title__line::before {
    left: 0;
  }
}
.p-contact .p-contact__title .p-contact__title__text .p-contact__title__line::after {
  right: -15px;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__title .p-contact__title__text .p-contact__title__line::after {
    right: 0;
  }
}
.p-contact .c-contact_box {
  margin-top: 50px;
}

.p-main_visual {
  display: flex;
  gap: min(7vw, 100px);
  padding-top: 20px;
}
@media screen and (max-width: 999px) {
  .p-main_visual {
    flex-direction: column;
  }
}
.p-main_visual .p-main_visual__text_box {
  flex-basis: 50%;
  padding-top: 30px;
  padding-left: max(var(--ark-padding--container), (100vw - var(--content-width)) / 2) !important;
}
@media screen and (max-width: 999px) {
  .p-main_visual .p-main_visual__text_box {
    padding-top: unset;
    padding-right: max(var(--ark-padding--container), (100vw - var(--content-width)) / 2) !important;
  }
}
.p-main_visual .p-main_visual__catch {
  font-size: 3rem;
  font-weight: 900;
}
.p-main_visual .p-main_visual__catch span {
  color: #FF6595;
}
@media screen and (max-width: 1200px) {
  .p-main_visual .p-main_visual__catch {
    font-size: 2.5rem;
  }
}
.p-main_visual .p-main_visual__text {
  line-height: 2;
  margin-top: 1em;
}
.p-main_visual .p-main_visual__button {
  margin-top: 60px;
}
.p-main_visual .p-main_visual__button .c-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.p-main_visual .p-main_visual__button .c-button .p-main_visual__button_small {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .p-main_visual .p-main_visual__button .c-button .p-main_visual__button_small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-main_visual .p-main_visual__button .c-button .p-main_visual__button_img {
    width: 4.5rem;
  }
}
@media screen and (max-width: 999px) {
  .p-main_visual .p-main_visual__button {
    margin-top: 30px;
  }
}
.p-main_visual .p-main_visual__slide_wrapper {
  position: relative;
  flex-basis: 50%;
}
.p-main_visual .p-main_visual__slide_wrapper .p-main_visual__slide__arrows {
  position: absolute;
  top: 39.5vw;
  right: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .p-main_visual .p-main_visual__slide_wrapper .p-main_visual__slide__arrows {
    top: unset;
    bottom: 0;
    right: 0;
  }
}
.p-main_visual .p-main_visual__slide {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 999px) {
  .p-main_visual .p-main_visual__slide {
    width: calc(100vw - 2 * var(--ark-padding--container));
  }
}

.p-features {
  position: relative;
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 120px;
}
@media screen and (max-width: 999px) {
  .p-features {
    margin-top: 40px;
  }
}
.p-features::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: min(70%, 1300px);
  aspect-ratio: 1.01/2;
  background-image: url(img/bg_line_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media screen and (max-width: 999px) {
  .p-features::before {
    top: 30%;
    height: unset;
    width: 60%;
  }
}
.p-features .p-features__container {
  margin-top: 140px;
}
@media screen and (max-width: 999px) {
  .p-features .p-features__container {
    margin-top: 60px;
  }
}
.p-features .p-features__title {
  font-size: 2rem;
}
.p-features .p-features__title span {
  color: #FF6595;
}
@media screen and (max-width: 999px) {
  .p-features .p-features__title {
    font-size: 1.5rem;
  }
}
.p-features .p-features__feature_list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 130px;
}
@media screen and (max-width: 999px) {
  .p-features .p-features__feature_list {
    gap: 40px;
    margin-top: 60px;
  }
}
.p-features .p-features__feature_list .p-features__feature_item {
  display: flex;
}
.p-features .p-features__feature_list .p-features__feature_item .c-feature {
  width: 60%;
}
@media screen and (max-width: 999px) {
  .p-features .p-features__feature_list .p-features__feature_item .c-feature {
    width: 90%;
  }
}
.p-features .p-features__feature_list .p-features__feature_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.home .p-header {
  background-color: transparent;
  transition: 0.2s;
}
[data-scrolled=true] .home .p-header {
  background-color: #FAFAFA;
}

.p-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 999px) {
  .p-header {
    padding-top: unset;
    padding-bottom: unset;
  }
  .p-header .l-header__body {
    grid-template-areas: "center right search menu";
  }
}

.p-header__button {
  margin-left: 20px;
}

.p-drawer__buttons {
  margin-top: 20px;
}

.p-line_top {
  position: absolute;
  top: 30px;
  width: 100%;
  aspect-ratio: 720/491;
  background-image: url(img/bg_line_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Utility
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* Block
----------------------------------------------------------------- */
/*--------------------------------
    継承元
--------------------------------*/
/*------ 見出しH2 -------*/
/*------ 見出しH3 -------*/
/*------ 見出しH4 -------*/
/*------ リンク -------*/
.post_content a:not(a[class]), .editor-styles-wrapper a:not(a[class]),
.block-editor-block-preview__content a:not(a[class]) {
  color: var(--color_link);
  text-decoration: underline;
}
.post_content a:hover:not(a[class]), .editor-styles-wrapper a:hover:not(a[class]),
.block-editor-block-preview__content a:hover:not(a[class]) {
  text-decoration: none;
}

/*--------------------------------
    出力
--------------------------------*/
.editor-styles-wrapper h2.wp-block,
.block-editor-block-preview__content h2.wp-block {
  margin-left: auto;
  margin-right: auto;
}
