@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #241a17;
  background-color: #f9f9f6;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.br_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media screen and (min-width: 469px) {
  .br_sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.line {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .line {
    display: inline;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-bottom: 7.1875rem;
  }
}

.l-contact {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-bottom: 7.1875rem;
  }
}

.l-footer {
  padding-bottom: 3.125rem;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-mv {
  margin-bottom: 3.125rem;
}

.l-point {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-point {
    margin-bottom: 7.1875rem;
  }
}

.l-service {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-bottom: 7.1875rem;
  }
}

.c-form__item {
  padding-bottom: 1.875rem;
}

.c-form__label {
  padding-bottom: 0.625rem;
}

.c-form__label-text {
  line-height: 2;
}

.c-form__label-red {
  color: red;
}

.c-form__input {
  max-width: 37.5rem;
}

.c-form__input-text {
  width: 100%;
}

.c-form__textarea {
  width: 100%;
}

.c-form__button {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form__button {
    text-align: left;
  }
}

.c-contact-button {
  background: #9f9fa0;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 1.25rem 5rem;
  cursor: pointer;
  cursor: hand;
}

.c-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.1875rem solid transparent;
  border-left: 2.1875rem solid transparent;
  border-top: 1.875rem solid #d3d3d4;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-triangle {
    border-right: 4.0625rem solid transparent;
    border-left: 4.0625rem solid transparent;
    border-top: 3.5rem solid #d3d3d4;
  }
}

@media screen and (min-width: 768px) {
  .p-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-about__container {
  position: relative;
}

.p-about__title {
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-bottom: 1.25rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    position: absolute;
    top: -15%;
    left: 8%;
    text-align: inherit;
  }
}

.p-about__box {
  width: 12.5rem;
  height: 12.5rem;
  background: #ffe200;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .p-about__box {
    width: 18.75rem;
    height: 18.75rem;
    top: 0%;
    left: 10%;
  }
}

.p-about__body {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    padding-left: 21.25rem;
  }
}

.p-about__text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.625rem;
  }
}

.p-about__detail {
  padding-bottom: 1.875rem;
}

.p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50rem;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-about__term {
  width: 30%;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__term {
    width: 15%;
  }
}

.p-about__description {
  width: 70%;
  margin-left: 0;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__description {
    width: 85%;
  }
}

.p-about__profile {
  padding-bottom: 6.25rem;
  border-bottom: solid 0.0625rem #241a17;
}
@media screen and (min-width: 768px) {
  .p-about__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-about__name {
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
  padding-right: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-about__name::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #241a17;
    width: 0.0625rem;
    height: 0.9375rem;
    top: 50%;
    right: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-about__english {
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-transform: uppercase;
  padding-right: 1.875rem;
}

.p-about__profession {
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.p-contact {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-contact__title {
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-bottom: 1.25rem;
  text-transform: capitalize;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    position: absolute;
    -webkit-transform: translate(-20%, -45%);
            transform: translate(-20%, -45%);
    text-align: inherit;
  }
}

.p-contact__box {
  width: 12.5rem;
  height: 12.5rem;
  background: #ffe200;
  z-index: -1;
  position: absolute;
  top: 7%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    width: 18.75rem;
    height: 18.75rem;
    position: static;
    position: initial;
  }
}

.p-footer__copy {
  display: block;
  text-align: right;
}

.p-header {
  width: 100%;
}

.p-header___logo {
  max-width: 18.75rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header___logo {
    max-width: 31.25rem;
    padding-top: 3.125rem;
  }
}

.p-mv {
  min-height: 100vh;
  width: 100%;
}

.p-mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.p-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-mv__title {
  font-size: 1.25rem;
  max-width: 43.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.375rem;
    letter-spacing: 0.1em;
  }
}

.p-mv__button {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.p-mv__button {
  font-family: "Cinzel", serif;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  background: #ffe200;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-mv__button {
    width: 11.0625rem;
    height: 11.0625rem;
    font-size: 1.125rem;
  }
}

.p-point__heading {
  position: relative;
}

.p-point__wrap {
  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;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-point__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-point__title {
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  text-align: right;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-point__title {
    position: absolute;
    top: -10%;
    right: 50%;
    text-align: left;
    text-align: initial;
  }
}

.p-point__box {
  width: 12.5rem;
  height: 12.5rem;
  background: #ffe200;
  z-index: -1;
  position: absolute;
  top: 60%;
  right: 0%;
}
@media screen and (min-width: 768px) {
  .p-point__box {
    width: 18.75rem;
    height: 18.75rem;
    top: 0%;
    right: 10%;
  }
}

.p-point__body {
  padding-bottom: 5rem;
}
.p-point__content {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-point__content {
    font-size: 2.375rem;
  }
}

.p-point__text {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  max-width: 43.75rem;
}

.p-point__support {
  padding-bottom: 3.75rem;
}

.p-point__cards {
  display: grid;
  gap: 3.125rem 1.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-point__image {
  width: 100%;
  padding-bottom: 0.9375rem;
}

.p-point__image-text {
  font-size: 1.5rem;
  text-align: center;
}

.p-point__triangle {
  margin: 0 auto;
}

.p-service__wrap {
  position: relative;
}

.p-service__title {
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-bottom: 1.25rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    padding-left: 4.375rem;
  }
}

.p-service__box {
  width: 12.5rem;
  height: 12.5rem;
  background: #ffe200;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .p-service__box {
    width: 18.75rem;
    height: 18.75rem;
    top: 50%;
    left: 0%;
  }
}

.p-service__body {
  padding-left: 0;
  padding-left: initial;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__body {
    padding-left: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.p-service__text {
  font-size: 1.25rem;
  letter-spacing: 0.09em;
  line-height: 2;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    font-size: 1.625rem;
    padding-bottom: 3.75rem;
  }
}

.p-service__detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__detail li {
  font-size: 1.125rem;
  line-height: 2;
}

.p-service__triangle {
  margin: 0 auto;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
