@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
section,
div,
p,
span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

section {
  text-align: center;
}

.custom-container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  .custom-container {
    max-width: 100%;
  }
}
.custom-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
@media (max-width: 750px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}

h1 {
  margin: 0;
}

.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

br.pc {
  display: block;
}
@media (max-width: 750px) {
  br.pc {
    display: none;
  }
}

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

.image img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

header .header-menu {
  height: 90px;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  header .header-menu {
    height: 140px;
  }
}
@media (max-width: 576px) {
  header .header-menu {
    height: auto;
  }
}
header .header-menu .container {
  max-width: 750px;
  width: 100%;
  height: 100%;
}
header .header-menu .container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  header .header-menu .container .wrapper {
    padding: 10px 0;
  }
}
header .header-menu .logo {
  width: 280px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: start;
}
header .header-menu .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1024px) {
  header .header-menu .logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-right: 10px;
  }
}
header .header-menu .buttons {
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header .header-menu .buttons .button-tel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
header .header-menu .buttons .button-line:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 768px) {
  header .header-menu .buttons .button-line img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
header .main-visual-bg {
  background: url("../images/mv-bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1101px) {
  header .main-visual-bg {
    height: auto;
  }
}
@media (max-width: 768px) {
  header .main-visual-bg {
    background-image: none;
    height: auto;
  }
}
header .main-visual-bg .custom-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
header .main-visual-image {
  display: block;
}
header .main-visual-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 1131px) {
  header .main-visual-image img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .main-visual-image img {
    height: auto;
  }
}

.cta {
  max-width: 710px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .cta {
    margin-bottom: 40px;
  }
}
.cta .cta-head {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 750px) {
  .cta .cta-head {
    height: auto;
    width: 100%;
  }
}
.cta .cta-head img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cta .cta-buttons {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1024px) {
  .cta .cta-buttons {
    padding: 0 10px;
  }
}
.cta .cta-buttons .button-tel:hover {
  box-shadow: none;
  position: relative;
  top: 3px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  .cta .cta-buttons .button-tel {
    width: 33.333%;
  }
}
.cta .cta-buttons .button-tel img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cta .cta-buttons .button-mail {
  box-shadow: 3px 4px #0079c4;
  border-radius: 10px;
}
.cta .cta-buttons .button-mail:hover {
  box-shadow: none;
  position: relative;
  top: 3px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  .cta .cta-buttons .button-mail {
    width: 33.333%;
  }
}
.cta .cta-buttons .button-mail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cta .cta-buttons .button-line {
  box-shadow: 3px 4px #186f32;
  border-radius: 10px;
}
.cta .cta-buttons .button-line:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  .cta .cta-buttons .button-line {
    width: 33.333%;
  }
}
.cta .cta-buttons .button-line img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cta .cta-content {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: #a2d955;
  border-radius: 0 0 60px 60px;
  padding-bottom: 48px;
}
@media (max-width: 500px) {
  .cta .cta-content {
    padding-bottom: 12px;
  }
}
.cta .cta-content .head {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.cta .cta-content .head p.catch {
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}
@media (max-width: 500px) {
  .cta .cta-content .head p.catch {
    font-size: 24px;
  }
}
.cta .cta-content .head .time {
  display: inline;
  margin: 0 auto;
  height: 38px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #0d9d12;
  background-color: #ecfcc2;
  border-radius: 4px;
  padding: 1px 8px;
}
@media (max-width: 500px) {
  .cta .cta-content .head .time {
    font-size: 24px;
  }
}
.cta .buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.cta .buttons .tel-link {
  text-decoration: none;
}
.cta .buttons .tel-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 8px;
  max-width: 100%;
}
@media (max-width: 750px) {
  .cta .buttons .tel-btn {
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .cta .buttons .tel-btn .tel-icon {
    width: 34px;
    height: 34px;
  }
}
.cta .buttons .tel-btn .tel-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cta .buttons .tel-btn .cta-tel-number {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 84px;
  color: #000;
  text-decoration: none !important;
}
@media (max-width: 750px) {
  .cta .buttons .tel-btn .cta-tel-number {
    font-size: 56px;
  }
}
@media (max-width: 500px) {
  .cta .buttons .tel-btn .cta-tel-number {
    font-size: 38px;
  }
}
.cta .buttons .mail-btn {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .cta .buttons .mail-btn {
    max-width: 90%;
  }
}
.cta .buttons .mail-btn img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cta-bottom {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .cta-bottom {
    margin-bottom: 60px;
  }
}
.cta-bottom .cta-head {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1131px) {
  .cta-bottom .cta-head {
    height: auto;
  }
}
.cta-bottom .cta-head img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cta-bottom .cta-content {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: #a2d955;
  padding: 32px 0 32px;
}
@media (max-width: 500px) {
  .cta-bottom .cta-content {
    padding: 20px 0 20px;
  }
}
.cta-bottom .buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.cta-bottom .buttons .tel-link {
  text-decoration: none;
}
.cta-bottom .buttons .tel-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.cta-bottom .buttons .tel-btn .cta-tel-number {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 84px;
  color: #000;
  text-decoration: none !important;
}
.cta-bottom .buttons .mail-btn {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .cta-bottom .buttons .mail-btn {
    max-width: 94%;
  }
}
.cta-bottom .buttons .mail-btn img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

h2.title-arrow {
  background: #0d9d12;
  color: #fff;
  width: 146px;
  height: 120px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  position: relative;
  font-weight: 800;
  font-size: 46px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 46px;
}
@media (max-width: 600px) {
  h2.title-arrow {
    font-size: 36px;
    height: 100px;
  }
}
h2.title-arrow::after {
  width: 125px;
  height: 46px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 46px 62.5px 0 62.5px;
  border-color: #0d9d12 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -46px;
  display: block;
}
@media (max-width: 600px) {
  h2.title-arrow::after {
    width: 80px;
    height: 30px;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #0d9d10;
    border-bottom: 0;
    bottom: -30px;
  }
}

h2.title {
  background: #0d9d12;
  color: #fff;
  height: 120px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  h2.title {
    font-size: 36px;
    height: 100px;
  }
}

h2.title-text {
  color: #0d9d12;
  height: 120px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  h2.title-text {
    font-size: 36px;
    height: 100px;
  }
}

h2.title-tree {
  background: #894909;
  color: #fff;
  height: 120px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  h2.title-tree {
    font-size: 30px;
    height: 100px;
  }
}

.color-red {
  color: #ea2929;
}

.nayami img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.reason .reason-item {
  padding: 40px 0 0;
}
.reason .reason-item .item {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .reason .reason-item .item {
    margin-bottom: 20px;
  }
}
.reason .reason-item .item .head {
  width: 100%;
}
.reason .reason-item .item .head .ttl-image {
  margin-bottom: 8px;
  width: 127.49px;
  height: 127.49px;
}
.reason .reason-item .item .head .ttl-text {
  font-weight: 900;
  font-size: 48px;
  line-height: 76px;
  text-align: center;
  color: #0d9d12;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .reason .reason-item .item .head .ttl-text {
    font-size: 28px;
    line-height: 40px;
  }
}
.reason .reason-item .item .content .desc {
  max-width: 670px;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  padding: 20px 0;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .reason .reason-item .item .content .desc {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

.case {
  margin-bottom: 80px;
}
.case .bg {
  background-image: url(../images/jirei-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .case .bg {
    padding-bottom: 40px;
  }
}
.case .h2-image {
  margin-bottom: 40px;
}
.case .h2-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.case .case-wrap {
  max-width: 710px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .case .case-wrap {
    padding: 0 20px;
    max-width: 100%;
  }
}
.case .case-wrap .item {
  max-width: 100%;
}
.case .case-wrap .item .box {
  display: flex;
  gap: 53px;
  justify-content: space-between;
  position: relative;
}
.case .case-wrap .item .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 37px;
  height: 37px;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 37px solid #ff7700;
  border-right: 0;
}
@media (max-width: 600px) {
  .case .case-wrap .item .box::after {
    width: 24px;
    height: 24px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 24px solid #ff7700;
  }
}
.case .case-wrap .item .box .image {
  width: 327.02px;
  height: 436.03px;
  border: 5px solid #0d9d12;
  overflow: hidden;
}
@media (max-width: 750px) {
  .case .case-wrap .item .box .image {
    height: auto;
  }
}
.case .case-wrap .item .box .image img {
  width: 101%;
  height: 101%;
  object-position: center;
  object-fit: cover;
}
.case .case-wrap .item .box .before-image {
  position: relative;
}
.case .case-wrap .item .box .before-image::before {
  content: "Before";
  display: block;
  width: 100px;
  height: 45px;
  position: absolute;
  width: 100px;
  height: 45px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0c700f;
  background: #fff;
  left: 0;
  top: 0;
}
@media (max-width: 600px) {
  .case .case-wrap .item .box .before-image::before {
    width: 70px;
    height: auto;
    font-size: 17px;
  }
}
.case .case-wrap .item .box .after-image {
  position: relative;
}
.case .case-wrap .item .box .after-image::before {
  content: "After";
  display: block;
  width: 100px;
  height: 45px;
  position: absolute;
  width: 100px;
  height: 45px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0c700f;
  background: #fff;
  left: 0;
  top: 0;
}
@media (max-width: 600px) {
  .case .case-wrap .item .box .after-image::before {
    width: 70px;
    height: auto;
    font-size: 17px;
  }
}
.case .case-wrap .item .desc {
  padding: 20px 0;
}
.case .case-wrap .item .desc h3 {
  height: 30px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1em;
  color: #168019;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .case .case-wrap .item .desc h3 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .case .case-wrap .item .desc h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.case .case-wrap .item .desc p {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .case .case-wrap .item .desc p {
    font-size: 19px;
  }
}

.price {
  margin-bottom: 80px;
}
.price .item-wrap {
  max-width: 589px;
  margin: 0 auto;
}
.price .item-wrap .item h3 {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 2px solid #0d9d12;
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 36px;
  color: #0a7e0e;
}
@media (max-width: 500px) {
  .price .item-wrap .item h3 {
    font-size: 30px;
  }
}
.price .item-wrap .item .image {
  margin-bottom: 12px;
}
.price .item-wrap .item .price-table {
  width: 100%;
  width: 100%;
  border: 1px solid #0d9d12;
  margin-bottom: 12px;
}
.price .item-wrap .item .price-table tr th {
  width: 248px;
  height: 64px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  background-color: #f4ffed;
  border-bottom: 1px solid #0d9d12;
  border-right: 1px solid #0d9d12;
}
@media (max-width: 500px) {
  .price .item-wrap .item .price-table tr th {
    font-size: 17px;
    width: 200px;
  }
}
.price .item-wrap .item .price-table tr td {
  width: calc(100% - 248px);
  height: 32px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #0d9d12;
}
@media (max-width: 500px) {
  .price .item-wrap .item .price-table tr td {
    font-size: 17px;
  }
}
.price .item-wrap .item .coution {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 500px) {
  .price .item-wrap .item .coution {
    font-size: 17px;
  }
}

.siharai {
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .siharai {
    margin-bottom: 30px;
  }
}
.siharai .bg {
  background-color: #fbffd9;
  padding: 0 0 60px;
}
.siharai .box {
  box-sizing: border-box;
  height: 234px;
  max-width: 606px;
  background: #ffffff;
  border: 5px solid #0d9d12;
  border-radius: 20px;
  padding: 50px 32px 35px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  .siharai .box {
    padding: 20px 20px 20px;
    height: auto;
  }
}
.siharai .box .box-head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .siharai .box .box-head {
    justify-content: center;
    gap: 8px;
  }
}
.siharai .box .box-head .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 24px;
  height: 60px;
  background: #f3ffd0;
  border-radius: 10px;
  margin-bottom: 38px;
  font-weight: 700;
  font-size: 40px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .siharai .box .box-head .item {
    font-size: 30px;
    padding: 6px 12px;
  }
}
@media (max-width: 500px) {
  .siharai .box .box-head .item {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.siharai .box .box-bottom {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  margin: 0 auto;
  color: #ff4d00;
  padding-bottom: 1px;
  border-bottom: 10px solid #f8ff25;
}
@media (max-width: 550px) {
  .siharai .box .box-bottom {
    font-size: 26px;
  }
}
.siharai .box .tree {
  position: absolute;
  bottom: 2px;
  left: 32px;
}
@media (max-width: 550px) {
  .siharai .box .tree {
    left: 12px;
    width: 50px;
    bottom: 8px;
  }
}
.siharai .box .tree img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.flow {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .flow {
    margin-bottom: 20px;
  }
}
.flow .flow-box {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .flow .flow-box {
    padding: 0 10px;
  }
}
.flow .flow-box .item {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
  border-left: 3px solid #5ec604;
}
@media (max-width: 600px) {
  .flow .flow-box .item {
    padding-left: 10px;
  }
}
.flow .flow-box .item::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px solid #5ec604;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
}
.flow .flow-box .item::after {
  content: "";
  width: 60px;
  height: 38px;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #b8e930 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}
.flow .flow-box .item .head {
  margin-bottom: 20px;
  position: relative;
  height: 56px;
}
.flow .flow-box .item .head h3 {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: -20px;
}
@media (max-width: 600px) {
  .flow .flow-box .item .head h3 {
    gap: 8px;
  }
}
.flow .flow-box .item .head .step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  width: 135px;
  height: 56px;
  background: #5ec604;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 600px) {
  .flow .flow-box .item .head .step {
    width: 90px;
    font-size: 24px;
  }
}
.flow .flow-box .item .head .num {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .flow .flow-box .item .head .num {
    font-size: 40px;
  }
}
.flow .flow-box .item .head .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .flow .flow-box .item .head .title {
    font-size: 22px;
  }
}
.flow .flow-box .item .image {
  width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .flow .flow-box .item .image {
    width: 100%;
  }
}
.flow .flow-box .item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.flow .flow-box .item .content {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .flow .flow-box .item .content {
    width: 100%;
    padding: 0 10px 0 10px;
  }
}
.flow .flow-box .item .content .buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 600px) {
  .flow .flow-box .item .content .buttons {
    row-gap: 10px;
  }
}
.flow .flow-box .item .content .buttons .tel-link {
  text-decoration: none;
}
.flow .flow-box .item .content .buttons .tel-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (max-width: 600px) {
  .flow .flow-box .item .content .buttons .tel-btn {
    justify-content: start;
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .flow .flow-box .item .content .buttons .tel-btn .tel-icon {
    width: 80px;
  }
}
.flow .flow-box .item .content .buttons .tel-btn .tel-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.flow .flow-box .item .content .buttons .tel-btn .flow-tel-number {
  height: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  color: #000;
  text-decoration: none !important;
}
@media (max-width: 600px) {
  .flow .flow-box .item .content .buttons .tel-btn .flow-tel-number {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .flow .flow-box .item .content .buttons .mail-btn {
    width: 100%;
    margin: 0 auto;
  }
}
.flow .flow-box .item .content .buttons .mail-btn img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.flow .flow-box .item .content .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 600px) {
  .flow .flow-box .item .content .text {
    font-size: 17px;
  }
}
.flow .flow-box .item .content .text-short {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .flow .flow-box .item .content .text-short {
    font-size: 20px;
  }
}
.flow .flow-box .item:last-child {
  border-left: 0;
}
.flow .flow-box .item:last-child::after {
  display: none;
}

.area {
  margin-bottom: 70px;
}
.area .bg {
  background-image: url(../images/jirei-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 40px;
}
@media (max-width: 600px) {
  .area .bg {
    padding: 0 0 10px;
  }
}
.area h2.title-arrow {
  margin-bottom: 110px;
}
@media (max-width: 600px) {
  .area h2.title-arrow {
    margin-bottom: 80px;
  }
}
.area .title-area {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  color: #f65318;
  margin-bottom: 90px;
  background: linear-gradient(transparent 60%, #f8ff25 40%);
  display: inline-block;
}
@media (max-width: 600px) {
  .area .title-area {
    font-size: 50px;
    margin-bottom: 60px;
  }
}
.area .box {
  box-sizing: border-box;
  width: calc(100% - 47px - 47px);
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 20px 40px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .area .box {
    width: calc(100% - 20px - 20px);
  }
}
.area .box .box-head {
  margin-bottom: 47px;
}
.area .box .box-head img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.area .box .box-bottom {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
}
@media (max-width: 600px) {
  .area .box .box-bottom {
    font-size: 17px;
    line-height: 34px;
  }
}
.area .box .box-bottom .area-desc {
  margin-bottom: 30px;
}

.voice {
  margin-bottom: 70px;
}
.voice .bg {
  background-image: url(../images/voice-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0 100px;
}
@media (max-width: 750px) {
  .voice .bg {
    padding: 40px 0 60px;
  }
}
.voice h2.title-image {
  margin-bottom: 110px;
  margin: 24px 0;
  max-width: 562px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .voice h2.title-image .voice h2.title-image {
    margin-bottom: 40px;
  }
  .voice h2.title-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.voice .head {
  margin-bottom: 58px;
}
.voice .head h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #0c6b03;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .voice .head h3 {
    font-size: 24px;
  }
}
.voice .head .catch {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 500px) {
  .voice .head .catch {
    font-size: 17px;
  }
}
.voice .voice-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 710px;
  margin: 0 auto;
  gap: 34px;
  row-gap: 24px;
}
@media (max-width: 500px) {
  .voice .voice-wrap {
    gap: 20px;
  }
}
.voice .voice-wrap .item {
  max-width: 338px;
  width: calc((100% - 34px) / 2);
}
@media (max-width: 500px) {
  .voice .voice-wrap .item {
    width: calc((100% - 20px) / 2);
  }
}
.voice .voice-wrap .item .image {
  position: relative;
  width: 100%;
}
.voice .voice-wrap .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice .voice-wrap .item .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  height: 64px;
  background: rgba(22, 165, 53, 0.8);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 550px) {
  .voice .voice-wrap .item .image .date {
    padding: 8px 8px;
    font-size: 15px;
    line-height: 19px;
  }
}
.voice .voice-wrap .item .desc {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 550px) {
  .voice .voice-wrap .item .desc {
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}

.company {
  margin-bottom: 80px;
}
.company .profile-table {
  width: 100%;
  width: 100%;
  border: 1px solid #0d9d12;
  margin-bottom: 55px;
}
.company .profile-table tr th {
  width: 248px;
  height: 64px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  background-color: #9de570;
  border-bottom: 1px solid #0d9d12;
  border-right: 1px solid #0d9d12;
}
@media (max-width: 600px) {
  .company .profile-table tr th {
    width: 110px;
    height: 64px;
    font-size: 17px;
  }
}
.company .profile-table tr td {
  width: calc(100% - 248px);
  height: 32px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #0d9d12;
  padding: 0 16px;
}
@media (max-width: 600px) {
  .company .profile-table tr td {
    font-size: 17px;
  }
}

.form {
  margin-bottom: 0px;
}
.form .bg {
  background: #f4ffed;
  width: 100%;
  padding: 112px 0 90px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .form .bg {
    padding: 60px 0 90px;
  }
}
.form .bg::after {
  content: "";
  width: 240px;
  height: 83px;
  border-style: solid;
  border-width: 83px 120px 0 120px;
  border-color: #5ec604 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
@media (max-width: 600px) {
  .form .bg::after {
    width: 110px;
    height: 36px;
    border-style: solid;
    border-right: 55px solid transparent;
    border-left: 55px solid transparent;
    border-top: 36px solid #5ec600;
    border-bottom: 0;
  }
}
.form .bg .text {
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 600px) {
  .form .bg .text {
    text-align: left;
  }
}
.form .bg .form {
  min-height: 400px;
}

.tree-type {
  margin-bottom: 80px;
}
.tree-type .bg {
  background-image: url(../images/tree-bg.jpg);
  background-size: cover;
  padding-bottom: 20px;
}
.tree-type .bassai-image {
  height: 972px;
}
@media (max-width: 750px) {
  .tree-type .bassai-image {
    height: auto;
  }
}
.tree-type .bassai-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 750px) {
  .tree-type .bassai-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.tree-type .box {
  padding: 0 20px;
  margin: 0 auto;
}
.tree-type .box .h3-tree {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .tree-type .box .h3-tree {
    gap: 8px;
  }
}
.tree-type .box .h3-tree .tree-icon {
  width: 88px;
  height: 88px;
}
@media (max-width: 750px) {
  .tree-type .box .h3-tree .tree-icon {
    width: 60px;
    height: 60px;
  }
}
.tree-type .box .h3-tree .title-s {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #0d9d12;
}
@media (max-width: 750px) {
  .tree-type .box .h3-tree .title-s {
    font-size: 30px;
  }
}
.tree-type .box .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .tree-type .box .desc {
    font-size: 16px;
    line-height: 28px;
  }
}

#fix-cta {
  position: fixed;
  bottom: -172px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease;
  z-index: 9990;
  padding: 16px 10px;
}
#fix-cta .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#fix-cta .buttons .button-tel:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  #fix-cta .buttons .button-tel {
    height: auto;
    width: 50%;
    max-width: 321px;
  }
}
#fix-cta .buttons .button-tel img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#fix-cta .buttons .button-mail:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  #fix-cta .buttons .button-mail {
    height: auto;
    width: 50%;
    max-width: 321px;
  }
}
#fix-cta .buttons .button-mail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#fix-cta.show {
  bottom: 0;
}

[data-sr] {
  will-change: transform, opacity;
}

.faq {
  margin-bottom: 80px;
}
.faq .bg {
  background: #f2fdf0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 64px 0 90px;
}
@media (max-width: 578px) {
  .faq .bg {
    padding: 40px 0 40px;
  }
}
.faq .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
  font-family: futura-pt, sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.01;
  text-align: center;
  font-size: 120px;
}
@media (max-width: 578px) {
  .faq .bg .section-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.faq .bg .section-title .small {
  font-size: 80px;
}
@media (max-width: 578px) {
  .faq .bg .section-title .small {
    font-size: 30px;
  }
}
.faq .accordion-item {
  margin-bottom: 20px;
}
.faq .accordion-item .button.accordion-button {
  border-radius: 6px !important;
  background-color: rgb(255, 255, 255);
  font-size: 32px;
  color: rgb(67, 174, 222);
  line-height: 1.25;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 578px) {
  .faq .accordion-item .button.accordion-button {
    font-size: 15px;
  }
}
.faq .accordion-item button.accordion-button {
  border-radius: 6px !important;
  background-color: rgb(255, 255, 255);
  font-size: 32px;
  color: rgb(67, 174, 222);
  line-height: 1.25;
  text-align: left;
  font-weight: 600;
  border: 0;
}
@media (max-width: 578px) {
  .faq .accordion-item button.accordion-button {
    font-size: 15px;
  }
}
.faq .accordion-item .accordion-body {
  color: #fff;
}
.faq .accordion-item .accordion-collapse.collapse.show {
  background: rgb(67, 174, 222);
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-family: "Noto Sans JP";
  line-height: 1.333;
  text-align: left;
}
@media (max-width: 578px) {
  .faq .accordion-item .accordion-collapse.collapse.show {
    font-size: 14px;
  }
}

.faq-section {
  margin-top: 60px;
}

.faq-wrap {
  max-width: 710px;
  margin: 0 auto;
}

.faq-item {
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.faq-question {
  font-weight: bold;
  position: relative;
  text-align: left;
  border: 0;
  padding: 0 0 16px 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  border-bottom: 2px solid #bae2a0;
}
@media (max-width: 578px) {
  .faq-question {
    font-size: 20px;
    padding: 0 0 20px 50px;
  }
}
.faq-question .qa-q {
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
  color: #0d9d12;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.faq-answer {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  padding: 16px 0 16px 50px;
  position: relative;
}
@media (max-width: 578px) {
  .faq-answer {
    font-size: 17px;
  }
}
.faq-answer .qa-a {
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
  color: #ff7700;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 16px;
}

.faq-item.open .faq-answer {
  opacity: 1;
  display: block;
}

footer {
  text-align: center;
  margin-bottom: 140px;
}
@media (max-width: 578px) {
  footer {
    margin-bottom: 100px;
  }
}
footer .footer-logo {
  background-color: #0d9d12;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 578px) {
  footer .footer-logo {
    height: 120px;
  }
}
@media (max-width: 578px) {
  footer .footer-logo img {
    max-width: 220px;
    height: auto;
    margin: 0 auto;
  }
}
footer .copy {
  padding: 16px 0;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media (max-width: 578px) {
  .pagetop {
    bottom: 94px;
    height: 40px;
    width: 40px;
  }
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: translateY(20%) rotate(-45deg);
}

.line-btn {
  display: none;
}/*# sourceMappingURL=style.css.map */