@charset "UTF-8";
/*!
Theme Name: lime
Description: ライム株式会社用のWordPressテーマ
Version: 1.0
Author: 管理者ユーザー
*/
#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 3px;
  box-sizing: border-box;
  color: #163503;
}

a {
  cursor: pointer;
  display: block;
}
a:hover {
  opacity: 0.7;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.image-block > img {
  display: block;
  width: 100%;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

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

.btn .btn_link {
  display: inline-block;
  padding: 35px 20px;
  color: #163503;
  background: white;
  font-size: 16px;
  border: 1px solid #163503;
  text-decoration: none;
  transition: all 0.3s;
  min-width: 258px;
  text-align: center;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .btn .btn_link {
    padding: 46px 30px;
    font-size: clamp(1.125rem, 0.574rem + 2.32vw, 1.688rem);
  }
}
.btn .btn_link:hover {
  background-color: #163503;
  color: white;
  opacity: 1;
}

.pagination {
  display: flex;
  padding-top: 55px;
}
@media screen and (max-width: 980px) {
  .pagination {
    padding-top: 35px;
  }
}
.pagination .page-numbers {
  padding: 25px 35px;
  border: 1px solid #999;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 13px;
}
@media screen and (max-width: 980px) {
  .pagination .page-numbers {
    padding: 15px 25px;
  }
}
.pagination .page-numbers:first-child {
  margin-left: 0;
}

.section_head {
  text-align: center;
  color: #163503;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
}
.section_head .title-wrap {
  letter-spacing: 0.15em;
  color: #163503;
  font-weight: 700;
}
.section_head .title-wrap.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap.sp {
    display: inline-block;
  }
}
.section_head .title-wrap.sp_opt {
  display: none;
}
@media screen and (max-width: 1400px) {
  .section_head .title-wrap.sp_opt {
    display: inline-block;
  }
}
.section_head .title-wrap .title {
  position: relative;
  display: inline-block;
  font-size: clamp(2.188rem, -0.266rem + 5.1vw, 3.563rem);
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap .title {
    font-size: clamp(1.438rem, 0.152rem + 5.41vw, 2.75rem);
  }
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap .title.top {
    font-size: 35px;
  }
}
.section_head .title-wrap .title.option .under-end {
  width: 97%;
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap .title.emphasis {
    font-size: clamp(2.25rem, 0.781rem + 6.19vw, 3.75rem);
  }
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap .title > .pc {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .section_head .title-wrap .title > .pc_opt {
    display: none;
  }
}
.section_head .title-wrap .title .under-start, .section_head .title-wrap .title .under-end {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap .title .under-start, .section_head .title-wrap .title .under-end {
    height: clamp(0.25rem, 0.192rem + 0.24vw, 0.375rem);
  }
}
.section_head .title-wrap .title .under-start {
  background: #163503;
  width: 6px;
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap .title .under-start {
    width: clamp(0.25rem, 0.192rem + 0.24vw, 0.375rem);
  }
}
.section_head .title-wrap .title .under-start {
  z-index: 5;
}
.section_head .title-wrap .title .under-end {
  background: #A2C523;
  width: 100%;
}
.section_head .title-wrap + .tagline {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap + .tagline {
    font-size: clamp(0.75rem, 0.015rem + 3.09vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .section_head .title-wrap + .tagline.top {
    font-size: 24px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
  z-index: 1000;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }
}
.header + * {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .header + * {
    margin-top: 70px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.header .container > .logo {
  position: relative;
  z-index: 2000;
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .header .container > .logo {
    width: clamp(12.5rem, -6.989rem + 31.82vw, 16.875rem);
  }
}
.header .container > .logo > * {
  width: 100%;
}
.header .container > .nav {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header .container > .add-line-wrapper {
  margin-left: 40px;
}
@media screen and (max-width: 980px) {
  .header .container > .add-line-wrapper {
    display: none;
  }
}
.header .container > .add-line-wrapper .add-line {
  height: 66px;
}
@media screen and (max-width: 1200px) {
  .header .container > .add-line-wrapper .add-line {
    height: clamp(3.125rem, -1.33rem + 7.27vw, 4.125rem);
  }
}
.header .container > .add-line-wrapper .add-line > * {
  height: 100%;
}
.header .nav .menu-toggle {
  display: none;
  width: 25px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2001;
}
@media screen and (max-width: 980px) {
  .header .nav .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header .nav .menu-toggle .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white !important;
    border-radius: 2px;
    transition: 0.3s;
  }
  .header .nav .menu-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg) translateY(12px);
  }
  .header .nav .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
  .header .nav .menu-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-11px);
  }
}
.header .nav .nav-menu {
  display: flex;
  list-style: none;
  gap: 26px;
  z-index: 2000;
}
@media (max-width: 980px) {
  .header .nav .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    flex-direction: column;
    background: #163503;
    height: 100vh;
    width: 250px;
    padding-top: 100px;
    gap: 10px;
    transition: right 0.3s ease;
  }
  .header .nav .nav-menu.active {
    right: 0;
    align-items: center;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .header .nav .nav-menu {
    padding-top: 70px;
  }
}
@media (max-width: 980px) {
  .header .nav .nav-menu li {
    width: 100%;
    text-align: center;
    padding: 5% 0;
  }
}
.header .nav .nav-menu li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  .header .nav .nav-menu li a {
    font-size: clamp(0.938rem, 0.102rem + 1.36vw, 1.125rem);
  }
}
.header .nav .nav-menu li.add-line-wrapper {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .nav .nav-menu li.add-line-wrapper {
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .nav .nav-menu li.add-line-wrapper .add-line .image-block {
  width: 150px;
}
@media (max-width: 980px) {
  .header .menu-toggle {
    display: flex;
  }
}

.footer .container {
  color: white;
  background-color: black;
  padding: 94px 0 28px;
}
@media screen and (max-width: 980px) {
  .footer .container {
    padding: 64px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer .container {
    padding: 34px 0 24px;
  }
}
@media screen and (max-width: 576px) {
  .footer .container {
    padding: 34px 6.25vw 24px;
  }
}
.footer .container .sp-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .container .sp-view {
    display: block;
  }
}
.footer .container .sp-view.logo {
  width: 88%;
  max-width: 480px;
  margin: 0 auto 24px;
}
.footer .container .sp-view.logo > * {
  width: 100%;
  display: block;
}
.footer .container .sp-view > .copyright {
  margin-top: 48px;
  text-align: center;
  letter-spacing: 2px;
  font-size: clamp(0.875rem, 0.753rem + 0.52vw, 1rem);
}
.footer .footer-wrap {
  display: flex;
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
  padding: 0 45px;
  justify-content: space-between;
  align-items: stretch;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .footer .footer-wrap {
    padding: 0 85px 0 45px;
  }
}
@media screen and (max-width: 980px) {
  .footer .footer-wrap {
    justify-content: space-around;
    padding: 0 0 0 0;
    font-size: clamp(0.938rem, 0.254rem + 1.42vw, 1.125rem);
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-wrap {
    justify-content: space-between;
    padding: 0 12px;
    font-size: clamp(0.813rem, 0.57rem + 1.02vw, 0.938rem);
  }
}
.footer .footer-wrap .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-wrap .info .info-top .logo {
  max-width: 350px;
}
@media screen and (max-width: 980px) {
  .footer .footer-wrap .info .info-top .logo {
    max-width: clamp(17.75rem, 2.716rem + 31.28vw, 21.875rem);
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrap .info .info-top .logo {
    display: none;
  }
}
.footer .footer-wrap .info .info-top .logo > * {
  width: 100%;
  display: block;
}
.footer .footer-wrap .info .info-top .desc {
  margin-top: 30px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrap .info .info-top .desc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrap .info .info-top .desc span {
    display: block;
  }
}
.footer .footer-wrap .info .info-under .social-links {
  display: flex;
}
.footer .footer-wrap .info .info-under .social-links .item {
  width: 35px;
}
.footer .footer-wrap .info .info-under .social-links .item + .item {
  margin-left: 20px;
}
.footer .footer-wrap .info .info-under .social-links .item > * {
  width: 100%;
  display: block;
}
.footer .footer-wrap .info .info-under .copyright {
  margin-top: 20px;
  font-size: 80%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrap .info .info-under .copyright {
    display: none;
  }
}
.footer .site-links {
  align-self: start;
}
.footer .site-links .nav {
  line-height: 2.8;
}

#social-links {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 2;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #social-links {
    top: 70px;
  }
}
#social-links .social-links-wrap {
  width: 86px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 576px) {
  #social-links .social-links-wrap {
    width: 64px;
  }
}
#social-links .social-links-wrap .image-wrap {
  width: 100%;
}
#social-links .social-links-wrap .image-wrap > * {
  width: 100%;
}
#social-links .social-links-wrap .link-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
@media screen and (max-width: 576px) {
  #social-links .social-links-wrap .link-list {
    padding: 4px 0;
  }
}
#social-links .social-links-wrap .link-list .item {
  flex: 0 0 33.3333%;
  height: 33.3333%;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 576px) {
  #social-links .social-links-wrap .link-list .item {
    padding: 8px 16px;
  }
}

.information {
  padding-top: 142px;
  padding-bottom: 142px;
}
@media screen and (max-width: 980px) {
  .information {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
.information .info-list {
  margin: 75px auto 0;
  max-width: 1000px;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .information .info-list {
    width: 92%;
  }
}
.information .info-list .list-item {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.information .info-list .list-item + .list-item {
  border-top: none;
}
.information .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  padding: 0 50px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1200px) {
  .information .item-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .information .item-wrap {
    padding: 0 20px;
  }
}
.information .item-wrap:hover, .information .item-wrap:active {
  background-color: #EDF4E4;
}
.information .item-wrap-data {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .information .item-wrap-data {
    flex-direction: column;
    align-items: start;
  }
}
.information .item-wrap-data .date {
  font-size: 14px;
  flex: 0 0 25%;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .information .item-wrap-data .date {
    font-size: clamp(0.75rem, 0.692rem + 0.24vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .information .item-wrap-data .date {
    flex: 1 1 100%;
    width: 100%;
  }
}
.information .item-wrap-data .date + .title {
  font-size: 18px;
  flex: 1 1 75%;
  width: 75%;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .information .item-wrap-data .date + .title {
    flex: 1 1 100%;
    width: 100%;
    padding: 15px 8px 0 0;
  }
}
.information .item-wrap-data + .arrow {
  transform: rotate(-45deg);
  border: solid #163503;
  border-width: 0 1px 1px 0;
  display: block;
  width: 22px;
  height: 22px;
}

.guide {
  background: #F2F2F2;
  padding-top: 124px;
  padding-bottom: 124px;
}
@media screen and (max-width: 980px) {
  .guide {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
.guide .section_head + .section_desc {
  margin: 50px auto 0;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .guide .section_head + .section_desc {
    text-align: left;
    width: 95%;
  }
}
.guide .card-list {
  display: flex;
  justify-content: center;
  padding-top: 95px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .guide .card-list {
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
  }
}
.guide .card-list .card-list-item {
  flex: 0 0 50%;
  width: 50%;
  max-width: 660px;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .guide .card-list .card-list-item {
    flex: 0 0 90%;
    width: 90%;
    max-width: 600px;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .guide .card-list .card-list-item + .card-list-item {
    margin-top: 54px;
  }
}
.guide .card-wrap {
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
}
.guide .card-wrap.navigation-contact-form {
  padding-top: 54px;
  padding-bottom: 50px;
}
.guide .card-wrap.navigation-contact-form .card-title {
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.8;
  width: 100%;
}
.guide .card-wrap.navigation-contact-form .image-wrap {
  margin: 0 auto;
  width: 50%;
  max-width: 270px;
  margin-top: 32px;
}
.guide .card-wrap.navigation-contact-form .desc {
  font-size: 16px;
  width: 90%;
  max-width: 400px;
  margin-top: 32px;
}
.guide .card-wrap.navigation-contact-form .btn {
  min-width: 372px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guide .card-wrap.navigation-contact-form .btn {
    min-width: unset;
    max-width: 90%;
  }
}
.guide .card-wrap.navigation-contact-form .btn .btn_link {
  width: 100%;
  text-align: center;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .guide .card-wrap.navigation-contact-form .btn .btn_link {
    padding: 34px 30px;
  }
}
.guide .card-wrap.add-line {
  padding-bottom: 50px;
}
.guide .card-wrap.add-line .card-title-wrap {
  width: 100%;
  background-color: #06c755;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.guide .card-wrap.add-line .card-title-wrap .card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .guide .card-wrap.add-line .card-title-wrap .card-title {
    padding: 22px 0;
  }
}
.guide .card-wrap.add-line .card-title-wrap .card-title .line-icon {
  width: 15.6%;
  max-width: 94px;
}
.guide .card-wrap.add-line .card-title-wrap .card-title .line-icon + .text {
  color: white;
  font-weight: 700;
  font-size: 30px;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .guide .card-wrap.add-line .card-title-wrap .card-title .line-icon + .text {
    font-size: clamp(1.25rem, 0.038rem + 5.1vw, 1.875rem);
    padding-left: 10px;
  }
}
.guide .card-wrap.add-line .title-catch {
  position: relative;
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-top: 22px;
  letter-spacing: 4px;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .guide .card-wrap.add-line .title-catch {
    font-size: clamp(1.188rem, -0.388rem + 6.63vw, 2rem);
    letter-spacing: 3px;
    margin-top: 16px;
  }
}
.guide .card-wrap.add-line .title-catch .underline {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  border-bottom: 20px solid #EDF4E4;
  z-index: -1;
}
.guide .card-wrap.add-line .desc {
  font-size: 26px;
  margin-top: 22px;
  letter-spacing: 4px;
}
@media screen and (max-width: 576px) {
  .guide .card-wrap.add-line .desc {
    font-size: clamp(0.938rem, -0.395rem + 5.61vw, 1.625rem);
    letter-spacing: 3px;
    margin-top: 14px;
  }
}
.guide .card-wrap.add-line .image-wrap {
  width: 95%;
  margin-top: 32px;
}
.guide .card-wrap.add-line .btn {
  width: 90%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guide .card-wrap.add-line .btn {
    min-width: unset;
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .guide .card-wrap.add-line .btn {
    margin-top: 30px;
  }
}
.guide .card-wrap.add-line .btn .btn_link {
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  background-color: #06c755;
  border-color: #06c755;
  color: white;
}
@media screen and (max-width: 768px) {
  .guide .card-wrap.add-line .btn .btn_link {
    padding: 34px 30px;
  }
}
.guide .card-wrap.add-line .btn .btn_link:hover {
  background: #163503;
  border-color: #163503;
  color: white;
}

.home .fv {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .home .fv {
    margin-top: 70px;
  }
}
.home .fv .container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.home .about {
  padding-top: 118px;
}
.home .about .about-wrap {
  margin-top: 84px;
  width: 100%;
  background-color: #F6F6F6;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap {
    background-color: transparent;
  }
}
.home .about .about-wrap .container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 700px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .container {
    flex-direction: column;
    max-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .home .about .about-wrap {
    padding-top: 42px;
  }
}
.home .about .about-wrap .block-left,
.home .about .about-wrap .block-right {
  flex: 0 0 50%;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .block-left,
  .home .about .about-wrap .block-right {
    flex: 0 0 100%;
  }
}
.home .about .about-wrap .block-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: black;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .block-left {
    padding-bottom: 6.4%;
    background: transparent;
  }
}
.home .about .about-wrap .block-left .inner {
  width: 100%;
  max-width: 580px;
  padding-left: 2.6vw;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .block-left .inner {
    padding-left: 0;
    max-width: 90%;
  }
}
.home .about .about-wrap .block-under {
  display: none;
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .block-under {
    display: block;
    flex: 0 0 100%;
    text-align: center;
  }
}
.home .about .about-wrap .block-under .btn_link {
  width: 76%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .home .about .about-wrap .block-under .btn_link {
    width: 83.6%;
  }
}
.home .about .about-wrap .block-left {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .block-left {
    font-size: clamp(1.375rem, 0.506rem + 3.66vw, 3.25rem);
  }
}
.home .about .about-wrap .block-left .catch {
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .block-left .catch {
    text-align: center;
  }
}
.home .about .about-wrap .block-left .desc {
  font-size: 54%;
  margin-top: 30px;
}
.home .about .about-wrap .block-left .btn {
  margin-top: 68px;
}
@media screen and (max-width: 1200px) {
  .home .about .about-wrap .block-left .btn {
    display: none;
  }
}
.home .about .about-wrap .block-right .image-wrap {
  height: 100%;
}
.home .service {
  padding-top: 155px;
  padding-bottom: 155px;
}
@media screen and (max-width: 1200px) {
  .home .service {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.home .service .service-list {
  width: 95%;
  max-width: 1314px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1200px) {
  .home .service .service-list {
    max-width: 880px;
    margin-top: 40px;
  }
}
.home .service .service-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .home .service .service-list .list-item {
    flex-direction: column;
  }
}
.home .service .service-list .list-item + .list-item {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .home .service .service-list .list-item + .list-item {
    margin-top: 60px;
  }
}
.home .service .service-list .list-item > * {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .home .service .service-list .list-item > * {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 !important;
  }
}
.home .service .service-list .list-item .block-left {
  padding-right: 2%;
}
.home .service .service-list .list-item .block-left .image-wrap {
  width: 100%;
}
.home .service .service-list .list-item .block-right {
  padding-left: 4%;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .home .service .service-list .list-item .block-right {
    font-size: clamp(1.25rem, 0.96rem + 1.22vw, 1.875rem);
  }
}
@media screen and (max-width: 1200px) {
  .home .service .service-list .list-item .block-right {
    margin-top: 30px;
  }
}
.home .service .service-list .list-item .block-right .title {
  color: #163503;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
.home .service .service-list .list-item .block-right .desc {
  font-size: 60%;
  line-height: 2;
  padding-top: 25px;
  padding-bottom: 36px;
}
@media screen and (max-width: 1200px) {
  .home .service .service-list .list-item .block-right .btn {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .home .service .service-list .list-item .block-right .btn .btn_link {
    width: 80%;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .home .service .service-list .list-item .block-right .btn .btn_link {
    width: 88%;
    max-width: unset;
  }
}
.home .review {
  background: #F6F6F6;
  padding-top: 101px;
  padding-bottom: 166px;
}
@media screen and (max-width: 1200px) {
  .home .review {
    padding-top: 68px;
    padding-bottom: 74px;
  }
}
@media screen and (max-width: 768px) {
  .home .review {
    padding-top: 62px;
    padding-bottom: 42px;
  }
}
.home .review .swiper {
  width: 94%;
  max-width: 1780px;
  padding: 0 15px;
  margin-top: 80px;
}
.home .review .swiper .swiper-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
}
.home .review .swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  text-align: center;
  padding: 0 15px;
}
.home .review .swiper-slide .swiper-slide-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home .review .swiper-slide .swiper-slide-link .slide-img {
  background-color: white;
}
.home .review .swiper-slide .swiper-slide-link .slide-img .image-block {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.home .review .swiper-slide .swiper-slide-link .slide-img .image-block:nth-child(2) {
  aspect-ratio: 4/1;
}
.home .review .swiper-slide .swiper-slide-link .slide-img .image-block:nth-child(2) img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home .review .swiper-slide .swiper-slide-link ~ .slide-text {
  font-size: 16px;
  text-align: left;
  padding-top: 24px;
}
@media screen and (max-width: 980px) {
  .home .review .swiper-slide .swiper-slide-link ~ .slide-text {
    font-size: 1.6326530612vw;
    padding-top: 2.4489795918vw;
  }
}
@media screen and (max-width: 768px) {
  .home .review .swiper-slide .swiper-slide-link ~ .slide-text {
    font-size: 3.6458333333vw;
    padding-top: 7.1614583333vw;
  }
}
.home .review .swiper-slide .swiper-slide-link ~ .slide-text .company-name {
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.home .review .swiper .swiper-button-prev {
  left: 0;
}
.home .review .swiper .swiper-button-next {
  right: 0;
}
.home .review .swiper .swiper-button-prev,
.home .review .swiper .swiper-button-next {
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #163503;
  border: solid 1px #163503;
  top: calc(45% - 100px);
  transform: translateY(100px);
}
@media screen and (max-width: 1200px) {
  .home .review .swiper .swiper-button-prev,
  .home .review .swiper .swiper-button-next {
    width: clamp(40px, 4vw, 60px);
    height: clamp(40px, 4vw, 60px);
    font-size: clamp(16px, 3vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .home .review .swiper .swiper-button-prev,
  .home .review .swiper .swiper-button-next {
    width: clamp(40px, 11.42vw, 76px);
    height: clamp(40px, 11.42vw, 76px);
    font-size: clamp(16px, 3vw, 24px);
    top: clamp(30px, 18vw, 150px);
  }
}
.home .review .swiper .swiper-button-prev::after,
.home .review .swiper .swiper-button-next::after {
  font-size: 20px;
}
.home .information {
  padding-top: 156px;
  padding-bottom: 156px;
}
@media screen and (max-width: 1200px) {
  .home .information {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 768px) {
  .home .information {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.service .headline {
  background: #F6F6F6;
  padding-top: 184px;
  padding-bottom: 142px;
}
.service .headline .inner {
  max-width: 1300px;
  margin: 0 auto;
}
.service .headline .title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 12px;
}
@media screen and (max-width: 980px) {
  .service .headline .title {
    font-size: clamp(1.625rem, 0.279rem + 5.67vw, 3.75rem);
  }
  .service .headline .title .text-nowrap {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .service .headline .title p + P {
    margin-top: 64px;
  }
}
.service .headline .content {
  font-size: 23px;
  margin-top: 70px;
  letter-spacing: 5px;
}
@media screen and (max-width: 980px) {
  .service .headline .content {
    font-size: clamp(0.813rem, 0.417rem + 1.67vw, 1.438rem);
  }
}
.service .headline .content .emphasis {
  font-size: 134%;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .service .headline .content .emphasis {
    display: inline-block;
  }
}
.service .headline .content .desc {
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .service .headline .content .desc {
    padding: 0 15px;
  }
}
.service .headline .content .flow .list {
  padding: 64px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .service .headline .content .flow .list {
    font-size: clamp(1.125rem, 0.65rem + 2vw, 1.875rem);
  }
}
.service .headline .content .flow .list > * {
  padding: 0 5px;
}
.service .headline .content .flow .list > *.item {
  aspect-ratio: 1/1;
  width: 160px;
  background: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 133%;
}
.service .headline .content .flow .list > *.item:nth-child(1) {
  background: #3B7218;
}
.service .headline .content .flow .list > *.item:nth-child(3) {
  background: #234A0B;
}
.service .headline .content .flow .list > *.item:nth-child(5) {
  background: #163503;
}
.service .design {
  padding-top: 120px;
  padding-bottom: 142px;
}
.service .design .inner {
  max-width: 920px;
  margin: 0 auto;
}
.service .design .catch {
  width: 100%;
  padding: 0 28px;
}
.service .design .catch .pc {
  display: block;
}
@media screen and (max-width: 980px) {
  .service .design .catch .pc {
    display: none;
  }
}
.service .design .catch .sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .service .design .catch .sp {
    display: block;
  }
}
.service .design .catch > * {
  width: 100%;
}
.service .design .content {
  margin-top: 74px;
  padding: 0 23px;
  line-height: 2;
  font-size: 18px;
}
.service .design .content .list {
  border: 1px solid #000;
  padding: 15px 10px 15px 35px;
  list-style: disc;
  margin: 14px 0px;
}
.service .three {
  background: #EDF4E4;
  padding-top: 120px;
  padding-bottom: 142px;
}
.service .three .inner {
  margin: 0 auto;
}
.service .three .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 7px;
}
@media screen and (max-width: 980px) {
  .service .three .title {
    font-size: clamp(1.938rem, 0.79rem + 4.83vw, 3.75rem);
  }
}
.service .three .title > * span {
  display: inline-block;
  text-wrap: nowrap;
}
.service .three .content {
  margin-top: 118px;
}
.service .three .content .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list.primary {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .service .three .content .list.secondary {
    flex-direction: column;
  }
}
.service .three .content .list.secondary .item .head {
  display: none;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list.secondary .item .head {
    display: flex;
  }
}
.service .three .content .list .item {
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list .item {
    padding: 0 0;
    width: 100%;
  }
  .service .three .content .list .item + .item {
    margin-top: 78px;
  }
}
.service .three .content .list .item-inner {
  width: 315px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list .item-inner {
    width: 100%;
  }
}
.service .three .content .list .item .head {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list .item .head {
    margin: 0 auto;
    width: 92%;
    max-width: 636px;
    font-size: clamp(1.125rem, 0.777rem + 1.46vw, 1.875rem);
  }
}
.service .three .content .list .item .head .number {
  width: 75px;
  flex: 0 0 75px;
  aspect-ratio: 1/1;
  background: #163505;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-size: 144%;
  color: white;
  letter-spacing: 6px;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list .item .head .number {
    width: 95px;
    flex: 0 0 95px;
    font-size: 133%;
  }
}
@media screen and (max-width: 768px) {
  .service .three .content .list .item .head .number {
    width: 75px;
    flex: 0 0 75px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 576px) {
  .service .three .content .list .item .head .number {
    width: 55px;
    flex: 0 0 55px;
    letter-spacing: 0px;
  }
}
.service .three .content .list .item .head .desc {
  flex-grow: 1;
  padding-left: 12px;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list .item .head .desc {
    line-height: 1.6;
  }
}
.service .three .content .list .item .head + .image-wrap {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .service .three .content .list .item .head + .image-wrap {
    margin: 48px auto 0;
    width: 84%;
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .service .three .content .list .item .head + .image-wrap {
    width: 50%;
  }
}
.service .three .content .list .item .head + .image-wrap > * {
  width: 100%;
  display: block;
}
.service .steps {
  padding-top: 116px;
  padding-bottom: 120px;
}
.service .steps .step-list-item + .step-list-item {
  margin-top: 98px;
}
.service .steps .step-title {
  margin: 80px auto 0;
  width: 96%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 980px) {
  .service .steps .step-title {
    width: 100%;
    font-size: clamp(1.188rem, 0.752rem + 1.83vw, 1.875rem);
  }
}
.service .steps .content {
  margin-top: 80px;
}
.service .steps .content .main-wrap {
  width: 98%;
  max-width: 1236px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .service .steps .content .main-wrap {
    flex-direction: column;
    width: 100%;
  }
}
.service .steps .content .main-wrap .image {
  width: 45.65%;
  flex: 0 0 45.65%;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .service .steps .content .main-wrap .image {
    width: 92%;
    flex: 0 0 92%;
    margin: 0 auto;
    max-width: 624px;
  }
}
.service .steps .content .main-wrap .image > * {
  width: 100%;
  display: block;
}
.service .steps .content .main-wrap .image + .desc {
  flex-grow: 1;
  padding-left: 44px;
  letter-spacing: 2px;
  line-height: 2.2;
}
@media screen and (max-width: 1200px) {
  .service .steps .content .main-wrap .image + .desc {
    width: 95%;
    flex: 0 0 95%;
    margin: 0 auto;
    max-width: 664px;
    padding-left: 0;
    margin-top: 30px;
  }
}
.service .steps .content .main-wrap .image + .desc .desc-list {
  padding: 34px 0 34px 1.4em;
}
.service .steps .content .main-wrap .image + .desc .desc-list li {
  text-indent: 4px;
}
.service .steps .content .main-wrap .image + .desc .desc-list li::marker {
  content: "✔";
}
.service .steps .content .main-wrap + .arrow {
  height: 40px;
  text-align: center;
  margin: 28px 0;
}
.service .steps .content .main-wrap + .arrow > * {
  height: 100%;
}
.service .steps .content .sub-wrap .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 980px) {
  .service .steps .content .sub-wrap .title {
    font-size: clamp(1.188rem, 0.752rem + 1.83vw, 1.875rem);
  }
}
.service .steps .content .sub-wrap .list {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .service .steps .content .sub-wrap .list {
    flex-direction: column;
    width: 100%;
  }
}
.service .steps .content .sub-wrap .list .item {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .service .steps .content .sub-wrap .list .item + .item {
    margin-top: 24px;
  }
}
.service .steps .content .sub-wrap .list .item-inner {
  width: 325px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .service .steps .content .sub-wrap .list .item-inner {
    width: 92%;
    flex: 0 0 92%;
    margin: 0 auto;
    max-width: 624px;
  }
}
.service .steps .content .sub-wrap .list .item .head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  background: #163503;
  color: white;
  letter-spacing: 2px;
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .service .steps .content .sub-wrap .list .item .head {
    font-size: clamp(1.063rem, 0.944rem + 0.5vw, 1.25rem);
  }
}
.service .steps .content .sub-wrap .list .item .head + .desc {
  margin-top: 24px;
  line-height: 1.9;
}
@media screen and (max-width: 1200px) {
  .service .steps .content .sub-wrap .list .item .head + .desc {
    margin-top: 10px;
  }
}
.service .suitable {
  background: #EDF4E4;
  padding-top: 120px;
  padding-bottom: 142px;
}
.service .suitable .inner {
  max-width: 940px;
  margin: 0 auto;
}
.service .suitable .content {
  font-size: 20px;
  margin-top: 142px;
}
@media screen and (max-width: 980px) {
  .service .suitable .content {
    margin: 0 auto;
    max-width: 640px;
    padding: 0 15px;
    font-size: clamp(1.063rem, 0.944rem + 0.5vw, 1.25rem);
  }
}
.service .suitable .content .suitable-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: white;
}
@media screen and (max-width: 980px) {
  .service .suitable .content .suitable-list {
    flex-direction: column;
    width: auto;
    margin-top: 64px;
  }
}
.service .suitable .content .suitable-list .item {
  flex: 0 0 50%;
  width: 50%;
  border: 1px solid #000;
}
@media screen and (max-width: 980px) {
  .service .suitable .content .suitable-list .item {
    flex: 0 0 100%;
    width: 100%;
  }
}
.service .suitable .content .suitable-list .item + .item {
  margin-left: -1px;
  border-left: none;
}
@media screen and (max-width: 980px) {
  .service .suitable .content .suitable-list .item + .item {
    margin-left: 0;
    margin-top: -1px;
  }
}
.service .suitable .content .suitable-list .item .item-wrap {
  display: flex;
  flex-direction: column;
}
.service .suitable .content .suitable-list .item .item-wrap .title {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.service .suitable .content .suitable-list .item .item-wrap .title + .desc {
  background-color: white;
  font-size: 80%;
  padding: 8px 24px 8px 38px;
}
.service .suitable .content .suitable-list .item .item-wrap .title + .desc .desc-item {
  padding: 10px 0 10px 5px;
}
.service .suitable .content .suitable-list .item .item-wrap .title + .desc .desc-item::marker {
  content: "✔";
}
.service .suitable .content .suitable-list .item.left .title {
  background-color: #3B7218;
  color: white;
}
.service .suitable .content .suitable-list .item.right .title {
  background-color: #999999;
  color: white;
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 980px) {
  .service .suitable .content .suitable-list .item.right .title {
    border-left: 1px solid #000;
  }
}
.service .suitable .content .suitable-list .item.right .title + .desc {
  border-left: 1px solid #000;
}
.service .suitable .content .suitable-list + .anno {
  margin-top: 8px;
  font-size: 13px;
}

.company .message {
  padding-top: 142px;
}
@media screen and (max-width: 980px) {
  .company .message {
    padding-top: 84px;
  }
}
.company .message .message-wrap {
  background-image: url(../img/earth.png);
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 1082px;
  width: 100%;
  margin: 55px auto 0;
}
.company .message .message-wrap .container {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
}
.company .message .message-wrap .container > * {
  padding-top: 82px;
  font-size: 19px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .company .message .message-wrap .container > * {
    position: relative;
    font-size: 3.7760416667vw;
  }
}
.company .message .message-wrap .container > * .desc + .desc {
  margin-top: 46px;
}
.company .message .message-wrap .container > * .ceo_name {
  text-align: right;
  margin-top: 64px;
}
.company .message .image-wrap {
  background: #EDF4E4;
  margin-top: 44px;
}
.company .message .image-wrap > * {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.company .profile {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .company .profile {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.company .profile .profile-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 68px auto 0;
}
@media screen and (max-width: 768px) {
  .company .profile .profile-wrap {
    width: 90%;
  }
}
.company .profile .list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.company .profile .list-item {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  padding: 16px 0;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.company .profile .list-item + .list-item {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .company .profile .list-item {
    flex-direction: column;
    padding: 34px 0;
    min-height: 140px;
    justify-content: center;
  }
}
.company .profile .list-item .title {
  flex: 0 0 30%;
  width: 30%;
  font-weight: 700;
  text-indent: 3em;
}
@media screen and (max-width: 980px) {
  .company .profile .list-item .title {
    flex: 0 0 24%;
    width: 24%;
    text-indent: 2em;
  }
}
@media screen and (max-width: 768px) {
  .company .profile .list-item .title {
    flex: 0 0 100%;
    width: 100%;
    text-indent: 0.5em;
  }
}
.company .profile .list-item .title + * {
  flex: 1 1 70%;
  width: 70%;
  letter-spacing: 2px;
}
@media screen and (max-width: 980px) {
  .company .profile .list-item .title + * {
    flex: 0 0 76%;
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .company .profile .list-item .title + * {
    flex: 0 0 100%;
    width: 100%;
    text-indent: 0.5em;
  }
}
.company .profile .list-item .title + * .desc-list > * {
  padding: 5px 0;
}

.single .information-detail {
  padding-top: 142px;
}
.single .information-detail .information-wrap {
  background: #EDF4E4;
  width: 100%;
  padding: 54px 0;
  margin-top: 48px;
}
.single .information-detail .container {
  background: #fff;
  border: solid 1px #eee;
  padding: 60px 100px 100px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .single .information-detail .container {
    padding-top: 3.125vw;
    padding-bottom: 5.2083333333vw;
  }
}
.single .information-detail .container .date {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 1.5em;
  white-space: nowrap;
}
.single .information-detail .container .date + .title {
  border-bottom: 1px solid #A2C523;
  margin-top: 1.8em;
  margin-bottom: 2.4em;
  padding-bottom: 2em;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.single .information-detail .container + .btn {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .single .information-detail .container + .btn {
    display: flex;
    justify-content: center;
  }
}
.single .information-detail .container + .btn .btn_link {
  border: none;
}
.single .information-detail img {
  margin: 10px 0;
}

.review .case-study {
  padding-top: 142px;
  padding-bottom: 142px;
}
@media screen and (max-width: 980px) {
  .review .case-study {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
.review .case-study .cases {
  width: 100%;
  max-width: 1200px;
  margin: 75px auto 0;
}
@media screen and (max-width: 980px) {
  .review .case-study .cases {
    max-width: 840px;
    padding: 0 20px;
  }
}
.review .case-study .cases .case {
  width: 100%;
}
.review .case-study .cases .case + .case {
  margin-top: 150px;
}
@media screen and (max-width: 576px) {
  .review .case-study .cases .case + .case {
    margin-top: 100px;
  }
}
.review .case-study .cases .case .separator {
  border-bottom: solid 17px #A2C523;
  position: relative;
  width: 100%;
  display: block;
}
.review .case-study .cases .case .separator::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #163503;
}
.review .case-study .cases .case:nth-child(even) .separator {
  border-bottom-color: #163503;
}
.review .case-study .cases .case:nth-child(even) .separator::before {
  background-color: #A2C523;
}
.review .case-study .case-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
}
@media screen and (max-width: 980px) {
  .review .case-study .case-wrap {
    flex-direction: column;
  }
}
.review .case-study .case-wrap .text-area {
  flex: 0 0 48%;
  width: 48%;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .review .case-study .case-wrap .text-area {
    width: 100%;
    padding: 0;
  }
}
.review .case-study .case-wrap .image-area {
  flex: 0 0 52%;
  width: 52%;
}
@media screen and (max-width: 980px) {
  .review .case-study .case-wrap .image-area {
    width: 100%;
    padding: 0;
  }
}
.review .case-study .case-wrap .youtube-area {
  flex: 0 0 48%;
  width: 48%;
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .review .case-study .case-wrap .youtube-area {
    width: 100%;
    padding: 0;
  }
}
.review .case-study .case-wrap .youtube-area .review-video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.review .case-study .case-wrap .youtube-area .review-video > iframe {
  width: 100%;
  height: 100%;
}
.review .case-study .text-area .company-name {
  font-size: 26px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  padding: 10px 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .review .case-study .text-area .company-name {
    font-size: clamp(1.438rem, 1.254rem + 0.77vw, 1.625rem);
  }
}
.review .case-study .text-area .point {
  background: #fbfff5;
  padding: 10px;
  border-top: solid 1px #A2C523;
  border-bottom: solid 1px #A2C523;
  font-size: 18px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .review .case-study .text-area .point {
    font-size: clamp(0.938rem, 0.754rem + 0.77vw, 1.125rem);
  }
}
.review .case-study .text-area .theme,
.review .case-study .text-area .change {
  font-size: 19px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .review .case-study .text-area .theme,
  .review .case-study .text-area .change {
    font-size: clamp(1rem, 0.816rem + 0.77vw, 1.188rem);
  }
}
.review .case-study .text-area .theme .title,
.review .case-study .text-area .change .title {
  background: #18283a;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 7px;
  margin-bottom: 14px;
}
.review .case-study .text-area .theme .desc,
.review .case-study .text-area .change .desc {
  font-size: 84%;
  line-height: 2;
}
.review .case-study .text-area .theme .title {
  background: #18283a;
  color: white;
}
.review .case-study .text-area .change .title {
  background: #A2C523;
  color: white;
}
.review .case-study .image-area .use-sns {
  height: 66px;
  text-align: right;
}
.review .case-study .image-area .use-sns > * {
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .review .case-study .image-area .use-sns {
    height: auto;
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
  }
  .review .case-study .image-area .use-sns > * {
    height: auto;
    width: 100%;
    display: block;
  }
}
.review .case-study .image-area .site-image {
  width: 100%;
  height: auto;
}
.review .case-study .image-area .site-image > * {
  width: 100%;
  display: block;
}

.contact {
  background: white;
}
.contact .contact-form {
  padding-top: 142px;
}
@media screen and (max-width: 980px) {
  .contact .contact-form {
    padding-top: 80px;
  }
}
.contact .contact-form .contact-wrap {
  margin-top: 60px;
  padding: 68px 0 104px;
  background: #EDF4E4;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .contact-wrap {
    padding-top: 34px;
  }
}
.contact .contact-form .contact-wrap .desc {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .contact-wrap .desc {
    text-align: center;
  }
}
.contact .wpcf7 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7 {
    margin-top: 34px;
  }
}
.contact .wpcf7-form {
  max-width: 1200px;
  width: 100%;
}
.contact .wpcf7-form .form-wrap {
  width: 100%;
  background: white;
  padding: 53px 100px;
}
@media screen and (max-width: 1200px) {
  .contact .wpcf7-form .form-wrap {
    padding: 53px 5%;
  }
}
@media screen and (max-width: 980px) {
  .contact .wpcf7-form .form-wrap {
    padding: 53px 3%;
  }
}
.contact .wpcf7-form .form-item {
  width: 100%;
}
.contact .wpcf7-form .form-item + .form-item {
  border-top: 1px solid #999;
}
.contact .wpcf7-form .form-item .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 110px;
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-form .form-item .item-wrap {
    flex-direction: column;
    justify-content: center;
    min-height: 174px;
  }
}
.contact .wpcf7-form .form-item .item-wrap .form-label {
  flex: 0 0 30%;
  width: 30%;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-form .form-item .item-wrap .form-label {
    flex: 0 0 100%;
    width: 100%;
  }
}
.contact .wpcf7-form .form-item .item-wrap .form-label + * {
  flex: 0 0 70%;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-form .form-item .item-wrap .form-label + * {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 18px;
  }
}
.contact .wpcf7-form .form-item .item-wrap .form-label::before {
  content: "";
  display: inline-block;
  color: white;
  font-size: 14px;
  width: 49px;
  height: 22px;
  border-radius: 16px;
  text-align: center;
  letter-spacing: 1px;
}
.contact .wpcf7-form .form-item .item-wrap .form-label.message {
  align-self: start;
  padding-top: 12px;
}
.contact .wpcf7-form .form-item .item-wrap .form-label.name::before, .contact .wpcf7-form .form-item .item-wrap .form-label.tel::before, .contact .wpcf7-form .form-item .item-wrap .form-label.email::before, .contact .wpcf7-form .form-item .item-wrap .form-label.message::before {
  content: "必須" !important;
  background: #A2C523;
}
.contact .wpcf7-form .form-item .item-wrap .form-label.company_name::before, .contact .wpcf7-form .form-item .item-wrap .form-label.use_sns::before {
  content: "任意" !important;
  background: black;
}
.contact .wpcf7-form .form-item .item-wrap input[type=text],
.contact .wpcf7-form .form-item .item-wrap input[type=tel],
.contact .wpcf7-form .form-item .item-wrap input[type=email],
.contact .wpcf7-form .form-item .item-wrap select,
.contact .wpcf7-form .form-item .item-wrap textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.contact .wpcf7-form .form-item .item-wrap input[type=text],
.contact .wpcf7-form .form-item .item-wrap input[type=tel],
.contact .wpcf7-form .form-item .item-wrap input[type=email] {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-form .form-item .item-wrap input[type=text],
  .contact .wpcf7-form .form-item .item-wrap input[type=tel],
  .contact .wpcf7-form .form-item .item-wrap input[type=email] {
    padding: 25px 10px;
  }
}
.contact .wpcf7-form .form-item .item-wrap textarea {
  padding: 10px;
}
.contact .wpcf7-form .form-item .item-wrap .sns-use {
  position: relative;
  display: inline-block;
}
.contact .wpcf7-form .form-item .item-wrap .sns-use select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 36px 10px 10px;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-form .form-item .item-wrap .sns-use select {
    padding: 25px 36px 25px 10px;
  }
}
.contact .wpcf7-form .form-item .item-wrap .sns-use::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 45%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.contact .wpcf7-form .form-privacy {
  width: 100%;
  padding: 34px;
}
.contact .wpcf7-form .form-privacy .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
.contact .wpcf7-form .form-privacy .wpcf7-list-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact .wpcf7-form .form-privacy .wpcf7-list-item > * input[type=checkbox] {
  width: 30px;
  height: 30px;
  accent-color: white;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-form .form-privacy .wpcf7-list-item > * input[type=checkbox] {
    width: 24px;
    height: 24px;
    accent-color: #163503;
  }
}
.contact .wpcf7-form .form-privacy .wpcf7-list-item > * input[type=checkbox]:checked::after {
  color: #163503;
  background-color: white;
}
.contact .wpcf7-form .form-privacy .wpcf7-list-item > * .wpcf7-list-item-label {
  display: flex;
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .contact .wpcf7-form .form-privacy .wpcf7-list-item > * .wpcf7-list-item-label {
    font-size: clamp(0.875rem, 0.39rem + 2.04vw, 1.125rem);
  }
}
.contact .wpcf7-form .form-privacy .wpcf7-list-item > * .wpcf7-list-item-label .policy_link {
  text-decoration: underline;
}
.contact .wpcf7-form .form-privacy + .btn {
  text-align: center;
}
.contact .wpcf7-form .form-privacy + .btn .btn_link {
  width: 100%;
  max-width: 300px;
  padding: 24px 30px;
}
.contact .wpcf7-form .form-privacy + .btn .btn_link input[type=submit] {
  text-align: center;
}
.contact .wpcf7-form .form-privacy + .btn .btn_link .wpcf7-spinner {
  display: none;
}

.policy .section {
  padding-top: 142px;
  padding-bottom: 104px;
}
@media screen and (max-width: 980px) {
  .policy .section {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
.policy .content {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .policy .content {
    font-size: clamp(0.875rem, 0.717rem + 0.67vw, 1.125rem);
  }
}
.policy .content > * {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}
.policy .headline {
  padding-top: 132px;
}
@media screen and (max-width: 980px) {
  .policy .headline {
    padding-top: 92px;
  }
}
.policy .policy-list {
  padding-top: 80px;
}
.policy .policy-list .list-item + .list-item {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .policy .policy-list .list-item + .list-item {
    margin-top: 56px;
  }
}
.policy .policy-list .list-item .title {
  font-size: 166.6%;
  font-weight: bold;
}
.policy .policy-list .list-item .desc {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .policy .policy-list .list-item .desc {
    margin-top: 18px;
  }
}
.policy .policy-list .list-item .desc .contact_link {
  display: inline-block;
}
.policy .policy-list .list-item .number-list {
  padding-top: 15px;
  list-style: none;
  counter-reset: item;
}
.policy .policy-list .list-item .number-list .item {
  padding-top: 12px;
  counter-increment: item;
  position: relative;
  padding-left: 1.6em;
}
.policy .policy-list .list-item .number-list .item::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.policy .policy-list .list-item .number-list .number-list {
  padding-left: 1.6em;
  padding-bottom: 15px;
}/*# sourceMappingURL=custom.css.map */