@charset "UTF-8";
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
  position: relative;
}

.br_sp {
  display: none;
}

.br_sp-2 {
  display: none;
}

.p-header {
  position: relative;
  z-index: 200;
  padding: 16px 0;
  background-color: transparent;
}
.p-header_container {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header_logo {
  width: 146px;
  height: 100%;
}
.p-header_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s ease, visibility 0s 0.3s, opacity 0.3s ease;
}
.p-header_top {
  padding: 16px 48px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.p-header_arrow_wrapper {
  position: relative;
  width: 36px;
  height: 36px;
}
.p-header_arrow {
  border-right: 3px solid #FB576B;
  border-bottom: 3px solid #FB576B;
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 15px;
  left: 10px;
  transform: rotate(-135deg);
}
.p-header_nav-list {
  display: flex;
  list-style: none;
  gap: 32px;
  align-items: center;
}
.p-header_nav-link {
  text-decoration: none;
  color: #FB576B;
  font-weight: 500;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .p-header_nav-link:hover {
    color: #C11127;
  }
}

.p-header_nav-item-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-header_nav_tel {
    display: block;
    position: relative;
    text-decoration: none;
    color: #FB576B;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding-left: 15px;
}
.p-header_nav_tel::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/456ff0a9-7e24-498d-b53a-3c41505424bb/tel_icon.png);
    background-repeat: no-repeat;
    background-size: 12px 18px;
    left: 0;
    top: 2px;
}
.p-header_nav_tel_text {
    font-size: 12px;
    color: #767676;
    margin-bottom: 0;
}
.p-header_sp_tel {
    display: none;
    position: absolute;
    right: 96px;
    width: 18px;
    height: 24px;
}
.p-header_sp_tel_in {
    display: block;
    position: relative;
}
.p-header_sp_tel_in::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 24px;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/456ff0a9-7e24-498d-b53a-3c41505424bb/tel_icon.png);
    background-repeat: no-repeat;
    background-size: 18px 24px;
    left: 0;
}
@media (max-width: 768px) {
    .p-header_sp_tel {
        display: block;
    }
}
@media (max-width: 480px) {
    .p-header_sp_tel {
        right: 68px;
    }
}
.p-header_nav.is-active + .p-header_sp_tel {
    display: none;
}

.p-header_menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.p-header_menu-icon {
  width: 25px;
  height: 3px;
  background: #FB576B;
}

.p-hero {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 120px;
}
.p-hero_container {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.p-hero_content {
  z-index: 2;
}
.p-hero_title {
  font-weight: 500;
}
.p-hero_title-sub {
  display: block;
  font-size: 40px;
  color: #1B1B1B;
}
.p-hero_title-main {
  display: block;
  font-size: 64px;
  color: #FB576B;
  line-height: 1.2;
}
.p-hero_description {
  margin-top: 48px;
  font-size: 16px;
  color: #1B1B1B;
  line-height: 2.5;
}
.p-hero_image-wrapper {
  position: relative;
  z-index: 2;
}
.p-hero_image-wrapper::before {
  content: "";
  position: absolute;
  top: -47px;
  right: -200px;
  width: 438px;
  height: 610px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b805800-f519-013e-a28b-0a58a9feac02/hero_bg.png);
  background-repeat: no-repeat;
  background-size: 438px 610px;
}
.p-hero_image {
  width: 460px;
  height: auto;
  filter: contrast(85%);
}

.p-service {
  display: flex;
  gap: 60px;
  max-width: 1050px;
  margin: 0 auto;
}
.p-service_container {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-service_title {
  font-size: 20px;
  text-align: center;
}
.p-service_text_wrap {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  height: 100%;
}
.p-service_text {
  font-size: 16px;
  color: #1B1B1B;
  line-height: 1.8;
  margin-top: -8px;
}
.p-service_image-wrapper {
  width: 134px;
  min-width: 134px;
  height: 134px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service_image.-logo {
  width: 134px;
  height: auto;
}
.p-service_image.-qr {
  width: 100px;
  height: auto;
}
.p-service_button {
  position: relative;
  display: inline-block;
  background: #FB576B;
  color: #FFF;
  padding: 16px 20px;
  margin-top: 15px;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
  text-align: center;
}
@media (any-hover: hover) {
  .p-service_button:hover {
    background: #C11127;
  }
}
.p-service_button::after {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.p-service + .p-about_container {
  margin-top: 140px;
}

.p-about {
  background: #FD8A98;
  background: linear-gradient(192deg, rgb(253, 138, 152) 20%, rgb(255, 235, 237) 100%);
  padding: 750px 0 160px;
  position: relative;
  overflow: hidden;
}
.p-about::before {
  content: "";
  position: absolute;
  top: -436px;
  top: -580px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1121' height='786' viewBox='0 0 1121 786' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M1120.5 0L0 785.5V0H1120.5Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='1121' height='786' viewBox='0 0 1121 786' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M1120.5 0L0 785.5V0H1120.5Z'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  mask-mode: alpha;
  z-index: 1;
}
.p-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 256px;
  height: 256px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b5084c0-f519-013e-a284-0a58a9feac02/about_roundbg.png);
  background-repeat: no-repeat;
  background-size: 256px 256px;
  z-index: 1;
}
.p-about_in {
  position: relative;
  z-index: 1;
}
.p-about_in::after {
  content: "";
  position: absolute;
  bottom: -176px;
  left: -14px;
  width: 808px;
  height: 554px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b6db270-f519-013e-a286-0a58a9feac02/bg_star_pink.png);
  background-repeat: no-repeat;
  background-size: 808px 554px;
}
.p-about_container {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-about_title-en {
  display: block;
  font-size: 112px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  line-height: 1;
}
.p-about_title-en:first-letter {
  color: #FB576B;
}
.p-about_title-ja {
  display: block;
  font-size: 32px;
  color: #FB576B;
  font-weight: normal;
}
.p-about_content {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 19px;
  padding: 0 48px;
}
.p-about_content > * {
  flex: 1;
  width: 100%;
}
.p-about_image-wrapper {
  width: 100%;
  height: auto;
}
.p-about_image {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about_slogan {
  font-size: 22px;
  font-weight: bold;
  color: #1B1B1B;
}
.p-about_description {
  font-size: 16px;
  color: #1B1B1B;
  line-height: 1.8;
  margin-top: 16px;
  text-align: justify;
}

.p-company {
  background: #FFF;
  padding: 96px 0 64px;
  position: relative;
}
.p-company_container {
  max-width: 1050px;
  margin: 0 auto;
}
.p-company_title {
  text-align: right;
}
.p-company_title-en {
  display: block;
  font-size: 112px;
  color: rgba(164, 164, 164, 0.75);
  font-weight: 300;
  line-height: 1;
}
.p-company_title-en:first-letter {
  color: #FD9AA6;
}
.p-company_title-ja {
  display: block;
  font-size: 32px;
  color: #767676;
  margin-top: 19px;
  font-weight: normal;
}
.p-company_content {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 19px;
  padding: 0 48px;
}
.p-company_content > * {
  flex: 1;
  width: 100%;
}
.p-company_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.p-company_table-row {
  border-bottom: 1px solid #E0E0E0;
}
.p-company_table-row:last-child {
  border-bottom: none;
}
.p-company_table-header {
  padding: 13px 14px;
  text-align: left;
  color: #333;
  width: 90px;
  vertical-align: top;
  font-weight: normal;
}
.p-company_table-data {
  padding: 13px 14px;
  color: #1B1B1B;
}
.p-company_image-wrapper {
  width: 100%;
  height: auto;
}
.p-company_image {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company::before {
  content: "";
  position: absolute;
  bottom: -320px;
  right: -20px;
  width: 808px;
  height: 1084px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b73e690-f519-013e-a287-0a58a9feac02/bg_star_gray_right.png);
  background-repeat: no-repeat;
  background-size: 808px 1084px;
}
.p-company::after {
  content: "";
  position: absolute;
  bottom: -320px;
  left: -14px;
  width: 808px;
  height: 554px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b7622f0-f519-013e-a288-0a58a9feac02/bg_star_gray.png);
  background-repeat: no-repeat;
  background-size: 808px 554px;
  z-index: 0;
}

.p-access {
  padding: 96px 0;
  position: relative;
  width: 100%;
  aspect-ratio: 32/19;
  overflow: visible;
}
.p-access::before {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #FD8A98;
  background: linear-gradient(90deg, rgb(253, 138, 152) 20%, rgb(255, 213, 218) 76%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 855' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M355.455 14.4453C384.057 -4.81526 422.018 -4.81529 450.62 14.4453L1404.58 657.837C1426.75 672.769 1440 697.223 1440 723.337V855H0V254.159L355.455 14.4453Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 855' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M355.455 14.4453C384.057 -4.81526 422.018 -4.81529 450.62 14.4453L1404.58 657.837C1426.75 672.769 1440 697.223 1440 723.337V855H0V254.159L355.455 14.4453Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  mask-mode: alpha;
}
.p-access_in {
  position: relative;
}
.p-access_container {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-access_title {
  margin-top: 80px;
}
.p-access_title-en {
  display: block;
  font-size: 112px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  line-height: 1;
}
.p-access_title-en:first-letter {
  color: #FB576B;
}
.p-access_title-ja {
  display: block;
  font-size: 32px;
  color: #FB576B;
  font-weight: normal;
}
.p-access_content {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 19px;
  padding: 0 48px;
}
.p-access_content > * {
  flex: 1;
  width: 100%;
}
.p-access_map {
  width: 100%;
  height: 300px;
}
.p-access_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-access_direction_item {
  font-size: 16px;
  color: #1B1B1B;
  line-height: 1.8;
  margin-top: 16px;
  text-align: justify;
}
.p-access_after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: transparent;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 855' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M355.455 14.4453C384.057 -4.81526 422.018 -4.81529 450.62 14.4453L1404.58 657.837C1426.75 672.769 1440 697.223 1440 723.337V855H0V254.159L355.455 14.4453Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 855' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M355.455 14.4453C384.057 -4.81526 422.018 -4.81529 450.62 14.4453L1404.58 657.837C1426.75 672.769 1440 697.223 1440 723.337V855H0V254.159L355.455 14.4453Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  mask-mode: alpha;
}
@media (max-width: 1200px) {
  .p-access_after {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.p-access_after::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -14px;
  width: 796px;
  height: 483px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b765c60-f519-013e-a289-0a58a9feac02/bg_star_access.png);
  background-repeat: no-repeat;
  background-size: 796px 483px;
  display: none;
}
@media (max-width: 1200px) {
  .p-access_after::after {
    content: none;
  }
}
.p-access_after::before {
  content: "";
  position: absolute;
  display: none;
  width: 796px;
  height: 483px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b765c60-f519-013e-a289-0a58a9feac02/bg_star_access.png);
  background-repeat: no-repeat;
  background-size: 796px 483px;
  right: 2px;
}
@media (max-width: 768px) {
  .p-access_after::before {
    display: none;
  }
}
.p-access::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FD8A98;
  background: linear-gradient(90deg, rgb(253, 138, 152) 20%, rgb(255, 213, 218) 76%);
  z-index: -1;
}

.p-campaign {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, rgb(253, 138, 152) 20%, rgb(255, 213, 218) 76%);
  margin-top: -145px;
  text-align: center;
}
.p-campaign_in {
  width: 800px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 90px;
  margin: 0 48px;
}
.p-campaign_container {
  background-color: #FFF;
  background-image: -webkit-linear-gradient(45deg, #FD8A98 25%, transparent 25%, transparent 50%, #FD8A98 50%, #FD8A98 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  padding: 30px;
}
.p-campaign_container_in {
  background-color: #FFF;
  padding: 24px 32px 32px;
}
.p-campaign_title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #FB576B;
}
.p-campaign_title::before, .p-campaign_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #FB576B;
  top: 5px;
}
.p-campaign_title::before {
  transform: rotate(-30deg);
  left: -20px;
}
.p-campaign_title::after {
  transform: rotate(30deg);
  right: -20px;
}
.p-campaign_br {
  display: none;
}
.p-campaign_text {
  font-size: 24px;
  color: #333;
  margin-top: 8px;
}
.p-campaign_text-highlight {
  color: #FB576B;
  font-weight: bold;
}
.p-campaign_text-num {
  font-size: 50px;
}
.p-campaign_button {
  position: relative;
  display: inline-block;
  background: #FB576B;
  color: #FFF;
  padding: 16px 48px;
  margin-top: 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
}
.p-campaign_button::after {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .p-campaign_button:hover {
    background-color: #C11127;
  }
}

.p-contact {
  position: relative;
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/91ce7cd8-74ab-4cc1-8ce3-40b53701b739/townscape_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: calc(-59.726vw + 877.972px);
}
.p-contact_container {
  width: 800px;
  max-width: 800px;
  margin: 0 48px;
  position: relative;
  z-index: 2;
}
.p-contact_content {
  background: rgba(255, 255, 255, 0.8);
  padding: 32px;
  text-align: center;
}
.p-contact_title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.p-contact_description {
  font-size: 16px;
  color: #555;
  margin-top: 16px;
}
.p-contact_button {
  display: inline-block;
  background: #FB576B;
  color: #FFF;
  padding: 16px 48px;
  margin-top: 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-contact_button:hover {
    background: #C11127;
  }
}

.p-footer {
  padding: 32px 0;
  text-align: center;
  border-top: 1px solid #D9D9D9;
}
.p-footer_copyright {
  font-size: 14px;
}

@media (min-width: 769px) {
  .p-header_nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    transition: none;
  }
  .p-header_nav.is-active {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1850px) {
  .p-contact {
    margin-top: 0;
  }
}
@media (max-width: 1500px) {
  .p-campaign {
    margin-top: 0;
  }
}
@media (max-width: 1470px) {
  .p-access {
    overflow: visible;
  }
  .p-access::after {
    display: block;
  }
}
@media (max-width: 1400px) {
  .p-contact {
    overflow: visible;
  }
}
@media (max-width: 1200px) {
  .br_sp {
    display: block;
  }
  .p-header {
    padding: 16px 48px;
  }
  .p-hero_container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 48px;
  }
  .p-hero_image-wrapper {
    width: 45%;
    margin-top: -40px;
  }
  .p-hero_image {
    width: 100%;
  }
  .p-hero_image-wrapper::before {
    display: none;
  }
  .p-hero_content {
    flex: 1;
    transform: translateY(15%);
  }
  .p-hero_title-sub {
    font-size: 21px;
  }
  .p-hero_title-main {
    margin-top: 16px;
    font-size: 51px;
    white-space: nowrap;
  }
  .p-hero_description {
    margin-top: 16px;
  }
  .p-service {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 48px;
  }
  .p-about_title, .p-company_title, .p-access_title {
    padding: 0 48px;
  }
  .p-about_title-en, .p-company_title-en, .p-access_title-en {
    font-size: 80px;
  }
  .p-about_title-ja, .p-company_title-ja, .p-access_title-ja {
    font-size: 22px;
  }
  .p-about::before {
    top: -240px;
    top: -470px;
  }
  .p-about {
    padding: 720px 0 160px;
  }
}
@media (max-width: 1000px) {
  .p-hero_image-wrapper {
    width: 100%;
    text-align: right;
    margin-top: 60px;
  }
  .p-hero_image {
    width: 45%;
    min-width: 246px;
  }
  .p-hero_content {
    width: 100%;
    margin-top: -45%;
  }
  .p-hero_container {
    flex-direction: column-reverse;
    margin-top: -90px;
  }
  .p-hero_title-main {
    font-size: 45px;
  }
  .p-hero_description {
    font-size: 14px;
  }
  .p-service_image-wrapper {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .p-service_image.-logo {
    width: 100px;
    height: auto;
  }
  .p-service_image.-qr {
    width: 90px;
    height: auto;
  }
  .p-about_content, .p-company_content, .p-access_content {
    gap: 16px;
  }
  .p-about_slogan {
    font-size: 19px;
  }
  .p-service_text, .p-about_description, .p-access_direction_item {
    font-size: 13px;
  }
  .p-about::after {
    width: 130px;
    height: 130px;
    background-size: 130px 130px;
  }
  .p-about_in::after, .p-company::after {
    width: 500px;
    height: 342px;
    background-size: 500px 342px;
  }
  .p-company::before {
    width: 500px;
    height: 670px;
    background-size: 500px 670px;
  }
  .p-company::after {
    z-index: -1;
  }
  .p-access_after::before {
    width: 714px;
    height: 524px;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b7f7360-f519-013e-a28a-0a58a9feac02/bg_star_access-small.png);
    background-repeat: no-repeat;
    background-size: 714px 524px;
  }
  .p-campaign_text {
    font-size: 20px;
  }
}
@media (max-width: 870px) {
  .p-access::after {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .br_sp-2 {
    display: block;
  }
  .p-header_logo {
    width: 100px;
  }
  .p-header_nav {
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, visibility 0s 0.3s, opacity 0.3s ease;
  }
  .p-header_nav.is-active {
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.3s ease, visibility 0s, opacity 0.3s ease;
  }
  .p-header_nav-list {
    flex-direction: column;
    padding: 0 48px 24px;
    gap: 10px;
  }
  .p-header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-header_nav-link {
    display: block;
    padding: 8px 0;
    font-size: 14px;
  }
  .p-header_menu-toggle {
    display: flex;
  }
  .p-hero_image-wrapper {
    margin-top: 0;
  }
  .p-hero_image {
    width: 60%;
  }
  .p-hero_content {
    margin-top: -26%;
  }
  .p-hero_description {
    font-feature-settings: "palt";
  }
  .p-service {
    flex-direction: column;
  }
  .p-about::before {
    top: -260px;
    top: -560px;
  }
  .p-about {
    padding: 840px 0 128px;
  }
  .p-about_content {
    flex-direction: column;
  }
  .p-company_content {
    flex-direction: column-reverse;
  }
  .p-company::before {
    content: none;
  }
  .p-company::after {
    transform: scaleX(-1);
    left: inherit;
    right: -15px;
    bottom: -400px;
  }
  .p-access::before {
    top: -250px;
    background: linear-gradient(194deg, rgb(253, 138, 152) 40%, rgb(255, 213, 218) 60%);
  }
  .p-access_content {
    flex-direction: column;
  }
  .p-access::after {
    height: 63%;
    background: #FFD5DA;
  }
  .p-access_content::before {
    content: "";
    position: absolute;
    bottom: -110px;
    left: -14px;
    width: 500px;
    height: 342px;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b6db270-f519-013e-a286-0a58a9feac02/bg_star_pink.png);
    background-repeat: no-repeat;
    background-size: 500px 342px;
    display: none;
  }
  .p-about_title-en,
  .p-company_title-en,
  .p-access_title-en {
    font-size: 64px;
  }
  .p-company_content, .p-access_content {
    gap: 0px;
  }
  .p-contact_content {
    padding: 32px 24px;
  }
  .p-contact_title {
    font-size: 24px;
  }
  .p-contact {
    padding: 60px 0;
  }
  .p-campaign {
    background: #FFD5DA;
  }
  .p-campaign_in {
    padding-bottom: 60px;
  }
  .p-campaign_container {
    padding: 10px;
  }
  .p-campaign_container_in {
    padding: 24px 20px;
  }
  .p-campaign_br {
    display: block;
  }
  .p-campaign_title {
    font-size: 20px;
    white-space: nowrap;
  }
  .p-campaign_title::before, .p-campaign_title::after {
    width: 2px;
    height: 30px;
    top: 2px;
  }
  .p-campaign_title::before {
    left: -10px;
  }
  .p-campaign_title::after {
    right: -10px;
  }
  .p-campaign_text {
    margin-top: 20px;
  }
  .p-campaign_text-num {
    line-height: 1;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .p-header_nav-list {
    padding: 0 24px 24px;
  }
  .p-header_top {
    padding: 16px 18px;
  }
  .p-header {
    padding: 16px 19px;
  }
  .p-hero {
    padding: 32px 0;
  }
  .p-hero_container {
    padding: 0 20px;
    margin-top: -124px;
  }
  .p-hero_content {
    margin-top: -70px;
  }
  .p-hero_title-sub {
    font-size: 18px;
  }
  .p-hero_title-main {
    font-size: 40px;
    margin-top: 15px;
  }
  .p-hero_description {
    font-size: 13px;
    line-height: 2;
    margin-top: 15px;
  }
  .p-hero_image-wrapper::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 247px;
    height: 260px;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/4b6141e0-f519-013e-a285-0a58a9feac02/hero_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 247px 260px;
    z-index: -1;
  }
  .p-service {
    margin-top: 80px;
  }
  .p-service_button {
    padding: 14px 36px 14px 14px;
    font-size: 16px;
  }
  .p-about_title, .p-company_title, .p-access_title {
    padding: 0;
  }
  .p-about_content, .p-company_content, .p-access_content {
    padding: 0;
  }
  .p-service,
  .p-about_container,
  .p-company_container,
  .p-access_container {
    padding: 0 20px;
  }
  .p-service_title, .p-about_slogan {
    font-size: 18px;
  }
  .p-about_description {
    margin-top: 14px;
    font-size: 13px;
  }
  .p-about_image, .p-company_image {
    height: 230px;
  }
  .p-company::after {
    bottom: -256px;
  }
  .p-access::before {
    background: linear-gradient(180deg, rgb(253, 138, 152) 40%, rgb(255, 213, 218) 55%);
  }
  .p-access_container {
    background: linear-gradient(0deg, rgb(255, 213, 218) 85%, rgba(255, 213, 218, 0) 85%);
  }
  .p-access {
    margin-top: 80px;
    padding: 100px 0;
  }
  .p-access_title {
    margin-top: -50px;
  }
  .p-about {
    padding: 670px 0 110px;
  }
  .p-about::before {
    top: -85px;
    top: -490px;
  }
  .p-about::after {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  .p-access::before {
    top: -330px;
  }
  .p-company_table-header {
    width: 80px;
    font-size: 13px;
    padding: 12px 8px;
  }
  .p-company {
    padding: 80px 0 60px;
  }
  .p-company_table-data {
    font-size: 13px;
    padding: 12px 8px;
  }
  .p-access_map {
    height: 230px;
  }
  .p-campaign_in {
    margin: 0 20px;
    padding-bottom: 40px;
  }
  .p-campaign_title {
    font-size: 16px;
  }
  .p-campaign_title::before, .p-campaign_title::after {
    width: 2px;
    height: 24px;
  }
  .p-campaign_button {
    font-size: 16px;
    width: 100%;
    padding: 14px 36px 14px 14px;
  }
  .p-campaign_text-num {
    font-size: 30px;
  }
  .p-contact_button {
    padding: 14px 32px;
    font-size: 16px;
    width: 100%;
  }
  .p-contact_container {
    margin: 0 20px;
  }
  .p-contact {
    padding: 40px 0;
  }
  .p-contact_description {
    text-align: left;
    font-size: 13px;
  }
  .p-footer {
    padding: 10px 0;
  }
  .p-footer_copyright {
    font-size: 12px;
  }
}
/* キャンペーンページ用 */
.p-campaign-page_hero {
  position: relative;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/bba82785-ac2f-479c-b57b-ef94f1a4800e/img/91ce7cd8-74ab-4cc1-8ce3-40b53701b739/townscape_bg.png");
  background-size: cover;
  background-position: center;
  height: 270px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-campaign-page_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-campaign-page_hero_title {
  z-index: 1;
  font-size: 40px;
  text-align: center;
}

.p-campaign_detail {
  margin: 90px auto 0;
  width: 915px;
  max-width: 915px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(45deg, #FD8A98 25%, transparent 25%, transparent 50%, #FD8A98 50%, #FD8A98 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  padding: 30px;
  text-align: center;
}
.p-campaign_detail_in {
  background-color: #FFF;
  padding: 30px 40px 40px;
}
.p-campaign_detail_title {
  font-size: 30px;
  color: #FB576B;
}
.p-campaign_detail_block {
  margin-top: 30px;
}
.p-campaign_detail_block_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background-position: left -100% center;
  background-size: 100% 30px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 206, 212) 50%);
  padding: 0 10px;
}
.p-campaign_detail_block_text {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.8;
}
.p-campaign_detail_block_num {
  font-size: 20px;
  font-weight: bold;
  color: #FB576B;
}
.p-campaign_detail_text_note {
  font-size: 14px;
  color: #767676;
  margin-top: 30px;
}

.p-campaign-page_line {
  margin: 90px auto 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  width: 600px;
}
.p-campaign-page_line_title {
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
}
.p-campaign-page_line_text_wrap {
  padding: 8px 0;
}
.p-campaign-page_line_text {
  font-size: 14px;
  margin-top: 8px;
  height: 100%;
}
.p-campaign-page_line_text_br {
  display: none;
}
.p-campaign-page_line_image {
  width: 180px;
  height: auto;
}
.p-campaign-page_line_text_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-campaign-page_line_button {
  position: relative;
  display: inline-block;
  background: #FB576B;
  color: #FFF;
  padding: 16px 20px;
  margin-top: 15px;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
  text-align: center;
}
.p-campaign-page_line_button::after {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .p-campaign-page_line_button:hover {
    background: #C11127;
  }
}

.p-campaign_note {
  margin: 90px auto 0;
  width: 915px;
  color: #767676;
}
.p-campaign_note_title {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  background-image: -webkit-linear-gradient(45deg, #FFCED4 25%, transparent 25%, transparent 50%, #FFCED4 50%, #FFCED4 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.p-campaign_note_title_in {
  display: inline-block;
  background-color: #FFF;
  padding: 0 8px;
}
.p-campaign_note_in {
  margin: 60px 0;
}
.p-campaign_note_list_title {
  font-size: 20px;
  border-bottom: 1px solid #FB576B;
  padding: 0 8px 8px;
}
.p-campaign_note_list + .p-campaign_note_list_title {
  margin-top: 40px;
}
.p-campaign_note_list {
  list-style-type: none;
  font-size: 14px;
  padding: 0 8px;
}
.p-campaign_note_list_sub {
  list-style-type: none;
  margin-top: 8px;
}
.p-campaign_note_item {
  position: relative;
  margin-top: 12px;
  padding-left: 12px;
}
.p-campaign_note_item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #767676;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

@media (max-width: 1000px) {
  .p-campaign_detail {
    width: calc(100% - 96px);
    margin: 48px 48px 0;
  }
  .p-campaign_note {
    width: calc(100% - 96px);
    margin: 90px 48px 0;
  }
}
@media (max-width: 768px) {
  .p-campaign-page_hero {
    height: 200px;
  }
  .p-campaign-page_hero_title {
    font-size: 30px;
  }
  .p-campaign_detail {
    padding: 10px;
  }
  .p-campaign_detail_in {
    padding: 20px;
  }
  .p-campaign_detail_title {
    font-size: 22px;
    white-space: nowrap;
  }
  .p-campaign_detail_block {
    margin-top: 20px;
  }
  .p-campaign_detail_block_title {
    font-size: 20px;
  }
  .p-campaign_detail_block_text {
    font-size: 13px;
  }
  .p-campaign_detail_text_note {
    font-size: 13px;
  }
  .p-campaign-page_line {
    width: calc(100% - 96px);
    margin: 90px 48px 0;
    align-items: center;
    gap: 15px;
  }
  .p-campaign-page_line_title {
    font-size: 20px;
  }
  .p-campaign-page_line_image {
    width: 120px;
  }
  .p-campaign-page_line_text_wrap {
    padding: 0;
  }
  .p-campaign-page_line_text {
    line-height: 1.2;
  }
  .p-campaign-page_line_button {
    padding: 14px 36px 14px 14px;
    font-size: 16px;
    line-height: 1.2;
  }
  .p-campaign_note_in {
    margin: 20px 0 60px;
  }
  .p-campaign_note_list {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .p-campaign-page_hero {
    height: 120px;
  }
  .p-campaign-page_hero_title {
    font-size: 20px;
  }
  .p-campaign_detail {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }
  .p-campaign_detail_title {
    font-size: 16px;
  }
  .p-campaign_detail_block_title {
    font-size: 16px;
  }
  .p-campaign-page_line {
    width: calc(100% - 40px);
    margin: 60px 20px 0;
  }
  .p-campaign-page_line_image {
    width: 90px;
  }
  .p-campaign-page_line_title {
    font-size: 16px;
    font-weight: bold;
  }
  .p-campaign-page_line_text {
    font-size: 13px;
  }
  .p-campaign-page_line_button {
    font-size: 14px;
  }
  .p-campaign_note {
    width: calc(100% - 40px);
    margin: 60px 20px 0;
  }
  .p-campaign_note_title {
    font-size: 20px;
  }
  .p-campaign_note_list_title {
    font-size: 16px;
  }
  .p-campaign_note_item {
    line-height: 1.4;
  }
  .p-campaign_note_list + .p-campaign_note_list_title {
    margin-top: 20px;
  }
}