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

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

body {
  min-width: 375px;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  margin: 0;
}

.wrap {
  overflow: hidden;
}

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

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

a {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tab-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

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

/*************************************************************************************
共通インナー幅
**************************************************************************************/
.common-width {
  max-width: 1200px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .common-width {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .common-width {
    width: 88%;
  }
}

/*************************************************************************************
パンくずリスト
**************************************************************************************/
.breadcrumb {
  margin-top: 120px;
  max-width: 1200px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .breadcrumb {
    width: 97%;
    margin-top: 80px;
  }
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb span .fa-house {
  padding-right: 15px;
}
.breadcrumb .post {
  padding: 0 15px;
}

/*************************************************************************************
共通セクション
**************************************************************************************/
.section__common:not(:first-of-type) {
  margin-top: 200px;
}
@media (max-width: 1199px) {
  .section__common:not(:first-of-type) {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .section__common:not(:first-of-type) {
    margin-top: 60px;
  }
}

/*************************************************************************************
下層ファーストビュー(下層セクションタイトル共通)
**************************************************************************************/
.under-title {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .under-title {
    margin-top: 30px;
  }
}
.under-title .under-title__title {
  position: relative;
  z-index: 999;
  padding-left: 28px;
  font-size: 40px;
  line-height: 40%;
  font-weight: 500;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .under-title .under-title__title {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 35px;
    line-height: 30%;
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .under-title .under-title__title {
    width: 89%;
    font-size: 30px;
    line-height: 150%;
    display: block;
  }
}
.under-title .under-title__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 8px;
  height: 69px;
  background-color: #7BA23F;
}
@media (max-width: 1199px) {
  .under-title .under-title__title::before {
    left: 2%;
    width: 6px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .under-title .under-title__title::before {
    left: 5%;
    width: 4px;
    height: 50px;
  }
}
.under-title .under-title__title span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  color: #7BA23F;
  padding-bottom: 22px;
}
@media (max-width: 1199px) {
  .under-title .under-title__title span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .under-title .under-title__title span {
    font-size: 14px;
    line-height: 20%;
    margin-bottom: -20px;
  }
}
.under-title .under-title__img {
  display: block;
  margin-top: -110px;
  margin-left: -10%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .under-title .under-title__img {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .under-title .under-title__img {
    margin-top: 40px;
  }
}

/*************************************************************************************
下層ページタイトル下の共通(h2とp)
**************************************************************************************/
.section__contents {
  max-width: 1200px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section__contents {
    margin-top: 20px;
  }
}

.section__message {
  font-size: 30px;
  color: #7BA23F;
  font-weight: 700;
  padding-bottom: 40px;
  padding-left: 20px;
  line-height: 180%;
  position: relative;
}
@media (max-width: 1199px) {
  .section__message {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section__message {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.section__message::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 15px;
  height: 12px;
  border-radius: 50%;
  background-color: #7BA23F;
}
@media (max-width: 1199px) {
  .section__message::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}
.section__message::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  height: 1px;
  background-color: #7BA23F;
  width: 100%;
}
@media (max-width: 1199px) {
  .section__message::after {
    bottom: 4px;
  }
}

.section__text {
  padding-left: 20px;
  line-height: 220%;
}
.section__text:first-of-type {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .section__text:first-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section__text:first-of-type {
    margin-top: 20px;
  }
}
.section__text:last-of-type {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .section__text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section__text {
    font-size: 14px;
  }
}

/*************************************************************************************
共通CTA
**************************************************************************************/
.cta a {
  background-color: #7BA23F;
  display: block;
  padding: 60px 0;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .cta a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cta a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #F7C242;
  }
  .cta a:hover .cta__wrap::after {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .cta a {
    padding: 40px 0;
  }
}

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1199px) {
  .cta__wrap {
    display: block;
    max-width: 750px;
    width: 92%;
  }
}
.cta__wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url(../img/common/cta-arrow.png) no-repeat center/cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .cta__wrap::after {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .cta__wrap::after {
    width: 24px;
    height: 24px;
    right: 0;
  }
}

.cta__title {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 30px;
  }
}
.cta__title span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cta__title span {
    font-size: 14px;
    line-height: 120%;
  }
}

.cta__text {
  line-height: 250%;
  max-width: 600px;
  width: 48%;
}
@media (max-width: 1199px) {
  .cta__text {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cta__text {
    width: 85%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 220%;
  }
}

/*************************************************************************************
丸みのあるインナーシャドウのあるリストコンテンツ
**************************************************************************************/
@media (max-width: 767px) {
  .contents__detail {
    margin-top: -30px;
  }
}

.detail__round {
  border-radius: 200px 0 0 120px;
  -webkit-box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  width: 88%;
  margin-left: auto;
}
.detail__round:nth-of-type(1) .detail__round__contents .detail__round__content h3::before {
  background: url(../img/under/business1.png) no-repeat center/cover;
}
.detail__round:nth-of-type(2) {
  border-radius: 0 200px 200px 0;
  margin-left: calc(50% - 50vw);
}
.detail__round:nth-of-type(2) .detail__round__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .detail__round:nth-of-type(2) .detail__round__contents {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .detail__round:nth-of-type(2) .detail__round__contents h3 {
    padding-right: 100px;
    padding-left: 0;
  }
  .detail__round:nth-of-type(2) .detail__round__contents h3::before {
    right: 40px;
    left: auto;
    background: url(../img/under/business2.png) no-repeat center/cover;
  }
  .detail__round:nth-of-type(2) .detail__round__contents p {
    padding-right: 30px;
    padding-left: 0;
  }
}
.detail__round:nth-of-type(3) .detail__round__contents .detail__round__content h3::before {
  background: url(../img/under/business3.png) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .detail__round {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .detail__round {
    width: 96%;
  }
}

.detail__round__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  width: 100%;
  margin-right: auto;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .detail__round__contents {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .detail__round__contents {
    padding: 30px 15px;
  }
}
.detail__round__contents img {
  width: 254px;
}
@media (max-width: 1199px) {
  .detail__round__contents img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .detail__round__contents img {
    display: none;
  }
}

.detail__round__content h3 {
  font-size: 26px;
  color: #7BA23F;
}
@media (max-width: 1199px) {
  .detail__round__content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail__round__content h3 {
    font-size: 18px;
    padding-left: 100px;
    position: relative;
  }
  .detail__round__content h3::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }
}
.detail__round__content p {
  line-height: 220%;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .detail__round__content p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .detail__round__content p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 180%;
    padding-left: 30px;
  }
}

/*************************************************************************************
ヘッダー
**************************************************************************************/
.header {
  position: fixed;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .header__wrap {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .header__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo a {
  display: block;
  width: 340px;
}
@media (max-width: 1199px) {
  .header__logo a {
    width: 200px;
  }
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li a {
  text-decoration: none;
  padding: 5px 20px;
}
@media (min-width: 1200px) {
  .header__nav ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__nav ul li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #7BA23F;
  }
}
@media (max-width: 1199px) {
  .header__nav ul li a {
    font-size: 15px;
    padding: 5px 10px;
  }
}
.header__nav ul li:nth-of-type(1), .header__nav ul li:nth-of-type(2), .header__nav ul li:nth-of-type(3), .header__nav ul li:nth-of-type(4) {
  position: relative;
}
.header__nav ul li:nth-of-type(1)::after, .header__nav ul li:nth-of-type(2)::after, .header__nav ul li:nth-of-type(3)::after, .header__nav ul li:nth-of-type(4)::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background: #707070;
}
@media (max-width: 767px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav .header__contact--sp {
  display: none;
}
@media (max-width: 767px) {
  .header__nav .header__contact--sp {
    display: block;
    background-color: #F7C242;
    position: absolute;
    top: 0;
    right: 82px;
    padding: 0 3px 19px 3px;
    border-radius: 0 0 50px 50px;
  }
}
.header__nav .header__contact--sp a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}
.header__nav .header__contact--sp a span {
  font-size: 14px;
  text-align: center;
}
.header__nav .header__contact--sp a img {
  display: block;
  width: 21px;
  margin-right: auto;
  margin-left: auto;
}

.has-dropdown {
  position: relative;
}

.has-dropdown.is-open .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #F7F7F7;
  padding: 20px 0;
}

.dropdown__wrap {
  display: block !important;
  max-width: 800px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.dropdown__block {
  padding-top: 10px;
}
.dropdown__block:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}
.dropdown__block::after {
  display: none;
}

.dropdwn__label {
  font-size: 22px;
  font-weight: 500;
}

.dropdown__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.dropdown__list a {
  text-decoration: none;
  display: block;
  background-color: #7BA23F;
  padding: 10px 30px !important;
  color: #ffffff;
  border-radius: 30px;
  width: 175px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .dropdown__list a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .dropdown__list a:hover {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #F7C242;
    color: #ffffff !important;
  }
}
@media (max-width: 767px) {
  .dropdown__list a {
    width: 165px;
    font-size: 14px;
  }
}
.dropdown__list::after {
  display: none;
}

.header__contact a {
  background-color: #7BA23F;
  color: #ffffff;
  padding: 9px 20px !important;
  border-radius: 30px;
  border: 1px solid #7BA23F;
  position: relative;
}
@media (min-width: 1200px) {
  .header__contact a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__contact a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #F7C242;
    border: 1px solid #F7C242;
    color: #ffffff !important;
  }
}
.header__contact a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97%;
  height: 85%;
  border: 1px solid #ffffff;
  border-radius: 30px;
}

/*************************************************************************************
ハンバーガーボタン
**************************************************************************************/
.hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #7BA23F;
  border-radius: 0 0 100px 100px;
  position: fixed;
  z-index: 9999;
  top: -10px;
  right: 8px;
  cursor: pointer;
  width: 62px;
  height: 60px;
  position: relative;
}
.hamburger::before {
  position: absolute;
  content: "Menu";
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 14px;
}
.hamburger.active {
  background-color: #ffffff;
}
.hamburger.active::before {
  content: "Close";
  color: #7BA23F;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  width: 18px;
  height: 17px;
  background: url(../img/common/humburger-icon.png) no-repeat center/cover;
  margin-top: -5px;
}
.hamburger.active span {
  background: url(../img/common/close-icon.png) no-repeat center/cover;
}

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

/*************************************************************************************
ドロワーメニュー
**************************************************************************************/
#drawer-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 285px;
  height: 100%;
  border-radius: 120px 0 0 120px;
  background: #7BA23F;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  #drawer-nav {
    display: none;
  }
}

#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: 140px;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

#drawer-nav li {
  list-style: none;
}
#drawer-nav li a {
  text-decoration: none;
  padding: 19px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#drawer-nav .drawer__menu a {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  -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);
  padding: 10px 20px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#drawer-nav .drawer__menu a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(../img/common/drawer-arrow.png) no-repeat center/cover;
}
#drawer-nav .drawer__menu a img {
  width: 18px;
  margin-right: 20px;
}
#drawer-nav .drawer__menu:nth-of-type(5) {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #D9D9D9;
}
#drawer-nav .drawer__menu:nth-of-type(5) a {
  background-color: #F7C242;
  border-radius: 50px;
  border: 1px solid #F7C242;
}
#drawer-nav .drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-left: -50px;
}
#drawer-nav .drawer__sns a img {
  width: 25px;
}
#drawer-nav .drawer__copy a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 40px;
}

.faq__box {
  border: #ffffff solid 1px;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 18px;
  overflow: visible;
}

.faq__box-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.faq__box-q img {
  width: 18px;
  margin-right: 20px;
}

.faq__box-icon {
  width: 14px;
  height: 14px;
  position: relative;
  right: -70px;
}
.faq__box-icon.is-open .faq__box-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__box-bar1 {
  width: 14px;
  height: 2px;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.faq__box-bar2 {
  width: 2px;
  height: 14px;
  background: #ffffff;
  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;
}

.faq__box-a {
  display: none;
  position: relative;
  margin-top: 10px;
}

.faq__box-content {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
  padding-left: 35px;
}
.faq__box-content li a {
  padding: 8px 0 !important;
  padding-left: 20px !important;
  color: #ffffff;
  position: relative;
}
.faq__box-content li a::before {
  position: absolute;
  content: "";
  top: 26%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}

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

/*************************************************************************************
フッター
**************************************************************************************/
.footer {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .footer__nav {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 1199px) {
  .footer__nav__block {
    border-bottom: 1px solid #D9D9D9;
  }
}
.footer__nav__block .faq__box {
  border-radius: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .footer__nav__block .faq__box {
    padding: 25px 0;
    border-bottom: 1px solid #E6E5E5;
  }
}
.footer__nav__block .faq__box.is-open {
  background-color: #7BA23F;
}
.footer__nav__block .faq__box.is-open .faq__box-q {
  color: #ffffff;
}
.footer__nav__block .faq__box-q {
  color: #7BA23F;
  width: 100%;
  font-size: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer__nav__block .faq__box-q {
    font-size: 18px;
    max-width: 750px;
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .footer__nav__block .faq__box-q {
    width: 89%;
  }
}
.footer__nav__block .faq__box-icon {
  display: none;
  right: 0;
}
@media (max-width: 1199px) {
  .footer__nav__block .faq__box-icon {
    display: block;
  }
  .footer__nav__block .faq__box-icon.is-open .faq__box-bar2 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background: #ffffff;
  }
}
.footer__nav__block .faq__box-bar1 {
  background: #7BA23F;
}
.footer__nav__block .faq__box-bar2 {
  background: #7BA23F;
}
.footer__nav__block .faq__box-a {
  display: block;
}
@media (max-width: 1199px) {
  .footer__nav__block .faq__box-a {
    display: none;
    max-width: 750px;
    width: 89%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer__nav__block .faq__box-a {
    width: 89%;
  }
}
.footer__nav__block .faq__box-content {
  padding-left: 0;
}
.footer__nav__block .footer__link a {
  display: block;
  padding: 0 !important;
  padding-bottom: 8px !important;
  position: static;
  font-weight: 300;
  color: #707070;
}
@media (min-width: 1200px) {
  .footer__nav__block .footer__link a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__nav__block .footer__link a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #7BA23F;
  }
}
@media (max-width: 1199px) {
  .footer__nav__block .footer__link a {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .footer__nav__block .footer__link a {
    font-size: 14px;
  }
}
.footer__nav__block .footer__link a::before {
  position: static;
}

.footer__bottom {
  padding-top: 40px;
  border-top: 1px solid #707070;
}
@media (max-width: 1199px) {
  .footer__bottom {
    border-top: none;
    display: contents;
  }
}

.footer__logo {
  width: 345px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .footer__logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 240px;
  }
}

@media (max-width: 1199px) {
  .footer__bottom__flex {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer__bottom__flex {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
}

.footer__address {
  font-style: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__address {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__permission {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__permission {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__outside-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer__outside-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .footer__outside-links {
    display: block;
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__outside-links li a {
  padding: 20px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer__outside-links li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__outside-links li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #7BA23F;
  }
}
@media (max-width: 767px) {
  .footer__outside-links li a {
    padding-left: 20px;
    position: relative;
  }
  .footer__outside-links li a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/common/footer-arrow.png) no-repeat center/cover;
  }
}
.footer__outside-links li:not(:last-of-type) {
  border-right: 1px solid #707070;
}
@media (max-width: 767px) {
  .footer__outside-links li:not(:last-of-type) {
    border-right: none;
    margin-bottom: 8px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .footer__sns {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1200px) {
  .footer__sns li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__sns li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
.footer__sns li a img {
  width: 30px;
}
@media (max-width: 767px) {
  .footer__sns li a img {
    width: 26px;
  }
}

.footer__copy a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer__copy {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

/*************************************************************************************
ファーストビュー
**************************************************************************************/
.fv {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .fv {
    padding-top: 70px;
  }
}

.fv__message {
  position: absolute;
  top: 35%;
  left: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .fv__message {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fv__message {
    top: 42%;
    left: 5%;
    font-size: 18px;
  }
}

/*************************************************************************************
TOPお知らせ
**************************************************************************************/
.top-info {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1199px) {
  .top-info {
    max-width: 750px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .top-info {
    max-width: 650px;
    width: 89%;
    padding: 40px 0;
  }
}

.top-info__title {
  color: #F7C242;
  font-size: 40px;
  letter-spacing: 0.09em;
}

.top-info__wrap {
  width: 100%;
}
@media (max-width: 1199px) {
  .top-info__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-info__wrap {
    margin-top: 20px;
  }
}

.top-info__list:first-of-type a {
  padding-top: 0;
}
.top-info__list a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  border-bottom: 1px solid #707070;
  padding: 35px 0;
}
@media (min-width: 1200px) {
  .top-info__list a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .top-info__list a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (max-width: 1199px) {
  .top-info__list a {
    padding: 25px 0;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .top-info__list a {
    display: block;
    font-size: 14px;
    padding: 15px 0;
  }
}
.top-info__list a .top-info__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
@media (max-width: 1199px) {
  .top-info__list a .top-info__parts {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .top-info__list a .top-info__parts {
    gap: 15px;
  }
}
.top-info__list a .category {
  padding: 3px 30px;
  color: #ffffff;
  background-color: #F7C242;
  border-radius: 30px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-info__list a .category {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .top-info__list a .pctab-only {
    display: none;
  }
}
.top-info__list a h3 {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-info__list a h3 {
    font-size: 14px;
  }
}

.top-info__btn a {
  text-decoration: none;
  display: block;
  text-align: right;
  padding: 20px 0;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .top-info__btn a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .top-info__btn a:hover {
    color: #F7C242;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (max-width: 767px) {
  .top-info__btn a {
    font-size: 14px;
  }
}
.top-info__btn a span {
  margin-right: 10px;
}

/*************************************************************************************
TOP事業内容アンカーリンク
**************************************************************************************/
.top-business-details-anchor {
  background-color: #F7F7F7;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .top-business-details-anchor {
    padding: 30px 0;
  }
}

.business-anchor {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .business-anchor {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 750px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .business-anchor {
    display: block;
    max-width: 380px;
    width: 89%;
  }
}

@media (max-width: 767px) {
  .business-anchor__block:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.business-anchor__block h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .business-anchor__block h2 {
    text-align: left;
    font-size: 26px;
  }
}

.business-anchor__group {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .business-anchor__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 10px;
    margin-top: 10px;
  }
}
.business-anchor__group li a {
  text-decoration: none;
  display: block;
  background-color: #7BA23F;
  padding: 3px 30px;
  color: #ffffff;
  border-radius: 30px;
  width: 175px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .business-anchor__group li a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .business-anchor__group li a:hover {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #F7C242;
  }
}
@media (max-width: 767px) {
  .business-anchor__group li a {
    width: 165px;
    font-size: 14px;
  }
}
.business-anchor__group li:not(:last-of-type) a {
  margin-bottom: 10px;
}

/*************************************************************************************
TOP 事業内容(各項目共通)
**************************************************************************************/
.top-contents {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .top-contents {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .top-contents {
    padding: 60px 0;
  }
}

.top-buy, .top-rent, .top-management {
  background-color: #7BA23F;
}
.top-buy .top-contents__card span, .top-rent .top-contents__card span, .top-management .top-contents__card span {
  color: #7BA23F;
}
.top-buy .top-contents__btn a, .top-rent .top-contents__btn a, .top-management .top-contents__btn a {
  background-color: #7BA23F;
}

.top-sell {
  background-color: #F7C242;
}
.top-sell .top-contents__card span {
  color: #F7C242;
}
.top-sell .top-contents__btn a {
  background-color: #F7C242;
}

.top-contents__container {
  display: grid;
}

.top-contents__title {
  font-size: 40px;
  padding-bottom: 10px;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-contents__title {
    font-size: 30px;
  }
}
.top-contents__title span {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-contents__title span {
    font-size: 14px;
    margin-top: 0;
  }
}
.top-contents__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #ffffff;
}

.top-contents__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .top-contents__wrap {
    gap: 30px;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .top-contents__wrap {
    display: block;
    max-width: 380px;
    margin-top: 40px;
  }
}

.top-contents__wrap--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 572px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-contents__wrap--single {
    margin-top: 40px;
    max-width: 380px;
  }
}

.top-contents__card {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 50px 0;
  -webkit-box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
          box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
}
@media (max-width: 767px) {
  .top-contents__card {
    padding: 20px 0;
  }
  .top-contents__card:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.top-contents__card span {
  color: #7BA23F;
  font-weight: 300;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .top-contents__card span {
    text-align: center;
  }
}
.top-contents__card h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  min-height: 40px;
}
@media (max-width: 1199px) {
  .top-contents__card h3 {
    display: block;
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top-contents__card h3 {
    min-height: auto;
  }
}
.top-contents__card h3 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #7BA23F;
  font-size: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .top-contents__card h3 span {
    margin-right: auto;
    margin-left: auto;
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .top-contents__card h3 span {
    font-size: 26px;
  }
}
.top-contents__card h3 span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #707070;
}
@media (max-width: 1199px) {
  .top-contents__card h3 span::after {
    display: none;
  }
}
.top-contents__card figure {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.top-contents__card p {
  text-align: center;
  margin: 0;
  line-height: 200%;
  min-height: 100px;
}
@media (max-width: 767px) {
  .top-contents__card p {
    font-size: 14px;
    min-height: auto;
    padding: 0 15px;
  }
}

.top-contents__btn a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 50px;
  border-radius: 30px;
  -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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .top-contents__btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top-contents__btn a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 767px) {
  .top-contents__btn a {
    font-size: 14px;
    margin-top: 15px;
  }
}

/*************************************************************************************
メッセージ
**************************************************************************************/
.top-message {
  padding: 200px 0;
  background: url(../img/top/top-message-bg.png) no-repeat center/contain;
}
@media (max-width: 1199px) {
  .top-message {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .top-message {
    background: url(../img/top/top-message-bg-sp.png) no-repeat top 40px center/contain;
  }
}

.top-message__message {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-message__message {
    font-size: 21px;
  }
}

.top-message__text {
  text-align: center;
  line-height: 220%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-message__text {
    font-size: 14px;
    line-height: 300%;
  }
}
.top-message__text:first-of-type {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .top-message__text:first-of-type {
    margin-top: 40px;
  }
}
.top-message__text:last-of-type {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .top-message__text:last-of-type {
    margin-top: 40px;
  }
}

/*************************************************************************************
ピックアップ
**************************************************************************************/
.pickup {
  background-color: #7BA23F;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pickup {
    padding-top: 80px;
  }
}

.pickup__title {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
.pickup__title::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}

.pickup__wrap {
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pickup__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pickup__wrap .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .pickup__wrap .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .pickup__wrap .swiper-wrapper {
    gap: 0;
  }
}

.pickup__card {
  background-color: #ffffff;
  border-radius: 49px;
  padding: 30px 0;
  width: 472px;
}
.pickup__card a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .pickup__card a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pickup__card a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
.pickup__card a p {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7BA23F;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .pickup__card a p {
    font-size: 12px;
  }
}
.pickup__card a p img {
  display: block;
  width: 13px;
}
.pickup__card a h3 {
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pickup__card a h3 {
    white-space: nowrap;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
}
.pickup__card a figure {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

/*************************************************************************************
下部お知らせとリンク
**************************************************************************************/
.various {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .various {
    display: block;
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .various {
    padding-top: 40px;
  }
}

.bottom-info {
  background-color: #F1F1F1;
  border-radius: 50px;
  padding: 45px 38px;
}
@media (max-width: 1199px) {
  .bottom-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bottom-info {
    margin-bottom: 30px;
    padding: 25px;
    display: none;
  }
}

.bottom-info__title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .bottom-info__title-link {
    display: block;
  }
}

.bottom-info__title {
  color: #F7C242;
  font-size: 40px;
  letter-spacing: 0.09em;
}

.bottom-info__btn a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .bottom-info__btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bottom-info__btn a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #F7C242;
  }
}

.bottom-info__list:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}
.bottom-info__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .bottom-info__list a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bottom-info__list a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .bottom-info__list a {
    display: block;
  }
}
.bottom-info__list a .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 18px;
}
.bottom-info__list a .parts span {
  white-space: nowrap;
  background-color: #F7C242;
  padding: 0 15px;
  border-radius: 30px;
  color: #ffffff;
  height: 30px;
  font-size: 16px;
}
.bottom-info__list a .parts h2 {
  font-size: 18px;
  font-weight: 400;
}

.various-link {
  width: 468px;
}
@media (max-width: 1199px) {
  .various-link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.various-link__box {
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .various-link__box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .various-link__box {
    border-radius: 25px;
  }
}
.various-link__box:first-of-type {
  border: 1px solid #7BA23F;
  margin-bottom: 20px;
}
.various-link__box:first-of-type .various-link__label {
  background-color: #7BA23F;
}
.various-link__box:last-of-type {
  border: 1px solid #F7C242;
}
.various-link__box:last-of-type .various-link__label {
  background-color: #F7C242;
}
.various-link__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media (min-width: 1200px) {
  .various-link__box a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .various-link__box a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .various-link__box a {
    height: 180px;
  }
}
.various-link__box a figure {
  margin: 0;
}
.various-link__box a figure img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .various-link__box a figure img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .various-link__box a figure img {
    min-width: 200px;
    width: 60%;
  }
}

.various-link__label {
  height: 100%;
  border-radius: 45px;
  padding: 20px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .various-link__label {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .various-link__label {
    max-width: 180px;
    width: 70%;
    border-radius: 20px;
    padding-top: 55px;
  }
}
.various-link__label h2 {
  text-align: center;
  font-size: 30px;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .various-link__label h2 {
    font-size: 18px;
  }
}
.various-link__label h2 span {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .various-link__label h2 span {
    font-size: 14px;
  }
}

.investment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 40px 0;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .investment__list {
    padding-left: 0;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .investment__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
  }
}
.investment__list li {
  -webkit-box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
          box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
  background-color: #F7C242;
  color: #ffffff;
  padding: 5px 30px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .investment__list li {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 3px 10px;
    font-size: 14px;
  }
}

/*************************************************************************************
ジャンケンCTA
**************************************************************************************/
.cta--janken a {
  background-color: #F7F7F7 !important;
}
@media (min-width: 1200px) {
  .cta--janken a:hover {
    background-color: #E2E2E2 !important;
  }
}
.cta--janken a .cta__wrap::after {
  background: url(../img/under/janken-cta.png) no-repeat center/cover;
}
.cta--janken a .cta__title img {
  width: 382px;
}
@media (max-width: 1199px) {
  .cta--janken a .cta__title img {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .cta--janken a .cta__title img {
    width: 211px;
  }
}
.cta--janken a .cta__text {
  color: #707070;
}
@media (max-width: 1199px) {
  .cta--janken a .cta__text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cta--janken a .cta__text {
    margin-top: -20px;
  }
}

/*************************************************************************************
ゴエンCTA
**************************************************************************************/
.cta--goen a {
  background-color: #F7F7F7 !important;
}
@media (min-width: 1200px) {
  .cta--goen a:hover {
    background-color: #E2E2E2 !important;
  }
}
.cta--goen a .cta__wrap::after {
  background: url(../img/under/goen-cta.png) no-repeat center/cover;
}
.cta--goen a .cta__title img {
  width: 382px;
}
@media (max-width: 1199px) {
  .cta--goen a .cta__title img {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .cta--goen a .cta__title img {
    width: 194px;
  }
}
.cta--goen a .cta__text {
  color: #707070;
}
@media (max-width: 1199px) {
  .cta--goen a .cta__text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cta--goen a .cta__text {
    margin-top: -20px;
  }
}

/*************************************************************************************
イオル不動産
**************************************************************************************/
.cta--iwor a {
  background-color: #F7C242 !important;
}
@media (min-width: 1200px) {
  .cta--iwor a:hover {
    background-color: #7BA23F !important;
  }
}
.cta--iwor a .cta__wrap::after {
  background: url(../img/common/cta-arrow.png) no-repeat center/cover;
}
.cta--iwor a .cta__title img {
  margin: 15px 0;
  width: 382px;
}
@media (max-width: 1199px) {
  .cta--iwor a .cta__title img {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .cta--iwor a .cta__title img {
    width: 194px;
    margin-top: 5px;
  }
}
.cta--iwor a .cta__text {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .cta--iwor a .cta__text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cta--iwor a .cta__text {
    margin-top: -20px;
  }
}

/*************************************************************************************
ウィークリー・マンスリーマンションのカード群
**************************************************************************************/
.monthly__detail {
  margin-top: 60px;
}
.monthly__detail:nth-of-type(1) .monthly__title {
  color: #7BA23F;
}
.monthly__detail:nth-of-type(2) .monthly__title {
  color: #F7C242;
}

.monthly__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199px) {
  .monthly__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .monthly__title {
    font-size: 18px;
  }
}

.monthly__text {
  text-align: center;
  margin-top: 40px;
  line-height: 200%;
}
@media (max-width: 767px) {
  .monthly__text {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 15px;
    margin-top: 24px;
  }
}

.monthly__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 56px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .monthly__wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .monthly__wrap {
    display: block;
    -webkit-box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
            box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
    border-radius: 25px;
    margin-top: 25px;
  }
}

.monthly__card {
  -webkit-box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
          box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
  border-radius: 25px;
  padding: 50px 40px;
}
@media (max-width: 767px) {
  .monthly__card {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 18px 0 18px;
  }
}
.monthly__card h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.monthly__card h4 img {
  width: 25px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .monthly__card h4 img {
    width: 17px;
  }
}
.monthly__card p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .monthly__card p {
    margin-top: 10px;
    font-size: 14px;
  }
}

/*************************************************************************************
法人のお客様へ
**************************************************************************************/
@media (max-width: 767px) {
  .rent__corporation {
    background-color: #F7F7F7;
    padding: 30px 15px;
  }
}

.rent__corporation__title {
  font-size: 30px;
  color: #7BA23F;
  font-weight: 500;
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .rent__corporation__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .rent__corporation__title {
    margin-top: 0;
    font-size: 18px;
  }
}

.rent__corporation__container {
  background-color: #F7F7F7;
  padding: 60px 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .rent__corporation__container {
    margin-top: 25px;
    padding: 0;
  }
}
.rent__corporation__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
.rent__corporation__container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
}
@media (max-width: 767px) {
  .rent__corporation__container ul li {
    font-size: 15px;
  }
}
.rent__corporation__container ul li img {
  width: 25px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .rent__corporation__container ul li img {
    width: 18px;
  }
}

.reform-renovation__detail {
  margin-top: 40px;
}

.reform-renovation__point {
  -webkit-box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
          box-shadow: inset 0px 6px 5px 0px rgba(102, 102, 102, 0.24);
  border-radius: 20px;
  padding: 34px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .reform-renovation__point {
    display: block;
    padding: 24px 10px;
  }
}

.point__title {
  padding-left: 10px;
  border-left: 3px solid #7BA23F;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 26px;
  font-weight: 500;
  min-width: 460px;
}
@media (max-width: 1199px) {
  .point__title {
    font-size: 18px;
    min-width: 300px;
  }
}
.point__title span {
  font-size: 16px;
  color: #7BA23F;
  display: block;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .point__title span {
    font-size: 14px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .point__wrap {
    margin-top: 20px;
  }
}
.point__wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
}
.point__wrap li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .point__wrap li {
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.point__wrap li span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #7BA23F;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .point__wrap li span {
    width: 6px;
    height: 6px;
  }
}

/*************************************************************************************
リフォームリノベーションCTA導入メッセージ
**************************************************************************************/
.reform-renovation__message {
  max-width: 1430px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  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;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .reform-renovation__message {
    width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: -120px;
  }
}
.reform-renovation__message p {
  position: relative;
  font-size: 20px;
  text-align: center;
  line-height: 200%;
}
@media (max-width: 767px) {
  .reform-renovation__message p {
    font-size: 18px;
  }
}
.reform-renovation__message p::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  background: url(../img/under/orange.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .reform-renovation__message p::after {
    position: static;
    background: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.reform-renovation__img {
  max-width: 620px;
  width: 90%;
}
@media (max-width: 767px) {
  .reform-renovation__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -60px;
  }
}

/*************************************************************************************
リフォームリノベーションジャンケンCTA
**************************************************************************************/
.cta--r-janken a {
  background-color: #F7F7F7 !important;
}
@media (min-width: 1200px) {
  .cta--r-janken a:hover {
    background-color: #E2E2E2 !important;
  }
}
.cta--r-janken a .cta__wrap::after {
  background: url(../img/under/reform-renovation-janken-arrow.png) no-repeat center/cover;
}
.cta--r-janken a .cta__title img {
  width: 382px;
}
@media (max-width: 1199px) {
  .cta--r-janken a .cta__title img {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .cta--r-janken a .cta__title img {
    width: 194px;
  }
}
.cta--r-janken a .cta__text {
  color: #707070;
}
@media (max-width: 1199px) {
  .cta--r-janken a .cta__text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cta--r-janken a .cta__text {
    margin-top: -20px;
  }
}

/*************************************************************************************
空き地・空き家を任せたい
**************************************************************************************/
.akichi-akiya__section {
  margin-top: -120px;
}
@media (max-width: 1199px) {
  .akichi-akiya__section {
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__section {
    margin-top: 0;
  }
}

.akichi-akiya__detail {
  max-width: 1200px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .akichi-akiya__detail {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__detail {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .akichi-akiya__detail--green {
    margin-top: 0;
  }
}
.akichi-akiya__detail--green .akichi-akiya__detail__title {
  color: #7BA23F;
  border: 2px solid #7BA23F;
}
.akichi-akiya__detail--green .akichi-akiya__card {
  background-color: #7BA23F;
}

.akichi-akiya__detail--yellow {
  margin-bottom: 60px;
}
.akichi-akiya__detail--yellow .akichi-akiya__detail__title {
  color: #F7C242;
  border: 2px solid #F7C242;
}
.akichi-akiya__detail--yellow .akichi-akiya__card {
  background-color: #F7C242;
  padding: 30px;
}
@media (max-width: 767px) {
  .akichi-akiya__detail--yellow .akichi-akiya__card {
    padding: 20px;
  }
}
.akichi-akiya__detail--yellow .akichi-akiya__card figure {
  width: 200px;
}

.akichi-akiya__detail__title {
  font-size: 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  border-radius: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .akichi-akiya__detail__title {
    font-size: 18px;
    text-align: center;
  }
}

.akichi-akiya__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .akichi-akiya__wrap {
    display: block;
    margin-top: 30px;
  }
}

.akichi-akiya__card {
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .akichi-akiya__card {
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
  }
}
.akichi-akiya__card figure {
  width: 180px;
}
@media (max-width: 767px) {
  .akichi-akiya__card figure {
    width: 120px;
  }
}
.akichi-akiya__card figure img {
  display: block;
}

.akichi-akiya__contents h4 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .akichi-akiya__contents h4 {
    font-size: 18px;
  }
}
.akichi-akiya__contents p {
  line-height: 180%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .akichi-akiya__contents p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.akichi-akiya__induction {
  background-color: #7BA23F;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .akichi-akiya__induction {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__induction {
    background-color: #ffffff;
    padding: 40px 0;
  }
}

.akichi-akiya__trouble {
  max-width: 680px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .akichi-akiya__trouble {
    grid-template-columns: repeat(1, 1fr);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__trouble {
    gap: 20px;
  }
}
.akichi-akiya__trouble::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -300px;
  width: 275px;
  height: 275px;
  background: url(../img/under/akichi-akiya-illust1.png) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .akichi-akiya__trouble::before {
    top: 80px;
    width: 195px;
    height: 195px;
    left: -250px;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__trouble::before {
    top: -70px;
    left: calc(50% - 90px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/under/akichi-akiya-illust1-sp.png) no-repeat center/cover;
  }
}
.akichi-akiya__trouble::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -250px;
  width: 265px;
  height: 285px;
  background: url(../img/under/akichi-akiya-illust2.png) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .akichi-akiya__trouble::after {
    top: auto;
    bottom: -100px;
    width: 190px;
    height: 200px;
    right: -170px;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__trouble::after {
    bottom: -60px;
    right: calc(50% - 250px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/under/akichi-akiya-illust2-sp.png) no-repeat center/cover;
  }
}

.akichi-akiya__list {
  padding-left: 25px;
  color: #ffffff;
  font-weight: 300;
  position: relative;
}
@media (max-width: 767px) {
  .akichi-akiya__list {
    color: #7BA23F;
    font-weight: 500;
  }
}
.akichi-akiya__list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/under/check-icon.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .akichi-akiya__list::before {
    background: url(../img/under/check-icon-green.png) no-repeat center/cover;
  }
}
.akichi-akiya__list img {
  margin-right: 10px;
  width: 15px;
}
@media (max-width: 767px) {
  .akichi-akiya__list:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__list:nth-of-type(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__list:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__list:nth-of-type(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__list:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__list:nth-of-type(6) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media (max-width: 767px) {
  .akichi-akiya__list:nth-of-type(7) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.akichi-akiya__message {
  margin-top: 60px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .akichi-akiya__message {
    -webkit-box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
    line-height: 250%;
    font-size: 14px;
  }
}
.akichi-akiya__message span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .akichi-akiya__message span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #7BA23F;
    line-height: 150%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    -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);
  }
}

/*************************************************************************************
別荘管理サービス
**************************************************************************************/
.management__contents {
  background-color: #F7C242;
  background-image: url(../img/under/management-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .management__contents {
    background-image: none;
  }
}

.management__title {
  font-size: 30px;
  color: #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 30px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .management__title {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.management__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .management__wrap {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .management__wrap {
    display: block;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

.management__wrap--top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .management__wrap--top {
    margin-top: 40px;
  }
}

.management__wrap--under {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .management__wrap--under {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .management__wrap--under {
    margin-top: 0;
  }
}

.management__circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  padding: 60px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .management__circle {
    width: 320px;
    height: 320px;
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  .management__circle {
    margin-bottom: 20px;
  }
}
.management__circle h4 {
  font-size: 26px;
  color: #F7C242;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .management__circle h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .management__circle h4 {
    font-size: 20px;
  }
}
.management__circle h4::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #F7C242;
}
.management__circle p {
  margin-top: 30px;
  line-height: 220%;
  text-align: center;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .management__circle p {
    font-size: 14px;
    line-height: 200%;
    text-align: left;
    width: 84%;
  }
}

/*************************************************************************************
(別荘管理)こんなお悩みをお持ちのオーナー様へ
**************************************************************************************/
.management__trouble {
  margin-top: 60px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 767px) {
  .management__trouble {
    margin-top: 0;
    padding-top: 40px;
    background-color: #F7C242;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding: 0 15px;
  }
}

.management__trouble__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 50px;
  color: #ffffff;
  background-color: #7BA23F;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .management__trouble__title {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-size: 18px;
  }
}

.management__trouble__wrap {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .management__trouble__wrap {
    max-width: 400px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    margin-top: 20px;
  }
}

.management__trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .management__trouble__list {
    font-size: 14px;
    color: #ffffff;
    margin: 15px 0;
  }
}
.management__trouble__list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/under/monthly-check-green.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .management__trouble__list::before {
    background: url(../img/under/check-icon-green-white.png) no-repeat center/cover;
  }
}
.management__message {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .management__message {
    padding: 30px 0;
    background-color: #F7C242;
  }
}
.management__message p {
  display: block;
  text-align: center;
  line-height: 250%;
}
.management__message p span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .management__message p {
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
}

/*************************************************************************************
クウカン不動産の納税管理代行サービス
**************************************************************************************/
.tax__service {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .tax__service {
    padding-top: 20px;
  }
}

.tax__title {
  color: #7BA23F;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .tax__title {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    border: 1px solid #7BA23F;
    border-radius: 50px;
    padding: 10px 50px;
  }
}

.tax__wrap {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .tax__wrap {
    width: 95%;
    gap: 40px 20px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tax__wrap {
    display: block;
    width: 100%;
  }
}

.tax__card {
  -webkit-box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 30px;
}
@media (max-width: 767px) {
  .tax__card {
    border-radius: 0;
    background-color: #7BA23F;
    color: #ffffff;
  }
}
.tax__card h4 {
  padding-left: 25px;
  position: relative;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tax__card h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tax__card h4 {
    font-size: 18px;
  }
}
.tax__card h4::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/under/monthly-check-green.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .tax__card h4::before {
    background: url(../img/common/drawer-icon.png) no-repeat center/cover;
  }
}
.tax__card p {
  margin-top: 20px;
  line-height: 180%;
}
@media (max-width: 767px) {
  .tax__card p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
  }
}

.tax__message {
  padding: 60px 0;
  text-align: center;
  line-height: 250%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tax__message {
    padding: 80px 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
  .tax__message::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: url(../img/under/orange.png) no-repeat center/cover;
    z-index: -1;
  }
}

/*************************************************************************************
企業情報
**************************************************************************************/
.company {
  position: relative;
  padding-bottom: 250px;
}
@media (max-width: 1199px) {
  .company {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .company {
    padding-bottom: 60px;
  }
}
.company::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 80px;
  width: 370px;
  height: 632px;
  background: url(../img/under/logo-cleanness.webp) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .company::after {
    width: 300px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .company::after {
    display: none;
  }
}

.company__table {
  margin-top: 100px;
  border-collapse: collapse;
  border: none;
}
@media (max-width: 767px) {
  .company__table {
    margin-top: 40px;
  }
}
.company__table tbody tr {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
}
@media (max-width: 767px) {
  .company__table tbody tr {
    font-size: 14px;
  }
}
.company__table tbody tr th {
  border: none;
  width: 168px;
  text-align: left;
  padding-top: 18px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .company__table tbody tr th {
    width: 80px;
  }
}
.company__table tbody tr td {
  padding: 10px 0;
  border: none;
  line-height: 250%;
}
@media (max-width: 767px) {
  .company__table tbody tr td {
    line-height: 200%;
    font-weight: 300;
  }
}

/*************************************************************************************
コンセプト
**************************************************************************************/
.concept {
  background-color: #7BA23F;
  padding-top: 30px;
  padding-bottom: 50px;
}

.concept__title {
  font-size: 150px;
  color: #95B465;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .concept__title {
    font-size: 59px;
  }
}

.concept__contents {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.concept__contents h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .concept__contents h3 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.concept__contents p {
  font-size: 18px;
  margin-top: 70px;
  text-align: center;
  line-height: 250%;
  font-weight: 300;
}
@media (max-width: 767px) {
  .concept__contents p {
    font-size: 14px;
    margin-top: 30px;
  }
}
.concept__contents p strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .concept__contents p strong {
    font-weight: 300;
  }
}
.concept__contents::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 389px;
  height: 389px;
  background: url(../img/under/concept-bg.png) no-repeat center/cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .concept__contents::after {
    display: none;
  }
}

.concept__img {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .concept__img {
    display: none;
  }
}

/*************************************************************************************
店舗情報
**************************************************************************************/
.store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-top: 150px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .store {
    margin-top: 100px;
    margin-bottom: 80px;
    display: block;
  }
}
@media (max-width: 767px) {
  .store {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.store-office {
  padding: 100px 4%;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .store-office {
    padding: 60px 0;
    border-radius: 0 !important;
  }
}
@media (max-width: 767px) {
  .store-office {
    padding: 40px 0;
    font-size: 16px;
  }
}

.sapporo-office {
  background-color: #F7C242;
  border-radius: 0 125px 125px 0;
}
.sapporo-office .store-office__wrap {
  margin-left: auto;
}
.sapporo-office .office__label {
  color: #F9D173;
}
.sapporo-office .office__label span {
  color: #F7C242;
}
.sapporo-office .office__btn a {
  color: #F7C242;
}

.furano-office {
  background-color: #7BA23F;
  border-radius: 125px 0 0 125px;
}
.furano-office .store-office__wrap {
  margin-right: auto;
}
.furano-office .office__label {
  color: #9CB970;
}
.furano-office .office__label span {
  color: #7BA23F;
}
.furano-office .office__btn a {
  color: #7BA23F;
}

.store-office__wrap {
  width: 470px;
}
@media (max-width: 1199px) {
  .store-office__wrap {
    max-width: 500px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .store-office__wrap {
    width: 89%;
  }
}

.office__label {
  font-size: 26px;
}
.office__label span {
  -webkit-box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 7px 10px -5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .office__label span {
    display: block;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 30px;
  }
}

.office__address {
  font-style: normal;
  margin-top: 76px;
}
@media (max-width: 1199px) {
  .office__address {
    margin-top: 30px;
    line-height: 100%;
  }
}

.office__btn a {
  background-color: #ffffff;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .office__btn a {
    margin-top: 20px;
  }
}
.office__btn a img:first-of-type {
  width: 12px;
  margin-right: 8px;
}
.office__btn a img:last-of-type {
  width: 5px;
  margin-left: 8px;
}

.office__map {
  width: 100%;
  margin-top: 30px;
}
.office__map img {
  width: 100%;
  aspect-ratio: 469/451;
  -o-object-fit: cover;
     object-fit: cover;
}

.office__info li {
  margin-top: 20px;
}
.office__info li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.office__info li dl dd {
  margin: 0;
  margin-left: 5px;
}

.error {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .error {
    margin-bottom: 60px;
  }
}

.error__title {
  font-size: 40px;
  color: #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px;
  background-color: #7BA23F;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .error__title {
    font-size: 24px;
  }
}

.error__message {
  margin-top: 80px;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 767px) {
  .error__message {
    margin-top: 60px;
    font-size: 18px;
  }
}

.error__text {
  text-align: center;
  margin-top: 40px;
  line-height: 200%;
}
@media (max-width: 767px) {
  .error__text {
    margin-top: 20px;
    text-align: left;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.error__btn a {
  text-decoration: none;
  display: block;
  max-width: 400px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  text-align: center;
  background-color: #F7F7F7;
  border: 1px solid #707070;
  border-radius: 30px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .error__btn a {
    margin-top: 40px;
  }
}

/*************************************************************************************
お問い合わせ導入部分
**************************************************************************************/
.contact__introduction {
  max-width: 1200px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .contact__introduction {
    margin-top: 20px;
  }
}
.contact__introduction::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 15px;
  height: 12px;
  border-radius: 50%;
  background-color: #7BA23F;
}
@media (max-width: 1199px) {
  .contact__introduction::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}
.contact__introduction::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  height: 1px;
  background-color: #7BA23F;
  width: 100%;
}
@media (max-width: 1199px) {
  .contact__introduction::after {
    bottom: 4px;
  }
}
.contact__introduction p {
  margin-top: 30px;
  line-height: 220%;
}
.contact__introduction p span {
  font-weight: 700;
}

/*************************************************************************************
問い合わせ
**************************************************************************************/
.contact {
  margin-top: 60px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .contact {
    max-width: 780px;
    width: 89%;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 20px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact .smf-item {
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .contact .smf-item {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .contact .smf-item {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact .smf-item {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .contact .smf-item .smf-item__col--label {
    padding-bottom: 5px;
  }
}
.contact .smf-item .smf-item__col--label .smf-item__label {
  width: 370px;
}
@media (max-width: 1199px) {
  .contact .smf-item .smf-item__col--label .smf-item__label {
    width: 250px;
  }
}
.contact .smf-item .smf-item__col--label .smf-item__label strong {
  font-size: 12px;
  margin-left: 15px;
  color: red;
}
.contact .smf-item .smf-item__col--controls {
  max-width: calc(100% - 370px);
}
@media (max-width: 1199px) {
  .contact .smf-item .smf-item__col--controls {
    max-width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .contact .smf-item .smf-item__col--controls {
    max-width: 100%;
  }
}
.contact .smf-item .smf-checkboxes-control__control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .contact .smf-item .smf-checkboxes-control__control {
    display: block;
  }
}
.contact .smf-item .smf-checkboxes-control__control .smf-label {
  width: 350px;
}
.contact .smf-item .smf-checkboxes-control__control .smf-label:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact .smf-item .smf-text-control__control, .contact .smf-item textarea {
  background-color: #D9D9D9;
}
.contact .smf-item .smf-text-control__control:focus, .contact .smf-item textarea:focus {
  outline: 1px solid #7BA23F;
}
.contact .smf-item .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.contact .smf-item .smf-radio-buttons-control__control .smf-label .smf-radio-button-control__control {
  border-radius: 3px;
}
.contact .smf-item .smf-radio-button-control__control:checked {
  background-color: #7BA23F;
  border-color: #7BA23F;
}
.contact .smf-item .smf-radio-button-control__control:checked::before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  background-color: transparent;
  border-radius: 0;
}
.contact .smf-item .smf-radio-button-control__control::before {
  border-color: var(--_color-white);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  left: calc(50% - 3px);
  margin: 0 !important;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
  width: 6px;
}
.contact .smf-item .smf-checkbox-control__control:checked {
  background-color: #7BA23F;
  border-color: #7BA23F;
}
.contact .smf-item .smf-item__controls .smf-radio-buttons-control__control {
  display: block;
}
@media (max-width: 1199px) {
  .contact .smf-item .smf-item__controls {
    display: block;
  }
}
.contact .smf-item .smf-item__controls .smf-placeholder {
  margin-right: auto;
}
.contact .smf-item .smf-item__controls p {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .contact .smf-item .smf-item__controls p {
    margin-top: 10px;
  }
}
.contact .textarea .smf-placeholder {
  width: 100%;
}
.contact .textarea .smf-placeholder textarea {
  min-height: 250px;
}
.contact .privacy-box {
  border: 1px solid #707070;
  padding: 30px 0;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .contact .privacy-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contact .privacy-box {
    margin-top: 20px;
    padding: 20px 15px;
  }
}
.contact .privacy-box .wp-block-column {
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.contact .privacy-box .wp-block-column h2 {
  font-size: 26px;
}
@media (max-width: 1199px) {
  .contact .privacy-box .wp-block-column h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contact .privacy-box .wp-block-column h2 {
    font-size: 18px;
  }
}
.contact .privacy-box .wp-block-column p {
  margin-top: 20px;
  line-height: 200%;
}
@media (max-width: 1199px) {
  .contact .privacy-box .wp-block-column p {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .contact .privacy-box .wp-block-column p {
    font-size: 14px;
  }
}
.contact .privacy-box .wp-block-column .smf-radio-buttons-control {
  margin-top: 15px;
}
.contact .privacy-box .wp-block-column .smf-radio-buttons-control label {
  font-weight: 500;
}
.contact .privacy-box .wp-block-column .smf-radio-buttons-control .smf-radio-button-control__control {
  border-radius: 3px;
}
.contact .privacy-box .wp-block-column .smf-radio-buttons-control .smf-radio-button-control__control:checked {
  background-color: #7BA23F;
  border-color: #7BA23F;
}
.contact .privacy-box .wp-block-column .smf-radio-buttons-control .smf-radio-button-control__control:checked::before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  background-color: transparent;
  border-radius: 0;
}
.contact .privacy-box .wp-block-column .smf-radio-buttons-control .smf-radio-button-control__control::before {
  border-color: var(--_color-white);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  left: calc(50% - 3px);
  margin: 0 !important;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
  width: 6px;
}

.smf-button-control__control {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: none !important;
  background-color: #7BA23F !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  border: 1px solid #7BA23F !important;
  text-align: center !important;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .smf-button-control__control {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .smf-button-control__control:hover {
    background-color: #ffffff !important;
    color: #7BA23F !important;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (max-width: 1199px) {
  .smf-button-control__control {
    margin-top: 20px;
  }
}

form[data-screen=confirm] .smf-action .smf-button-control:first-of-type .smf-button-control__control {
  border: 1px solid #707070;
  background-color: #707070 !important;
}
@media (min-width: 1200px) {
  form[data-screen=confirm] .smf-action .smf-button-control:first-of-type .smf-button-control__control {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  form[data-screen=confirm] .smf-action .smf-button-control:first-of-type .smf-button-control__control:hover {
    background-color: #ffffff !important;
    color: #707070 !important;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
form[data-screen=confirm] .smf-action .smf-button-control:last-of-type {
  margin-left: 0;
}
form[data-screen=confirm] .privacy-box {
  display: none !important;
}

form[data-screen=complete] figure {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  form[data-screen=complete] figure {
    display: none !important;
  }
}
form[data-screen=complete] h2 {
  font-size: 26px;
  text-align: center;
  line-height: 200%;
}
@media (max-width: 1199px) {
  form[data-screen=complete] h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  form[data-screen=complete] h2 {
    font-size: 18px;
    padding-top: 150px;
    position: relative;
  }
  form[data-screen=complete] h2::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: url(../img/under/contact-thanks-sp.png) no-repeat center/cover;
  }
}
form[data-screen=complete] p {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  form[data-screen=complete] p {
    font-size: 15px;
  }
}
form[data-screen=complete] .wp-block-button {
  margin: 30px auto;
}

/*************************************************************************************
新着情報　一覧
**************************************************************************************/
.archive {
  max-width: 1200px;
  width: 89%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .archive {
    margin-top: 30px;
  }
}

.archive__list a {
  text-decoration: none;
}
.archive__list a article {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .archive__list a article {
    display: block;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .archive__list a article data {
    font-size: 15px;
  }
}
.archive__list a article .category {
  color: #ffffff;
  background-color: #F7C242;
  padding: 3px 20px;
  border-radius: 50px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .archive__list a article .category {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.archive__list a article .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .archive__list a article .parts .pctab-only {
    display: none !important;
  }
}
.archive__list a article .parts h2 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .archive__list a article .parts h2 {
    font-size: 15px;
  }
}

.archive__btn {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: none !important;
  background-color: #7BA23F !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  border: 1px solid #7BA23F !important;
  text-align: center !important;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .archive__btn {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .archive__btn:hover {
    background-color: #ffffff !important;
    color: #7BA23F !important;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (max-width: 767px) {
  .archive__btn {
    width: 70%;
    padding: 5px 30px;
    margin-bottom: 40px;
  }
}

.article {
  max-width: 1000px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .article {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .article {
    width: 89%;
  }
}

.article__category {
  color: #ffffff;
  background-color: #F7C242;
  padding: 3px 20px;
  border-radius: 50px;
  white-space: nowrap;
}

.article__title {
  display: block;
  max-width: 750px;
  width: 89%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.article__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #707070;
}

/*************************************************************************************
目次のカスタマイズ
**************************************************************************************/
.custom-toc-wrap .toc-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.custom-toc-wrap .toc-toggle-btn img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .custom-toc-wrap .toc-toggle-btn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.custom-toc-wrap .toc-toggle-btn span {
  font-size: 26px;
  color: #7BA23F;
  font-weight: 500;
}
@media (max-width: 767px) {
  .custom-toc-wrap .toc-toggle-btn span {
    font-size: 22px;
  }
}
.custom-toc-wrap .toc-box {
  display: none;
}
.custom-toc-wrap .toc-box .lwptoc_i {
  width: 100%;
  background: #ffffff;
  border: 2px solid #7BA23F;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 767px) {
  .custom-toc-wrap .toc-box .lwptoc_i {
    padding: 15px;
  }
}
.custom-toc-wrap .toc-box .lwptoc_i .lwptoc_header {
  display: none;
}
.custom-toc-wrap .toc-box .lwptoc_i .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a {
  font-weight: 700;
  font-size: 24px; /* h2相当 */
}
@media (max-width: 767px) {
  .custom-toc-wrap .toc-box .lwptoc_i .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a {
    font-size: 18px;
  }
}
.custom-toc-wrap .toc-box .lwptoc_i .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item .lwptoc_itemWrap > .lwptoc_item > a {
  font-weight: 500;
  font-size: 20px; /* h3相当 */
  color: #707070;
}
@media (max-width: 767px) {
  .custom-toc-wrap .toc-box .lwptoc_i .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item .lwptoc_itemWrap > .lwptoc_item > a {
    font-size: 16px;
  }
}
.custom-toc-wrap .toc-box .lwptoc_i .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item .lwptoc_itemWrap > .lwptoc_item .lwptoc_itemWrap > .lwptoc_item > a {
  font-size: 16px; /* h4相当 */
  color: rgb(159, 157, 157);
}
@media (max-width: 767px) {
  .custom-toc-wrap .toc-box .lwptoc_i .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item .lwptoc_itemWrap > .lwptoc_item .lwptoc_itemWrap > .lwptoc_item > a {
    font-size: 14px;
  }
}

/*************************************************************************************
投稿の中身
**************************************************************************************/
.article__contents {
  margin-top: 40px;
}
.article__contents h2 {
  font-size: 30px;
  color: #ffffff;
  background-color: #7BA23F;
  padding: 5px 80px 5px 15px;
  border-radius: 0 50px 50px 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .article__contents h2 {
    font-size: 18px;
    padding-right: 30px;
  }
}
.article__contents h3 {
  margin: 20px 0;
  font-size: 26px;
  color: #7BA23F;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .article__contents h3 {
    font-size: 18px;
  }
}
.article__contents h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7C242), color-stop(50%, #F7C242), color-stop(50%, #7BA23F), to(#7BA23F));
  background: linear-gradient(180deg, #F7C242 0%, #F7C242 50%, #7BA23F 50%, #7BA23F 100%);
}
.article__contents h4 {
  margin: 20px 0;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .article__contents h4 {
    font-size: 18px;
  }
}
.article__contents h4::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6px;
  width: 18px;
  height: 18px;
  background: url(../img/common/drawer-icon.png) no-repeat center/cover;
}
.article__contents p {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .article__contents p {
    font-size: 15px;
  }
}
.article__contents figure img {
  display: block;
  margin: 20px auto;
}

.article__btn a {
  text-decoration: none;
  display: block;
  text-align: center;
  max-width: 597px;
  width: 89%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  background-color: #F7F7F7;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 10px;
}