@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  margin-top: 0;
}

body {
  font-family: "Noto Serif JP", serif;
}

body {
  background-color: #F7F7F7;
}

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

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

html {
  scroll-padding-top: 4.375rem; /* ヘッダーの高さ */
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 6.25rem;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-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 (min-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;
}

/* 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%;
}

/* 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=radio] {
  display: none;
}

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

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

.advantage__wrapper {
  background-color: #000;
  padding-bottom: 77px;
  padding-bottom: 4.8125rem;
  padding-top: 56px;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .advantage__wrapper {
    padding: 2.25rem 0 8rem;
  }
}

@media screen and (min-width: 768px) {
  .advantage__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 5.5625rem;
  }
}

.advantage__item {
  border-top: 1px solid #fff;
  padding: 24px 0 60px;
  padding: 1.5rem 0 3.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .advantage__item {
    padding: 2.0625rem 0 0;
  }
}

.advantage__item-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "collier", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .advantage__item-title {
    font-size: 2.5rem;
    gap: 0.25rem;
  }
}

.advantage__item-sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .advantage__item-sub-title {
    font-size: 1rem;
  }
}

.advantage__item-heading {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .advantage__item-heading {
    margin-top: 2.4375rem;
    font-size: 1.25rem;
    line-height: 1.53;
  }
}

.advantage__item-text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .advantage__item-text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.9375rem;
  }
}

.advantage__foot {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .advantage__foot {
    margin-top: 10.8125rem;
  }
}

.advantage__foot-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .advantage__foot-title {
    padding: 0 1.5625rem;
  }
}

.advantage__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .advantage__img {
    padding: 0;
  }
}

.base-button {
  display: inline-block;
  font-family: "collier", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-right: 38px;
  padding-right: 2.375rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .base-button {
    font-size: 1.25rem;
    padding-right: 2.3125rem;
  }
}

.base-button::before {
  content: "";
  background-color: #222222;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  bottom: -0.1875rem;
}

.base-button::after {
  content: "";
  position: absolute;
  top: 17%;
  right: 0;
  width: 29.64px;
  width: 1.8525rem;
  height: 19px;
  height: 1.1875rem;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .base-button::after {
    top: 16%;
  }
}

.base-button.base-button--back {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 0;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.base-button.base-button--back::before {
  left: 0;
  bottom: -2px;
  bottom: -0.125rem;
}

.base-button.base-button--back::after {
  background-image: url(../images/common/arrow-reverse.png);
  left: 0;
  top: 18%;
}

.base-button.base-button--white {
  color: #fff;
}

.base-button.base-button--white::before {
  background-color: #fff;
}

.base-button.base-button--confirm {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .bottom-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bottom-content__item {
  padding: 30px 0 30px;
  padding: 1.875rem 0 1.875rem;
  text-align: center;
  background-image: url(../images/common/contact.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bottom-content__item {
    padding: 5.0625rem 0 5.4375rem;
    background-position: top;
  }
}

.bottom-content__item.bottom-content__item--member {
  background-image: url(../images/common/member.jpg);
  padding: 30px 0 30px;
  padding: 1.875rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .bottom-content__item.bottom-content__item--member {
    padding: 5.0625rem 0 5.4375rem;
  }
}

.bottom-content__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, .4);
}

.bottom-content__item-heading {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  font-family: "collier", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .bottom-content__item-heading {
    font-size: 1.875rem;
  }
}

.bottom-content__item-heading.bottom-content__item-heading--member {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .bottom-content__item-heading.bottom-content__item-heading--member {
    font-size: 1.625rem;
  }
}

.bottom-content__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .bottom-content__item-text {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}

.bottom-content__item-button a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}

.bottom-content__item-button {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .bottom-content__item-button {
    margin-top: 2.3125rem;
  }
}

.bottom-content__item-button a::before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
}

.bottom-content__item-button a::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  width: 15px;
  width: 0.9375rem;
  height: 11.25px;
  height: 0.703125rem;
  background-image: url(../images/common/letter.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bottom-content__item-button a::after {
    top: 29%;
  }
}

.bottom-content__item-button--member a::after {
  background-image: url(../images/common/tab.png);
  width: 14px;
  width: 0.875rem;
  height: 12px;
  height: 0.75rem;
}

.card-portfolio__img {
  aspect-ratio: 350/350;
}

.card-portfolio__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-portfolio__body {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.card-portfolio__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .card-portfolio__text {
    font-size: 1.875rem;
  }
}

.card-portfolio__button {
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .card-portfolio__button {
    margin-top: 1.25rem;
    text-align: left;
  }
}

.company {
  padding: 166px 0 122px;
  padding: 10.375rem 0 7.625rem;
  background: #000;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 9.4375rem 0 10.125rem;
  }
}

@media screen and (min-width: 768px) {
  .company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.company__btn {
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .company__btn {
    margin-top: 4.1875rem;
    text-align: left;
  }
}

.company__img {
  margin-top: 60px;
  margin-top: 3.75rem;
  aspect-ratio: 350/246;
}
@media screen and (min-width: 768px) {
  .company__img {
    margin-top: 0.5rem;
    aspect-ratio: 400/280;
    width: 37%;
  }
}

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

.concept__heading {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "collier", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .concept__heading {
    font-size: 2.1875rem;
  }
}

.concept__wrapper {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .concept__wrapper {
    margin-top: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .concept__body {
    width: 46.24%;
  }
}

.concept__body-heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .concept__body-heading {
    font-size: 1.375rem;
    line-height: 1.7;
  }
}

.concept__body-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .concept__body-text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1.9375rem;
  }
}

.concept__body-button {
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .concept__body-button {
    margin-top: 3.25rem;
    text-align: left;
  }
}

.concept__img {
  margin-top: 52px;
  margin-top: 3.25rem;
  aspect-ratio: 1/1;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .concept__img {
    aspect-ratio: 500/260.22;
    margin-top: 0;
    width: 46.24%;
    padding: 0;
  }
}

.concept__img source,
.concept__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.confirm {
  font-family: "Noto Sans JP", sans-serif;
}

.confirm__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .confirm__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.confirm__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .confirm__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.confirm__term {
  font-weight: 500;
  color: #222222;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .confirm__term {
    font-size: 1rem;
    width: 28.75%;
  }
}

.confirm__required {
  color: #691200;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.confirm__definition {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  font-weight: 400;
  line-height: 2.285;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .confirm__definition {
    font-size: 0.875rem;
    margin-top: 0;
    width: 71.25%;
  }
}

.form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.confirm__submit-input {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.wpcf7-spinner {
  display: none;
}

.contact-banner {
  position: fixed;
  z-index: 900;
  bottom: 12px;
  bottom: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contact-banner {
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.contact-banner a {
  display: inline-block;
  width: 250px;
  width: 15.625rem;
  background-color: #691200;
  border-radius: 4px;
  padding: 10.4px 20px 10.4px 62px;
  padding: 0.65rem 1.25rem 0.65rem 3.875rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact-banner a {
    width: 18.75rem;
    border-radius: 8px 0 0 0;
    padding: 1.1rem 1.75rem 1.1rem 5rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.contact-banner a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  left: 1.125rem;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-image: url(../images/common/mail-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .contact-banner a::after {
    left: 1.25rem;
    width: 3rem;
    height: 3rem;
  }
}

.page-detail__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-detail__contents {
    margin-top: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .page-detail__heading {
    min-width: 29.6%;
  }
}

@media screen and (min-width: 768px) {
  .page-detail__heading-wrapper {
    position: sticky;
    top: 7.5rem;
  }
}

.page-detail__title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page-detail__title h2 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.page-detail__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.page-detail__lead:nth-of-type(1) {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .page-detail__lead:nth-of-type(1) {
    margin-top: 1.75rem;
  }
}

.page-detail__lead-tag {
  min-width: 60px;
  min-width: 3.75rem;
  border: 1px solid #222222;
  border-radius: 3px;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}

.page-detail__lead-text {
  margin-left: 10px;
  margin-left: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.page-detail__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-detail__btn {
    text-align: left;
  }
}

.page-detail__content {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .page-detail__content {
    margin-left: 5rem;
    margin-top: 0;
  }
}

.page-detail__content figure {
  aspect-ratio: 350/300;
}
@media screen and (min-width: 768px) {
  .page-detail__content figure {
    aspect-ratio: 680/500;
  }
}

.page-detail__content figure:not(:first-child) {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-detail__content figure:not(:first-child) {
    margin-top: 7.5rem;
  }
}

.page-detail__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-detail__content p {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-detail__content p {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flow__inner.inner {
  max-width: 730px;
  max-width: 45.625rem;
}

.flow__item:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .flow__item:not(:first-child) {
    margin-top: 8.75rem;
  }
}

.flow__annotation {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.flow__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow__heading {
    font-size: 1.5rem;
  }
}

.flow__sub-heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.01875;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .flow__sub-heading {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-top: 3.125rem;
  }
}

.flow__text {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .flow__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.flow__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .flow__img {
    margin-top: 2.5rem;
    max-width: 42.5rem;
  }
}

.flow__img.flow__img--group {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .flow__img.flow__img--group {
    margin-top: 3.75rem;
  }
}

.flow__link {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  padding: 0.625rem;
  background-color: #DDDDDD;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .flow__link {
    margin-top: 1.875rem;
    text-align: center;
    padding: 1.125rem 0 1.375rem;
    max-width: 42.5rem;
  }
}

.flow__link a {
  text-decoration: underline;
  color: #691200;
  font-weight: 500;
}

.footer {
  background-color: #691200;
  padding: 30px 0 15px;
  padding: 1.875rem 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 2.375rem 0 1.25rem;
  }
}

.footer__nav-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 6px;
  row-gap: 0.375rem;
  width: 246px;
  width: 15.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.footer__nav-item a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "collier", sans-serif;
  font-weight: 400;
  padding: 0 15px;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__nav-item a {
    padding: 0 1.25rem;
    letter-spacing: 0.05em;
  }
}

.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "collier", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  display: block;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 2.625rem;
  }
}

.form__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .form__not-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.form__item.form__item--checkbox {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.form__item:last-child {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form__item:last-child {
    margin-top: 4.9375rem;
  }
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .form__label {
    width: 28.75%;
  }
}

.contact__required {
  color: #691200;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.form__label-text {
  font-weight: 500;
  color: #222222;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form__label-text {
    font-size: 1rem;
  }
}

.form__input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__input {
    width: 71.25%;
  }
}

.form__input-text,
.form__textarea,
.form__box {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 13px 20px 13.2px;
  padding: 0.8125rem 1.25rem 0.825rem;
  width: 100%;
  border: 1px solid #AAAAAA;
  font-weight: 400;
  background-color: #fff;
  border-radius: 3px;
  line-height: 2.285;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__input-text,
  .form__textarea,
  .form__box {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .form__label-text.form__label-text--top {
    margin-top: 1.1875rem;
  }
}

.form__input-subtext {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #888888;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__input-subtext {
    padding-left: 28.75%;
  }
}

.form__input-text::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}

.form__input-text::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #C0C0C0;
}

.form__input-text::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #C0C0C0;
}

.form__input-text::placeholder,
.form__textarea::placeholder {
  color: #C0C0C0;
}

.form__item.form__item--radio dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__textarea {
  height: 300px;
  height: 18.75rem;
  resize: none;
  display: block;
}

.form__box {
  width: 100%;
  height: 300px;
  height: 18.75rem;
  overflow-y: scroll;
  border: none;
  background-color: #DDDDDD;
}
@media screen and (min-width: 768px) {
  .form__box {
    max-width: 71.25%;
  }
}

.form__box-text ol {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.form__box-text li {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  list-style: block;
}

.form__box-title {
  font-weight: 700;
  margin: 30px 0 20px;
  margin: 1.875rem 0 1.25rem;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .form__checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-link {
  color: #691200;
  text-decoration: underline;
  margin-left: 5px;
}

.form__button input {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #691200;
  border-radius: 5px;
  padding: 17px;
  padding: 1.0625rem;
  width: 100%;
}

.form__input input[type=checkbox].form__checkbox {
  display: none;
}

.form__input label {
  display: inline-block;
}

.form__input .form__checkbox + span {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.form__input .form__checkbox + span::after,
.form__input .form__checkbox + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.form__input .form__checkbox + span::before {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 0;
  border-radius: 3px;
  border: 1px solid #C0C0C0;
  background-color: #fff;
  content: "";
  display: inline-block;
}

.form__input .form__checkbox + span::after {
  position: absolute;
  top: 17%;
  left: 7px;
  left: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  border: solid #691200;
  border-width: 0 2px 2px 0;
  content: "";
  opacity: 0;
}

.form__input .form__checkbox:checked + span::after {
  opacity: 1;
}

.form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.header {
  width: 100%;
  height: 70px;
  height: 4.375rem;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}

.header.transform {
  background-color: #F7F7F7;
}

.header__inner {
  width: 100%;
  padding: 0 15px;
  padding: 0 0.9375rem;
  height: inherit;
  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: 768px) {
  .header__inner {
    padding: 0 2.1875rem 0 3.75rem;
  }
}

.header__logo {
  max-width: 106.9px;
  max-width: 6.68125rem;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 9.375rem;
  }
}

.header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item a {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "collier", sans-serif;
  line-height: 1;
  color: #222222;
  letter-spacing: 0.13em;
  padding: 0 25px;
  padding: 0 1.5625rem;
}

.header__nav-item:last-child {
  padding-right: 0;
}

.header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-color: #222222;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -4px;
  top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 4px;
  top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  top: -2px;
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  position: absolute;
  z-index: 900;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: #222222;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.header__drawer.is-open {
  right: 0;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-logo {
  max-width: 136.9px;
  max-width: 8.55625rem;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.header__drawer-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 7.5rem);
}

.header__drawer-nav {
  padding: 83px 0 0;
  padding: 5.1875rem 0 0;
  width: 100%;
}

.header__drawer-item a {
  padding: 29px 0;
  padding: 1.8125rem 0;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "collier", sans-serif;
  line-height: 1;
  letter-spacing: 0.149em;
  color: #fff;
  text-align: center;
}

.header__drawer-button {
  text-align: center;
}

.header__drawer-button a {
  display: inline-block;
  color: #fff;
  padding: 15px 39px;
  padding: 0.9375rem 2.4375rem;
  background-color: #691200;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 3px;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1130px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.list-portfolio {
  display: grid;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 83px;
  row-gap: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .list-portfolio {
    grid-template-columns: 1fr 1fr;
    row-gap: 7.5rem;
  }
}

.member__list {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .member__list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 4.6875rem;
  }
}

.member__item {
  width: 100%;
}

.member__item-img {
  aspect-ratio: 350/240;
}
@media screen and (min-width: 768px) {
  .member__item-img {
    aspect-ratio: 500/360;
  }
}

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

.member__item-name {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .member__item-name {
    font-size: 1.625rem;
  }
}

.member__item-enName {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #888888;
}
@media screen and (min-width: 768px) {
  .member__item-enName {
    margin-top: 0.25rem;
  }
}

.member__item-position {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .member__item-position {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin-top: 0.625rem;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mv__inner {
  width: 100%;
  height: inherit;
}

.mv__image {
  background-image: url(../images/common/kotobuki.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .mv__image {
    width: 28.4375rem;
    top: 49%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (orientation: landscape) and (max-width: 932px) {
  .mv__image {
    width: 15.625rem;
  }
}

.mv__img {
  height: inherit;
}

.mv__img source,
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__content {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__content {
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
}

.mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0;
}

.mv__title img {
  width: 260.3px;
  width: 16.26875rem;
}
@media screen and (min-width: 768px) {
  .mv__title img {
    width: 39.400625rem;
  }
}

.mv__text {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: 1.125rem;
    margin-top: 1.4375rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}

.mv__scroll {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20%;
}
@media screen and (min-width: 768px) {
  .mv__scroll {
    bottom: 3.5625rem;
  }
}
@media (orientation: landscape) and (max-hight: 667px) {
  .mv__scroll {
    bottom: 30%;
  }
}

.mv__scroll-item {
  font-size: 16px;
  font-size: 1rem;
  font-family: "collier", sans-serif;
  font-weight: 200;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}

.mv__scroll-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  bottom: -0.625rem;
  width: 10px;
  width: 0.625rem;
  height: 6.03px;
  height: 0.376875rem;
  background-image: url(../images/common/arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-animation: scroll-down 2s infinite;
          animation: scroll-down 2s infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-conceptSub__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.page-conceptSub__item:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-conceptSub__item:not(:first-child) {
    margin-top: 0;
  }
}

.page-conceptSub__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "collier", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-conceptSub__title {
    font-size: 3.75rem;
  }
}

.page-conceptSub__title span {
  color: #691200;
}

.page-conceptSub__text {
  margin-top: 1px;
  margin-top: 0.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-conceptSub__text {
    font-size: 1rem;
    margin-top: 0.6875rem;
  }
}

.page-conceptSub__list {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .page-conceptSub__list {
    margin-top: 1.25rem;
  }
}

.page-conceptSub__list-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-conceptSub__list-text {
    font-size: 1rem;
    line-height: 2;
    gap: 0;
  }
}

.page-conceptSub__list-text:not(:first-child) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .page-conceptSub__list-text:not(:first-child) {
    margin-top: 0;
  }
}

.page-conceptSub__list-text span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #691200;
  font-weight: 500;
  min-width: 20px;
  min-width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-conceptSub__list-text span {
    font-size: 1rem;
    width: 6%;
  }
}

.page-confirm {
  font-family: "Noto Sans JP", sans-serif;
}

.page-confirm__wrapper {
  max-width: 850px;
  max-width: 53.125rem;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .page-confirm__wrapper {
    padding: 0 25px;
  }
}

.page-confirm__top {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-confirm__top {
    margin-top: 6.25rem;
  }
}

.page-confirm__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-confirm__text {
    font-size: 1rem;
  }
}

.page-confirm__list {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-confirm__list {
    margin-top: 4.9375rem;
  }
}

.page-contact {
  font-family: "Noto Sans JP", sans-serif;
}

.page-contact__wrapper {
  max-width: 850px;
  max-width: 53.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-contact__wrapper {
    padding: 0 25px;
  }
}

.page-contact__top {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-contact__top {
    margin-top: 6.25rem;
  }
}

.page-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-contact__text {
    font-size: 1rem;
  }
}

.page-contact__subtext {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .page-contact__subtext {
    font-size: 0.875rem;
    margin-top: 1.1875rem;
  }
}

.page-contact__form {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-contact__form {
    margin-top: 4.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .page-thanks__inner.inner {
    max-width: 40rem;
    width: 100%;
    padding: 0 1.5625rem;
  }
}

.page-thanks__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "collier", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-thanks__heading {
    font-size: 2.5rem;
  }
}

.page-thanks__sub-heading {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-thanks__sub-heading {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.page-thanks__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 400;
  line-height: 2.286;
}
@media screen and (min-width: 768px) {
  .page-thanks__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 2.375;
  }
}

.page-thanks__button {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.page-portfolio__wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-portfolio__wrapper {
    margin-top: 6.25rem;
  }
}

.page-portfolio__list {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .page-portfolio__list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 7.5rem;
  }
}

.page-portfolio__item-img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .page-portfolio__item-img {
    aspect-ratio: 500/500;
  }
}

.page-portfolio__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-portfolio__item-text {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-portfolio__item-text {
    margin-top: 1.8125rem;
    font-size: 1.875rem;
  }
}

.page-portfolio__item-btn {
  text-align: right;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .page-portfolio__item-btn {
    text-align: left;
    margin-top: 0.9375rem;
  }
}

.portfolio__btn {
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .portfolio__btn {
    margin-top: 4.1875rem;
    text-align: left;
  }
}

.portfolio__body {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .portfolio__body {
    margin-top: 5.125rem;
    padding-left: 13.75rem;
  }
}

@media screen and (min-width: 768px) {
  .portfolio__list {
    display: grid;
    -webkit-column-gap: 3.3125rem;
       -moz-column-gap: 3.3125rem;
            column-gap: 3.3125rem;
    row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.portfolio__item:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .portfolio__item:not(:first-child) {
    margin-top: 0;
  }
}

.portfolio__item-img {
  aspect-ratio: 350/246;
}
@media screen and (min-width: 768px) {
  .portfolio__item-img {
    aspect-ratio: 400/280;
  }
}

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

.portfolio__item-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.privacy-policy__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__content {
    margin-top: 3.75rem;
  }
}

.privacy-policy__content h2 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.privacy-policy__content p,
.privacy-policy__content ol {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.privacy-policy__content li {
  list-style-position: inside;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 2em;
  list-style: block;
}

.regulation {
  padding: 166px 0 0;
  padding: 10.375rem 0 0;
  background: #000;
}
@media screen and (min-width: 768px) {
  .regulation {
    padding: 9.4375rem 0 0;
  }
}

.regulation__btn {
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .regulation__btn {
    margin-top: 4.1875rem;
    text-align: left;
  }
}

.regulation__wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .regulation__wrap {
    margin-top: 5.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4.25rem;
  }
}

.regulation__img {
  aspect-ratio: 350/246;
}
@media screen and (min-width: 768px) {
  .regulation__img {
    aspect-ratio: 400/280;
    width: 37%;
  }
}

.regulation__img:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .regulation__img:not(:first-child) {
    margin-top: 0;
  }
}

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

.section-heading__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 100;
  font-family: "collier", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-heading__title {
    font-size: 6.25rem;
  }
}

.section-heading__title::before {
  content: "";
  display: block;
  background-color: #691200;
  width: 10px;
  width: 0.625rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 0.375rem 0.375rem 0 0;
  position: absolute;
  left: 0;
  top: -7%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .section-heading__title::before {
    width: 0.875rem;
    height: 0.5625rem;
    border-radius: 0.5625rem 0.5625rem 0 0;
    top: -14%;
  }
}

.section-heading__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .section-heading__text {
    margin-top: 0.875rem;
  }
}

.section-heading__ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 9px;
  margin-top: 0.5625rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section-heading__ja {
    font-size: 1.375rem;
    margin-top: 1.0625rem;
  }
}

.section-heading__title.section-heading__title--black,
.section-heading__text.section-heading__text--black,
.section-heading__ja.section-heading__ja--black {
  color: #222222;
}

.section-heading__title.section-heading__title--large {
  color: #222222;
}
@media screen and (min-width: 768px) {
  .section-heading__title.section-heading__title--large {
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .section-heading__title.section-heading__title--large::before {
    top: -7%;
    width: 1.125rem;
    height: 0.75rem;
  }
}

.service__wrapper {
  background: #000;
  padding-top: 39px;
  padding-top: 2.4375rem;
}

.service__body {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .service__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    margin-top: 6.875rem;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service__list-item {
  border-left: 1px solid #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 17px 26.4px;
  padding: 1.0625rem 1.65rem;
  letter-spacing: 0.35em;
}
@media screen and (min-width: 768px) {
  .service__list-item {
    font-size: 1.25rem;
    padding: 1.25rem 2.28125rem;
    letter-spacing: 0.39em;
  }
}

.service__list-item:last-child {
  border-right: 1px solid #fff;
}

.service__decoration {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service__decoration {
    margin: auto 0;
  }
}

.service__decoration span {
  display: inline-block;
  width: 1px;
  width: 0.0625rem;
  height: 50px;
  height: 3.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .service__decoration span {
    width: 3.75rem;
    height: 0.0625rem;
  }
}

.service__flow {
  border-left: 1px solid #fff;
  padding: 40px 0;
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 13px auto 0 0.8em;
  margin: 0.8125rem auto 0 0.8em;
}
@media screen and (min-width: 600px) {
  .service__flow {
    max-width: 21.875rem;
    width: 100%;
    margin: 0.8125rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .service__flow {
    margin: 0;
  }
}

.service__flow-item {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.service__flow-item:not(:first-child) {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.service__flow-item::before {
  content: "";
  position: absolute;
  left: -2%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #000;
  border: 2px solid #691200;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  border-radius: 10px;
}

.page-company__wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-company__wrapper {
    margin-top: 6.125rem;
  }
}

.page-company__item {
  padding: 21px 0 25px;
  padding: 1.3125rem 0 1.5625rem;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 768px) {
  .page-company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8125rem 0;
  }
}

.page-company__item:first-child {
  border-top: 1px solid #222222;
}

.page-company__title,
.page-company__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-weight: 400;
}

.page-company__title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page-company__title {
    min-width: 16.666%;
  }
}

.page-company__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-company__text {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.page-company__mail {
  text-decoration: underline;
  color: #691200;
}

.page-concept__top {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-concept__top {
    margin-top: 6.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.page-concept__top-img {
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-concept__top-img {
    width: 100%;
  }
}

.page-concept__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-concept__top-body {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-concept__top-body {
    margin-top: 0;
  }
}

.page-concept__top-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 13px;
  gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .page-concept__top-text {
    font-size: 1.125rem;
    line-height: 1.7;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.0625rem;
  }
}

.page-concept__top-text:not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .page-concept__top-text:not(:first-child) {
    margin-top: 2.1875rem;
  }
}

.page-concept__top-text span {
  font-family: "collier", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #691200;
  line-height: 1;
  width: 23px;
  width: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .page-concept__top-text span {
    font-size: 2.25rem;
    min-width: 6.5%;
  }
}

.page-concept__top-comments {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .page-concept__top-comments {
    margin-top: 3.25rem;
  }
}

.page-concept__top-comment {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-concept__top-comment {
    font-size: 1rem;
  }
}

.page-concept__top-comment:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p1 {
  font-weight: 500;
}

.p2 {
  font-family: "Noto Sans JP", sans-serif;
}

.p3 {
  font-family: "collier", sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.layout-concept {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .layout-concept {
    margin-top: 7.8125rem;
  }
}

.layout-conceptSub {
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .layout-conceptSub {
    margin-top: 10.3125rem;
  }
}

.layout-flow {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-flow {
    margin-top: 7.5rem;
  }
}

.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.layout-member {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .layout-member {
    margin-top: 12.5rem;
  }
}

.layout-portfolio {
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .layout-portfolio {
    margin-top: 13.5rem;
  }
}

.layout-SubPage {
  margin-top: 157px;
  margin-top: 9.8125rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .layout-SubPage {
    margin-top: 12.8125rem;
    padding-bottom: 10rem;
  }
}
/*# sourceMappingURL=styles.css.map */
