@charset "UTF-8";
/* 文字コードの指定 */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #383943;
}

li {
  list-style: none;
}

a {
  color: #383943;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em,
address {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.content-width {
  max-width: 114rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.content-width--l {
  width: 89.75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width--l {
    width: 100%;
  }
}

/* 青ボタン */
.contact-button {
  max-width: 39.6rem;
  width: 100%;
  height: 64px;
  border-radius: 3.2rem;
  color: #fff;
  letter-spacing: -0.44px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTAボタン */
.cta-btn {
  border-radius: 3.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 39.6rem;
  height: 6.4rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 2rem;
  letter-spacing: 0px;
  font-weight: bold;
  color: #fff;
  /* box-shadow: 0px 3px 0px #DDDDDD; */
  gap: 1.17rem;
}
@media (max-width: 767px) {
  .cta-btn {
    font-size: 1.8rem;
    max-width: 100%;
    height: 5.7rem;
    letter-spacing: -0.4px;
  }
}

/* 緑ボタン */
.cta-btn--gr {
  /* background: #2BB565; */
}

/* 赤ボタン */
.cta-btn--red {
  /* background: #E65D3E; */
  position: relative;
}
.cta-btn--red::before {
  /* position: absolute;
  content: "";
  background-image: url(../images/cta-label.png);
  background-size: contain; */
  width: 32.8rem;
  height: 4.1rem;
  /* top: -3rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1; */
}
@media (max-width: 767px) {
  .cta-btn--red::before {
    width: 29.5rem;
    height: 3.69rem;
    /* top: -2.6rem; */
  }
}

.section-title {
  font-weight: 700;
  color: #383943;
  letter-spacing: 1.28px;
  line-height: 1.125;
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.section-title .small {
  font-size: 2rem;
  letter-spacing: 0.8px;
  line-height: 1.15;
  color: #7EAD50;
  display: block;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .section-title .small {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.section-title .fukidashi {
  padding: 0 5.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-title .fukidashi {
    padding: 0 4.6728971963vw;
  }
}
.section-title .fukidashi::before, .section-title .fukidashi::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 2.2rem;
  height: 3.3rem;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .section-title .fukidashi::before, .section-title .fukidashi::after {
    width: 3.5046728972vw;
    height: 5.2570093458vw;
  }
}
.section-title .fukidashi::before {
  background-image: url(../images/line-l.svg);
  left: 0;
}
.section-title .fukidashi::after {
  background-image: url(../images/line-r.svg);
  right: 0;
}

.section-text {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.num {
  font-family: "Josefin Sans", system-ui;
}

.josefin {
  font-family: "Josefin Sans", system-ui;
}

.orange {
  color: #E65D3E;
}

/*=================================================
    ヘッダー
===================================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  width: 89.75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header .header__inner {
    padding: 0.8rem 0 0 2rem;
    width: 100%;
  }
}
.header .header__logo {
  max-width: 16.4714494876vw;
  width: 100%;
}
@media (min-width:1366px) {
  .header .header__logo {
    max-width: 22.5rem;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    max-width: 12.9rem;
  }
}
.header .header__inner__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 82.2rem;
  /* max-width: 87rem; */
  width: 100%;
  padding-top: 1rem;
}
@media (max-width: 1024px) {
  .header .header__inner__right {
    display: none;
  }
}
.header .header__menu {
  display: flex;
  align-items: center;
  gap: 4.1727672035vw;
  gap: 3vw;
}
@media (min-width:1366px) {
  .header .header__menu {
    gap: 5.7rem;
    gap: 3rem;
  }
}
.header .header__menu a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width:1200px) {
  .header .header__menu a {
    font-size: 1.4rem;
  }
}
.header .contact-btn {
  max-width: 10.6881405564vw;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  color: #E65D3E;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0.64px;
  border-radius: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:1366px) {
  .header .contact-btn {
    font-size: 1.6rem;
    max-width: 14.6rem;
  }
}
@media (max-width: 767px) {
  .header .contact-btn {
    border: solid 1px #E65D3E;
    letter-spacing: 0.04em;
    margin: 10.8644859813vw auto 0;
    max-width: 14.6rem;
  }
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  cursor: pointer;
  background: #fff;
}
.hamburger-btn .hamburger-btn__line {
  width: 2.8rem;
  height: 2.4rem;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #7EAD50;
  width: 28px;
  height: 3.43px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 10.3px;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  top: 20.6px;
}

/* ×　オープン */
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  top: 10px;
  left: 0;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 0 2rem 5rem;
}
#hamburger-menu .hamburger-menu__list {
  margin-top: 21.261682243vw;
}
#hamburger-menu .hamburger-menu__list li {
  text-align: center;
  margin-bottom: 9.1121495327vw;
}
#hamburger-menu .hamburger-menu__list li:last-child {
  margin-bottom: 0;
}
#hamburger-menu .hamburger-menu__list li a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
#hamburger-menu .hamburger-menu__cta {
  padding-top: 7.476635514vw;
  margin: 7.3598130841vw auto 0;
  border-top: solid 1px #CBCBCB;
  max-width: 35.7rem;
}
#hamburger-menu .hamburger-menu__cta .cta-list {
  gap: 5.3rem;
}
#hamburger-menu .hamburger-menu__cta .cta-btn {
  height: 5.7rem;
  margin: 0 auto;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

/*=================================================
   メインビジュアル
===================================================*/
.mv {
  background-image: url(../images/bg-mv.png);
  background-size: cover;
  padding: 9.5168374817vw 2rem 3.953147877vw;
  overflow: hidden;
}
@media (min-width:1366px) {
  .mv {
    padding: 13rem 2rem 5.4rem;
  }
}
@media (max-width: 767px) {
  .mv {
    background-image: url(../images/sp_bg-mv.png);
    padding: 7.5rem 4.6728971963vw 2.83rem;
  }
}
.mv .mv__img {
  width: 49.3411420205vw;
}
@media (min-width:1366px) {
  .mv .mv__img {
    width: 67.4rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__img {
    width: 83.4112149533vw;
    margin: 0 auto;
  }
}
.mv .mv__title {
  color: #fff;
}
.mv .mv__title span {
  display: block;
}
.mv .mv__title .text-top {
  font-size: 3.3674963397vw;
  letter-spacing: 0px;
  line-height: 1.4130434783;
  font-weight: 900;
}
@media (min-width:1366px) {
  .mv .mv__title .text-top {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__title .text-top {
    font-size: 7.9439252336vw;
  }
}
.mv .mv__title .text-middle {
  font-size: 6.0029282577vw;
  line-height: 0.9146341463;
  display: flex;
  align-items: end;
  margin-top: 1.2rem;
}
@media (min-width:1366px) {
  .mv .mv__title .text-middle {
    font-size: 8.2rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__title .text-middle {
    font-size: 7.9439252336vw;
  }
}
.mv .mv__title .square-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .mv .mv__title .square-wrap {
    gap: 0.5rem;
    margin-right: 0.6rem;
  }
}
.mv .mv__title  .square {
  color: #7EAD50;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.4);
  font-size: 3.6603221083vw;
  width: auto;
  height: 5.3440702782vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 2rem;
}
@media (min-width:1366px) {
  .mv .mv__title .square {
    font-size: 5rem;
    /* width: 7.3rem; */
    height: 7.3rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__title .square {
    font-size: 8.6448598131vw;
    /* width: 12.8504672897vw; */
    height: 12.8504672897vw;
  }
}
.mv .mv__title .text-bottom {
  font-weight: 900;
  font-size: 3.3674963397vw;
  line-height: 1.2391304348;
  white-space: nowrap;
}
@media (min-width:1366px) {
  .mv .mv__title .text-bottom {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__title .text-bottom {
    font-size: 7.9439252336vw;
    line-height: 1.7;
    /* margin-top: 1.5rem; */
  }
}
@media (min-width:768px) {
.mv .mv__title .text-bottom.sp {
  display: none;
}
}
@media (max-width:767px) {
  .mv .mv__title .text-bottom.pc {
    display: none;
  }
  }
.mv .mv__text {
  font-size: 1.317715959vw;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.72px;
  margin-top: 1.6105417277vw;
  padding-bottom: 1.4641288433vw;
  border-bottom: solid 1px #fff;
  color: #fff;
}
@media (min-width:1366px) {
  .mv .mv__text {
    margin-top: 2.2rem;
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__text {
    font-size: 3.2710280374vw;
    line-height: 1.7857142857;
    letter-spacing: 0.56px;
    font-weight: 700;
    padding: 0 0 1.6rem;
    margin-top: 2rem;
  }
}
.mv .mv__price {
  margin-top: 1.9399707174vw;
  color: #FFFF00;
  display: flex;
  align-items: baseline;
  padding-bottom: 3.9rem;
}
@media (min-width:1366px) {
  .mv .mv__price {
    margin-top: 2.65rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__price {
    margin-top: 5.3738317757vw;
    padding-bottom: 8.6682242991vw;
  }
}
.mv .mv__price .icon {
  margin-right: 1.317715959vw;
}
@media (min-width:1366px) {
  .mv .mv__price .icon {
    margin-right: 1.8rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__price .icon {
    width: 5.6074766355vw;
    margin-right: 3.9719626168vw;
  }
}
.mv .mv__price .num {
  font-size: 3.7335285505vw;
  font-weight: 700;
  font-family: "Josefin Sans", system-ui;
  margin-right: 8px;
  white-space: nowrap;
}
@media (min-width:1366px) {
  .mv .mv__price .num {
    font-size: 5.1rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__price .num {
    font-size: 10.9813084112vw;
    margin-right: 3.0373831776vw;
  }
}
.mv .mv__price .yen {
  font-size: 1.6837481698vw;
  font-weight: 700;
  font-family: "Josefin Sans", system-ui;
  margin-right: 11px;
  white-space: nowrap;
}
@media (min-width:1366px) {
  .mv .mv__price .yen {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__price .yen {
    font-size: 5.1401869159vw;
    margin-right: 2.3364485981vw;
  }
}
.mv .mv__price .ja {
  font-size: 2.3426061493vw;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width:1366px) {
  .mv .mv__price .ja {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__price .ja {
    font-size: 7.2429906542vw;
  }
}
.mv .mv-width {
  max-width: 123rem;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  gap: 2.7086383602vw;
}
@media (min-width:1366px) {
  .mv .mv-width {
    gap: 3.7rem;
  }
}
@media (max-width: 767px) {
  .mv .mv-width {
    gap: 0;
  }
}
.mv .cta__block {
  max-width: 105.8rem;
  margin: 0 auto;
}

.ten {
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #7EAD50 0.1em, rgba(0, 0, 0, 0) 0.1em);
  padding-top: 8px;
}

.worries {
  background: #F5F4E1;
}
.worries .worries__top {
  padding: 11.2rem 2rem 1.59rem;
}
@media (max-width: 767px) {
  .worries .worries__top {
    padding: 6.6rem 4.6728971963vw 0.73rem;
  }
}
.worries .worries-wrap {
  margin-top: 6.9rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .worries .worries-wrap {
    margin-top: 0;
    flex-direction: row;
    gap: 5.3738317757vw;
  }
}
.worries .worries-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/worries-img.png);
  background-size: contain;
  width: 32.6rem;
  height: 35.6rem;
  top: -0.6rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .worries .worries-wrap::after {
    top: 1.13rem;
    width: 20.8rem;
    height: 22.7rem;
  }
}
.worries .worries__list {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .worries .worries__list {
    margin-top: 26.9rem;
  }
}
.worries .worries__list li {
  background: #fff;
  width: 27.4524158126vw;
  height: 9.5rem;
  border: 3px solid #7EAD50;
  border-radius: 20px;
  letter-spacing: 0px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5555555556;
  text-align: center;
  margin-bottom: 3.7rem;
  position: relative;
}
@media (min-width:1366px) {
  .worries .worries__list li {
    width: 37.5rem;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .worries .worries__list li {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__list li {
    max-width: 42.523364486vw;
    width: 100%;
    font-size: 3.2710280374vw;
    line-height: 1.7142857143;
    height: 29.2056074766vw;
    padding: 0 3.5046728972vw 0;
    margin-bottom: 2.2rem;
    border-radius: 15px;
  }
}
.worries .worries__list li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-check-s.svg);
  background-size: contain;
  width: 3.2rem;
  height: 3rem;
  top: -1.25rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .worries .worries__list li::before {
    width: 2.4rem;
    height: 2.3rem;
  }
}
.worries .worries__list li:last-child {
  margin-bottom: 0;
}
.worries .worries__left .worries__list li:last-child {
  position: relative;
  left: 11.7130307467vw;
}
@media (min-width:1366px) {
  .worries .worries__left .worries__list li:last-child {
    left: 16rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__left .worries__list li:last-child {
    left: 0;
  }
}
.worries .worries__right .worries__list li:last-child {
  position: relative;
  right: 11.7130307467vw;
}
@media (min-width:1366px) {
  .worries .worries__right .worries__list li:last-child {
    right: 16rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__right .worries__list li:last-child {
    right: 0;
  }
}
.worries .worries__bottom {
  background: #2BB565;
  color: #fff;
  padding: 9.224011713vw 2rem 4.8rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .worries .worries__bottom {
    padding: 30.8411214953vw 4.6728971963vw 4rem;
    overflow: hidden;
  }
}
.worries .worries__bottom::before {
  position: absolute;
  content: "";
  background-image: url(../images/worries-bottom.svg);
  background-size: contain;
  width: 100%;
  height: 7.5402635432vw;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .worries .worries__bottom::before {
    width: 164.2523364486vw;
    height: 24.0654205607vw;
    -o-object-position: center bottom;
       object-position: center bottom;
    background-image: url(../images/sp_worries-bottom.svg);
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
.worries .worries__bottom .top-text {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  .worries .worries__bottom .top-text {
    font-size: 1.7rem;
    line-height: 1.1764705882;
  }
}
.worries .worries__bottom .catch {
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 1.6px;
  border-bottom: 10px solid #FFB100;
  margin-top: 1.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .worries .worries__bottom .catch {
    font-size: 5.1401869159vw;
    line-height: 1.1818181818;
    letter-spacing: 0.88px;
    margin-top: 1rem;
    border-bottom: 8px solid #FFB100;
  }
}
.worries .worries__bottom .catch .josefin {
  font-weight: 700;
}
.worries .worries__bottom .bottom-text {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 1.28px;
  margin-top: 2.7rem;
}
@media (max-width: 767px) {
  .worries .worries__bottom .bottom-text {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 1.15rem;
  }
}
.worries .worries__bottom .bottom-text rt {
  font-size: 1.1rem;
}

/*=================================================
    具体的にできること
===================================================*/
.about {
  padding: 11.4rem 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .about {
    padding: 5.55rem 0 0;
  }
}
.about .section-title {
  padding-bottom: 3.7rem;
  position: relative;
  max-width: 85rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about .section-title {
    padding-bottom: 2rem;
  }
}
.about .section-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/about-illust.svg);
  background-size: contain;
  right: 1.0248901903vw;
  bottom: 0;
  width: 14.1288433382vw;
  height: 13.3235724744vw;
}
@media (min-width:1366px) {
  .about .section-title::after {
    width: 19.3rem;
    height: 18.2rem;
    right: 1.4rem;
  }
}
@media (max-width: 767px) {
  .about .section-title::after {
    width: 24.0654205607vw;
    height: 22.6635514019vw;
    top: -25vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .about .section-title .small {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about .section-title .fukidashi {
    padding: 0 7.0093457944vw;
  }
}
.about .about__list {
  position: relative;
}
.about .about__list::before {
  position: absolute;
  content: "";
  background-image: url(../images/abouto-bottom.svg);
  background-size: contain;
  width: 85px;
  height: 29px;
  top: -1px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about .about__list::before {
    display: none;
  }
}
.about .about__list::after {
  position: absolute;
  content: "";
  background-image: url(../images/worries_bottom.svg);
  background-size: contain;
  width: 14rem;
  height: 5rem;
  bottom: -11rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about .about__list::after {
    bottom: -10rem;
  }
}
.about .about__list li {
  display: flex;
  align-items: center;
  background: #AFD457;
}
.about .about__list li .round {
  border-radius: 0px 0px 60px 60px;
  overflow: hidden;
  background: #8EC53E;
  padding: 7rem 2rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .about .about__list li .round {
    padding: 5.6rem 2rem 4.3rem;
    border-radius: 0px 0px 40px 40px;
  }
}
.about .about__list li .round .about__list__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about .about__list li .round .about__list__title .en {
  color: #C4E2A8;
  font-family: "Josefin Sans", system-ui;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  letter-spacing: 0px;
  font-size: 7.4rem;
}
@media (max-width: 767px) {
  .about .about__list li .round .about__list__title .en {
    font-size: 5.1rem;
  }
}
.about .about__list li .round .about__list__title .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background: #C4E2A8;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about .about__list li .round .about__list__title .dot {
    margin-top: 1.3rem;
  }
}
.about .about__list li .round .flex {
  align-items: center;
  justify-content: space-between;
  gap: 4.4655929722vw;
  margin-top: 4rem;
}
@media (min-width:1366px) {
  .about .about__list li .round .flex {
    gap: 6.1rem;
  }
}
@media (max-width: 767px) {
  .about .about__list li .round .flex {
    margin-top: 2.1rem;
    gap: 0.5rem;
  }
}
.about .about__list li .round .about__list__block {
  max-width: 763px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 2.635431918vw 3.8799414348vw 2.5622254758vw 3.2942898975vw;
}
@media (min-width:1366px) {
  .about .about__list li .round .about__list__block {
    padding: 3.6rem 5.3rem 3.5rem 4.5rem;
  }
}
@media (max-width: 767px) {
  .about .about__list li .round .about__list__block {
    padding: 2.5rem 2.4rem 3.9rem 2rem;
  }
}
.about .about__list li .round .about__list__block .list-title {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  letter-spacing: 1.12px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2857142857;
}
@media (max-width: 767px) {
  .about .about__list li .round .about__list__block .list-title {
    font-size: 2rem;
    line-height: 1.8;
    gap: 1.2rem;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .about .about__list li .round .about__list__block .list-title .icon {
    width: 2.4rem;
    padding-top: 0.8rem;
  }
}
.about .about__list li .round .about__list__block .list-text {
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 2;
  position: relative;
  margin-top: 2.1229868228vw;
}
@media (min-width:1366px) {
  .about .about__list li .round .about__list__block .list-text {
    margin-top: 2.9rem;
  }
}
@media (max-width: 767px) {
  .about .about__list li .round .about__list__block .list-text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 1.4rem;
  }
}
.about .about__list li:nth-child(2n) {
  background: #8EC53E;
}
.about .about__list li:nth-child(2n) .round {
  background: #AFD457;
}
@media (max-width: 767px) {
  .about .about__list li:nth-child(1) .list-img {
    max-width: 27.5rem
  }
}
@media (max-width: 767px) {
  .about .about__list li:nth-child(2) .list-img {
    max-width: 31.6rem
  }
}
@media (max-width: 767px) {
  .about .about__list li:nth-child(3) .list-img {
    max-width: 30.7rem
  }
}
@media (max-width: 767px) {
  .about .about__list li:nth-child(4) .list-img {
    max-width: 31.6rem
  }
}
.about .about__list li:nth-child(2) .round .flex {
  gap: 2.12rem;
}
@media (max-width: 767px) {
  .about .about__list li:nth-child(2) .round {
    padding-bottom: 5.5rem;
  }
}
.about .about__list li:nth-child(3) .round .flex {
  gap: 1.82rem;
}
@media (max-width: 767px) {
  .about .about__list li:nth-child(3) .round {
    padding-bottom: 5.5rem;
  }
}
@media (max-width: 767px) {
  .about .about__list li:nth-child(3) .about__list__block {
    padding: 2.5rem 2.4rem 2.9rem 2rem;
  }
}
.about .about__list li:last-child {
  background: #F1F5F9;
}
.about .about__solution {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .about .about__solution {
    background: #fff;
    padding: 8rem 1.5rem 6rem;
    margin-top: 0;
  }
}
.about .about__solution .about__solution__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about .about__solution .about__solution__title {
    font-size: 2.4rem;
  }
}
.about .about__solution .about__solution__title .marker {
  font-size: 4.8rem;
  background: linear-gradient(transparent 80%, #FFFF00 80%);
}
@media (max-width: 767px) {
  .about .about__solution .about__solution__title .marker {
    font-size: 2.8rem;
    background: linear-gradient(transparent 70%, #FFE626 70%);
  }
}
.about .about__solution .about__solution__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.9282576867vw;
  margin-top: 6rem;
}
@media (min-width:1366px) {
  .about .about__solution .about__solution__list {
    gap: 4rem;
  }
}
@media (max-width:1200px) {
  .about .about__solution .about__solution__list {
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .about .about__solution .about__solution__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    max-width: 90%;
    margin: 2.2rem auto 0;
  }
}
.about .about__solution .about__solution__list li {
  border-radius: 50%;
  background: linear-gradient(#5bc2f8 0%, #0097e6 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 26rem;
  text-align: center;
}
@media (max-width:1200px) {
  .about .about__solution .about__solution__list li {
    width: 20rem;
    height: 20rem;
    font-size: 1.6rem;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .about .about__solution .about__solution__list li {
    width: 18rem;
    height: 18rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about .about__solution .about__solution__list li {
    font-size: 1.8rem;
    background: transparent;
    width: auto;
    height: auto;
    color: #383943;
    font-weight: 700;
    line-height: 1.4444444444;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .about .about__solution .about__solution__list li .icon {
    margin-right: 1.5rem;
  }
}
.about .company-logo {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .about .company-logo {
    width: 80.6074766355vw;
    margin-top: 4rem;
  }
}
.about .about__support {
  background: #FFFF00;
  margin-top: 9.96rem;
  padding: 10rem 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .about .about__support {
    margin-top: 0;
    padding: 8.4rem 1.5rem 6rem;
  }
}
.about .about__support:before {
  position: absolute;
  content: "";
  background-image: url(../images/support_bottom.svg);
  background-size: contain;
  width: 14rem;
  height: 5rem;
  top: 0rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.about .about__support .flex {
  justify-content: space-between;
}
.about .about__support .about__support__title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4761904762;
  color: #44A1D3;
}
@media (max-width: 767px) {
  .about .about__support .about__support__title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5833333333;
    text-align: center;
  }
}
.about .about__support .section-text {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .about .about__support .section-text {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-top: 3rem;
    padding: 0;
  }
}
.about .about__support .rate-img {
  max-width: 25.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .about .about__support .rate-img {
    max-width: 100%;
    width: 53.9719626168vw;
    margin: 2.9rem auto 0;
  }
}

.reason {
  background-image: url(../images/bg-reason.png);
  background-size: cover;
  padding: 10rem 2rem 9.7rem;
}
@media (max-width: 767px) {
  .reason {
    padding: 5rem 2rem 11.3rem;
    background-image: none;
    background-color: #F5F4E1;
  }
}
.reason .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .reason .section-title {
    gap: 4px;
  }
}
.reason .section-title .square {
  color: #fff;
  background: #7EAD50;
  font-size: 3.2rem;
  line-height: 1.125;
  width: 4.7rem;
  height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .reason .section-title .square {
    font-size: 2rem;
    width: 2.9rem;
    height: 2.9rem;
  }
}
.reason .num {
  font-family: "Josefin Sans", system-ui;
  font-weight: 600;
  font-style: italic;
  color: #7EAD50;
  letter-spacing: 0px;
  text-align: center;
  font-size: 4.5rem;
  line-height: 0.9555555556;
}
@media (max-width: 767px) {
  .reason .num {
    font-size: 4rem;
  }
}
.reason .reason__list {
  margin-top: 7.8rem;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7.6866764275vw;
}
@media (min-width:1366px) {
  .reason .reason__list {
    gap: 10.5rem;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .reason .reason__list {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .reason .reason__list {
    margin-top: 3.9rem;
    gap: 5rem;
  }
}
.reason .reason__list li {
  width: 33.3333333333%;
  text-align: center;
}
@media (max-width: 767px) {
  .reason .reason__list li {
    width: 100%;
  }
}
.reason .reason__list li .list-img {
  margin: 1.1rem auto 0;
  max-width: 22.6939970717vw;
  width: 100%;
}
@media (min-width:1366px) {
  .reason .reason__list li .list-img {
    max-width: 31rem;
  }
}
@media (max-width: 767px) {
  .reason .reason__list li .list-img {
    max-width: 26.9rem;
    margin: 1rem auto 0;
  }
}
.reason .reason__list li .list-title {
  margin-top: 1.2rem;
}
.reason .reason__list li .list-title .en {
  display: block;
  font-size: 4.39238653vw;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0px;
  color: #7EAD50;
}
@media (min-width:1366px) {
  .reason .reason__list li .list-title .en {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .reason .reason__list li .list-title .en {
    font-size: 5.1rem;
    margin-top: 1.1rem;
  }
}
.reason .reason__list li .list-title .ja {
  background: #7EAD50;
  width: 100%;
  display: block;
  color: #fff;
  padding: 9px 0 12px;
  letter-spacing: 0px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .reason .reason__list li .list-title .ja {
    font-size: 1.8rem;
    line-height: 1.2777777778;
    padding: 6px 0 11px;
    max-width: 34.8rem;
    margin: 1rem auto 0;
  }
}
.reason .reason__list li .list-text {
  margin-top: 1.3rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6363636364;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .reason .reason__list li .list-text {
    text-align: left;
    max-width: 34.8rem;
    margin: 1.1rem auto 0;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.reason .reason__list li .list-caution {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: (17/12);
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .reason .reason__list li .list-caution {
    text-align: right;
    margin-top: 0.9rem;
  }
}

.blue-bg {
  background: #F1F5F9;
  padding: 12.8rem 2rem 10rem;
}
@media (max-width: 767px) {
  .blue-bg {
    padding: 16.1rem 2rem 6.5rem;
  }
}

.case {
  margin-bottom: 17.6rem;
}
@media (max-width: 767px) {
  .case {
    margin-bottom: 7rem;
  }
}
.case .section-title {
  padding-bottom: 3rem;
  position: relative;
  max-width: 85rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case .section-title {
    padding-bottom: 4rem;
  }
}
.case .section-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/case-illust.svg);
  background-size: contain;
  left: 2.196193265vw;
  bottom: 0;
  width: 12.4450951684vw;
  height: 13.1039531479vw;
}
@media (min-width:1366px) {
  .case .section-title::after {
    width: 17rem;
    height: 17.9rem;
    left: 3rem;
  }
}
@media (max-width: 767px) {
  .case .section-title::after {
    width: 20.5607476636vw;
    height: 21.7289719626vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: -23.3644859813vw;
  }
}
@media (max-width: 767px) {
  .case .section-title .fukidashi {
    padding: 0 7.0093457944vw;
  }
}
@media (max-width: 767px) {
  .case .section-title .small {
    margin-bottom: 0.2rem;
  }
}
.case .case__list {
  margin: 0 auto 0;
  max-width: 95rem;
}
.case .case__list .case__list__item {
  background: #fff;
  border: 5px solid #7EAD50;
  border-top: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item {
    border: 2px solid #7EAD50;
  }
}
.case .case__list .case__list__item .label {
  background: #44A1D3;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0px;
  border-radius: 5px;
  padding: 1px 1.7rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .label {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.case .case__list .case__list__item .list-title {
  background: #7EAD50;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 1.3rem 0 1.2rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .list-title {
    font-size: 1.6rem;
    padding: 1.2rem 0 1.1rem;
  }
}
.case .case__list .case__list__item .plan-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .case .case__list .case__list__item .plan-title {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .case .case__list .case__list__item .plan-title .price-wrap {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .plan-title .price-wrap {
    margin-top: 0.8rem;
  }
}
.case .case__list .case__list__item .plan-title .price-wrap .name {
  font-size: 2.7rem;
  padding-right: 3.05rem;
  border-right: solid 1px #707070;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .plan-title .price-wrap .name {
    font-size: 2.1rem;
    padding-right: 2.65rem;
  }
}
.case .case__list .case__list__item .plan-title .price-wrap .name em {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .plan-title .price-wrap .name em {
    font-size: 3rem;
  }
}
.case .case__list .case__list__item .plan-title .price-wrap .price {
  font-size: 2.8rem;
  letter-spacing: 1.12px;
  padding-left: 3.05rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .plan-title .price-wrap .price {
    font-size: 2.2rem;
    padding-left: 2.45rem;
  }
}
.case .case__list .case__list__item .case-plan {
  align-items: flex-start;
}
.case .case__list .case__list__item .case-compare {
  align-items: flex-start;
  justify-content: space-between;
  gap: 7.6rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #707070;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-compare {
    gap: 5.1rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.case .case__list .case__list__item .case-compare .case-compare__item {
  width: 50%;
  position: relative;
}
.case .case__list .case__list__item .case-compare .case-compare__item:nth-child(2)::after {
  position: absolute;
  content: "";
  background-image: url(../images/pc_arrow.svg);
  background-size: contain;
  width: 2.2rem;
  height: 3.3rem;
  left: -4.98rem;
  top: 53%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-compare .case-compare__item:nth-child(2)::after {
    background-image: url(../images/sp_arrow.svg);
    width: 3.3rem;
    height: 2.2rem;
    top: -2.98rem;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-compare .case-compare__item {
    width: 100%;
  }
}
.case .case__list .case__list__item .case-compare .list-text {
  margin-top: 1.3rem;
  letter-spacing: 0px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-compare .list-text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-top: 1.1rem;
  }
}
.case .case__list .case__list__item .case-content {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-content {
    padding-top: 2.3rem;
  }
}
.case .case__list .case__list__item .case-content .check-list {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-content .check-list {
    margin-top: 1.6rem;
  }
}
.case .case__list .case__list__item .case-content .check-list li {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0px;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-content .check-list li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.3rem;
    gap: 1.2rem;
  }
}
.case .case__list .case__list__item .case-content .check-list li:last-child {
  margin-bottom: 0;
}
.case .case__list .case__list__item .case-content .check-list li span {
  vertical-align: text-bottom;
}
.case .case__list .case__list__item .case-content .check-list li .icon {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .case-content .check-list li .icon {
    padding-top: 0.5rem;
  }
}
.case .case__list .case__list__item .plan-img {
  padding-left: 3.85rem;
  max-width: 45rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item .plan-img {
    margin: 2.8rem auto 0;
    padding-left: 0;
  }
}
.case .case__list .case__list__item:nth-child(1) .plan-img img {
  max-width: 30rem;
  width: 100%;
}
@media (max-width: 767px) {
  .case .case__list .case__list__item:nth-child(1) .plan-img img {
    max-width: 24.2rem;
  }
}
.case .case__list .case__list__item:nth-child(2) .plan-img img {
  max-width: 26.6rem;
  width: 100%;
}
.case .case__list .case__list__item:nth-child(3) .plan-img img {
  max-width: 20.3rem;
  width: 100%;
}
.case .case__list .case__list__item:last-child {
  margin-bottom: 0;
}
.case .case__list .case__list__block {
  padding: 3.2rem 4.85rem 2.8rem 4.4rem;
}
@media (max-width: 767px) {
  .case .case__list .case__list__block {
    padding: 2.7rem 1.9rem 3.3rem;
  }
}

.hikaku .section-title {
  padding-bottom: 3rem;
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .hikaku .section-title {
    padding-bottom: 2.46rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hikaku .section-title img{
    width: 19.3rem;
    position: absolute;
    right: -18.9rem;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hikaku .section-title img{
    width: 10.3rem;
    margin-bottom: 0.7rem;
  }
}
.hikaku .content-width {
  max-width: 114rem;
}
.hikaku .hikaku-inner {
  background: #fff;
  border-radius: 20px;
  padding: 7rem 7.6rem;
}
@media (max-width: 767px) {
  .hikaku .hikaku-inner {
    padding: 4rem 1.9rem 12.2rem;
  } 
}
.hikaku .hikaku-table{
  overflow-x: auto;
  width:100%;
  -webkit-overflow-scrolling: touch;
}
.hikaku table {
  width: 98.6rem;
}
@media (max-width: 767px) {
  .hikaku table {
    width: 82rem;
  }
}
.hikaku table th,.hikaku table td{
  padding: 1.8rem 1.5rem;
  background: #F2F2F2;
  border: 5px solid #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 500;
  width: 25.5rem;
}
@media (max-width: 767px) {
  .hikaku table th,.hikaku table td{
    padding: 0.7rem 1.5rem;
    font-size: 1.6rem;
    width: 20rem;
  }
}
@media (max-width: 767px) {
  .hikaku table td{
    height: 6.6rem;
  }
}
.hikaku table .hikaku-fixed{
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  width: 19.1rem;
}
@media (max-width: 767px) {
  .hikaku table .hikaku-fixed{
    width: 10.4rem;
    text-align: left;
    height: 6.6rem;
  }
}

.hikaku table .hikaku-fixed:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8BC13C;
  font-size: 1.8rem;
  font-weight: 500;
  z-index: -1;
}
@media (max-width: 767px) {
  .hikaku table .hikaku-fixed:before{
    font-size: 1.6rem;
    font-weight: 500;
    z-index: -1;
    text-align: left;
  }
}
.hikaku table .hikaku-fixed-transparent {
  background: #fff;
}
.hikaku table .hikaku-fixed-transparent:before{
  background: #fff !important;
}
.hikaku table .hikaku-tantou{
  background: #EAF8D4;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hikaku table .hikaku-tantou{
    font-size: 2rem;
  }
}
.hikaku table .hikaku-tantou-name{
  background: #8BC13C;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hikaku table .hikaku-tantou-name{
    font-size: 2.3rem;
  } 
}

.plan {
  padding: 10.7rem 2rem;
}
@media (max-width: 767px) {
  .plan {
    padding: 15.3rem 2rem 6.3rem;
  }
}
.plan .section-title {
  text-align: center;
  font-size: 3.2rem;
  color: #383943;
  padding-bottom: 3rem;
  position: relative;
  max-width: 85rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .plan .section-title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}
.plan .section-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/plan-illust.svg);
  background-size: contain;
  right: 5.3440702782vw;
  bottom: -0.9516837482vw;
  width: 9.5900439239vw;
  height: 14.1288433382vw;
}
@media (min-width:1366px) {
  .plan .section-title::after {
    width: 13.1rem;
    height: 19.3rem;
    right: 7.3rem;
    bottom: -1.3rem;
  }
}
@media (max-width: 767px) {
  .plan .section-title::after {
    width: 17.0560747664vw;
    height: 25.2336448598vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: -27.1028037383vw;
  }
}
.plan .section-title .fukidashi {
  padding: 0 6.4rem;
}
@media (max-width: 767px) {
  .plan .section-title .fukidashi {
    padding: 0 9.5794392523vw;
  }
}
@media (max-width: 767px) {
  .plan .section-title .small {
    margin-bottom: 0;
  }
}
.plan .plan__item-wrap {
  margin-top: 2.7rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6.2rem;
}
@media (min-width:768px) and (max-width: 1024px) {
  .plan .plan__item-wrap {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .plan .plan__item-wrap {
    margin-top: 1.2rem;
    gap: 7rem;
  }
}
.plan .plan__item-wrap .plan__item {
  width: 33.3333333333%;
  border: 1px solid #7EAD50;
}
@media (max-width: 767px) {
  .plan .plan__item-wrap .plan__item {
    width: 79.4392523364vw;
    margin: 0 auto;
  }
}
.plan .plan__item-wrap .plan__item .type {
  text-align: center;
  letter-spacing: 0.64px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 4px;
  color: #7EAD50;
}
.plan .plan__item-wrap .plan__item .plan-name {
  background: #7EAD50;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  padding: 6px 0;
  text-align: center;
}
.plan .plan__item-wrap .plan__item .plan-name em {
  font-size: 3.4rem;
  letter-spacing: 1.36px;
}
.plan .plan__item-wrap .plan__item .price {
  color: #7EAD50;
  letter-spacing: 1.2px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 3.1rem 0 3.5rem;
}
.plan .plan__item-wrap .plan__item .content-title {
  background: #7EAD50;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0px;
  padding: 1.3909224012vw 2.7818448023vw 1.0980966325vw 5.270863836vw;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media (min-width:1366px) {
  .plan .plan__item-wrap .plan__item .content-title {
    padding: 1.9rem 3.8rem 1.5rem 7.2rem;
  }
}
@media (max-width: 767px) {
  .plan .plan__item-wrap .plan__item .content-title {
    padding: 4.4392523364vw 8.8785046729vw 3.5046728972vw 16.8224299065vw;
  }
}
.plan .plan__item-wrap .plan__item .content-title:before, .plan .plan__item-wrap .plan__item .content-title:after {
  position: absolute;
  content: "";
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 3.8rem;
  width: 16px;
  height: 2px;
}
.plan .plan__item-wrap .plan__item .content-title:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.plan .plan__item-wrap .plan__item .plan-content {
  display: none;
  background: #F5F4E1;
  padding: 2.4rem 2.2rem 2.7rem 2.2rem;
}
@media (max-width: 767px) {
  .plan .plan__item-wrap .plan__item .plan-content {
    padding: 5.6074766355vw 5.1401869159vw 6.308411215vw 5.1401869159vw;
  }
}
.plan .plan__item-wrap .plan__item .plan-content .plus {
  text-align: center;
  padding: 1.8rem 0;
}
.plan .plan__item-wrap .plan__item .check-list {
  padding: 1.5rem 1.9rem 0.8rem 1.9rem;
  background: #fff;
}
@media (max-width: 767px) {
  .plan .plan__item-wrap .plan__item .check-list {
    padding: 2.8037383178vw 2.3364485981vw 0 5.8411214953vw;
  }
}
.plan .plan__item-wrap .plan__item .check-list li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  gap: 1rem;
  padding-top: 0.95rem;
  padding-bottom: 0.75rem;
  border-bottom: solid 1px #707070;
}
@media (max-width: 767px) {
  .plan .plan__item-wrap .plan__item .check-list li {
    border-bottom: none;
    padding-bottom: 0;
    gap: 1rem;
    font-size: 3.738317757vw;
  }
}
.plan .plan__item-wrap .plan__item .check-list li p {
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .plan .plan__item-wrap .plan__item .check-list li p {
    border-bottom: solid 1px #707070;
    padding-bottom: 2.3364485981vw;
    padding-left: 2.3364485981vw;
    padding-right: 2.3364485981vw;
    width: 100%;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.plan .plan__item-wrap .plan__item .check-list li:first-child {
  padding-top: 0;
}
.plan .plan__item-wrap .plan__item .check-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.plan .plan__item-wrap .plan__item .check-list li:last-child p {
  border-bottom: none;
  /*padding-bottom: 0;*/
}
@media (max-width: 767px) {
  .plan .plan__item-wrap .plan__item .check-list li .icon {
    padding-bottom: 0.9rem;
  }
}
.plan .plan__item-wrap .content-title.open::before {
  opacity: 0;
}
.plan .plan__item-wrap .content-title.open:after {
  transform: rotate(180deg);
}
.plan .plan__list {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .plan .plan__list {
    margin-top: 4rem;
  }
}
.plan .plan__list li {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .plan .plan__list li {
    margin-bottom: 3rem;
  }
}
.plan .plan__list li:last-child {
  margin-bottom: 0;
}
.plan .plan__list li .list-title {
  background: #44A1D3;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .plan .plan__list li .list-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.plan .plan__list li .list-title .small {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .plan .plan__list li .list-title .small {
    font-size: 1.2rem;
  }
}
.plan .plan__list li .plan__list__item {
  background: #F5F4E1;
  padding: 3rem 4rem 4rem;
}
@media (max-width: 767px) {
  .plan .plan__list li .plan__list__item {
    padding: 2rem 2rem 3rem;
  }
}
.plan .plan__list li .list-text--red {
  color: #E65D3E;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .plan .plan__list li .list-text--red {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .plan .plan__list li .list-text--red {
    font-size: 1.8rem;
    display: flex;
  }
}
.plan .plan__list li .list-text--red .number {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .plan .plan__list li .list-text--red .number {
    font-size: 2.4rem;
  }
}
.plan .plan__list li .list-text--red .tax {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .plan .plan__list li .list-text--red .tax {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .plan .plan__list li .list-text--red p {
    text-align: left;
    margin-top: -0.6rem;
  }
}
@media (max-width: 767px) {
  .plan .plan__list li .list-text--red .price {
    font-size: 1.6rem;
  }
}
.plan .plan__list li .list-text {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .plan .plan__list li .list-text {
    text-align: left;
    font-size: 1.6rem;
  }
}
.plan .plan__list li .list-text .red {
  font-weight: 700;
  color: #E65D3E;
}
.plan .plan__list li .list-text .red .number {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .plan .plan__list li .list-text .red .number {
    font-size: 2rem;
  }
}
.plan .plan__list li .plan__price-wrapper {
  text-align: center;
}
.plan .plan__list li .plan__price {
  background: #E65D3E;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  margin: 3rem auto 0;
  text-align: center;
  padding: 0 1.4rem 0.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .plan .plan__list li .plan__price {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.plan .plan__list li .plan__price .number {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .plan .plan__list li .plan__price .number {
    font-size: 2.8rem;
  }
}
.plan .plan__list li .plan__list__about {
  border-top: dashed 1px #44A1D3;
  border-bottom: dashed 1px #44A1D3;
  margin-top: 4rem;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .plan .plan__list li .plan__list__about {
    margin-top: 3rem;
  }
}
.plan .plan__list li .plan__list__about .about-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.plan .plan__list li .plan__list__about .about-title .small {
  font-size: 1.4rem;
  font-weight: 400;
}
.plan .plan__list li .plan__list__about .about-text {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .plan .plan__list li .plan__list__about .about-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.plan .option {
  margin-top: 6rem;
}
.plan .option .option__title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .plan .option .option__title {
    font-size: 2.4rem;
  }
}
.plan .option .option__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .plan .option .option__text {
    margin-top: 3rem;
  }
}
.plan .option .caution {
  margin-top: 2.1rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.plan .osusume {
  color: #FFFF00;
  font-size: 2rem;
  letter-spacing: 0.075em;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:768px) and (max-width: 1024px) {
  .plan .osusume {
    display: none;
  }
}

.cta {
  background-image: url(../images/bg-cta.png);
  background-size: cover;
  padding: 8.8rem 2rem;
}
@media (max-width: 767px) {
  .cta {
    background-image: url(../images/sp_bg-cta.png);
    padding: 5.53rem 2rem 5.2rem;
  }
}
.cta .cta__block {
  max-width: 105.8rem;
}

.cta__block {
  background: #fff;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
  border: 3px solid #7EAD50;
  border-radius: 20px;
  border: 3px solid #7EAD50;
  padding: 2.6rem 2rem;
}
@media (max-width: 767px) {
  .cta__block {
    padding: 1.23rem 1.5rem 2.01rem 1.6rem;
  }
}
.cta__block .cta-title {
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cta__block .cta-title {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.56px;
  }
}
.cta__block .cta-list {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .cta__block .cta-list {
    margin-top: 1.1rem;
    gap: 4.67rem;
  }
}
.cta__block .cta-list li {
  width: 50%;
}

.voice {
  padding: 8.9rem 0 0;
  background: transparent linear-gradient(180deg, #C4E077 0%, #98F083 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .voice {
    padding: 8.9rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .voice {
    padding: 7rem 0 0;
  }
}
.voice::before {
  position: absolute;
  content: "";
  background-image: url(../images/dot-l.png);
  background-size: contain;
  width: 17.5402635432vw;
  height: 17.7086383602vw;
  top: 3.8433382138vw;
  left: 3.7701317716vw;
}
@media (max-width: 767px) {
  .voice::before {
    background-image: url(../images/sp_dot-l.png);
    width: 55.9813084112vw;
    height: 56.5186915888vw;
    left: 0;
    top: 4.3224299065vw;
  }
}
.voice::after {
  position: absolute;
  content: "";
  background-image: url(../images/dot-r.png);
  background-size: contain;
  width: 17.5402635432vw;
  height: 17.7086383602vw;
  top: 9.5973645681vw;
  right: 1.3469985359vw;
}
@media (max-width: 767px) {
  .voice::after {
    display: none;
  }
}
.voice .section-title .fukidashi {
  padding: 0 6.5rem;
}
@media (max-width: 767px) {
  .voice .section-title .fukidashi {
    padding: 0 7.0093457944vw;
  }
}
.voice .section-text {
  font-size: 3.2rem;
  line-height: 1.375;
  letter-spacing: 1.28px;
  text-align: center;
  margin-top: 6.1rem;
}
@media (max-width: 767px) {
  .voice .section-text {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 1.6rem;
  }
}
.voice .content-width {
  position: relative;
  z-index: 1;
}
.voice .voice__list {
  margin: 5.8rem auto 0;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.4158125915vw;
}
@media (min-width:1366px) {
  .voice .voice__list {
    gap: 3.3rem;
  }
}
@media (max-width: 767px) {
  .voice .voice__list {
    width: 81.308411215vw;
    margin: 4.57rem auto 0;
    gap: 4rem;
  }
}
.voice .voice__list li {
  width: 33.3333333333%;
  border-radius: 2rem;
  background: #fff;
  padding: 2rem 3.4rem 2.2rem 3.2rem;
}
@media (max-width: 767px) {
  .voice .voice__list li {
    width: 100%;
    padding: 2.2rem 2.9rem 3.8rem 2.8rem;
  }
}
.voice .voice__list li .list-img {
  max-width: 11rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .voice .voice__list li .list-img {
    max-width: 11rem;
  }
}
.voice .voice__list li .list-title {
  color: #7EAD50;
  margin-top: 2.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .voice .voice__list li .list-title {
    font-size: 2rem;
  }
}
.voice .voice__list li .plan-name {
  margin-top: 1.1rem;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
@media (max-width: 767px) {
  .voice .voice__list li .plan-name {
    margin-top: 0.6rem;
  }
}
.voice .voice__list li .voice__list__content {
  margin-top: 2.4rem;
  padding-bottom: 2.8rem;
  border-bottom: solid 1px #707070;
}
.voice .voice__list li .voice__list__content .name {
  background: #44A1D3;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0px;
  border-radius: 5px;
  padding: 3px 1.7rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.voice .voice__list li .voice__list__content .work {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 0.8rem;
  letter-spacing: 0px;
}
.voice .voice__list li .list-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  padding-top: 2.6rem;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .voice .voice__list li .list-text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.voice .voice-bg {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .voice .voice-bg {
    margin-top: 3.3rem;
  }
}

.member {
  background: #F1F5F9;
  padding: 10rem 2rem 16rem;
}
@media (max-width: 767px) {
  .member {
    padding: 5.5rem 2rem 7.7rem;
  }
}
.member .section-title {
  font-size: 3.2rem;
  color: #383943;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .member .section-title {
    font-size: 2rem;
    margin-bottom: 3.3rem;
  }
}
.member .section-title .fukidashi {
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .member .section-title .fukidashi {
    padding: 0 8.1775700935vw;
  }
}
.member .member-width {
  max-width: 114rem;
  margin: 0 auto;
}
.member .member-subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .member .member-subtitle {
    font-size: 1.9rem;
    margin-bottom: 5.3rem;
  }
}
@media (min-width: 768px) {
  .member-width {
    display: flex;
    justify-content: space-between;
    gap: 6.5rem;
  }
}
.member-width .member__item{
  border-radius: 20px;
  background: #fff;
  border: 2px solid #7ead50;
  padding: 7rem 4rem;
}
@media (max-width: 767px) {
  .member-width .member__item{
    padding: 4rem 3rem;
    margin-bottom: 3.6rem;
  } 
}
@media (max-width: 767px) {
  .member-width .member__item:last-child{
    margin-bottom: 0;
  } 
}
.member-width .member__item-head{
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 1.5rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .member-width .member__item-head{
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  } 
}
.member-width .member__item-img{
  max-width: 21.5rem;
  margin: 0 auto 2.5rem;
}
@media (max-width: 767px) {
  .member-width .member__item-img{
    max-width: 15.6rem;
    margin: 0 auto 1.9rem;
  } 
}
.member-width .member__item-name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .member-width .member__item-name {
    font-size: 1.7rem;
  } 
}
.member-width .member__item-name span{
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #7ead50;
}
@media (max-width: 767px) {
  .member-width .member__item-name span{
    font-size: 0.8rem;
  } 
}
.member-width .member__item-txt {
  line-height: (30/16);
}

.qa {
  background: #fff;
  padding: 10rem 2rem;
}
@media (max-width: 767px) {
  .qa {
    padding: 5.37rem 2rem 7rem;
  }
}
.qa .section-title {
  font-size: 3.2rem;
  color: #383943;
  text-align: center;
}
@media (max-width: 767px) {
  .qa .section-title {
    font-size: 2rem;
  }
}
.qa .section-title .fukidashi {
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .qa .section-title .fukidashi {
    padding: 0 8.1775700935vw;
  }
}
.qa .question-width {
  max-width: 85rem;
  margin: 7rem auto 0;
}
@media (max-width: 767px) {
  .qa .question-width {
    margin-top: 4.5rem;
  }
}
.qa .question__item {
  margin-bottom: 2rem;
  border: 2px solid #F5F4E1;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .qa .question__item {
    margin-bottom: 2rem;
  }
}
.qa .question__item:last-of-type {
  margin-bottom: 0;
}
.qa .question__item .question {
  padding: 0.7rem 5.1rem 0.8rem 4.5rem;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  background: #F5F4E1;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .qa .question__item .question {
    padding: 1.6rem 6.6rem 1.9rem 2rem;
  }
}
.qa .question__item .question:before, .qa .question__item .question:after {
  position: absolute;
  content: "";
  background: #383943;
  transform: translateY(-50%);
  top: 50%;
  right: 5.1rem;
  width: 16px;
  height: 2px;
}
@media (max-width: 767px) {
  .qa .question__item .question:before, .qa .question__item .question:after {
    right: 2rem;
  }
}
.qa .question__item .question:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.qa .question__item .question .q-title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 1.5555555556;
  color: #7EAD50;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .qa .question__item .question .q-title {
    font-size: 1.6rem;
    gap: 0.8rem;
    align-items: flex-start;
  }
}
.qa .question__item .q,
.qa .question__item .a {
  font-family: "Josefin Sans", system-ui;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.9545454545;
  letter-spacing: 0px;
}
.qa .question__item .q {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .qa .question__item .q {
    line-height: 1;
  }
}
.qa .question__item .a {
  margin-top: -3px;
}
.qa .question__item .answer {
  padding: 0.9rem 4.5rem 0.9rem;
  display: none;
}
@media (max-width: 767px) {
  .qa .question__item .answer {
    padding: 0.9rem 1.7rem 1.6rem 2rem;
  }
}
.qa .question__item .answer .answer__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0px;
  display: flex;
  align-items: flex-start;
  gap: 2.2rem;
}
@media (max-width: 767px) {
  .qa .question__item .answer .answer__text {
    font-size: 1.5rem;
    line-height: 2;
    gap: 1.3rem;
  }
}
.qa .question.open::before {
  opacity: 0;
}
.qa .question.open:after {
  transform: rotate(180deg);
}


.works {
  padding: 7.8rem 2rem 9.1rem;
}
@media (max-width: 767px) {
  .works{
    padding: 5rem 2rem 5.4rem;
  }
}
.works .section-title {
  font-size: 3.2rem;
  color: #383943;
  text-align: center;
}
@media (max-width: 767px) {
  .works .section-title {
    font-size: 2rem;
    margin-bottom: 2.6rem;
  }
}
.works.section-title .fukidashi {
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .works .section-title .fukidashi {
    padding: 0 8.1775700935vw;
    display: block;
  }
}
@media (max-width: 767px) {
  .works .section-title .fukidashi::before, .works .section-title .fukidashi::after{
    display: none;
  }
}
.works .slider {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .works .slider {
    margin: 2.5rem -2rem 0;
  }
}
@media (max-width: 767px) {
  .works .works-width a,.works .works-width div{
    margin-bottom: 5rem;
    display: block;
    width: 100%;
  }
}
.works .works-width img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .works .works__item {
    margin-right: 6.3rem;
  }
}
@media (max-width: 767px) {
  .works .works__item {
    margin-right: 5rem;
  }
}
.works .works__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 追従CTA */
.contact-navi {
  width: 7.8rem;
  position: fixed;
  right: 0;
  top: 10rem;
  background-color: #E65D3E;
  color: #fff;
  z-index: 10;
  border-radius: 15px 0px 0px 15px;
  font-weight: 700;
  padding: 1.5rem 0 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-navi {
    padding: 0.8rem 0 0.7rem;
    width: 23.2rem;
    height: 5.9rem;
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 0;
    border-radius: 0px 10px 0px 0px;
    flex-direction: row;
    gap: 1.1rem;
  }
}
.contact-navi .icon {
  width: 3.4rem;
}
.contact-navi .small {
  color: #FFFF00;
  font-size: 1.4rem;
  line-height: 1.0714285714;
  letter-spacing: 0px;
  text-align: center;
}
.contact-navi .contact-navi__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .contact-navi .contact-navi__text {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 0;
  }
}
.contact-navi .text {
  font-size: 2.2rem;
  line-height: 1.0909090909;
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-navi .text {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.contact {
  background-image: url(../images/bg-contact.jpg);
  background-size: cover;
  padding: 7rem 2rem 8.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact {
    padding: 5.8rem 2rem 7.1rem;
    background-image: url(../images/sp_bg-contact.jpg);
  }
}
.contact::before {
  position: absolute;
  content: "";
  background: rgba(77, 142, 97, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact .content-width {
  position: relative;
  z-index: 1;
}
.contact .section-title .small {
  color: #fff;
}
.contact .section-title .fukidashi {
  color: #fff;
}
.contact .section-title .fukidashi::before {
  background-image: url(../images/line-l-wh.svg);
}
.contact .section-title .fukidashi::after {
  background-image: url(../images/line-r-wh.svg);
}
.contact .contact__form {
  margin: 5.2rem auto 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1490196078);
  border: 2px solid #7EAD50;
  border-radius: 10px;
  overflow: hidden;
  height: 1000px;
  max-width: 95rem;
}
@media (max-width: 767px) {
  .contact .contact__form {
    margin-top: 3.1rem;
    max-width: 81.308411215vw;
    height: 985px;
  }
}
.contact .contact__form iframe {
  border-radius: 10px;
  border-width: 0;
  overflow: hidden;
}

.footer {
  background: #EDF2E9;
  padding: 4.9rem 2rem 1.1rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 3.6rem 2rem 6.8rem;
  }
}
.footer .footer__inner {
  max-width: 95rem;
  margin: 0 auto;
  position: relative;
}
.footer .page-top {
  width: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .footer .page-top {
    width: 4.3rem;
  }
}
.footer .footer__top {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer .footer__top {
    padding-left: 2rem;
  }
}
.footer .footer__logo {
  max-width: 19.5rem;
  width: 100%;
  margin-right: 4.7rem;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    max-width: 17.5rem;
    margin-right: 0;
  }
}
.footer .footer__company {
  max-width: 21.65rem;
  width: 100%;
}
.footer .footer__company .address {
  letter-spacing: 0px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
@media (min-width: 768px) {
  .footer .footer__company .address {
    margin-top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__company .address {
    margin-top: 2rem;
  }
}
.footer .footer__btn {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .footer .footer__btn {
    margin-top: 1.6rem;
  }
}
.footer .footer-btn {
  background: #fff;
  box-shadow: 0px 3px 0px #DDDDDD;
  border-radius: 81px;
  color: #7EAD50;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5714285714;
  letter-spacing: 0.56px;
  max-width: 21.65rem;
  width: 100%;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.55rem;
}
@media (max-width: 767px) {
  .footer .footer-btn {
    max-width: 18.687rem;
    height: 4.7rem;
    font-size: 1.2rem;
    line-height: 2.5833333333;
  }
}
.footer .footer__bottom {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .footer .footer__bottom {
    margin-top: 4.3rem;
  }
}
.footer .footer__link {
  text-align: right;
}
.footer .footer__link a {
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
.footer .copyright {
  margin-top: 1.7rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  line-height: 1.4166666667;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .footer .copyright {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

/*
@import "feature";
@import "catch";

@import "work";
*//*# sourceMappingURL=style.css.map */