@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

/*
ol,
ul {
  list-style: none;
}
*/
html {
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    scroll-padding-top: 84px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    scroll-padding-top: 84px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
  border: none;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  display: block;
  cursor: pointer;
}

.l-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .l-inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/*=========================================
    header
=========================================*/
.l-header {
  background: rgba(0, 0, 0, 0.9);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  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;
  padding: 14px 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__inner {
    padding: 15px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    padding: 15px 80px;
  }
}

.l-header__logo {
  font-family: "Maven Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__logo {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__logo {
    font-size: 24px;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
  color: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.l-header__right {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__right {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__right {
    display: block;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.l-header__nav-link {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.l-header__nav-link:hover {
  color: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.l-header__nav-link:hover svg {
  fill: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.l-header__nav-button {
  font-family: "Maven Pro", sans-serif;
  padding: 16px 24px;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.drawer-icon {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: rgb(237, 202, 133);
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}

/*ボタン内側*/
.drawer-icon .drawer-icon-area {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /*アニメーションの設定*/
  width: 32px;
  height: 32px;
}

.drawer-icon span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 6px;
  height: 3px;
  border-radius: 2px;
  background: #4A4A4A;
  width: 21px;
}

.drawer-icon span:nth-of-type(1) {
  top: 8px;
}
.drawer-icon span:nth-of-type(2) {
  top: 15px;
}
.drawer-icon span:nth-of-type(3) {
  top: 22px;
}

.drawer-icon.is-checked span:nth-of-type(1) {
  top: 14px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 60%;
}
.drawer-icon.is-checked span:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked span:nth-of-type(3) {
  top: 14px;
  left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 60%;
}

/*=========================================
    drawer
=========================================*/
.drawer-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 59px;
  left: 0;
  background: rgb(0, 0, 0);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.drawer-content.is-checked {
  opacity: 1;
  z-index: 100;
}

.drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
  margin-top: 40px;
}

.drawer-content_link {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.drawer-button {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  padding: 16px 50px;
}

.l-footer {
  background: #333;
  padding-top: 32px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer__wrap {
    -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;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrap {
    -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;
  }
}

.l-logo {
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-logo {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .l-logo {
    font-size: 24px;
  }
}
.l-logo:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
    gap: 32px;
  }
}

.l-footer__nav-link {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer__nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__nav-link {
    font-size: 16px;
  }
}
.l-footer__nav-link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.l-footer__copyright {
  font-family: "Maven Pro", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  padding-top: 40px;
}
@media screen and (min-width: 1280px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.c-button {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background: rgb(237, 202, 133);
  border: 2px solid rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.c-button:hover {
  color: rgb(237, 202, 133);
  background: transparent;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.c-button-circle {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.c-button-arrow {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.c-works__thumbnail--pc {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.c-works__thumbnail--pc img {
  width: 260px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .c-works__thumbnail--pc img {
    width: 296px;
  }
}
@media screen and (min-width: 1280px) {
  .c-works__thumbnail--pc img {
    width: 296px;
  }
}

.c-works__thumbnail--sp {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}
.c-works__thumbnail--sp img {
  width: 50.946px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .c-works__thumbnail--sp img {
    width: 58px;
  }
}
@media screen and (min-width: 1280px) {
  .c-works__thumbnail--sp img {
    width: 58px;
  }
}

.c-section__title-en {
  font-family: "Maven Pro", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .c-section__title-en {
    font-size: 64px;
  }
}

.c-section__title-ja {
  color: rgb(237, 202, 133);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 1280px) {
  .c-section__title-ja {
    font-size: 16px;
  }
}

.c-number-box {
  color: rgb(237, 202, 133);
  font-family: Electrolize;
  font-weight: 400;
}

.c-mini-title {
  font-size: 11px;
  margin-bottom: -5px;
}
@media screen and (min-width: 1280px) {
  .c-mini-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

.c-number {
  font-size: 28px;
}
@media screen and (min-width: 1280px) {
  .c-number {
    font-size: 40px;
  }
}

.c-tips-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .c-tips-title {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
}

.c-price__box--silver {
  background: linear-gradient(45deg, #797979 27.66%, rgba(255, 255, 255, 0.6) 54.53%, #797979 79.78%);
}

.c-price__box--gold {
  background: linear-gradient(45deg, #EDCA85 25.53%, rgba(252, 239, 214, 0.9) 51.34%, #EDCA85 77.14%);
  color: #000;
}

.c-price__box--lightsilver {
  background: linear-gradient(45deg, #D9D9D9 26.75%, rgba(165, 165, 165, 0.7) 50.93%, #D9D9D9 74.12%);
}

.c-section__title--en--contact {
  color: #797979;
  font-family: "Maven Pro", sans-serif;
  font-size: 40px;
}
@media screen and (min-width: 1280px) {
  .c-section__title--en--contact {
    font-size: 64px;
  }
}

.c-section__title--ja--contact {
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #BA913E;
}
@media screen and (min-width: 1280px) {
  .c-section__title--ja--contact {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.c-form__field__label {
  color: #333;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .c-form__field__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-form__field__label {
    font-size: 20px;
  }
}

.c-form__field__tag {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  background: #C4C4C4;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .c-form__field__tag {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .c-form__field__tag {
    font-size: 14px;
  }
}
.c-form__field__tag.is-required {
  background: rgb(237, 202, 133);
}

.c-form__text {
  width: 100%;
  padding: 10px 0 10px 16px;
  color: #333;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .c-form__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .c-form__text {
    padding: 10px 0 10px 20px;
    font-size: 18px;
  }
}
.c-form__text:hover, .c-form__text:focus {
  border-color: rgb(237, 202, 133);
  outline: none;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.c-contact__button-circle {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.c-contact__button-arrow {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.c-totop__icon {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .c-totop__icon {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .c-totop__icon {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
.c-totop__icon.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.c-totop__icon:hover {
  opacity: 0.7;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-fv__section {
  background: url(../img/fv-background.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 1280px) {
  .p-fv__section {
    background: url(../img/fv-background.jpg) no-repeat top center/cover;
    background-attachment: fixed;
  }
}

.p-fv__background--opacity {
  background: rgba(51, 51, 51, 0.8);
}

.l-fv__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 85px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-fv__inner {
    padding: 90px 40px 90px;
  }
}
@media screen and (min-width: 1280px) {
  .l-fv__inner {
    padding-top: 122px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .p-fv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-fv__tag {
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-fv__tag {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__tag {
    font-size: 22px;
  }
}

.p-fv__title {
  font-family: "Maven Pro", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-fv__title {
    font-size: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__title {
    font-size: 64px;
  }
}

.p-fv__philosophy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  padding-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-fv__philosophy {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__philosophy {
    font-size: 28px;
  }
}

.p-fv__mockup-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-fv__mockup-wrap {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__swiper {
    width: 720px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__swiper {
    width: 600px;
  }
}

.p-fv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-fv__button {
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    position: absolute;
    content: "";
    left: 6%;
    bottom: 100px;
  }
}

.p-fv__button-works {
  display: block;
  text-align: center;
  color: rgb(237, 202, 133);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  border: 1px solid rgb(237, 202, 133);
  padding: 18px 0;
  width: 240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-fv__button-works {
    width: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__button-works {
    margin: 0;
    font-size: 16px;
  }
}
.p-fv__button-works:hover {
  color: #4A4A4A;
  background: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-fv__button-works:hover .c-button-circle > circle {
  fill: #4A4A4A;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-fv__button-works:hover .c-button-arrow > path {
  stroke: #EDCA85;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.p-fv__button-contact {
  text-align: center;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.42px;
  border: 1px solid rgb(237, 202, 133);
  background: rgb(237, 202, 133);
  padding: 14px 0;
  width: 240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-fv__button-contact {
    width: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__button-contact {
    margin: 0;
    font-size: 16px;
  }
}
.p-fv__button-contact:hover {
  color: rgb(237, 202, 133);
  background: transparent;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-fv__button-contact:hover .c-button-circle-contact > circle {
  fill: #EDCA85;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-fv__button-contact:hover .c-button-arrow-contact > path {
  stroke: #4A4A4A;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

/*=========================================
    swiper
=========================================*/
.swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

/*=========================================
    スクロールダウン
=========================================*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 12px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}

.p-service__section {
  background: url(../img/service.background.png) bottom center/cover;
}
@media screen and (min-width: 1280px) {
  .p-service__section {
    background: url(../img/service.background.png) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

.p-service__background--opacity {
  background: rgba(51, 51, 51, 0.9);
  margin-top: -1px;
}

.l-service__inner {
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-service__inner {
    padding: 60px 0 80px;
  }
}

.p-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-service__items {
    gap: 40px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__items {
    gap: 40px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-service__item {
  background: #797979;
  padding: 20px 32px 32px;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-service__item {
    padding: 27px 32px 37px 40px;
    margin: 0 auto;
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__item {
    padding: 27px 32px 37px 40px;
    margin: 0;
    max-width: 800px;
  }
}

@media screen and (min-width: 1280px) {
  .p-service__item2 {
    margin-left: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .p-service__item3 {
    margin-left: 200px;
  }
}

.p-triangle-image {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
}
.p-triangle-image img {
  width: 40px;
  height: 40px;
}

.p-service__head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-service__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-number-box {
  text-align: left;
  margin-right: 6px;
}
@media screen and (min-width: 1280px) {
  .p-number-box {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-service__body {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__body {
    position: relative;
  }
}

.service__image {
  width: 140px;
  height: 140px;
  background: #F5F5F5;
  border-radius: 50%;
  text-align: center;
  margin: 24px auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .service__image {
    position: absolute;
    content: "";
    top: -60px;
    right: 0;
    width: 170px;
    height: 170px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .service__image {
    position: absolute;
    content: "";
    top: -80px;
    right: 0;
    width: 200px;
    height: 200px;
    margin: 0;
  }
}
.service__image img {
  width: 140px;
  height: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .service__image img {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 1280px) {
  .service__image img {
    width: 200px;
    height: 200px;
  }
}

.p-service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-service__text {
    font-size: 16px;
    margin-top: 28px;
    width: calc(100% - 32px - 200px - 28px);
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__text {
    font-size: 16px;
    margin-top: 28px;
    width: calc(100% - 32px - 200px - 28px);
    text-align: left;
  }
}

.p-works__section {
  background: url(../img/works-background.png);
}

.p-works__background--opacity {
  background: rgba(121, 121, 121, 0.9);
  margin-top: -1px;
}

.l-works__inner {
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-works__inner {
    padding: 60px 0 80px;
  }
}

.p-works__items {
  margin-top: 41px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    width: 670px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
    width: 1000px;
    margin-inline: auto;
  }
}

.p-works__item {
  width: 310px;
}

.p-works__thumbnail {
  position: relative;
  width: 260px;
  height: 166px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works__thumbnail {
    width: 296px;
    height: 189px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__thumbnail {
    width: 296px;
    height: 189px;
  }
}

.p-works__body {
  margin-top: 15px;
}
@media screen and (min-width: 1280px) {
  .p-works__body {
    margin-top: 18px;
  }
}

.p-works__work--title {
  text-align: center;
  font-weight: 700;
}
.p-works__work--title span {
  padding-left: 15px;
}

.p-works__work--password {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

.p-works__work--labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.p-works__work--label {
  font-size: 12px;
  font-weight: 400;
  border-radius: 18px;
  border: 1px solid #FFF;
  padding: 0 16px;
}

.p-works__work--button--wrap {
  width: 200px;
  margin-inline: auto;
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works__work--button--wrap {
    width: 240px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__work--button--wrap {
    width: 240px;
    margin-top: 30px;
  }
}

.p-works__work--button {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  background: #333;
  text-align: center;
  padding: 10px 63px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (min-width: 1280px) {
  .p-works__work--button {
    font-size: 16px;
    padding: 8px 74px;
  }
}
.p-works__work--button:hover {
  background: rgb(237, 202, 133);
  color: #4A4A4A;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.p-works__button {
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works__button {
    width: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__button {
    width: 220px;
  }
}

.p-works__more-button {
  color: rgb(237, 202, 133);
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.42px;
  border: 1px solid rgb(237, 202, 133);
  padding: 14px 78px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works__more-button {
    margin: 0;
    font-size: 16px;
    padding: 14px 87px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__more-button {
    margin: 0;
    font-size: 16px;
    padding: 14px 87px;
  }
}
.p-works__more-button:hover {
  color: #4A4A4A;
  background: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-works__more-button:hover .c-button-circle > circle {
  fill: #4A4A4A;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-works__more-button:hover .c-button-arrow > path {
  stroke: #EDCA85;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.p-about__section {
  background: url(../img/about-background.png) top center/cover;
}
@media screen and (min-width: 1280px) {
  .p-about__section {
    background: url(../img/about-background.png) no-repeat top center/cover;
    background-attachment: fixed;
  }
}

.p-about__background--opacity {
  background: rgba(121, 121, 121, 0.95);
  margin-top: -1px;
}

.l-about__inner {
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-about__inner {
    padding: 60px 0 80px;
  }
}

.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding: 0 30px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px;
    margin-top: 60px;
  }
}

.p-about__icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about__icon img {
  border-radius: 50%;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-about__icon {
    width: 240px;
    height: 240px;
  }
}

.p-about__sub--title {
  font-size: 20px;
  margin-left: 10px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__sub--title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__sub--title {
    font-size: 24px;
  }
}
.p-about__sub--title::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -10px;
  width: 4px;
  height: 29px;
  background: rgb(237, 202, 133);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__sub--title::before {
    height: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__sub--title::before {
    height: 35px;
  }
}

.p-about__profile--text {
  font-size: 14px;
  margin: 16px 10px 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__profile--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__profile--text {
    font-size: 16px;
  }
}

.p-about__bottom--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__bottom--box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__bottom--box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-about__skill--text {
  margin: 16px 10px 0 10px;
}

.p-about__skill--title {
  font-size: 14px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__skill--title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__skill--title {
    font-size: 16px;
  }
}

.p-about__skill-design {
  padding-top: 30px;
}

.p-about__skill--items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: start;
  gap: 5px;
  width: 290px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__skill--items {
    width: 310px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__skill--items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 350px;
  }
}

.p-about__skill--item {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-about__skill--item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__skill--item {
    font-size: 16px;
  }
}

.p-about__sns--text {
  margin: 16px 10px 0 10px;
}

.sns__link {
  display: block;
  width: 30px;
  height: 30px;
}
.sns__link:hover svg {
  fill: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.p-price__section {
  background: url(../img/price.contact-background.png) center center/cover;
}
@media screen and (min-width: 1280px) {
  .p-price__section {
    background: url(../img/price.contact-background.png) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

.p-price__background--opacity {
  background: rgba(51, 51, 51, 0.9);
  margin-top: -1px;
}

.l-price__inner {
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-price__inner {
    padding: 60px 0 80px;
  }
}

.p-price__items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .p-price__items {
    margin-top: 40px;
    gap: 60px;
  }
}

.p-price__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-price__head {
    gap: 17px;
    padding-bottom: 10px;
  }
}
.p-price__head::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgb(237, 202, 133);
}

.p-price__head-shopify::after {
  width: 140px;
}
@media screen and (min-width: 1280px) {
  .p-price__head-shopify::after {
    width: 200px;
  }
}

.p-price__head-coding::after {
  width: 190px;
}
@media screen and (min-width: 1280px) {
  .p-price__head-coding::after {
    width: 270px;
  }
}

.p-price__body1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 400px;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-price__body1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1000px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-price__body1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    margin: 40px 0 0;
    max-width: 1000px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-price__body2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-price__body2 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1280px) {
  .p-price__body2 {
    margin: 40px 0 0;
    max-width: 1000px;
  }
}

.p-price__body2--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-price__body2--wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-price__body2--wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0 0;
  }
}

.p-price__box1 {
  max-width: rm(380);
}

.p-price__box1--option {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-price__box--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 66px;
  line-height: 66px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-price__box--title {
    font-size: 20px;
    height: 69px;
    line-height: 69px;
  }
}

.p-price_box--wrap {
  background: #fff;
  padding: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-price_box--wrap-shopify {
    height: 410px;
  }
}
@media screen and (min-width: 1280px) {
  .p-price_box--wrap-shopify {
    height: 428px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-price_box--wrap-coding {
    height: 440px;
  }
}
@media screen and (min-width: 1280px) {
  .p-price_box--wrap-coding {
    height: 369px;
  }
}

.p-price__box--price {
  color: #000;
  font-family: "Maven Pro", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-price__box--price {
    font-size: 32px;
  }
}
.p-price__box--price::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid #D9D9D9;
  width: 200px;
}
.p-price__box--price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .p-price__box--price span {
    font-size: 20px;
  }
}

.p-price__wrap {
  margin: 0 15px;
}

.p-price__wrap1 {
  padding-top: 32px;
  margin: 0 15px;
}
@media screen and (min-width: 1280px) {
  .p-price__wrap1 {
    margin: 0 30px;
  }
}

.p-price__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  list-style-image: url(../img/list_icon_black.png);
}
@media screen and (min-width: 1280px) {
  .p-price__text {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.p-price__text1 {
  list-style-image: url(../img/list_icon_gold.png);
}

.p-price__text2 {
  margin-bottom: 15px;
}

.p-price__text-other {
  list-style-image: url(../img/list_icon_silver.png);
}

.p-price__discount {
  font-size: 16px;
  font-weight: 700;
}

.p-price__detail {
  text-align: right;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.p-contact__section {
  background: url(../img/price.contact-background.png) center center/cover;
}

.p-contact__background--opacity {
  background: rgba(51, 51, 51, 0.9);
  margin-top: -1px;
}

.l-contact__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-contact__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-contact__inner {
    padding: 80px 0;
  }
}

.p-contact__box {
  background: #F0F0F0;
  padding: 40px 18px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-contact__box {
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__box {
    padding: 40px 0 60px;
  }
}

.p-contact__section--title {
  text-align: center;
}

.contact__description {
  color: #333;
  padding-top: 24px;
}
@media screen and (min-width: 1280px) {
  .contact__description {
    font-size: 16px;
    text-align: center;
    padding-top: 32px;
  }
}

.p-contact__form {
  padding-top: 32px;
}
@media screen and (min-width: 1280px) {
  .p-contact__form {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .p-contact__field {
    max-width: 820px;
    margin: 0 auto;
  }
}

.p-form__field {
  padding-bottom: 19px;
}
@media screen and (min-width: 1280px) {
  .p-form__field {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.p-form__field:nth-of-type(n+3) {
  padding-bottom: 27px;
}
@media screen and (min-width: 1280px) {
  .p-form__field:nth-of-type(n+3) {
    padding-bottom: 24px;
  }
}
.p-form__field:last-of-type {
  padding-bottom: 0;
}

.p-form__field--head {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-form__field--head {
    width: 206px;
  }
}
@media screen and (min-width: 1280px) {
  .p-form__field--head {
    width: 206px;
    padding-bottom: 0;
  }
}

.p-form__field--head1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__field--body {
  margin-left: 10px;
}
@media screen and (min-width: 1280px) {
  .p-form__field--body {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-form__field--request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.p-form__request:hover .p-form__request--text::before {
  border-color: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.p-form__request--input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__request--input:checked + .p-form__request--text::after {
  opacity: 1;
}
.p-form__request--input:focus + .p-form__request--text::before {
  border-color: rgb(237, 202, 133);
}

.p-form__request--text {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-form__request--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-form__request--text {
    font-size: 18px;
  }
}
.p-form__request--text::before, .p-form__request--text::after {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.p-form__request--text::before {
  width: 20px;
  height: 20px;
  border: 2px solid #C4C4C4;
  left: 0;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  background: #fff;
}
.p-form__request--text::after {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgb(237, 202, 133);
  left: 5px;
  opacity: 0;
}

.p-form__field--publish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
@media screen and (min-width: 1280px) {
  .p-form__field--publish {
    gap: 80px;
  }
}

.p-form__publish:hover .p-form__publish--text::before {
  border-color: rgb(237, 202, 133);
}

.p-form__publish--input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__publish--input:checked + .p-form__publish--text::after {
  border-color: rgb(237, 202, 133);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-form__publish--input:focus + .p-form__publish--text::before {
  border-color: rgb(237, 202, 133);
}

.p-form__publish--text {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-form__publish--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-form__publish--text {
    font-size: 18px;
  }
}
.p-form__publish--text::before, .p-form__publish--text::after {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.p-form__publish--text::before {
  width: 20px;
  height: 20px;
  border: 2px solid #C4C4C4;
  left: 0;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  background: #fff;
}
.p-form__publish--text::after {
  width: 10px;
  height: 10px;
  border: 2px solid rgb(237, 202, 133);
  border-radius: 10px;
  background: rgb(237, 202, 133);
  left: 5px;
  opacity: 0;
}

.p-form__textarea {
  width: 100%;
  height: 150px;
  padding: 10px 16px 0;
  resize: vertical;
  color: #333;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-form__textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-form__textarea {
    font-size: 18px;
  }
}
.p-form__textarea:hover, .p-form__textarea:focus {
  border-color: rgb(237, 202, 133);
  outline: none;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.p-contact__button--wrap {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .p-contact__button--wrap {
    margin-top: 40px;
  }
}

.p-contact__button {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-contact__button input[type=submit] {
  color: #4A4A4A;
  background: transparent;
  border: 1px solid #4A4A4A;
  padding: 14px 71px;
  letter-spacing: 0.42px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-contact__button input[type=submit] {
    font-size: 18px;
    padding: 14px 90px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__button input[type=submit] {
    font-size: 18px;
    padding: 14px 90px;
  }
}
.p-contact__button input[type=submit]:hover {
  color: #fff;
  border: 1px solid #797979;
  background: #797979;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-contact__button input[type=submit]:hover .c-contact__button-arrow > path {
  stroke: #EDCA85;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-contact__button input[type=submit].-active {
  cursor: pointer;
}
.p-contact__button input[type=submit].-active:hover {
  color: #4A4A4A;
  background: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-contact__button input[type=submit].-active:hover .c-contact__button-arrow > path {
  stroke: #EDCA85;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.p-works-page--title__section {
  background: url(../img/about-background.png) no-repeat bottom center/cover;
}

.p-works-page--title__background--opacity {
  background: rgba(51, 51, 51, 0.8);
  margin-top: -1px;
}

.l-works-page--title__inner {
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-works-page--title__inner {
    padding: 71px 0 71px;
  }
}

.p-works-page--category__section {
  background: url(../img/works-background.png) center center/contain;
}

.p-works-page--category__background--opacity {
  background: rgba(121, 121, 121, 0.9);
}

.l-works-page--category__inner {
  padding-bottom: 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-works-page--category__inner {
    padding: 0 0 120px;
  }
}

.p-works-page--category__breadcrumb--trail--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works-page--category__breadcrumb--trail--wrap {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works-page--category__breadcrumb--trail--wrap {
    padding-top: 30px;
  }
}

.p-works-page--category__breadcrumb--trail {
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works-page--category__breadcrumb--trail {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works-page--category__breadcrumb--trail {
    font-size: 14px;
  }
}
.p-works-page--category__breadcrumb--trail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.p-works-page--category__section--title {
  padding-top: 60px;
}
@media screen and (min-width: 1280px) {
  .p-works-page--category__section--title {
    padding-top: 80px;
  }
}

.p-works-page--category__title {
  font-family: "Maven Pro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works-page--category__title {
    font-size: 30px;
    letter-spacing: 0.84px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works-page--category__title {
    font-size: 34px;
    letter-spacing: 0.84px;
  }
}

.sort-btn {
  list-style: none;
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sort-btn {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .sort-btn {
    gap: 16px;
  }
}

.sort {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  padding: 8px 24px;
  border-radius: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sort {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .sort {
    font-size: 16px;
  }
}
.sort:hover {
  color: #333;
  background: #fff;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.selected {
  color: #333;
  background: #fff;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.works-page--category__items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .works-page--category__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    width: 670px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .works-page--category__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
    width: 1000px;
    margin-inline: auto;
  }
}

.p-works-page--category__other {
  overflow-x: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-inline: auto;
  padding-bottom: 20px;
}

.p-works-page--category__table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
  width: 750px;
}
@media screen and (min-width: 1280px) {
  .p-works-page--category__table {
    width: 800px;
  }
}

th,
td {
  padding: 5px 10px;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
  height: 40px;
}
@media screen and (min-width: 1280px) {
  th,
  td {
    font-size: 16px;
  }
}
th:nth-child(1),
td:nth-child(1) {
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  th:nth-child(1),
  td:nth-child(1) {
    width: 225px;
  }
}
@media screen and (min-width: 1280px) {
  th:nth-child(1),
  td:nth-child(1) {
    width: 260px;
    height: 50px;
  }
}
th:nth-child(2),
td:nth-child(2) {
  width: 110px;
}
@media screen and (min-width: 1280px) {
  th:nth-child(2),
  td:nth-child(2) {
    width: 130px;
  }
}
th:nth-child(3),
td:nth-child(3) {
  width: 80px;
}

thead {
  margin-bottom: 3px;
}

th {
  background: rgb(237, 202, 133);
  color: #4a4a4a;
}

tbody tr {
  border-bottom: 1px solid rgb(237, 202, 133);
}

.p-works-page--category__scroll {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works-page--category__scroll {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-works-page--category__scroll {
    display: none;
  }
}

.p-works-page--category__scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*矢印の動き1秒かけて永遠にループ*/
}

/*下からの距離が変化して全体が下→上→下に動く*/
/*Scrollテキストの描写*/
.p-works-page--category__scrolldown span {
  /*描画位置*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  /*テキストの形状*/
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* 丸の描写 */
.p-works-page--category__scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -9px;
  left: -35px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove1 1.6s ease-in-out infinite, cirlemovehide1 1.6s ease-out infinite;
          animation: circlemove1 1.6s ease-in-out infinite, cirlemovehide1 1.6s ease-out infinite;
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@-webkit-keyframes circlemove1 {
  0% {
    left: -40px;
  }
  100% {
    left: 25px;
  }
}
@keyframes circlemove1 {
  0% {
    left: -40px;
  }
  100% {
    left: 25px;
  }
}
@-webkit-keyframes cirlemovehide1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.p-works-page--category__scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*線の形状*/
  width: 65px;
  height: 2px;
  background: #eee;
}

.p-works-page--contact__section {
  background: url(../img/price.contact-background.png) center center/cover;
}

.p-works-page--contact__background--opacity {
  background: rgba(70, 70, 70, 0.9);
}

.l-works-page--contact__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-works-page--contact__inner {
    padding: 60px 0 60px;
  }
}

.p-works-page--contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .p-works-page--contact__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works-page--contact__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works-page--contact__text {
    font-size: 16px;
  }
}

.p-works-page--contact__button-wrap {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-works-page--contact__button-wrap {
    text-align: left;
  }
}

.p-works-page--contact__button {
  color: rgb(237, 202, 133);
  letter-spacing: 0.42px;
  position: relative;
  padding: 14px 56px;
  border: 1px solid rgb(237, 202, 133);
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-works-page--contact__button {
    font-size: 16px;
    padding: 12px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works-page--contact__button {
    font-size: 16px;
    padding: 12px 80px;
  }
}
.p-works-page--contact__button:hover {
  color: #4A4A4A;
  background: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-works-page--contact__button:hover .c-button-circle > circle {
  fill: #4A4A4A;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.p-works-page--contact__button:hover .c-button-arrow > path {
  stroke: #EDCA85;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

/*=========================================
    demo
=========================================*/
.contact-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.contact-item {
  width: 200px;
  color: #fff;
}

.contact-body {
  width: calc(100% - 180px);
}

.form-text {
  width: 100%;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-box-shadow: 1px 2px 1px 1px #6847BC;
          box-shadow: 1px 2px 1px 1px #6847BC;
}
.form-text:hover, .form-text:focus {
  outline: none;
  border-color: #6847BC;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

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

.contact-skill-txt {
  display: inline;
  text-decoration: underline;
}

.checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.checkbox-input:checked + .contact-privacy::after {
  opacity: 1;
}

.contact-privacy {
  position: relative;
  padding-left: 38px;
  color: #fff;
}
.contact-privacy::before, .contact-privacy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-privacy::before {
  width: 27px;
  height: 27px;
  border-radius: 1px;
  border: 1px solid #3E3E3E;
  background: #fff;
}
.contact-privacy::after {
  opacity: 0;
  width: 10px;
  height: 20px;
  border-bottom: 1px solid #6847BC;
  border-right: 1px solid #6847BC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -2px;
  left: 9px;
}

.form-button {
  text-align: center;
}
.form-button input[type=submit] {
  padding: 15px 100px;
  color: #6847BC;
  background: #fff;
  border: 1px solid #6847BC;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.form-button input[type=submit]:hover {
  color: #fff;
  background: #6847BC;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.required::after {
  color: #fff;
  font-size: 14px;
  content: "必須";
  padding: 0.2em 0.8em;
  background-color: #D9544F;
  display: inline-block;
  height: 28px;
  margin-left: 20px;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-thanks__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  height: calc(100vh - 60px - 259px);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-thanks__inner {
    padding: 100px 40px 100px;
    height: calc(100vh - 84px - 137px);
  }
}
@media screen and (min-width: 1280px) {
  .l-thanks__inner {
    padding-top: 120px;
    padding-bottom: 120px;
    height: calc(100vh - 84px - 155px);
  }
}

.thanks__wrap {
  max-width: 324px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .thanks__wrap {
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .thanks__wrap {
    max-width: 500px;
  }
}

.thanks__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .thanks__text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .thanks__text {
    font-size: 22px;
  }
}

.thanks__button--wrap {
  text-align: center;
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .thanks__button--wrap {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .thanks__button--wrap {
    padding-top: 100px;
  }
}

.thanks__button {
  display: block;
  text-align: center;
  color: rgb(237, 202, 133);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  border: 1px solid rgb(237, 202, 133);
  padding: 18px 0;
  width: 240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .thanks__button {
    width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .thanks__button {
    font-size: 16px;
    width: 280px;
  }
}
.thanks__button:hover {
  color: #4A4A4A;
  background: rgb(237, 202, 133);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.thanks__button:hover .c-button-circle > circle {
  fill: #4A4A4A;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.thanks__button:hover .c-button-arrow > path {
  stroke: #EDCA85;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}