body {
  font-family: "Montserrat", "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;
  padding: 5px 5px 5px 5px;
  width: 160px;
  margin: auto;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #333;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #333;
}
.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}

.header {
  background-color: rgba(0, 64, 124, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__contents {
  display: none;
}
.header__container {
  width: 100%;
  position: relative;
}
.header__logo {
  display: inline-block;
  padding: 10px 14px 30px;
  font-size: 20px;
  color: #fff;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/button/burger-w.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background: url(../img/button/cross-w.png) center center no-repeat;
  background-size: 100% auto;
}

.drawer {
  display: none;
  padding: 30px;
  border-top: 1px solid #fff;
}
.drawer__contents {
  height: calc(100vh - 88px);
  padding-top: 60px;
}
.drawer__nav-item {
  a-text-decoration: none;
}
.drawer__nav-item + .drawer__nav-item {
  margin-top: 24px;
}
.drawer__nav-item a:hover {
  -webkit-text-decoration: underline solid #fff 1px;
          text-decoration: underline solid #fff 1px;
  text-underline-offset: 5px;
}

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

.section__inner {
  padding: 50px 30px;
}
.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 {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #00407c;
  letter-spacing: 0.1em;
}
.section__head-sub {
  display: block;
  font-size: 15px;
  color: #4198bd;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service__item + .service__item {
  margin-top: 40px;
}
.service__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 150px;
  margin-bottom: 14px;
}
.service__item-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.service__item-text {
  font-size: 14px;
}
.service__contents {
  line-height: 1.6;
}

.works {
  background-color: #e6e3e1;
}
.works__item + .works__item {
  margin-top: 40px;
}
.works__item-img {
  margin-bottom: 12px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.55);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.55);
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.works__item-link {
  text-decoration: underline;
  font-size: 14px;
}

.about__img {
  width: 300px;
  margin: 80px auto;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow {
  background-color: #e6e3e1;
}
.flow__list {
  margin-top: 60px;
}
.flow__item {
  position: relative;
  border: 1px solid rgba(214, 114, 91, 0.9568627451);
  padding: 46px 16px 24px;
  background-color: #fff;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
.flow__item-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  background-color: rgba(214, 114, 91, 0.9568627451);
  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;
}
.flow__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 130px;
  margin-bottom: 24px;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item-text {
  font-size: 13px;
  line-height: 1.6;
}

.message__text {
  font-size: 16px;
  line-height: 1.6;
}

.shop-contents .form-input {
  display: block;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #4198bd;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  padding: 14px;
  margin: auto;
  margin-bottom: 20px;
}
.shop-contents .form-submit {
  border-radius: 4px;
  border: none;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  display: block;
  margin: 10px auto 0;
  width: 80px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #4198bd;
}
.shop-contents #contact {
  display: block;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  resize: none;
  margin: auto;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #4198bd;
  width: 300px;
  height: 200px;
}

.footer {
  text-align: center;
  padding: 10px;
}
.footer__copy {
  font-size: 11px;
}

/*-------------------
// pc
-------------------*/
@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main {
    -ms-flex-preferred-size: 79.2%;
        flex-basis: 79.2%;
  }
  .header {
    position: relative;
    -ms-flex-preferred-size: 20.8%;
        flex-basis: 20.8%;
    padding: 50px 10px;
  }
  .header__nav-link {
    margin-bottom: 30px;
  }
  .header__container {
    width: 150px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header__logo {
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    border: none;
    display: block;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #00407c;
  }
  .button:hover .button__text {
    color: #00407c;
  }
  .button--bg {
    color: #00407c;
  }
  .button--bg:hover {
    opacity: 0.7;
  }
  .section__inner {
    max-width: 944px;
    margin: 50px auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
  }
  .fv__contents {
    background: url(../img/fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .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(2, 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;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  /*-------------------
  // tb
  -------------------*/
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .section__head-main {
    font-size: 50px;
  }
  .fv__contents {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}