@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Tilt+Warp&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap");
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
body {
  margin: 0;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

a {
  text-decoration: none;
}

figure {
  display: flex;
}

.c-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 67px 0 36px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 60px;
    padding: 0 20px;
  }
}
.c-header__hambuger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__hambuger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-header__hambuger__icon {
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
  }
  .c-header__hambuger__icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #192F5A;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: all 0.3s ease;
  }
  .c-header__hambuger__icon span:nth-child(1) {
    top: 0;
  }
  .c-header__hambuger__icon span:nth-child(2) {
    top: 8px;
  }
  .c-header__hambuger__icon span:nth-child(3) {
    top: 16px;
  }
  .c-header__hambuger__icon.is-open span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .c-header__hambuger__icon.is-open span:nth-child(2) {
    opacity: 0;
  }
  .c-header__hambuger__icon.is-open span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-header__hambuger {
    display: block;
  }
}
.c-header h1 {
  display: flex;
  align-items: center;
}
.c-header h1 img {
  height: 44px;
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 0;
    left: -100vw;
    padding: 100px 20px 50px;
    background: white;
    transition: all 0.35s ease;
    overflow-y: auto;
  }
  .c-header__nav.is-open {
    left: 0vw;
  }
}
.c-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .c-header__nav-list {
    flex-direction: column;
    gap: 25px;
  }
}
.c-header__nav-list-item {
  list-style: none;
  display: flex;
}
.c-header__nav-list-item a {
  text-decoration: none;
}
.c-header__nav-list-item.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__nav-list-item.sp-only {
    display: flex;
  }
}
.c-header__nav-list-item--top a {
  margin-right: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #192F5A;
}
@media screen and (max-width: 767px) {
  .c-header__nav-list-item--download {
    width: 100%;
  }
}
.c-header__nav-list-item--download a {
  width: 126px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  border: solid 2px #00369A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background-color: #00369A;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header__nav-list-item--download a {
    width: 100%;
  }
}
.c-header__nav-list-item--download a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/business/arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-header__nav-list-item--contact {
    width: 100%;
  }
}
.c-header__nav-list-item--contact a {
  width: 156px;
  height: 50px;
  background: #FF6635;
  display: flex;
  align-items: center;
  padding-left: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header__nav-list-item--contact a {
    width: 100%;
  }
}
.c-header__nav-list-item--contact a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/business/arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.c-contact {
  padding: 120px 100px 80px;
  background: #1B3714;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 50px 20px;
  }
}
.c-contact--other {
  background: #2BA600;
}
.c-contact__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 65px 20px;
  border-radius: 8px;
  background: url(../../images/business/contact_01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .c-contact__inner {
    padding: 40px 20px;
    gap: 25px;
  }
}
.c-contact__inner::before {
  content: "";
  background: rgba(255, 255, 255, 0.8784313725);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-contact__inner .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #111111;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-contact__inner .__ttl {
    font-size: 20px;
  }
}
.c-contact__inner .__link {
  background: #FF6635;
  width: 360px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-contact__inner .__link {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
}
.c-contact__inner .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: #111111;
  position: relative;
  z-index: 2;
}
.c-contact__brand {
  margin-top: 30px;
  width: 100%;
  background: url(../../images/business/contact_02.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 18px 20px;
}
.c-contact__brand::before {
  content: "";
  background: rgba(255, 102, 53, 0.9490196078);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-contact__brand figure {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-contact__brand figure {
    width: 60%;
  }
}
.c-contact__brand .__des {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0%;
  color: white;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-contact__brand .__des {
    font-size: 14px;
  }
}
.c-contact__brand .__des span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-contact__brand .__des span {
    font-size: 20px;
  }
}
.c-contact__brand .__des span.__dot {
  position: relative;
}
.c-contact__brand .__des span.__dot::before {
  content: "";
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateY(-50%);
}

.c-footer {
  background-color: #1B3714;
  padding: 64px 160px;
  display: flex;
  gap: 146px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 40px 20px;
    gap: 30px;
    flex-direction: column;
  }
}
.c-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-footer__inner figure img {
  height: 44px;
}
.c-footer__inner .__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  color: white;
}
.c-footer__inner .__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0%;
  color: white;
}
.c-footer__links {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    display: none;
  }
}
.c-footer__cnt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-footer__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  color: white;
}

.p-top__fv {
  background: #76B900;
  padding: 100px 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    padding: 50px 20px;
    gap: 20px;
  }
}
.p-top__fv .__pos {
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top__fv .__pos {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
}
.p-top__fv .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: white;
}
.p-top__fv .__download {
  width: 423px;
  height: 64px;
  background-color: #FF6635;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-top__fv .__download {
    height: 50px;
    width: 100%;
    font-size: 14px;
  }
}
.p-top__ec {
  background: linear-gradient(180deg, rgba(195, 227, 153, 0) 83.72%, rgba(65, 191, 21, 0.14) 100%);
  padding: 130px 20px;
}
@media screen and (max-width: 767px) {
  .p-top__ec {
    padding: 60px 20px;
  }
}
.p-top__ec .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 66px;
  letter-spacing: 0%;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #76B900 0%, #1F560C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-top__ec .__ttl {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
  }
  .p-top__ec .__ttl br {
    display: none;
  }
}
.p-top__ec .__des {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top__ec .__des {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }
  .p-top__ec .__des br {
    display: none;
  }
}
.p-top__concern {
  padding: 100px 20px;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-top__concern {
    padding: 50px 20px;
  }
}
.p-top__concern .__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__concern .__subttl {
    font-size: 16px;
  }
}
.p-top__concern .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__concern .__ttl {
    font-size: 24px;
  }
}
.p-top__concern .__items {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__concern .__items {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__concern .__item {
  padding: 32.5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: white;
}
.p-top__concern .__item .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 165%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
}
.p-top__intro {
  padding: 100px 20px;
  background: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__intro {
    padding: 50px 20px;
  }
}
.p-top__intro::before {
  content: "";
  width: 140px;
  height: 62px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #F7F7F7;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top__intro::before {
    width: 70px;
    height: 35px;
  }
}
.p-top__intro .__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__subttl {
    font-size: 16px;
  }
}
.p-top__intro .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__ttl {
    font-size: 24px;
  }
}
.p-top__intro .__items {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 23px;
  margin-top: 50px;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__items {
    margin-top: 30px;
  }
}
.p-top__intro .__item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 100px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .p-top__intro .__item {
    padding: 40px 20px;
    flex-direction: column;
  }
}
.p-top__intro .__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__item:nth-child(2n) {
    flex-direction: column;
  }
}
.p-top__intro .__item figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__item figure {
    width: 100%;
  }
}
.p-top__intro .__item .__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__item .__inner {
    width: 100%;
    gap: 12px;
  }
}
.p-top__intro .__item .__inner--count {
  width: 84px;
  height: 84px;
  background: linear-gradient(270deg, #1B3714 0%, #0E1C0A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 31.9px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__item .__inner--count {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.p-top__intro .__item .__inner--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 23.92px;
  line-height: 160%;
  letter-spacing: 0%;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__item .__inner--ttl {
    font-size: 18px;
  }
}
.p-top__intro .__item .__inner hr {
  width: 40px;
  border-bottom: solid 4px #76B900;
}
.p-top__intro .__item .__inner--des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15.95px;
  line-height: 165%;
  letter-spacing: 2%;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__item .__inner--des {
    font-size: 14px;
  }
}
.p-top__intro .__btn {
  width: 320px;
  height: 66px;
  background-color: #ff6635;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top__intro .__btn {
    width: 100%;
    height: 50px;
    margin-top: 50px;
  }
}
.p-top__brand {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .p-top__brand {
    padding: 50px 20px;
  }
}
.p-top__brand .__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__brand .__subttl {
    font-size: 16px;
  }
}
.p-top__brand .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__brand .__ttl {
    font-size: 24px;
  }
}
.p-top__brand .__main {
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.p-top__brand .__items {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 40px;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-top__brand .__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top__brand .__item {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 14px 0px rgba(182, 182, 182, 0.2392156863);
}
@media screen and (max-width: 767px) {
  .p-top__brand .__item {
    padding: 0 10px;
  }
}
.p-top__voice {
  padding: 80px 20px;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-top__voice {
    padding: 50px 20px;
  }
}
.p-top__voice .__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__voice .__subttl {
    font-size: 16px;
  }
}
.p-top__voice .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__voice .__ttl {
    font-size: 24px;
  }
}
.p-top__voice .__items {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__voice .__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__voice .__item {
  position: relative;
  background: white;
}
.p-top__voice .__item .__company {
  background-color: black;
  padding: 7px 14px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.93px;
  line-height: 160%;
  letter-spacing: 0%;
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .p-top__voice .__item .__company {
    font-size: 14px;
  }
}
.p-top__voice .__item .__inner {
  padding: 20px 20px 40px;
}
.p-top__voice .__item .__inner .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 19.6px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #76B900;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__voice .__item .__inner .__ttl {
    font-size: 16px;
  }
}
.p-top__voice .__item .__inner .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-top__voice .__item .__inner .__des {
    font-size: 14px;
  }
}
.p-top__voice .__btn {
  width: 320px;
  height: 66px;
  background-color: #ff6635;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__voice .__btn {
    width: 100%;
    height: 50px;
  }
}
.p-top__case {
  padding: 80px 20px;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-top__case {
    padding: 50px 20px;
  }
}
.p-top__case .__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__case .__subttl {
    font-size: 16px;
  }
}
.p-top__case .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__case .__ttl {
    font-size: 24px;
  }
}
.p-top__case .__items {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__case .__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__case .__item {
  position: relative;
  background: #F7F7F7;
}
.p-top__case .__item .__company {
  background-color: #1B3714;
  padding: 7px 14px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.93px;
  line-height: 160%;
  letter-spacing: 0%;
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
.p-top__case .__item .__inner {
  padding: 20px 20px 40px;
}
.p-top__case .__item .__inner .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 19.6px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #76B900;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__case .__item .__inner .__ttl {
    font-size: 16px;
  }
}
.p-top__case .__item .__inner .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-top__case .__item .__inner .__des {
    font-size: 14px;
  }
}
.p-top__case .__btn {
  width: 320px;
  height: 66px;
  background-color: #ff6635;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__case .__btn {
    width: 100%;
    height: 50px;
  }
}
.p-top__faq {
  padding: 80px 20px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-top__faq {
    padding: 50px 20px;
  }
}
.p-top__faq .__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__faq .__subttl {
    font-size: 16px;
  }
}
.p-top__faq .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__faq .__ttl {
    font-size: 24px;
  }
}
.p-top__faq .__items {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__faq .__items {
    margin-top: 30px;
  }
}
.p-top__faq .__item {
  position: relative;
  background: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 28px 60px;
}
@media screen and (max-width: 767px) {
  .p-top__faq .__item {
    padding: 20px;
  }
}
.p-top__faq .__item--ttl {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #111;
  border-bottom: solid 1px #DCDEE0;
  padding-bottom: 12px;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .p-top__faq .__item--ttl {
    font-size: 16px;
  }
}
.p-top__faq .__item--ttl::before {
  content: "Q.";
  color: #76B900;
}
.p-top__faq .__item--des {
  padding-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 165%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top__faq .__item--des {
    font-size: 14px;
  }
}
.p-top__faq .__btn {
  width: 320px;
  height: 66px;
  background-color: #ff6635;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__faq .__btn {
    width: 100%;
    height: 50px;
  }
}

.p-other__fv {
  width: 100%;
  height: 360px;
  background: linear-gradient(90deg, #41BF15 0%, #3AAB13 100%);
  position: relative;
  z-index: 2;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-other__fv {
    height: 300px;
  }
}
.p-other__fv::before {
  content: "";
  background: url(../../images/business/other_fv.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-other__fv .__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.p-other__fv .__inner .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-other__fv .__inner .__ttl {
    font-size: 28px;
  }
}
.p-other__fv .__inner .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
.p-other__fv .__inner .__btn {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: #FF6635;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
.p-other__custom {
  padding: 160px 20px;
  background: linear-gradient(180deg, rgba(195, 227, 153, 0) 71.34%, rgba(65, 191, 21, 0.3) 100%);
}
@media screen and (max-width: 767px) {
  .p-other__custom {
    padding: 60px 20px;
  }
}
.p-other__custom .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-other__custom .__ttl {
    font-size: 28px;
  }
}
.p-other__custom .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-other__custom .__des {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-other__custom .__des br {
    display: none;
  }
}
.p-other__feature {
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .p-other__feature {
    padding: 50px 20px;
  }
}
.p-other__feature .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-other__feature .__ttl {
    font-size: 28px;
  }
}
.p-other__feature svg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.p-other__feature .__items {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 23px;
  margin-top: 50px;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-other__feature .__items {
    margin-top: 30px;
  }
}
.p-other__feature .__item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 56px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .p-other__feature .__item {
    padding: 40px 20px;
    flex-direction: column;
  }
}
.p-other__feature .__item figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-other__feature .__item figure {
    width: 100%;
  }
}
.p-other__feature .__item .__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-other__feature .__item .__inner {
    width: 100%;
    gap: 12px;
  }
}
.p-other__feature .__item .__inner--count {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #78C710;
  margin-bottom: -16px;
}
.p-other__feature .__item .__inner--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 23.92px;
  line-height: 160%;
  letter-spacing: 0%;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-other__feature .__item .__inner--ttl {
    font-size: 18px;
  }
}
.p-other__feature .__item .__inner hr {
  width: 40px;
  border-bottom: solid 4px #76B900;
}
.p-other__feature .__item .__inner--des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15.95px;
  line-height: 165%;
  letter-spacing: 2%;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-other__feature .__item .__inner--des {
    font-size: 14px;
  }
}
.p-other__case {
  background: #F3FAEC;
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-other__case {
    padding: 50px 20px;
  }
}
.p-other__case .__pos01 {
  position: absolute;
  left: 0;
  top: 100px;
  mix-blend-mode: color-burn;
}
.p-other__case .__pos02 {
  position: absolute;
  right: 0;
  bottom: 100px;
  mix-blend-mode: color-burn;
}
.p-other__case .__list {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-other__case .__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-other__case .__list--item {
  position: relative;
  background: white;
}
.p-other__case .__list--item .__company {
  background-color: #78C710;
  padding: 7px 14px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.93px;
  line-height: 160%;
  letter-spacing: 0%;
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .p-other__case .__list--item figure img {
    width: 100%;
  }
}
.p-other__case .__list--item .__inner {
  padding: 20px 20px 40px;
}
.p-other__case .__list--item .__inner .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 19.6px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #252729;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-other__case .__list--item .__inner .__ttl {
    font-size: 16px;
  }
}
.p-other__case .__list--item .__inner .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #252729;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-other__case .__list--item .__inner .__des {
    font-size: 14px;
  }
}
.p-other__case .__pagination {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-other__case .__pagination {
    margin-top: 35px;
  }
}
.p-other__case .__pagination--count {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Tilt Warp", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 102, 53, 0.8509803922);
}
.p-other__case .__pagination--count.active {
  background: rgba(255, 102, 53, 0.8509803922);
  color: white;
}
.p-other__case .__pagination--next, .p-other__case .__pagination--prev {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Tilt Warp", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.p-other__case .__pagination--prev {
  transform: rotate(180deg);
}
.p-other__case--detail {
  position: relative;
}
.p-other__case--detail .__pos03 {
  position: absolute;
  right: -20px;
  top: 10%;
  mix-blend-mode: color-burn;
}
.p-other__case--detail .__pos04 {
  position: absolute;
  left: -20px;
  top: 30%;
  mix-blend-mode: color-burn;
}
.p-other__case--detail .__pos05 {
  position: absolute;
  right: -20px;
  top: 60%;
  mix-blend-mode: color-burn;
}
.p-other__case--detail .__pos06 {
  position: absolute;
  left: -20px;
  top: 80%;
  mix-blend-mode: color-burn;
}
.p-other__case--detail .__inner {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 1080px;
  padding: 60px 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__inner {
    padding: 30px 20px;
  }
}
.p-other__case--detail .__inner figure {
  display: flex;
  justify-content: center;
}
.p-other__case--detail .__inner .__logo {
  height: 92px;
}
.p-other__case--detail .__inner .__wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__inner .__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-other__case--detail .__inner .__wrap table {
  background: #F3FAEC;
  border-radius: 10px;
}
.p-other__case--detail .__inner .__wrap table tr {
  border: none;
}
.p-other__case--detail .__inner .__wrap table tr:nth-child(2n) {
  background: #FAFDF7;
}
.p-other__case--detail .__inner .__wrap table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
  padding: 20px 32px;
  border: none;
}
.p-other__case--detail .__inner .__wrap table tr td:first-child {
  width: 28%;
}
.p-other__case--detail .__inner .__wrap table tr td a {
  color: #78C710;
  text-decoration: underline;
  display: flex;
  gap: 3px;
}
.p-other__case--detail .__inner .__wrap figure {
  border-radius: 10px;
  overflow: hidden;
}
.p-other__case--detail .__detail {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__detail {
    margin-top: 60px;
  }
}
.p-other__case--detail .__detail--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 60px;
  letter-spacing: 0%;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__detail--ttl {
    font-size: 28px;
  }
}
.p-other__case--detail .__detail--des {
  margin-top: 47px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__detail--des {
    margin-top: 30px;
    font-size: 14px;
  }
}
.p-other__case--detail .__cards {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__cards {
    margin-top: 60px;
  }
}
.p-other__case--detail .__card {
  padding: 32px 0;
  display: flex;
  border-bottom: solid 4px white;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__card {
    padding: 20px 0;
    border-bottom: solid 2px white;
    flex-direction: column;
    gap: 15px;
  }
}
.p-other__case--detail .__card--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__card--ttl {
    width: 100%;
  }
}
.p-other__case--detail .__card--item h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #78C710;
  margin-bottom: 8px;
}
.p-other__case--detail .__card--item h6 {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
}
.p-other__case--detail .__card--item h6::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #78C710;
  border-radius: 50%;
}
.p-other__case--detail .__cnt {
  margin-top: 85px;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__cnt {
    margin-top: 50px;
  }
}
.p-other__case--detail .__cnt--tag {
  padding: 8px 12px;
  background-color: #78C710;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: white;
  width: -moz-max-content;
  width: max-content;
}
.p-other__case--detail .__cnt--ttl {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__cnt--ttl {
    font-size: 24px;
    margin-top: 14px;
  }
}
.p-other__case--detail .__cnt figure {
  overflow: hidden;
  border-radius: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__cnt figure {
    margin-top: 16px;
    border-radius: 4px;
  }
}
.p-other__case--detail .__cnt--des {
  margin-top: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__cnt--des {
    margin-top: 15px;
    font-size: 14px;
  }
}
.p-other__case--detail .__comments {
  margin-top: 100px;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments {
    margin-top: 40px;
  }
}
.p-other__case--detail .__comments--ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments--ttl {
    gap: 8px;
    font-size: 24px;
  }
}
.p-other__case--detail .__comments--ttl::before {
  content: "";
  background: #69D30B;
  width: 9px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments--ttl::before {
    width: 5px;
    height: 32px;
  }
}
.p-other__case--detail .__comments__inner {
  margin-top: 32px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments__inner {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.p-other__case--detail .__comments__inner figure {
  min-width: 227px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments__inner figure {
    width: 100%;
    border-radius: 4px;
    min-width: unset;
  }
}
.p-other__case--detail .__comments__inner .__wrap--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments__inner .__wrap--ttl {
    font-size: 20px;
  }
}
.p-other__case--detail .__comments__inner .__wrap--subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments__inner .__wrap--subttl {
    font-size: 16px;
  }
}
.p-other__case--detail .__comments__inner .__wrap--des {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .__comments__inner .__wrap--des {
    font-size: 14px;
    margin-top: 16px;
  }
}
.p-other__case--detail .c-contact__brand {
  width: 100%;
  max-width: 1237px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 97px;
}
@media screen and (max-width: 767px) {
  .p-other__case--detail .c-contact__brand {
    margin-top: 50px;
  }
}
.p-other__material {
  display: flex;
  gap: 77px;
  padding: 80px 100px;
  background: #F3FAEC;
}
@media screen and (max-width: 767px) {
  .p-other__material {
    flex-direction: column;
    gap: 60px;
    padding: 50px 20px;
  }
}
.p-other__material .__wrap {
  width: 100%;
}
.p-other__material .__wrap figure {
  width: 100%;
}
.p-other__material .__wrap figure img {
  width: 100%;
}
.p-other__material .__wrap--cat {
  margin-top: 24px;
  padding: 8px 12px;
  width: -moz-max-content;
  width: max-content;
  background-color: #78C710;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0%;
  color: white;
}
.p-other__material .__wrap--ttl {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0%;
  color: black;
}
.p-other__material .__wrap--date {
  font-family: "Tilt Warp", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-top: 12px;
  color: #9B9B9B;
}
.p-other__material .__wrap .__des {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des {
    margin-top: 35px;
  }
}
.p-other__material .__wrap .__des h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #252729;
  border-bottom: solid 2px #78C710;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des h2 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}
.p-other__material .__wrap .__des h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: #252729;
  padding-left: 12px;
  border-left: solid 4px #78C710;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des h3 {
    font-size: 18px;
    padding-left: 10px;
    margin-top: 20px;
  }
}
.p-other__material .__wrap .__des h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: #252729;
  margin-top: 32px;
}
.p-other__material .__wrap .__des h6 b {
  font-weight: bold;
}
.p-other__material .__wrap .__des h6 span {
  text-decoration: underline;
}
.p-other__material .__wrap .__des h6 a {
  color: #78C710;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des h6 {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-other__material .__wrap .__des h4 {
  padding: 24px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: #252729;
  background: white;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des h4 {
    padding: 12px 20px;
    margin-top: 20px;
  }
}
.p-other__material .__wrap .__des--ul {
  margin-top: 32px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des--ul {
    margin-top: 20px;
    padding-left: 10px;
  }
}
.p-other__material .__wrap .__des--ul .__disc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  color: #252729;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des--ul .__disc {
    font-size: 14px;
  }
}
.p-other__material .__wrap .__des--ul .__disc::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #78C710;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des--ul .__disc::before {
    top: 12px;
  }
}
.p-other__material .__wrap .__des--ul .__count {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  color: #252729;
  position: relative;
  padding-left: 16px;
  counter-increment: item;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des--ul .__count {
    font-size: 14px;
  }
}
.p-other__material .__wrap .__des--ul .__count::before {
  content: counter(item);
  font-family: "Tilt Warp", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
  color: #78C710;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__des--ul .__count::before {
    top: -2px;
  }
}
.p-other__material .__wrap .c-contact__brand {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .c-contact__brand {
    margin-top: 30px;
  }
}
.p-other__material .__wrap .__refer {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__refer {
    margin-top: 50px;
  }
}
.p-other__material .__wrap .__refer--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
}
.p-other__material .__wrap .__refer--des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0%;
  margin-top: 20px;
}
.p-other__material .__wrap .__relate {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__relate {
    margin-top: 50px;
  }
}
.p-other__material .__wrap .__relate--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
}
.p-other__material .__wrap .__relate__items {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__relate__items {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-other__material .__wrap .__relate__item {
  position: relative;
  display: flex;
  background: white;
  flex-direction: column;
}
.p-other__material .__wrap .__relate__item--cat {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: white;
  padding: 7px 14px;
  background: #78C710;
}
@media screen and (max-width: 767px) {
  .p-other__material .__wrap .__relate__item--cat {
    font-size: 14px;
  }
}
.p-other__material .__wrap .__relate__item--date {
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
}
.p-other__material .__wrap .__relate__item--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: #3AAB13;
  padding: 0 20px 40px;
}
.p-other__material .__nav {
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__nav {
    width: 100%;
  }
}
.p-other__material .__nav--inner:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__nav--inner:not(:first-child) {
    margin-top: 40px;
  }
}
.p-other__material .__nav--inner .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: #252729;
  padding-bottom: 8px;
  border-bottom: solid 1px #252729;
}
.p-other__material .__nav--inner .__wrap {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-other__material .__nav--inner .__wrap {
    margin-top: 26px;
  }
}
.p-other__material .__nav--inner .__wrap figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.p-other__material .__nav--inner .__wrap .__info .__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: black;
}
.p-other__material .__nav--inner .__wrap .__info .__outlink {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-other__material .__nav--inner .__wrap .__info .__outlink span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: #1571DA;
}
.p-other__material .__nav--inner .__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.p-other__material .__nav--inner .__item figure {
  width: 100px;
  overflow: hidden;
}
.p-other__material .__nav--inner .__item--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: #252729;
}
.p-other__faq {
  background: #F3FAEC;
  padding: 130px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-other__faq {
    padding: 60px 20px;
  }
}
.p-other__faq .__pos03 {
  position: absolute;
  right: 0;
  top: 10%;
  mix-blend-mode: color-burn;
}
.p-other__faq .__pos04 {
  position: absolute;
  left: 0;
  top: 30%;
  mix-blend-mode: color-burn;
}
.p-other__faq .__pos05 {
  position: absolute;
  right: 0;
  top: 60%;
  mix-blend-mode: color-burn;
}
.p-other__faq .__pos06 {
  position: absolute;
  left: 0;
  top: 80%;
  mix-blend-mode: color-burn;
}
.p-other__faq .__wrap {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.p-other__faq .__wrap__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-other__faq .__wrap__links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-other__faq .__wrap__link {
  padding: 26px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF6635;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-other__faq .__wrap__link {
    padding: 15px 8px;
    font-size: 16px;
  }
}
.p-other__faq .__faq--ttl {
  margin-top: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-other__faq .__faq--ttl {
    margin-top: 50px;
    font-size: 24px;
  }
}
.p-other__faq .__faq__list {
  margin-top: 40px;
}
.p-other__faq .__faq__list .accordion {
  margin-bottom: 16px;
  overflow: hidden;
}
.p-other__faq .__faq__list .accordion .accordion-item {
  border-bottom: 1px solid #eee;
}
.p-other__faq .__faq__list .accordion .accordion-item:last-child {
  border-bottom: none;
}
.p-other__faq .__faq__list .accordion .accordion-item .accordion-title {
  cursor: pointer;
  width: 100%;
  padding: 45px 28px 45px 73px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  background: #FFFFFF;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-other__faq .__faq__list .accordion .accordion-item .accordion-title {
    padding: 16px 12px 16px 35px;
    font-size: 16px;
  }
}
.p-other__faq .__faq__list .accordion .accordion-item .accordion-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #78C710;
}
@media screen and (max-width: 767px) {
  .p-other__faq .__faq__list .accordion .accordion-item .accordion-title::before {
    left: 12px;
    font-size: 20px;
  }
}
.p-other__faq .__faq__list .accordion .accordion-item .accordion-title .accordion-icon {
  font-size: 22px;
  width: 44px;
  height: 44px;
  background-color: #78C710;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: color 0.2s;
}
.p-other__faq .__faq__list .accordion .accordion-item .accordion-content {
  padding: 40px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  color: black;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-other__faq .__faq__list .accordion .accordion-item .accordion-content {
    padding: 20px 5px;
  }
}
.p-other__faq .__faq__list .accordion .accordion-item .accordion-content.is-open {
  display: block;
}/*# sourceMappingURL=business.css.map */