@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.single_nav__post a:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5965%) hue-rotate(348deg) brightness(87%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5965%) hue-rotate(348deg) brightness(87%) contrast(110%);
}

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_pic {
  display: block;
  border-radius: 8px;
  overflow: clip;
}
.c_pic .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes image_sldier {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes image_sldier {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}
.link_text {
  display: inline;
  color: inherit;
  text-decoration: underline;
}

.list_dotted__tab {
  display: block;
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_dotted__tab::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-archive h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}

.p_strength__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .p_strength__cards {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p_strength__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .p_strength__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_strength__card {
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  padding-left: clamp(24px, 4.4444444444vw, 40px);
  padding-right: clamp(24px, 4.4444444444vw, 40px);
  padding-bottom: clamp(32px, 4.4444444444vw, 40px);
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
  -webkit-box-shadow: 0px 0px 20px #FEE9EC;
          box-shadow: 0px 0px 20px #FEE9EC;
}

.p_strength__ico {
  display: block;
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
}

.p_strength__caption {
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.6666666667em;
}

.p_business__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  counter-reset: num;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_business__unit {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  aspect-ratio: 1/1;
  width: 282px;
  background-color: #fff;
  mix-blend-mode: normal;
  -webkit-box-shadow: 0px 0px 20px #FEE9EC;
          box-shadow: 0px 0px 20px #FEE9EC;
  border-radius: 50%;
  overflow: clip;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  line-height: 1.6;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_business__unit::before {
  display: block;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  color: #F58EA3;
  font-size: 2.8em;
  line-height: 1.8;
}

.p_business__box {
  overflow: clip;
  max-width: 100vw;
}

.p_business__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.p_business__slider + .p_business__slider {
  margin-top: 8px;
}
.p_business__slider:nth-child(odd) {
  -webkit-animation: image_slide 30000ms linear infinite;
          animation: image_slide 30000ms linear infinite;
}
.p_business__slider:nth-child(even) {
  animation: image_slide 30000ms linear infinite reverse;
}

.p_business__image {
  display: block;
  width: 368px;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (min-width: 1601px) {
  .p_business__image {
    width: 23vw;
  }
}
@media screen and (max-width: 375px) {
  .p_business__image {
    width: 53.3333333333vw;
  }
}

@-webkit-keyframes image_slide {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes image_slide {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}
.p_business__gallerys {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (min-width: 769px) {
  .p_business__gallerys {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p_business__gallerys {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .p_business__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
  }
  .p_business__images > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p_business__images > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 768px) and (min-width: 376px) {
  .p_business__images {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .p_business__images {
    gap: 8px;
  }
}

.p_philosophy__owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  margin-top: clamp(20px, 2.6666666667vw, 24px);
}

.p_philosophy__class {
  font-size: inherit;
  font-weight: inherit;
}

.p_philosophy__name {
  font-size: 1.5em;
  font-weight: inherit;
}

.p_philosophy__block {
  padding-top: clamp(32px, 7.1111111111vw, 64px);
  padding-left: clamp(24px, 8vw, 72px);
  padding-right: clamp(24px, 8vw, 72px);
  padding-bottom: clamp(32px, 7.1111111111vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  overflow: clip;
  background-color: #fff;
}
.p_philosophy__block + .p_philosophy__block {
  margin-top: 32px;
}

.p_philosophy__data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .p_philosophy__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_philosophy__data + .p_philosophy__data {
  border-top: 1px solid #E0E0E0;
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  padding-top: clamp(24px, 3.5555555556vw, 32px);
}

.p_philosophy__label {
  width: 190px;
}

.p_philosophy__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 769px) {
  .p_outline__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p_outline__head {
  width: 200px;
}

.p_outline__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_outline__inner table a {
  text-decoration: underline;
}
.p_outline__inner table a[href^="tel:"] {
  text-decoration: none;
}
.p_outline__inner table strong {
  display: block;
  margin-bottom: 1em;
}
.p_outline__inner table p + p strong {
  margin-top: 1em;
}

.p_outline__map {
  display: block;
  width: 100%;
  background-color: #EEE;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
@media screen and (min-width: 769px) {
  .p_outline__map {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p_outline__map {
    height: 300px;
  }
}
.p_outline__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.p_outline__address {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}

.p_quality__block + .p_quality__block {
  margin-top: clamp(60px, 11.5555555556vw, 104px);
}

.p_quality__side {
  margin-top: clamp(40px, 6vw, 54px);
}
@media screen and (min-width: 769px) {
  .p_quality__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}

.p_quality__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p_quality__images {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p_quality__images {
    width: 100%;
    margin-bottom: 32px;
  }
}

.p_quality__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_skill {
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  padding-left: clamp(24px, 4.4444444444vw, 40px);
  padding-right: clamp(24px, 4.4444444444vw, 40px);
  padding-bottom: clamp(32px, 4.4444444444vw, 40px);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_quality__block + .p_skill {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}

.p_skill__label {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
  margin-bottom: 1em;
}

.p_skill__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_skill__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}
.p_skill__list::before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  background-color: #333;
}

.p_skill__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_group__video {
  display: block;
  max-width: 900px;
  height: auto;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEE;
  border-radius: 8px;
  overflow: clip;
}
.p_group__video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p_group__block + .p_group__block {
  margin-top: 64px;
}
@media screen and (min-width: 769px) {
  .p_group__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
}

.p_group__year {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p_group__year {
    display: block;
    margin-bottom: 24px;
  }
}

.p_group__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p_group__head::before {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 27px;
  background-image: url("../images/common/ico_cherry-blossoms.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  rotate: -360deg;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
.p_group__head.p_group__active::before {
  opacity: 1;
  rotate: 0deg;
}

.p_group__label {
  font-size: 16px;
  font-weight: 600;
}

.p_group__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_group__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}

.p_group__image {
  max-width: 385px;
}

.recruit_main__block {
  background-color: #333;
}

@media screen and (min-width: 769px) {
  .p_work__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}
.p_work__side + .p_work__side {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}

.p_work__pic {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_work__pic {
    margin-bottom: 40px;
  }
}

.p_work__image {
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_work__image {
    margin-bottom: 40px;
  }
}

.p_work__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_faq__contents {
  margin-top: clamp(60px, 8.8888888889vw, 80px);
}

.p_faq__content {
  background-color: #fff;
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  padding-left: clamp(24px, 4.4444444444vw, 40px);
  padding-right: clamp(24px, 4.4444444444vw, 40px);
  padding-bottom: clamp(32px, 4.4444444444vw, 40px);
}
.p_faq__content + .p_faq__content {
  margin-top: 24px;
}

.p_faq__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: clamp(10px, 1.7777777778vw, 16px);
  margin-bottom: clamp(10px, 1.7777777778vw, 16px);
  box-sizing: border-box;
}
.p_faq__label::before {
  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;
  content: "Q";
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  line-height: 1;
  color: #fff;
  background-color: #F58EA3;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  border-radius: 40px;
  overflow: clip;
}

.p_faq__caption {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_faq__text a {
  text-decoration: underline;
}

.p_people + .p_people {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}

.p_people__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 769px) {
  .p_people__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .p_people__cards {
    gap: 50px 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p_people__cards {
    gap: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p_people__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .p_people__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .p_people__pic {
    display: block;
    aspect-ratio: 290/270;
    max-width: 51.4184397163%;
  }
}
@media screen and (max-width: 1024px) {
  .p_people__pic {
    margin-bottom: 24px;
  }
}
.p_people__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_people__head {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}

.p_people__label {
  font-size: inherit;
  font-weight: 600;
  line-height: 2;
}
.p_people__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p_people__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_people__caption {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin-top: 1.5em;
}

.p_people_single + .p_people_single {
  margin-top: clamp(64px, 8.8888888889vw, 80px);
}

.p_people__visual {
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}

.p_people__title {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
}

.p_people__name,
.p_people__year {
  font-size: inherit;
  font-weight: inherit;
}

.p_people__year {
  color: #F58EA3;
}

@media screen and (min-width: 769px) {
  .p_people__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
  .p_people__side:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p_people__side + .p_people__side {
  margin-top: clamp(80px, 9.7777777778vw, 88px);
}

.p_people__image {
  display: block;
}
@media screen and (min-width: 769px) {
  .p_people__image {
    width: 40.9166666667%;
  }
}

.p_people__faq {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_people__faq {
    margin-top: 32px;
  }
}

.p_people__data + .p_people__data {
  margin-top: clamp(32px, 6.2222222222vw, 56px);
}

.p_people__qes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
}
.p_people__qes::before {
  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;
  content: "Q";
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  color: #fff;
  background-color: #F58EA3;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  line-height: 1;
  border-radius: 50px;
  overflow: clip;
}

.p_people__videos {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px;
}
@media screen and (min-width: 769px) {
  .p_people__videos {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) and (min-width: 376px) {
  .p_people__videos {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .p_people__videos {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_people__video {
  display: block;
  background-image: url("../images/common/img_video.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  overflow: clip;
  aspect-ratio: 16/9;
}
.p_people__video iframe,
.p_people__video video {
  display: block;
  width: 100%;
  height: 100%;
}

.p_numbers__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 376px) and (min-width: 769px) {
  .p_numbers__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .p_numbers__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .p_numbers__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_numbers__card {
  display: block;
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  padding-left: clamp(24px, 4.4444444444vw, 40px);
  padding-right: clamp(24px, 4.4444444444vw, 40px);
  padding-bottom: 32px;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
}

.p_numbers__head {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-bottom: clamp(10px, 1.7777777778vw, 16px);
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
  border-bottom: 1px solid #E0E0E0;
}

.p_numbers__label {
  font-size: inherit;
  font-weight: inherit;
}

.p_numbers__ico {
  display: block;
  max-width: 152px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.p_numbers__counter,
.p_numbers__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  color: #F58EA3;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}

.p_numbers__counter {
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_numbers__count {
  font-size: clamp(2rem, 6.2222222222vw, 3.5rem);
}
.p_numbers__counter .p_numbers__count {
  font-size: clamp(1.5rem, 4.4444444444vw, 2.5rem);
}

.p_numbers__unit {
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
}
.p_numbers__counter .p_numbers__unit {
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
}

.p_benefits__block {
  padding-top: clamp(32px, 7.1111111111vw, 64px);
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: clamp(32px, 7.1111111111vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p_benefits__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p_benefits__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 376px) {
  .p_benefits__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .p_benefits__block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_benefits__wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p_benefits__wrapper {
    max-width: 226px;
    width: 100%;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p_benefits__wrapper {
    gap: 24px;
  }
}

.p_benefits__ico {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p_benefits__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p_benefits__text {
  display: block;
  min-height: 175px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 24px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 16px;
  background-color: rgba(192, 192, 192, 0.2);
}

.p_benefits__label {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #F58EA3;
  border-radius: 8px;
  overflow: clip;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-top: 0.6875em;
  padding-bottom: 0.3125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_benefits__icon {
  display: block;
  margin-bottom: clamp(24px, 3.8888888889vw, 35px);
}

.p_benefits__ico {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_benefits__ico {
    max-height: 65px;
  }
}

.p_benefits__caption {
  position: relative;
  text-align: center;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}

.p_benefits__catch {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 2;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  z-index: 1;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p_benefits__catch {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_benefits__catch {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: clip;
  }
}
.p_benefits__catch::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F58EA3;
  z-index: -1;
}
.p_benefits__1 .p_benefits__catch {
  color: #333;
}
@media screen and (min-width: 769px) {
  .p_benefits__1 .p_benefits__catch {
    padding-top: 1.8125em;
    padding-bottom: 1.1875em;
  }
}
.p_benefits__1 .p_benefits__catch::before {
  opacity: 0.4;
}
.p_benefits__2 .p_benefits__catch {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p_benefits__2 .p_benefits__catch {
    padding-top: 3.0625em;
    padding-bottom: 2.4375em;
  }
}
.p_benefits__2 .p_benefits__catch::before {
  opacity: 0.7;
}
.p_benefits__3 .p_benefits__catch {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p_benefits__3 .p_benefits__catch {
    padding-top: 2.6875em;
    padding-bottom: 2.0625em;
  }
}
.p_benefits__3 .p_benefits__catch::before {
  opacity: 0.8;
}
.p_benefits__4 .p_benefits__catch {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p_benefits__4 .p_benefits__catch {
    padding-top: 3.3125em;
    padding-bottom: 2.6875em;
  }
}
.p_benefits__4 .p_benefits__catch::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_benefits__catch {
    padding-top: 1.0666666667em;
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 769px) {
  .p_benefits__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
  .p_benefits__pic {
    width: 39.5833333333%;
  }
  .p_benefits__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p_benefits__inner {
    margin-top: 40px;
  }
}
.p_benefits__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px 72px;
}
@media screen and (min-width: 769px) {
  .p_benefits__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p_benefits__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_benefits__card {
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  padding-left: clamp(24px, 4.4444444444vw, 40px);
  padding-right: clamp(24px, 4.4444444444vw, 40px);
  padding-bottom: clamp(32px, 4.4444444444vw, 40px);
}

@media screen and (min-width: 501px) {
  .p_benefits__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}

.p_benefits__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) {
  .p_benefits__image {
    width: 31.4049586777%;
  }
}
@media screen and (max-width: 500px) {
  .p_benefits__image {
    max-width: 240px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.p_benefits__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l_contact__label {
  display: block;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: clamp(8px, 1.1111111111vw, 10px);
}

.l_contact__list {
  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;
}
@media screen and (min-width: 769px) {
  .l_contact__list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l_contact__list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.l_contact__tab {
  position: relative;
  max-width: 296px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: inherit;
  background-color: #FFE1E5;
  text-align: center;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  border-radius: 56px;
  overflow: clip;
}
.l_contact__tab.active {
  color: #fff;
  background-color: #F58EA3;
}
@media screen and (min-width: 829px) {
  .l_contact__tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .l_contact__tab {
    line-height: 34px;
  }
}

.l_contact__count {
  font-size: inherit;
}

.l_contact__line {
  display: block;
  height: 1px;
  background: #E0E0E0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 829px) {
  .l_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 828px) {
  .l_contact__line {
    max-width: 20px;
  }
}

.policy_block__data {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}
.policy_block__data + .policy_block__data {
  margin-top: clamp(16px, 3.5555555556vw, 32px);
}

.policy_block__label {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  color: #333;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
}
.policy_block__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
}
.policy_block__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
}

.fonnd_txt {
  display: block;
  text-align: center;
  line-height: 2;
}
.fonnd_txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.fonnd_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.fonnd_menu {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.fonnd_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fonnd_menu a {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
}

.p_news__block {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.p_news__head {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  margin-bottom: clamp(20px, 3.5555555556vw, 32px);
}

.p_news__time {
  display: block;
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
  margin-bottom: 1.5em;
}

.p_news__label {
  font-size: inherit;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}

.p_news__inner a {
  text-decoration: underline;
  display: inline;
}

.single_nav {
  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;
  margin-top: clamp(40px, 8.8888888889vw, 80px);
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  border-top: 1px solid #E0E0E0;
}
.single_nav a:hover {
  opacity: 1;
  color: #E60019;
}

.single_nav__post a {
  min-width: 54px;
  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;
}
.single_nav__post a::before {
  display: block;
  content: "";
  aspect-ratio: 6/12;
  width: 6px;
  height: auto;
  background-image: url("../images/common/arrow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all 0ms;
  transition: all 0ms;
}
.single_nav__prev a::before {
  rotate: -180deg;
}

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