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

html {
  font-size: 16px;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  line-height: 1.6;
  background: #F7F6EE;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.wrap {
  overflow: hidden;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 1100px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media screen and (max-width: 1099px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    display: block;
    pointer-events: painted;
  }
}

/*デバイスごとの表示切り替え*/
@media screen and (max-width: 1099px) {
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tab-below {
  display: none;
}
@media screen and (max-width: 1099px) {
  .tab-below {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .tab-only {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .tab-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*************************************************************************************
共通インナー
**************************************************************************************/
.inner__1240 {
  max-width: 1240px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner__1240 {
    width: 89%;
  }
}

.inner__1000 {
  max-width: 1000px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner__1000 {
    width: 89%;
  }
}

/*************************************************************************************
共通ボタン
**************************************************************************************/
.btn a {
  display: block;
  text-decoration: none;
  background-color: #1B643F;
  color: #ffffff;
  padding: 15px 68px;
  border: 1px solid #1B643F;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 15px;
    max-width: 375px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background: url(../img/btn-arrow.webp) no-repeat center/cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 1100px) {
  .btn a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .btn a:hover {
    background-color: #ffffff;
    color: #1B643F;
    border: 1px solid #1B643F;
  }
  .btn a:hover::after {
    background: url(../img/btn-arrow-green.webp) no-repeat center/cover;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

.section__title {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 1.5rem;
  }
}

.section__title__en {
  display: block;
  width: 168px;
  margin-right: auto;
  margin-left: auto;
}

/*************************************************************************************
ヘッダー
**************************************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header.change-color {
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header.change-color .header__wrap {
  padding-bottom: 14px;
}

.header__wrap {
  max-width: 1240px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  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;
  padding-top: 18px;
}
@media screen and (max-width: 1099px) {
  .header__wrap {
    padding-top: 15px;
  }
}

.header__logo a {
  display: block;
  width: 220px;
}
@media screen and (max-width: 1099px) {
  .header__logo a {
    width: 180px;
  }
}
.header__logo a img {
  display: block;
}

@media screen and (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}

.header__nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.header__nav__list a {
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 1099px) {
  .header__nav__list a {
    font-size: 0.9375rem;
  }
}
.header__nav__list--contact a {
  background-color: #ffffff;
  border: 2px solid #1B643F;
  padding: 15px 30px;
  color: #1B643F;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .header__nav__list--contact a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header__nav__list--contact a:hover {
    background-color: #1B643F;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 1099px) {
  .header__nav__list--contact a {
    font-size: 0.9375rem;
    padding: 10px 20px;
  }
}

/*************************************************************************************
ドロワーメニュー
**************************************************************************************/
#drawer-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 312px;
  height: 100%;
  background-color: #1B643F;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 1100px) {
  #drawer-nav {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  #drawer-nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #drawer-nav {
    width: 100%;
  }
}

#drawer-nav.panelactive {
  right: 0;
}

.drawer-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#drawer-nav ul {
  position: absolute;
  z-index: 999;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89%;
}

#drawer-nav li {
  list-style: none;
}
#drawer-nav li a {
  color: #ffffff;
  text-decoration: none;
  padding: 19px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#drawer-nav li a img {
  width: 30px;
  height: 30px;
}

/*************************************************************************************
ハンバーガーボタン
**************************************************************************************/
.hamburger {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 15px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #1B643F;
  width: 33px;
}

.hamburger span:nth-of-type(1) {
  top: 20px;
}

.hamburger span:nth-of-type(2) {
  top: 30px;
}

.hamburger span:nth-of-type(3) {
  top: 40px;
}

.hamburger.active span:nth-of-type(1) {
  top: 23px;
  left: 14px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 33px;
  background-color: #ffffff;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 35px;
  left: 14px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 33px;
  background-color: #ffffff;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}
@media screen and (min-width: 1100px) {
  #overlay {
    position: static;
  }
}

/* Prevent background scrolling when menu is active */
body.panelactive {
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  body.panelactive {
    overflow: auto;
  }
}

/*************************************************************************************
フッター
**************************************************************************************/
.footer {
  background-color: #333333;
  padding: 55px 0;
}
@media screen and (max-width: 1099px) {
  .footer {
    padding-bottom: 20px;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1099px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 48px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo a {
  display: block;
  width: 220px;
}
@media screen and (max-width: 1099px) {
  .footer__logo a {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo a {
    width: 180px;
  }
}
.footer__logo a img {
  display: block;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.footer__nav__item a {
  text-decoration: none;
}
@media screen and (max-width: 1099px) {
  .footer__nav__item a {
    font-size: 0.875rem;
  }
}

.footer__copy {
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (max-width: 1099px) {
  .footer__copy {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 0.875rem;
  }
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

/*************************************************************************************
fv
**************************************************************************************/
.fv {
  padding-top: 150px;
  background-color: #F2EFE1;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.fv::after {
  position: absolute;
  content: "";
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 111px;
  height: 55px;
  background: url(../img/fv-fukidashi.webp) no-repeat center/cover;
}
@media screen and (max-width: 1099px) {
  .fv {
    padding-top: 100px;
  }
}

.fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fv__container {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
  }
}

.fv__contents {
  padding-bottom: 100px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fv__contents {
    display: contents;
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
}

.fv__message {
  font-size: clamp(38px, 2.4vw, 42px);
  letter-spacing: 0.06em;
  line-height: 180%;
  white-space: nowrap;
}
@media screen and (max-width: 1099px) {
  .fv__message {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__message {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    white-space: wrap;
    font-size: 1.3125rem;
  }
}
.fv__message .first {
  font-family: "Zen Maru Gothic", sans-serif;
}
.fv__message .black {
  color: #ffffff;
  background-color: #000000;
  margin-right: 10px;
  padding: 3px 10px;
  font-weight: 500;
}

.fv__text {
  font-size: 1.25rem;
  color: #747474;
  font-weight: 700;
  margin-top: 27px;
}
@media screen and (max-width: 1099px) {
  .fv__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 0.9375rem;
    text-align: center;
    margin-top: 0;
  }
}

.fv__btn a {
  margin-top: 62px;
}
@media screen and (max-width: 1099px) {
  .fv__btn a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.swiper__wrap {
  position: relative;
  overflow: hidden;
  width: calc(50% - 40px);
}
@media screen and (max-width: 1099px) {
  .swiper__wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .swiper__wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
}

.fv-swiper .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
}

.fv-swiper .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

/*************************************************************************************
ニュース
**************************************************************************************/
.top-news {
  padding-top: 100px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 120px;
}
@media screen and (max-width: 1099px) {
  .top-news__container {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.top-news__list {
  width: 100%;
}

.top-news__item a {
  display: block;
  pointer-events: none;
  text-decoration: none;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-weight: 400;
}

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

.news__data {
  display: block;
  width: 95px;
  letter-spacing: 0.064em;
}

.news__category {
  background-color: #ffffff;
  padding: 1px 16px;
  border: 1px solid #000000;
  border-radius: 30px;
  letter-spacing: 0.064em;
}

.news__item__title {
  font-weight: 400;
  margin-top: 10px;
}

/*************************************************************************************
事例ピックアップ
**************************************************************************************/
.pickup {
  padding-top: 32px;
  padding-bottom: 62px;
  background-color: #F2EFE1;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding-bottom: 40px;
  }
}

.pickup__title {
  position: relative;
}
.pickup__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.pickup__title span {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #F2EFE1;
}
.pickup__title span::before, .pickup__title span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 23px;
}
.pickup__title span::before {
  left: 0;
  background: url(../img/pickup-title-left.webp) no-repeat center/cover;
}
.pickup__title span::after {
  right: 0;
  background: url(../img/pickup-title-right.webp) no-repeat center/cover;
}

.pickup-item a {
  text-decoration: none;
  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: 30px;
}
@media screen and (max-width: 767px) {
  .pickup-item a {
    margin-top: 20px;
  }
}

.pickup__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pickup__item__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .pickup__item__title {
    margin-top: 10px;
  }
}

.pickup-area {
  position: relative;
}
@media screen and (max-width: 1099px) {
  .pickup-area {
    width: 89%;
  }
}

.pickup-swiper-button-prev,
.pickup-swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
.pickup-swiper-button-prev img,
.pickup-swiper-button-next img {
  width: 24px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .pickup-swiper-button-prev img,
  .pickup-swiper-button-next img {
    width: 18px;
  }
}

.pickup-swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 767px) {
  .pickup-swiper-button-prev {
    left: -10px;
  }
}

.pickup-swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 767px) {
  .pickup-swiper-button-next {
    right: -10px;
  }
}

/*************************************************************************************
特徴
**************************************************************************************/
.feture {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .feture {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.feature__title {
  text-align: center;
}

.feature__title__en {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .feature__title__en {
    margin-top: 30px;
  }
}

.feature-lead {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .feature-lead {
    gap: 10px;
    margin-top: 30px;
  }
}

.feature-lead__item {
  background-color: #F2EFE1;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 55px;
  padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .feature-lead__item {
    padding: 30px 0;
  }
}

.feature-lead__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .feature-lead__text {
    padding: 0 8px;
    font-size: 0.875rem;
  }
}

.feature-lead__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .feature-lead__img {
    width: 90%;
  }
}

.feature__arrow {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1099px) {
  .feature__arrow {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .feature__arrow {
    width: 40px;
  }
}

.feature__list {
  margin-top: 40px;
}

.feature__item {
  margin-top: 80px;
}
@media screen and (max-width: 1099px) {
  .feature__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .feature__item {
    margin-top: 30px;
  }
}
.feature__item:nth-of-type(even) .feature__item__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .feature__item:nth-of-type(even) .feature__item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.feature__item:nth-of-type(even) .feature__item__contents .feature__item__text {
  padding-left: 0;
  padding-right: 55px;
}
@media screen and (max-width: 1099px) {
  .feature__item:nth-of-type(even) .feature__item__contents .feature__item__text {
    padding-right: 0;
  }
}

.feature__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .feature__item__title {
    gap: 0;
  }
}
.feature__item__title img {
  width: 88px;
}
@media screen and (max-width: 1099px) {
  .feature__item__title img {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .feature__item__title img {
    width: 45px;
  }
}
.feature__item__title span {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 500;
  padding-top: 13px;
  padding-left: 20px;
  border-top: 2px solid #000000;
}
@media screen and (max-width: 1099px) {
  .feature__item__title span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature__item__title span {
    font-size: 1.0625rem;
    padding-left: 10px;
    padding-top: 5px;
  }
}
.feature__item__title {
  padding-bottom: 13px;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .feature__item__title {
    padding-bottom: 5px;
  }
}

.feature__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 68px;
}
@media screen and (max-width: 1099px) {
  .feature__item__contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .feature__item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.feature__item__text {
  padding-left: 55px;
  line-height: 180%;
}
@media screen and (max-width: 1099px) {
  .feature__item__text {
    padding-left: 0;
  }
}

.feature__item__img {
  display: block;
  width: 500px;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .feature__item__img {
    width: 320px;
  }
}

/*************************************************************************************
CTA
**************************************************************************************/
.cta {
  position: relative;
  margin-top: 85px;
  background-color: #F2EFE1;
  padding-bottom: 60px;
}
.cta::before {
  position: absolute;
  content: "";
  top: -84px;
  left: 0;
  width: 100%;
  height: 85px;
  background: url(../img/cta-top.webp) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .cta::before {
    background-size: 100% 40px;
    top: -40px;
  }
}

.cta__title {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 1099px) {
  .cta__title {
    margin-top: 15px;
  }
}

.cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 65px;
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 1099px) {
  .cta__contents {
    margin-top: 40px;
    gap: 30px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cta__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.cta__contents__texts {
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .cta__contents__texts {
    margin-right: auto;
    margin-left: auto;
  }
}

.cta__contents__message {
  font-size: 1.125rem;
}

.cta__contents__text {
  margin-top: 15px;
}

.cta__btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
  }
}
.cta__btn::before {
  position: absolute;
  content: "";
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 253px;
  height: 162px;
  background: url(../img/cta.webp) no-repeat center/cover;
}

/*************************************************************************************
ご利用の流れ
**************************************************************************************/
.flow {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 60px;
  }
}

.flow__title {
  text-align: center;
  margin-top: 20px;
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow__item {
    margin-top: 20px;
  }
}

.flow__num {
  width: 113px;
}
@media screen and (max-width: 1099px) {
  .flow__num {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .flow__num {
    width: 50px;
  }
}

.flow__contents {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 20px;
}

.flow__contents__label {
  font-size: 1.125rem;
}

.flow__contents__list {
  list-style: disc;
  list-style-position: inside;
  margin-top: 15px;
}

.flow__contents__detail::marker {
  font-size: 0.5rem;
}
.flow__contents__detail {
  line-height: 160%;
}

/*************************************************************************************
制作料金
**************************************************************************************/
.charge {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .charge {
    padding-top: 60px;
  }
}

.charge__title {
  text-align: center;
  margin-top: 20px;
}

.charge__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1099px) {
  .charge__list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .charge__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.charge__item {
  background-color: #E6E0CD;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
@media screen and (max-width: 1099px) {
  .charge__item {
    padding: 15px;
  }
}

.charge__label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .charge__label {
    margin-top: 10px;
  }
}

.charge__price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  margin-top: 10px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.064em;
}
.charge__price span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .charge__price {
    line-height: 120%;
    margin-top: 0;
  }
}

.charge__detail {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  list-style: disc;
  list-style-position: inside;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .charge__detail {
    margin-top: 10px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

.charge__detail__item::marker {
  font-size: 0.5rem;
}
.charge__detail__item {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

.charge__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 111px;
  margin-right: auto;
  margin-left: auto;
}

.charge__option {
  display: block;
  width: 218px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .charge__option {
    margin-top: 30px;
  }
}

/*************************************************************************************
よくある質問
**************************************************************************************/
.faq {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 60px;
  }
}
.faq::after {
  position: absolute;
  content: "";
  bottom: -84px;
  left: 0;
  width: 100%;
  height: 85px;
  background: url(../img/faq-bottom.webp) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .faq::after {
    height: 40px;
    background-size: 100% 40px;
    bottom: -39px;
  }
}

.faq__wrap {
  padding-bottom: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .faq__wrap {
    padding-bottom: 60px;
    margin-top: 30px;
  }
}

.faq__box {
  border-bottom: 1px solid #C6C6C6;
}

.faq__box-q {
  padding: 15px 80px;
  position: relative;
  font-weight: bold;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .faq__box-q {
    padding: 15px 45px;
    padding-left: px;
    font-size: 14px;
  }
}
.faq__box-q::before {
  position: absolute;
  content: "Q";
  top: 15px;
  left: 10px;
  color: #fff;
  padding: 1px 9px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: #1B643F;
}
@media screen and (max-width: 767px) {
  .faq__box-q::before {
    font-size: 1rem;
    padding: 1px 7px;
  }
}

.faq__box-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__box-icon.is-open .faq__box-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .faq__box-icon {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

.faq__box-bar1 {
  width: 30px;
  height: 1px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .faq__box-bar1 {
    width: 20px;
  }
}

.faq__box-bar2 {
  width: 1px;
  height: 30px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .faq__box-bar2 {
    height: 20px;
  }
}

.faq__box-a {
  padding: 16px 80px;
  display: none;
  background-color: #F2EFE1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq__box-a {
    padding: 15px 45px;
    padding-right: 15px;
    font-size: 0.875rem;
  }
}

.message {
  background-color: #1B643F;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.message__text {
  font-size: clamp(38px, 4.46vw, 60px);
  font-weight: 300;
  color: #ffffff;
  text-align: right;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: clamp(18px, 4.46vw, 22px);
  }
}

/*************************************************************************************
ブログ
**************************************************************************************/
.blog {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .blog {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.blog__title {
  text-align: center;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 60px;
}
@media screen and (max-width: 1099px) {
  .blog__list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.blog__item article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.blog__item__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
}

.blog__item__thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}