@charset "UTF-8";
/**************************************************
ブレイクポイント
**************************************************/
/**************************************************
settings
**************************************************/
/**************************************************
common
**************************************************/
html {
  font-size: 0.69444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  line-height: 1.5;
  color: #2A3933;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8rem;
    min-width: auto;
  }
}

section .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  section .inner {
    max-width: none;
    padding: 0 25px;
  }
}

.sec_title {
  font-size: clamp(20px, 3.393vw + 9.143px, 5.8rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.9px;
}
@media screen and (max-width: 768px) {
  .sec_title {
    font-size: clamp(20px, 0.714vw + 17.714px, 2.8rem);
    letter-spacing: 0.9px;
  }
}
.sec_title span {
  display: block;
  margin-top: 10px;
  color: #25A66B;
  font-size: clamp(12px, 1.071vw + 8.571px, 2.4rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .sec_title span {
    font-size: clamp(12px, 0.536vw + 10.286px, 1.8rem);
  }
}

.sec_title.black {
  color: #2A3933;
}

.sec_title.white {
  color: #fff;
}

.sec_title__note {
  font-size: clamp(15px, 0.357vw + 13.857px, 1.8rem);
  color: #fff;
  margin-top: 40px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sec_title__note {
    margin-top: 25px;
  }
}

.black_bg {
  background-color: #2A3933;
}

.bg-thingreen {
  background-color: #EEF2F0;
}

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

figure {
  line-height: 1;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

.center {
  text-align: center;
}

/* ボタン
ーーーーーーーーーーーーーーー---- */
.btn .example-button {
  position: relative;
  text-decoration: none;
  color: white;
  background-color: #25A66B;
  padding: 13px 34px;
  border-radius: 100px;
  transition: background-color 0.3s, transform 0.6s;
}

.footer-navigation ul.footer-menu li a.example-button {
  width: 70%;
  color: #fff !important;
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (max-width: 375px) {
  .footer-navigation ul.footer-menu li a.example-button {
    margin: 20px 0 0 0;
  }
}

.header .hd_area .btn .example-button:hover {
  opacity: 1 !important;
  background-color: #2A3933;
}

.header.scrolled .btn .example-button {
  padding: 8px 16px;
}

.cta-btn__wrap {
  display: flex;
  justify-content: center;
}

.btn.cta-btn {
  border-radius: 100px;
  background-color: #2A3933;
  color: #fff;
  padding: 15px 15px 15px 25px;
  align-items: center;
  display: flex;
  justify-content: end;
  width: 325px;
  height: 70px;
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  .btn.cta-btn {
    display: flex;
    justify-content: end;
    width: 90%;
    padding: 15px 15px 15px 35px;
    font-size: 14px;
  }
}
.btn.cta-btn:hover {
  background-color: #25A66B;
  opacity: 10;
}
.btn.cta-btn:hover span img {
  transition: transform 0.4s ease;
  filter: invert(47%) sepia(82%) saturate(371%) hue-rotate(118deg) brightness(94%) contrast(94%);
  transform: translate(5px);
}
.btn.cta-btn span {
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 375px) {
  .btn.cta-btn span {
    margin-left: 30px;
  }
}
.btn.cta-btn span img {
  width: 16px;
  height: 11.45px;
  transition: filter 0.4s ease;
}

.btn.cta-btn.white {
  background-color: #fff;
  color: #2A3933;
  cursor: pointer;
  z-index: 2;
}
.btn.cta-btn.white:hover {
  background-color: #25A66B;
  color: #fff;
  opacity: 1;
}
.btn.cta-btn.white:hover span {
  background-color: #fff;
}
.btn.cta-btn.white:hover span img {
  transform: translate(5px);
  transition: transform 0.4s ease;
  filter: invert(47%) sepia(82%) saturate(371%) hue-rotate(118deg) brightness(94%) contrast(94%);
}
.btn.cta-btn.white span {
  background-color: #2A3933;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.btn.cta-btn.white span:hover {
  background-color: #fff;
}
@media screen and (max-width: 375px) {
  .btn.cta-btn.white span {
    margin-left: 30px;
  }
}
.btn.cta-btn.white span img {
  width: 16px;
  height: 11.45px;
  transition: filter 0.4s ease;
}

.submit-button__wrap {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}

.submit-button {
  border-radius: 100px;
  background-color: #2A3933; /* $black */
  color: #fff;
  padding: 15px 15px 15px 75px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 229px;
  height: 70px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.submit-button:disabled {
  cursor: not-allowed;
}

.submit-button.active {
  background-color: #25A66B; /* $green */
}

@media (max-width: 576px) {
  .submit-button {
    width: 90%;
    padding: 15px 15px 15px 35px;
    font-size: 14px;
  }
}
.submit-button span img {
  transition: transform 0.4s ease;
  transform: translateX(0); /* 中央配置 */
}

.submit-button:hover span img {
  transform: translateX(5px); /* ホバー時に右に移動 */
  filter: invert(47%) sepia(82%) saturate(371%) hue-rotate(118deg) brightness(94%) contrast(94%); /* 緑色にする */
}

.submit-button span {
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.submit-button span img {
  width: 16px;
  height: 11.45px;
  transition: filter 0.4s ease, transform 0.4s ease;
}

/* PC-SP セッティング
ーーーーーーーーーーーーーーー---- */
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

.mt-60 {
  margin-top: 60px;
}

/**************************************************
header
**************************************************/
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  transition: background-color 0.3s, padding 0.3s, transform 0.3s;
}

.hd_area {
  position: relative;
  right: 0;
  color: #fff;
  background-color: transparent;
  padding: 50px 100px 0px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: background-color 0.3s, padding 0.3s, transform 0.3s;
}
@media only screen and (max-width: 980px) {
  .hd_area {
    display: none;
  }
}

.header.scrolled .hd_area {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  transform: translate(-3%, 20%);
  display: inline-block;
  position: absolute;
  right: 0;
  border-radius: 100px;
  color: #25A66B;
}
@media only screen and (max-width: 980px) {
  .header.scrolled .hd_area {
    display: none;
  }
}

.hd_glnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.hd_glnavi ul li {
  margin: 0 10px;
}

.hd_glnavi ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.header.scrolled .hd_area .hd_glnavi ul li a {
  color: #2A3933;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 980px) {
  .header.scrolled .hd_area .hd_glnavi ul li a {
    display: none;
  }
}
.header.scrolled .hd_area .hd_glnavi ul li a:hover {
  color: #25A66B;
  opacity: 1;
}

.header.scrolled .hd_area .hd_glnavi ul .btn a {
  color: #fff;
}
.header.scrolled .hd_area .hd_glnavi ul .btn a:hover {
  color: #fff;
  opacity: 0.6;
}
@media only screen and (max-width: 980px) {
  .header.scrolled .hd_area .hd_glnavi ul .btn a {
    display: none;
  }
}

/************************************************
ハンバーガーメニュー
************************************************/
/* ハンバーガーボタン */
.hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 42px;
  height: 4px;
  left: 14px;
  background: #25A66B;
  box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 32px;
}
.hamburger span:nth-child(3) {
  top: 44px;
}
.hamburger.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 30px;
  left: 14px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 30px;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  color: #25A66B;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
nav.globalMenuSp .toggle-nav-open {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area {
  margin: 0 auto;
  max-width: 1480px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 980px) {
  .hamburger {
    display: block;
  }
  nav.globalMenuSp .toggle-nav-open {
    flex-direction: column;
    height: auto;
    padding: 70px 16px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap {
    padding: 0;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation {
    display: block;
    width: 100%;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu {
    height: auto;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu li {
    margin: 0;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu li a {
    display: block;
    font-weight: bold;
    color: #25A66B;
    padding: 20px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu li a:hover {
    color: #25A66B;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap ul.sub_menu_list a {
    display: block;
    padding: 12px 20px;
    color: #fff;
  }
  nav.globalMenuSp .toggle-nav-open .info_box {
    padding-top: 25px;
  }
  nav.globalMenuSp .toggle-nav-open .info_box .logo,
  nav.globalMenuSp .toggle-nav-open .info_box .add_box,
  nav.globalMenuSp .toggle-nav-open .info_box .copyright {
    display: none;
  }
  nav.globalMenuSp .toggle-nav-open .info_box .sns_box {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
/**************************************************
sec_mv
**************************************************/
.sec_mv {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.sec_mv h1,
.sec_mv__caption {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_mv__lead {
  position: absolute;
  width: clamp(200px, 56.25vw + 20px, 830px);
  height: 100%;
  top: -4rem;
  z-index: 1;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .sec_mv__lead {
    padding: 0 25px;
    width: 90%;
  }
}
.sec_mv__text {
  color: #fff;
  text-align: center;
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.9px;
  position: absolute;
  bottom: 70px;
  width: 100%;
  height: 50px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .sec_mv__text {
    padding: 0 25px;
    line-height: 1.4rem;
  }
}
.sec_mv__text .vertical-line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: 0px;
}
.sec_mv__text .vertical-line::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/**************************************************
sec_feature
**************************************************/
.sec_feature {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .sec_feature {
    margin-top: 50px;
  }
}
.sec_feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(30px, 3.39vw + 30px, 68px) clamp(50px, 5.36vw + 50px, 110px);
  margin: 80px auto 138px;
}
@media screen and (max-width: 768px) {
  .sec_feature__list {
    margin: 50px auto 60px;
    gap: clamp(20px, 3vw + 20px, 40px) clamp(15px, 5vw + 15px, 40px);
  }
}
.sec_feature__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 calc(20% - 20px);
  /* 4列レイアウトに対応 */
  max-width: calc(20% - 20px);
  /* 最大幅を設定 */
}
@media screen and (max-width: 768px) {
  .sec_feature__item {
    flex: 1 1 calc(45% - 10px);
    max-width: 40%;
    width: 100%;
  }
}
.sec_feature__item img {
  width: clamp(120px, 6.25vw + 100px, 19rem);
  height: clamp(120px, 6.25vw + 100px, 19rem);
}
@media screen and (max-width: 768px) {
  .sec_feature__item img {
    width: 100%;
    height: 100%;
  }
}
.sec_feature__item-lead, .sec_feature__item-text {
  width: 100%;
  text-align: center;
}
.sec_feature__item-lead {
  font-size: clamp(15px, 0.357vw + 13.857px, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.9px;
  margin: 16px auto;
}
@media screen and (max-width: 768px) {
  .sec_feature__item-lead {
    font-size: clamp(14px, 0.179vw + 13.429px, 1.6rem);
    line-height: 1.6;
  }
}
.sec_feature__item-text {
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .sec_feature__item-text {
    font-size: clamp(12px, 0.179vw + 11.429px, 1.4rem);
    line-height: 1.6;
  }
}

.solution_title {
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .solution_title {
    padding: 80px 0 0;
  }
}
.solution_title h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .solution_title h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 383px) {
  .solution_title h2 {
    letter-spacing: 0px;
  }
}

.solution_content__wrap {
  background-color: #fff;
  padding: 80px 6.3rem 0;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .solution_content__wrap {
    padding: 25px;
  }
}

.solution_content__subtitle {
  text-align: center;
  font-size: clamp(14px, 0.714vw + 11.714px, 2.2rem);
  font-weight: 500;
  letter-spacing: 1.1px;
}

.solution_content__subtitle b {
  color: #F14363;
  font-size: clamp(18px, 1.429vw + 13.429px, 3.4rem);
  font-weight: 500;
  letter-spacing: 1.7px;
}

.solution_content__subtitle span {
  color: #F14363;
  font-size: clamp(14px, 0.714vw + 11.714px, 2.2rem);
  font-weight: 500;
  letter-spacing: 1.1px;
}

.solution_content__maintitle {
  font-size: clamp(20px, 1.786vw + 14.286px, 4rem);
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
}

.solution_content__wrap2 {
  padding: 0 clamp(150px, 12.946vw + 108.571px, 29.5rem);
}
@media screen and (max-width: 768px) {
  .solution_content__wrap2 {
    padding: 0 25px;
  }
}

.solution_content__desc {
  font-size: clamp(12px, 0.536vw + 10.286px, 1.8rem);
  margin-top: 50px;
  margin-bottom: 100px;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .solution_content__desc {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.solution_content__desc span {
  color: #F14363;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.9px;
}

.solution_content__list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .solution_content__list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.solution_content__item {
  width: clamp(120px, 23.482vw + 44.858px, 38.3rem);
}
.solution_content__item h4 {
  font-family: "Outfit", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: clamp(14px, 0.536vw + 12.286px, 2rem);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.solution_content__item figure {
  width: clamp(120px, 23.482vw + 44.858px, 38.3rem);
  height: clamp(100px, 5.357vw + 82.858px, 160px);
  background-color: #EEF2F0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.solution_content__item figure img {
  width: clamp(70px, 2.411vw + 62.285px, 9.7rem);
}
.solution_content__item p {
  margin-top: 20px;
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}

/**************************************************
sec_case
**************************************************/
.sec_case {
  /* overflow: hidden; */
}
.sec_case__wrap {
  margin: 150px auto 0;
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_case__wrap {
    margin: 60px auto 0;
    padding: 60px 0;
  }
}
.sec_case__column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin: 89px auto 0;
}
@media screen and (max-width: 768px) {
  .sec_case__column {
    gap: 60px;
    margin: 40px auto 0;
  }
}
@media screen and (max-height: 700px) {
  .sec_case__column {
    gap: 60px;
  }
}
.sec_case__number {
  font-size: clamp(20px, 5.071vw + 3.773px, 4.8rem);
  color: #fff;
  font-weight: 500;
  letter-spacing: 2.4px;
  margin-bottom: 20px;
}
.sec_case__number span {
  font-size: clamp(12px, 0.536vw + 10.286px, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.9px;
}
.sec_case__contents {
  position: sticky;
  top: 0;
  width: 100%;
  background: #2A3933;
  padding-bottom: 0;
  @media screen and (max-width:768px) {
    position: relative;
  }
  @media screen and (max-height:700px) {
    position: relative;
  }
}
.sec_case__contents .section {
  position: relative;
  color: #fff;
}
.sec_case__contents_white, .sec_case__contents_green {
  border-radius: 20px;
  padding: 80px;
  position: relative;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_case__contents_white, .sec_case__contents_green {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_white, .sec_case__contents_green {
    padding: 20px 25px;
  }
}
.sec_case__contents_white {
  background-color: #fff;
}
.sec_case__contents_green {
  background-color: #25A66B;
}
.sec_case__contents_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .sec_case__contents_icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_icon {
    width: 80px;
    height: 80px;
  }
}
.sec_case__contents_inner {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .sec_case__contents_inner {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_inner {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.sec_case__contents_inner figure {
  width: clamp(250px, 17.36vw + 194.44px, 450px);
}
@media screen and (max-width: 768px) {
  .sec_case__contents_inner figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_inner figure {
    width: 80px;
  }
}
.sec_case__contents_desc h2 {
  color: #25A66B;
  font-size: clamp(24px, 4.7143vw - 10.285px, 4.8rem);
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_desc h2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.sec_case__contents_desc h2 span {
  color: black;
  font-size: clamp(15px, 0.357vw + 13.857px, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.9px;
  display: block;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_desc h2 span {
    font-size: 12px;
  }
}
.sec_case__contents_desc h2.white {
  color: #fff;
}
.sec_case__contents_desc h2.white span {
  color: #fff;
}
.sec_case__contents_col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.sec_case__contents_row {
  display: flex;
  color: #2A3933;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_case__contents_row {
    margin-top: 25px;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_row {
    margin-top: 10px;
  }
}
.sec_case__contents_row_title {
  font-size: clamp(16px, 1.4286vw + 11.4288px, 2rem);
  font-weight: 700;
  letter-spacing: 1px;
  border-right: 1px solid #CFCFCF;
  padding-right: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_row_title {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_row_title {
    font-size: 14px;
  }
}
.sec_case__contents_row_title.green {
  color: #25A66B;
}
.sec_case__contents_row_title.white {
  color: #fff;
  border-right: 1px solid #fff;
}
.sec_case__contents_note {
  padding-left: 3rem;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_note {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_note {
    font-size: 14px;
  }
}
.sec_case__contents_note h4 {
  font-size: clamp(16px, 1.4286vw + 11.4288px, 2rem);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_note h4 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.sec_case__contents_note h4.green {
  font-size: clamp(16px, 1.4286vw + 11.4288px, 2rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: #25A66B;
  margin-bottom: 15px;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_note h4.green {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.sec_case__contents_note p {
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_note p {
    line-height: 1.6;
    font-size: 12px;
  }
}
.sec_case__contents_note ul {
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.8px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style: inside;
}
@media screen and (max-width: 375px) {
  .sec_case__contents_note ul {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .sec_case__contents_note ul li {
    margin-top: 5px;
  }
}
.sec_case__contents_note.white {
  color: #fff;
}

/**************************************************
sec_voice
**************************************************/
.sec_voice {
  position: relative;
}
.sec_voice__lead {
  position: absolute;
  background-color: #EEF2F0;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 400px;
}
@media screen and (max-width: 768px) {
  .sec_voice__lead {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.sec_voice__title_green {
  position: absolute;
  top: clamp(320px, 14.286vmax - 274.286px, 10rem);
  background-color: #25A66B;
  width: clamp(500px, -36.929vw + 618.173px, 5.4rem);
  border-radius: 0px 20px 20px 0px;
  height: clamp(300px, -19.786vw + 363.315px, 4.9rem);
  padding: 50px clamp(40px, 4vw, 60px) 30px clamp(60px, 6vw, 100px);
}
@media screen and (max-width: 768px) {
  .sec_voice__title_green {
    top: 140px;
    width: 90%;
    padding: 30px 30px 60px 30px;
    height: auto;
  }
}
.sec_voice__title_green h2 {
  color: #fff;
  font-size: clamp(18px, 2.5vmin + 12px, 4rem);
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .sec_voice__title_green h2 {
    line-height: 1.4;
  }
}
.sec_voice__image {
  margin-left: auto;
  margin-right: auto;
  width: 88%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 500px;
}
@media screen and (max-width: 768px) {
  .sec_voice__image {
    top: 270px;
  }
}
@media screen and (max-width: 375px) {
  .sec_voice__image {
    top: 250px;
  }
}
.sec_voice__image figure {
  width: 100%;
}
.sec_voice__desc {
  position: relative;
}
.sec_voice__desc_inner {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: clamp(800px, 17.857vmax + 742.8576px, 100rem);
  padding: 60px 50px 50px 60px;
  border-radius: 20px;
  width: clamp(600px, 50vw, 80vw);
}
@media screen and (max-width: 768px) {
  .sec_voice__desc_inner {
    top: clamp(450px, 33.52vmax + 342.736px, 570px);
    width: 95%;
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .sec_voice__desc_inner {
    top: 500px;
  }
}
@media only screen and (max-width: 474px) {
  .sec_voice__desc_inner {
    top: 450px;
  }
}
@media only screen and (max-width: 400px) {
  .sec_voice__desc_inner {
    top: 390px;
  }
}
.sec_voice__desc_inner h3 {
  color: #25A66B;
  font-size: clamp(24px, 2.429vw + 16.227px, 3.2rem);
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-top: 20px;
  line-height: 1.2;
}
.sec_voice__desc_position {
  color: #848C88;
  font-size: clamp(12px, 0.179vw + 11.429px, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .sec_voice__desc_position {
    line-height: 1.4;
  }
}
.sec_voice__desc_note {
  margin-top: 20px;
  font-size: clamp(15px, 0.357vw + 13.857px, 1.8rem);
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.9px;
  margin-bottom: 0;
}
.sec_voice__desc_note span {
  color: #F14363;
}

/**************************************************
sec_other
**************************************************/
.sec_other {
  padding-top: clamp(1250px, 32.68vw + 1028.29px, 150rem);
}
@media screen and (max-width: 768px) {
  .sec_other {
    padding-top: clamp(900px, 26.49vw + 800.66px, 980px);
  }
}
.sec_other__wrap {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .sec_other__wrap {
    padding: 50px 0;
  }
}
.sec_other__list {
  gap: 87px 30px;
  display: flex;
  justify-content: center;
  margin-top: 106px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec_other__list {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .sec_other__list {
    gap: 50px;
  }
}
.sec_other__item {
  background-color: #fff;
  border-radius: 10px;
  width: 30%;
  position: relative;
  padding: 0 30px 39px 30px;
  height: 300px;
}
@media only screen and (max-width: 820px) {
  .sec_other__item {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_other__item {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .sec_other__item {
    width: 80%;
  }
}
.sec_other__item figure {
  width: 8rem;
  height: 8rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_other__item figure {
    width: 6rem;
    height: 6rem;
  }
}
.sec_other__item h4 {
  font-size: clamp(14px, 0.536vw + 12.286px, 2rem);
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  letter-spacing: 1px;
}
.sec_other__item .balloon1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  line-height: 1.5;
  background: #25A66B;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 5px;
}
.sec_other__item .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 8px solid #25A66B;
}
.sec_other__item .sec_other__note {
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: center;
}
.sec_other__item .sec_other__note span {
  color: #F14363;
}
.sec_other__note_btm {
  color: #fff;
  font-size: clamp(15px, 0.357vw + 13.857px, 1.8rem);
  text-align: center;
  width: 60%;
  margin: 80px auto;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .sec_other__note_btm {
    margin: 40px auto;
    width: 100%;
  }
}

/**************************************************
sec_faq
**************************************************/
.sec_faq__wrap {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .sec_faq__wrap {
    padding: 50px 0;
  }
}
.sec_faq__list {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec_faq__list {
    gap: 15px;
  }
}
.sec_faq__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sec_faq__item {
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .sec_faq__item {
    width: 90%;
  }
}
.sec_faq__question {
  color: #25A66B;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: clamp(14px, 0.714vw + 11.714px, 2.2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.1px;
}
.sec_faq__question span {
  font-family: "Outfit", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  color: #25A66B;
  font-size: clamp(20px, 1.07vw + 16.57px, 3.2rem);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
}
.sec_faq__answer {
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.sec_faq__answer span {
  margin-top: 20px;
  display: block;
  color: #848C88;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
}

/**************************************************
sec_contact
**************************************************/
.sec_contact {
  background-color: #2A3933;
  padding: 150px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding: 50px 0 50px;
  }
}
.sec_contact .form_box {
  margin-top: 80px;
  padding: 100px 0;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sec_contact .form_box {
    margin-top: 40px;
  }
}
.sec_contact .form_box dl {
  max-width: 400px;
  margin: 30px auto;
}
.sec_contact .form_box dl dt {
  margin-bottom: 8px;
  font-size: clamp(12px, 0.536vw + 10.286px, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.9px;
}
.sec_contact .form_box dl dt span {
  font-size: 12px;
  padding-left: 15px;
  color: #F14363;
}
.sec_contact .form_box dl dd {
  margin-bottom: 40px;
}

form {
  /*未入力*/
  /* チェックボックスがチェックされた時のスタイル */
  /* チェックが入ったときのチェックマークのスタイル */
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form name {
  border-radius: 100px;
  background: #fff;
  border: 1px solid #CFCFCF;
  padding: 21px;
  width: 100%;
  font-size: 14px;
}
form textarea {
  background: #fff;
  border: 1px solid #CFCFCF;
  padding: 21px;
  border-radius: 20px;
  width: 100%;
  height: 226px;
  font-size: 14px;
}
form ::placeholder {
  opacity: 0.4;
  font-size: clamp(12px, 0.357vw + 10.857px, 1.6rem);
}
form input:placeholder-shown {
  background-color: #EEF2F0;
}
form textarea:placeholder-shown {
  background-color: #EEF2F0;
}
form .agree_box {
  text-align: center;
  margin-bottom: 24px;
  font-size: 15px;
}
form .agree_box a {
  text-decoration: underline;
  color: #25A66B;
}
form .agree_box a:hover {
  color: #2A3933;
  text-decoration: none;
}
form .agree_box input[type=checkbox] {
  -webkit-appearance: none; /* ブラウザデフォルトのスタイルを削除 */
  appearance: none;
  background-color: #fff; /* 背景色 */
  border: 2px solid #ccc; /* 枠線 */
  padding: 10px; /* パディング */
  display: inline-block;
  position: relative;
  top: 3px; /* ラベルとの位置調整 */
  margin-right: 10px; /* ラベルとの間隔 */
  cursor: pointer;
}
form .agree_box input[type=checkbox]:checked {
  background-color: #25A66B; /* チェック時の背景色を緑に */
  border-color: #25A66B; /* 枠線も緑に */
}
form .agree_box input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: block;
}
form input[type=button] {
  width: 180px;
  margin: 0 auto;
  display: block;
  height: 48px;
  padding: 16px;
  color: #fff;
  background: #2A3933;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 48px;
}
form input[type=submit] {
  width: 180px;
  margin: 0 auto;
  display: block;
  height: 48px;
  padding: 16px;
  color: #fff;
  background: #2A3933;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 48px;
  margin-top: 30px;
}
form #submit {
  background: #2A3933;
  /* 無効時の色 */
}
form #with-consent:checked ~ #submit {
  background: #25A66B;
}

.contact_form__name {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.contact_form__name .contact_form__row {
  width: 100%;
}
.contact_form__name .contact_form__row:nth-child(2) {
  margin-left: 30px;
}

.contact__tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  background-color: #fff;
  width: clamp(600px, 0.2625vw + 418.125px, 800px);
  padding: 26px 55px;
  border-radius: 20px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .contact__tel-wrap {
    padding: 26px 15px;
    gap: 17px;
    width: 100%;
  }
}
@media only screen and (max-width: 363px) {
  .contact__tel-wrap {
    gap: 8px;
    padding: 26px 8px;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel-wrap figure {
    width: clamp(30px, 12vw, 60px);
  }
}
.contact__tel-wrap .contact__tel {
  text-align: center;
  color: #2A3933;
}
.contact__tel-wrap .contact__tel h4 {
  font-size: clamp(18px, 0.005357vw + 16.2856px, 24px);
  margin-bottom: 10px;
}
.contact__tel-wrap .contact__tel a {
  font-size: clamp(28px, 0.020714vw + 21.3712px, 51.2px);
  font-weight: 700;
  letter-spacing: 1.9px;
  color: #25A66B;
  font-family: "Outfit", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
.contact__tel-wrap .contact__tel p {
  font-size: 12px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .sec_contact .inner {
    max-width: none;
  }
  .sec_contact .form_box {
    width: 100%;
    padding: 30px 20px 30px;
  }
  .sec_contact .form_box dl dt {
    margin-bottom: 5px;
  }
  .sec_contact .form_box dl dd {
    margin-bottom: 20px;
  }
}
/**************************************************
footer
**************************************************/
footer {
  background: #fff;
  color: #2A3933;
  padding: 50px;
}
footer .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .logo {
  width: 125px;
  margin-left: 80px;
}
footer ul {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 45px;
}
footer ul li a {
  color: #2A3933;
  font-size: 15px;
  padding-right: 25px;
  position: relative;
}
footer ul li a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_blank.png) no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer .copyright {
  font-size: 10px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  footer .inner {
    max-width: none;
    margin: 0 auto;
    flex-direction: column;
    gap: 35px;
  }
  footer .logo {
    margin: 0 auto;
  }
  footer ul {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 35px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}
/**************************************************
thanksページ
**************************************************/
.logo {
  width: 200px;
}

.thanks-inner {
  padding-bottom: 200px;
}
.thanks-inner h2 {
  color: #25A66B;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.thanks-inner p {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .thanks-inner {
    padding: 60px 20px;
  }
}
.thanks-inner p {
  text-align: center;
  margin-bottom: 100px;
}

.thanks_image {
  display: block;
  width: 200px;
  height: 146px;
  margin: 100px auto 100px;
}

.thanks-btn {
  margin: 40px auto;
}

/**************************************************
個人情報取り扱いについてページ
**************************************************/
.ppc-inner {
  padding-top: 100px;
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .ppc-inner {
    padding: 30px 20px;
  }
}
.ppc-inner h3 {
  margin-top: 30px;
}

/*# sourceMappingURL=style.css.map */
