@charset "UTF-8";
body {
  display: none;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  color: #414141;
}
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;
  padding: 6px 10px 6px 30px;
  width: 180px;
  margin: 0 auto;
  color: #389a6e;
}
.button--bg .button__text {
  color: #389a6e;
  font-weight: 500;
}
.button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
}
.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #389a6e;
  font-weight: 500;
}

.header {
  background-color: #cfebd3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  position: relative;
  width: 100%;
}
.header__logo {
  display: inline-block;
  padding: 20px 24px;
  font-size: 20px;
  color: #389a6e;
  font-weight: 700;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 14px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  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 {
  height: calc(100vh - 52px);
  padding-top: 60px;
  display: none;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}

.main {
  background-color: #fffcf1;
}

.fv {
  position: relative;
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: #fffcf1;
}
.fv .content {
  position: relative;
  padding: 20px 20px 0;
  text-align: center;
  color: #57b38a;
}
.fv .content__img {
  width: 300px;
}
.fv .content .main-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 1rem 0 1rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.fv .content .sub-title {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.section {
  padding: 48px 0;
}
.section__inner {
  padding: 32px;
  margin: 0 10px;
}
.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;
  font-weight: 700;
  color: #389a6e;
}
.section__head-sub {
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
  color: #389a6e;
}
.section__lead-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.section__contents {
  margin-top: 40px;
}

.service .section__inner {
  background-color: #cfebd3;
  border-radius: 1rem;
}
.service__item + .service__item {
  margin-top: 56px;
}
.service__item-img {
  text-align: center;
  margin: 0 auto 14px auto;
  width: 64px;
}
.service__item-name {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.service__item-text {
  line-height: 2;
  font-weight: 300;
  font-size: 14px;
}

.works {
  background-color: #fffcf1;
}
.works__item + .works__item {
  margin-top: 56px;
}
.works__item-img {
  margin-bottom: 12px;
}
.works__item-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.works__item-period {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
.works__item-soft {
  font-size: 12px;
  font-weight: 300;
}
.works__item-link {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 300;
}
.works__item-link-icon {
  width: 10px;
  margin-right: 6px;
}

.about .section__inner {
  background-color: #fff;
  border-radius: 1rem;
}
.about__img {
  margin-bottom: 32px;
}
.about__img > img {
  border-radius: 1rem;
}
.about__text {
  font-size: 16px;
  line-height: 2;
}

.flow {
  background-color: #fffcf1;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border-radius: 1rem;
  padding: 46px 16px 24px;
  background-color: #fff;
}
.flow__item + .flow__item {
  margin-top: 64px;
}
.flow__item-num {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e3eae5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #414141;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow__item-img {
  text-align: center;
  width: 64px;
  margin: 0 auto 24px auto;
}
.flow__item-name {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item-text {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
}

.price .section__inner {
  background-color: #cfebd3;
  border-radius: 1rem;
}
.price__list {
  margin-top: 64px;
}
.price__item {
  position: relative;
  border-radius: 1rem;
  padding: 24px 16px 24px;
  background-color: #fff;
}
.price__item + .price__item {
  margin-top: 64px;
}
.price__item-img {
  text-align: center;
  width: 64px;
  margin: 0 auto 24px auto;
}
.price__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.price__item-text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  font-weight: 300;
}
.price__item-price {
  margin: 32px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.price__item-price-tax {
  font-size: 12px;
  font-weight: 500;
}
.price__item-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  padding-left: 40px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__item-term-img {
  display: block;
  width: 10px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0; /*縮めたくない要素に指定*/
}
.price__item-term-text {
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.message__img {
  margin-bottom: 32px;
}
.message__img > img {
  border-radius: 10px;
}
.message__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}

.contact__item {
  background-color: #cfebd3;
  padding: 40px;
}
.contact__button {
  background-color: #fffcf1;
  color: #414141;
  border-radius: 50px;
}
.contact .button__text {
  color: #414141;
}

.footer {
  text-align: center;
  padding: 10px;
  background-color: #cfebd3;
  color: #57b38a;
}
.footer__copy {
  font-size: 11px;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
}

/*---------------------------------------
// PC
---------------------------------------*/
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    padding: 20px 20px;
    z-index: 999;
  }
  .header__container {
    margin: 0 auto;
    position: sticky;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    display: none;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 24px;
    height: 60px;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .header__nav-item + .header__nav-item {
    margin-top: 0;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
    padding: 6px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #cfebd3;
    color: #389a6e;
    border-radius: 0.15em;
  }
  .button__icon {
    width: 14px;
  }
  .button__text {
    font-size: 14px;
    margin-left: 6px;
    color: #389a6e;
  }
  .button:hover {
    background-color: #fff;
  }
  .section__inner {
    max-width: 1050px;
    margin: 0 auto;
    padding: 48px;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
  }
  .section__contents {
    margin-top: 64px;
  }
  .fv__contents {
    background: url(../img/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 152px;
    padding-top: 24px;
    padding-left: 76px;
  }
  .service .section__inner {
    background-color: #cfebd3;
    border-radius: 1rem;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
  .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;
  }
  .about__img {
    width: 100%;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .price__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
  .price__item {
    display: grid;
    grid-row: span 5;
    grid-template-rows: subgrid;
    gap: 12px;
  }
  .price__item + .price__item {
    margin-top: 0;
  }
  .price__item-term {
    padding-left: 10px;
  }
  .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;
    gap: 40px;
  }
  .message__img {
    width: 100%;
  }
  .contact__button {
    background-color: #fffcf1;
    padding: 10px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    color: #414141;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .contact__button:hover {
    background-color: #fffcf1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .contact__button:hover .button__icon {
    color: #389a6e;
  }
  .contact__button:hover .button__text {
    color: #389a6e;
  }
  .contact__item {
    padding: 54px 10px;
  }
}
/*---------------------------------------
// タブレット
---------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__inner {
    padding: 32px;
    margin: 0 10px;
  }
  .section__head-main {
    font-size: 48px;
  }
  .fv__contents {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .about__container {
    gap: 20px;
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .message__container {
    gap: 20px;
  }
}