@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Noto+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:slnt@-10&display=swap");
body {
  font-family: Noto Sans;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Noto Sans";
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*--------footer
------------------*/
.l-footer {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .l-footer {
    height: 30px;
    line-height: 30px;
  }
}

.footer__copy {
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 0.875rem;
  }
}

/*--------header
------------------*/
.l-header {
  height: 90px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1560px) {
  .l-header {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 40px;
  }
}

.instagram {
  position: absolute;
  left: 50px;
  left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .instagram {
    left: 1.875rem;
  }
}

.instagram img {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
@media screen and (max-width: 768px) {
  .instagram img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.lang-jp, .lang-en {
  color: #fff;
  height: 90px;
  line-height: 90px;
  margin-right: 50px;
  margin-right: 3.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1560px) {
  .lang-jp, .lang-en {
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .lang-jp, .lang-en {
    height: 40px;
    line-height: 40px;
    margin-right: 1.875rem;
  }
}
.lang-jp a, .lang-en a {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1560px) {
  .lang-jp a, .lang-en a {
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .lang-jp a, .lang-en a {
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
  }
}
.lang-jp:hover, .lang-en:hover {
  opacity: 0.7;
}

.l-inner {
  max-width: 1028px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .l-inner--offset {
    padding: 0 24px;
  }
}

.c-heading-secondary {
  display: block;
  text-align: center;
  font-family: Inter, sans-serif;
  color: #E6E6E6;
  font-weight: 300;
  line-height: 1;
  font-size: 150px;
  font-size: 9.375rem;
}
@media screen and (max-width: 768px) {
  .c-heading-secondary {
    font-size: 4.75rem;
    line-height: 0.8;
  }
}

.p-service .c-heading-secondary {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-service .c-heading-secondary {
    text-align: center;
  }
}

.c-heading__sub {
  text-align: center;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
  font-weight: 600;
  margin-top: -3%;
}
@media screen and (max-width: 768px) {
  .c-heading__sub {
    font-size: 1.3125rem;
    margin-top: -15px;
  }
}

/*--------p-concept
------------------*/
.p-concept {
  padding-top: 0;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-concept {
    padding-bottom: 2.6875rem;
  }
}

.p-concept__text {
  text-align: left;
  font-size: 24px;
  font-size: 1.5rem;
  color: #4b4b4b;
  font-weight: 400;
  line-height: 1.66666;
}
@media screen and (max-width: 768px) {
  .p-concept__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-concept__text:first-of-type {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-concept__text:first-of-type {
    margin-top: 1.25rem;
  }
}

.p-concept__text p:not(:first-child) {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-concept__text p:not(:first-child) {
    margin-top: 1.75rem;
  }
}

.p-concept__img-wrapper1 {
  max-width: 620px;
  width: 100%;
  margin: 45px auto 35px;
  margin: 2.8125rem auto 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-concept__img-wrapper1 {
    margin: 1.5625rem auto 1.375rem;
  }
}

.p-concept__img-wrapper2 {
  margin: 50px 0 50px;
  margin: 3.125rem 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-concept__img-wrapper2 {
    margin: 1.5625rem 0 1.5625rem;
  }
}

/*--------p-feature-1 
------------------*/
.p-feature1 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-feature1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.p-feature-image__wrapper1 {
  max-width: 1508px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-feature-image__wrapper2 {
    max-width: 315px;
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 500px) and (max-width: 900px) {
  .p-feature-image__wrapper2 {
    max-width: 500px;
    width: 100%;
  }
}

/*--------p-feature
------------------*/
.p-feature2 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 130px;
  padding-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .p-feature2 {
    padding-top: 2.6875rem;
  }
}

.p-feature-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-feature-images {
    display: block;
  }
}

.bg-image-left__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72.03%;
          flex: 0 0 72.03%;
  max-width: 1883px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bg-image-left__wrapper {
    max-width: none;
  }
}

.bg-image-right__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.83%;
          flex: 0 0 20.83%;
  margin-left: 7.138%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .bg-image-right__wrapper {
    display: none;
  }
}

.bg-image-right__wrapper img {
  max-width: 400px;
  width: 100%;
}

/*--------hero
------------------*/
.p-hero {
  position: relative;
  height: 850px;
  height: 53.125rem;
  color: #fff;
  background-image: url(../images/common/pc/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 1560px) {
  .p-hero {
    height: 42.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-hero {
    background-image: url(../images/common/sp/hero-sp.jpg);
    height: 37.5rem;
    padding-top: 2.5rem;
  }
}

.p-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, .4);
  z-index: 5;
}

.p-hero__content {
  position: relative;
  z-index: 20;
  width: 100%;
  text-align: center;
  color: #fff;
}

.p-hero__heading {
  font-weight: 500;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  font-family: Noto Sans JP;
  color: white;
}
@media screen and (max-width: 768px) {
  .p-hero__heading {
    font-size: 1.875rem;
  }
}

.p-hero__heading span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-hero__heading span {
    font-size: 0.9375rem;
  }
}

.p-hero__heading-sub {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-hero__heading-sub {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.p-hero__lead {
  position: absolute;
  margin: auto;
  line-height: 1.1;
  left: 5.5%;
  bottom: 1%;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 5.989583vw;
  z-index: 20;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-hero__lead {
    font-size: 2.5625rem;
    opacity: 1;
    bottom: 3%;
  }
}

.p-hero__lead-top {
  opacity: 0.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-hero__lead-top {
    margin-top: 0.4375rem;
  }
}

.p-hero__lead-bottom {
  opacity: 0.4;
  letter-spacing: 2px;
  line-height: 1.1;
  padding-left: 250px;
  padding-left: 15.625rem;
}
@media screen and (max-width: 768px) {
  .p-hero__lead-bottom {
    padding-left: 0;
  }
}

/*--------p-make-little
------------------*/
.p-make-little {
  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;
  color: #fff;
  max-width: 100%;
  background-image: url(../images/common/pc/make-little-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 510px;
  height: 31.875rem;
}
@media screen and (max-width: 768px) {
  .p-make-little {
    background-image: url(../images/common/sp/make-little-sp.jpg);
    height: 27.3125rem;
  }
}

.p-make-little::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, .7);
}

.p-make-little__content {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-make-little__content-top {
    text-align: left;
  }
}

.p-make-little__content::before, .p-make-little__content::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  width: 500px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-make-little__content::before, .p-make-little__content::after {
    width: 240px;
  }
}

.p-make-little__content::before {
  top: -22%;
}
@media screen and (max-width: 768px) {
  .p-make-little__content::before {
    top: -20px;
  }
}

.p-make-little__content::after {
  bottom: -22%;
}
@media screen and (max-width: 768px) {
  .p-make-little__content::after {
    bottom: -20px;
  }
}

.p-make-little__lead {
  font-size: 75px;
  font-size: 4.6875rem;
  font-family: Inter, sans-serif;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 1;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-make-little__lead {
    font-size: 2.25rem;
    line-height: 1.25;
  }
}

.p-make-little__sub {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  opacity: 1;
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-make-little__sub {
    font-size: 0.9375rem;
    margin-top: 1.8125rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-make-little__sub--en {
    text-align: left;
  }
}

/*--------message
------------------*/
.p-message {
  padding: 110px 0 100px;
  padding: 6.875rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 4.1875rem 0 5.75rem;
  }
}

.p-message__wrapper {
  margin-top: 82px;
  margin-top: 5.125rem;
}
@media screen and (max-width: 768px) {
  .p-message__wrapper {
    margin-top: 1.5rem;
  }
}

.p-message__text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #4B4B4B;
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .p-message__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-message__text p:not(:first-child) {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-message__text p:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-message__img {
  margin: 35px 0 30px;
  margin: 2.1875rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-message__img {
    margin: 1.4375rem 0 1.25rem;
  }
}

/*--------photo
------------------*/
@media screen and (max-width: 768px) {
  .p-photo {
    padding-top: 4.1875rem;
  }
}

.p-photo__inner {
  max-width: 1448px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.p-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, auto));
  grid-template-rows: auto;
  gap: 40px;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-photo-grid {
    grid-template-columns: repeat(auto-fit, minmax(164px, auto));
    gap: 14px;
    margin-top: 3.4375rem;
  }
}

/*--------price
------------------*/
.p-price__inner {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.p-price__content-menu {
  border: 1px solid #707070;
  padding: 36px 130px;
  padding: 2.25rem 8.125rem;
  color: #000;
  margin: 92px 0 70px;
  margin: 5.75rem 0 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-price__content-menu {
    padding: 1.875rem 1.25rem 1.5625rem;
    margin: 1.875rem 0 3rem;
  }
}

.p-price__content-unit-top {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}

.p-price__content-tittle {
  position: relative;
  color: #DD2222;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .p-price__content-tittle {
    line-height: 1.2;
  }
}

.p-price__content-tittle::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -10px;
  width: 100%;
  max-width: 500px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  .p-price__content-tittle::before {
    bottom: -24px;
  }
}

.p-price__content-price-lead {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__content-price-lead {
    line-height: 1.25;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-price__content-price-yen {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-price__content-price-yen {
    margin-bottom: 0.625rem;
  }
}

.p-price__content-price--large {
  font-size: 36px;
  font-size: 2.25rem;
  color: #DD2222;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .p-price__content-price--large {
    line-height: 1.25;
  }
}

.p-price__content-description {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  color: #4B4B4B;
  line-height: 1.66;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-price__content-description {
    font-size: 0.9375rem;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 1.25rem;
  }
}

.p-price__content-foot {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .p-price__content-foot {
    margin-top: 1.625rem;
  }
}

.p-price__content-foot {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-price__content-foot a {
  color: #1a0dab;
  text-decoration: underline;
}
.p-price__content-foot a:hover {
  opacity: 0.7;
}

.p-price__content-unit-bottom {
  text-align: center;
}

.p-price__content-tittle--active {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-price__content-tittle--active {
    margin-bottom: 2.5625rem;
  }
}

.p-price__content-tittle--active::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -10px;
  width: 50%;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  .p-price__content-tittle--active::before {
    width: 90%;
    bottom: -22px;
  }
}

.p-price__content-text {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #4B4B4B;
  line-height: 1.66;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-price__content-text {
    max-width: 500px;
    font-size: 0.9375rem;
    text-align: left;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5625rem;
  }
}

.p-price__content-text:nth-of-type(1) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-price__content-text:nth-of-type(1) {
    margin-bottom: 0.9375rem;
  }
}

.p-price__content-text:nth-of-type(3) {
  margin-bottom: 0;
}

.calendar {
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .calendar {
    margin-bottom: 2.5625rem;
  }
}

.p-price__content-column {
  list-style-position: outside;
  text-indent: -1em;
  padding-left: 1em;
}

/*--------service
------------------*/
.p-service {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 130px;
  padding-top: 8.125rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 3.125rem;
    padding-bottom: 4.1875rem;
  }
}

.p-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 1560px) {
  .p-service__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-service__flex {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.p-service__content {
  max-width: 627px;
}
@media screen and (max-width: 768px) {
  .p-service__content {
    margin-bottom: 25px;
  }
}

.p-service-image__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 960px;
  width: 100%;
  margin-left: 3.80208333%;
}
@media screen and (max-width: 1560px) {
  .p-service-image__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-image__wrapper {
    margin-left: 0;
  }
}

.p-service__text {
  font-size: 24px;
  font-size: 1.5rem;
  min-height: 0vw;
  color: #4B4B4B;
  line-height: 1.66;
  margin-top: 17px;
  margin-top: 1.0625rem;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    font-size: 0.9375rem;
    margin-top: 1.1875rem;
    line-height: 2;
  }
}

.p-service__text p:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

/*--------students
------------------*/
.p-students__inner {
  max-width: 1448px;
  width: 100%;
  margin: 0 auto;
  padding: 115px 24px 100px;
  padding: 7.1875rem 1.5rem 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-students__inner {
    padding: 4.1875rem 1.5rem 2.6875rem;
  }
}

.p-students-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, auto));
  grid-template-rows: auto;
  gap: 40px;
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-students-grid {
    grid-template-columns: repeat(auto-fit, minmax(164px, auto));
    gap: 14px;
    margin-top: 1.5625rem;
  }
}

.p-students__name {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 2.08;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-students__name {
    font-size: 0.9375rem;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*# sourceMappingURL=styles.css.map */
