html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  font-family: "Cardo", serif, "Oswald", "Noto Sans JP", sans-serif;
  color: #333;
}
body.is-fixed {
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0px;
  width: 160px;
  margin: 0 auto;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #e7baa0;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button--border__wide {
  border: 1px solid #e7b09f;
}
.button--border__wide .button__text {
  color: #e7b09f;
}
.button__text {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}

.header {
  background-color: #e7baa0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  position: relative;
  width: 100%;
}
.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.header__logo::before {
  content: "";
  background: url(../img/icon.png);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header__contents {
  display: none;
  height: calc(100vh - 82px);
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}

.fv {
  position: relative;
}
.fv__img {
  display: block;
}
.fv__img img {
  width: 100%;
  margin-top: 82px;
}
.fv__contents {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 209px;
  background: url(../img/sp/bg_fv.png) center center no-repeat;
  background-size: 100% auto;
  padding: 32px;
}
.fv__heading-main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #e7b09f;
  font-family: "Cardo", serif;
}
.fv__heading-sub {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

.section {
  padding: 40px 0;
  margin-top: 10px;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}
.section__head--center {
  text-align: center;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
  display: block;
  color: #e7b09f;
}
.section__head-sub {
  font-size: 11px;
  display: block;
  color: #e7b09f;
}
.section__read-text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
.section__icon {
  color: #cdd0ba;
  font-size: 70px;
}

.service__item + .service__item {
  margin-top: 10px;
}
.service__item-img {
  text-align: center;
}
.service__item-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.service__item-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.skills__item + .skills__item {
  margin-top: 10px;
}
.skills__item-img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.skills__item-img img {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background-color: #e7a0aa;
}
.skills__item-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.skills__item-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.works {
  background-color: #f9f9f9;
}
.works__item + .works__item {
  margin-top: 40px;
}
.works__text p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  display: inline;
  padding: 0 10px;
  background-color: #f4e8c1;
}
.works__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.works__item-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 10px;
}
.works__item-link {
  text-decoration: underline;
  font-size: 16px;
}
.works__pass {
  margin-top: 10px;
}
.works__pass-list {
  padding: 10px 10px 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #cdd0ba)
  );
  background-image: linear-gradient(transparent 70%, #cdd0ba 0%);
}
.works__pass-list li {
  font-size: 20px;
}
.works__pass-list li span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 25px;
}
.works__item-img {
  margin-bottom: 12px;
  text-align: center;
}
.works__item-img img {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px #00000026;
  object-fit: cover;
  aspect-ratio: 141/80;
}

.about__img {
  margin-bottom: 32px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.about__img img {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}
.about__text-ttl {
  border-bottom: 1px solid #5e685d;
  display: inline-block;
}
.about__text div {
  margin-bottom: 20px;
}

.flow {
  background-color: #f9f9f9;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #ec7f40;
  padding: 46px 15px 24px;
  background-color: #fff;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
.flow__item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  background-color: #e7baa0;
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.flow__item-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.flow__icon {
  color: #cdd0ba;
  font-size: 70px;
}

.message__text {
  font-size: 16px;
  line-height: 1.6;
}
.message__text-contents {
  margin-top: 20px;
  width: 100%;
  margin: 0 auto;
}
.message__price {
  margin: 60px auto 0;
  font-size: 16px;
  line-height: 1.6;
}
.message__price table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 95%;
}
.message__price table td,
.message__price table th {
  border-bottom: 1px solid #e7b09f;
}
.message__price table tr {
  height: 40px;
}
.message__price table td {
  vertical-align: middle;
}
.message__price table tr td:nth-child(1) {
  text-indent: 10px;
}

.page-bottom {
  color: #fff;
}
.page-bottom__item {
  padding: 40px;
}
.page-bottom__item--contact {
  background-color: rgba(238, 226, 211, 0.5);
  color: #fff;
}
.page-bottom__item--twitter {
  background-color: rgba(238, 226, 211, 0.3);
  color: #fff;
}

.contact {
  background-position: 20% 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/contact.jpg);
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: overlay;
}

.contact__main {
  height: 100vh;
  background-color: #f9f9f9;
}

.contact-form__area {
  margin: 0 auto;
  text-align: center;
}

.contact__ttl {
  padding-top: 40px;
  text-align: left;
}

.contact__inner {
  width: 90%;
  margin: 0 auto;
}

.contact-form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.contact-form-column label {
  text-align: left;
}
.contact-form-column input,
.contact-form-column textarea {
  padding: 5px;
  font-size: 20px;
}

.contact__submit {
  margin-top: 40px;
}

.footer {
  background-color: #f9f9f9;
  text-align: center;
  padding: 10px;
}
.footer__copy {
  font-family: "Noto Sans JP";
  font-size: 11px;
}

.footer__color {
  background-color: #f9f9f9;
}

/* ===============================================
//pc
=============================================== */
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0%;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper .main {
    -ms-flex-preferred-size: 79.2%;
    flex-basis: 79.2%;
  }
  .wrapper .header {
    position: relative;
    -ms-flex-preferred-size: 20.8%;
    flex-basis: 20.8%;
    padding: 50px 20px;
  }
  .wrapper .header__container {
    margin: 0 auto;
    width: 160px;
    position: sticky;
    top: 50px;
  }
  .wrapper .header__logo {
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .wrapper .header__menu-button {
    display: none;
  }
  .wrapper .header__contents {
    display: block;
    border: none;
    height: 100%;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
    opacity: 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #4a4a4a;
  }
  .button:hover .button__text {
    color: #4a4a4a;
  }
  .button--bg {
    color: #4a4a4a;
  }
  .button--bg:hover {
    opacity: 0.7;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
  }
  .section__icon ::before {
    color: #cdd0ba;
  }
  .fv__contents {
    background: url(../img/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-bottom: 96px;
  }
  .fv__img img {
    margin-top: 0;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8%;
  }
  .service__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .service__item-img img {
    height: 69px;
    width: auto;
  }
  .skills__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8%;
  }
  .skills__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .skills__item + .skills__item {
    margin-top: 0;
  }
  .skills__item-img img {
    height: 50px;
    width: 50px;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .message__img {
    max-width: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .message-contents {
    width: 80%;
  }
  .message__text-contents {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .message__price table {
    width: 75%;
    margin-left: 0;
  }
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-bottom__item {
    padding: 54px;
  }
  .contact__form {
    width: 80%;
    margin: 0 auto;
  }
}
.end-message {
  display: none;
}

.false-message {
  display: none;
}

/* ===============================================
    //tab
    =============================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__head-main {
    font-size: 54px;
  }
  .fv__contents {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .message__price table {
    width: 95%;
  }
  .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__text-sub {
    margin-top: 20px;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact {
    background-position: 50% 75%;
  }
}
